‎2008 Mar 09 5:46 AM
hi,
Hi all,
The statement SET PARAMETER ID is used to set the value of a field on a screen. Before calling any transaction we set the parameter value and call the tcode.
But how can this statement be used to set the value of a field which exists inside a table control in a tcode. For example how can the tcode VF01 be called by passing mutilple values for the field KOMFK-VBELN which is part of a table control on the intial screen.
thnks.
‎2008 Mar 09 8:51 AM
HI,
believe that you could fill the Parameter ID AUN to prefill the first field on the first line in the table control. But you will probably be not able to prefill more than one by this way. If you need to do this and you can program in ABAP you could write a BDC code and using call transaction for VF01 you could start VF01 semi-automatically. Then your ABAP program would play a role of "caller".
Maybe this solves the issue...
Cheers,
Chandra Sekhar.