cancel
Showing results for 
Search instead for 
Did you mean: 

Default values in table

Former Member
0 Kudos

Dear All,

I want to use BAPI_ALM_ORDER_MAINTAIN in VC and add 3 rows in table IT_METHODS.

First I flip the port and I can add an input form.

But I don't want to show a form with the table at runtime, I just want to enter 3 rows in the table at design time (default values hard coded).

How can I do this ?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mik,

You don't want to show the table. Set the 'Visibility Condition' property of table as 'False'. But you cannot enter 3 rows for a table at design time and it is only possible with run time.

Regards

Basheer

Former Member
0 Kudos

Thanks for your answers, as it's not possible to enter default values at design time, I have created a Z BAPI with default values.

Mik.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Ues the Vissibilty condition Form for not displaying in Runtime but for table you can not add 3 rows of data (Hardcoded values).

Regards,

Govindu