cancel
Showing results for 
Search instead for 
Did you mean: 

Call Transaction

Former Member
0 Kudos

Hi Experts,

In my scenario i have to ceate a Sale Order by calling the Tcode VA01 using call transaction. I have achieved this from below link.

http://www.saptechnical.com/Tutorials/WebDynproABAP/TransactionCode/Index.htm

This opens the VA01 tcode in an external window.

My doubt is how shall i pass the values which i have in webdynpro screen to this Tcode and also i want to skip the first screen.

Please any one help me out in achieving this.

Regards,

Sarathy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to pass the parameter values by concatenating to the URL.

*CONCATENATE 'http://' host ':' port '/sap/bc/gui/sap/its/webgui?sap-client=&~transaction=VA01 ' ' <FIELD>=' lv_name2

';' '<FIELD1>=' lv_name1

Thanks,

Shailaja Ainala.