[CR #438668] When creating SAP portlets in Mobile Web Studio using a Business Application Programming Interface (BAPI) that includes structured input values or input standalone parameters, the dialog box is automatically populated with those values or parameters in the SAP element builder, and the Enter Values button is enabled.
If your BAPI instead uses only tables, Mobile Web Studio does not know whether they are to be used for input or output purposes. For this reason, the dialog box remains empty and the Enter Values button is dimmed. This behavior is expected.
However, you should be able to enable the Enter Value button by selecting your input tables explicitly, but this does not happen.
Workaround:
Enter any BAPI that contains structured input values or parameters in the SAP element builder, such as customer.getList. This enables the input button.
Enter the BAPI that does not contain structured input values or parameters. The input button continues to remain enabled.
Select the tables to input.
Click Enter Values. This enters the BAPI input values.