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

FM to get return value after executing vbScript from ABAP.

Former Member
0 Likes
357

Hi,

I want to know if there is a function which can execute an external vb script file and capture the return value from that file in a parameter.

Thanks and Regards,

Naveen

1 REPLY 1
Read only

Former Member
0 Likes
301

Hi Kumar ,

in the F.M ws_execute.

we have exporting parameter

RBUFF

this will store the return value .

Thanks,

Kumar