Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction With Multiple Params !!

Former Member
0 Likes
637

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.

1 REPLY 1
Read only

Former Member
0 Likes
391

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.