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

Calling Script Editor

Former Member
0 Likes
353

Hi all,

I have to call one script editor with my own Text-id and text-object just like to enter header text and item text in VA01 transaction. This should be happen after pressing my own function code. Is there any possibility to do this.

Thanks in advance,

pavan

2 REPLIES 2
Read only

former_member480923
Active Contributor
0 Likes
333

Hi after pressing the button on the sy-ucom call the following 2 FM in sucession

a) EDITORCALL

b) SAVE_TEXT with the set of lines returned from editor call.

Hope that Helps

Anirban M.

Read only

Former Member
0 Likes
333

Thank you very much Anirban. Your reply helped me a lot.

Thanks and Regards,

Pavan