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

How to pass data to SAP script form from an Include Program..

Former Member
0 Likes
713

Hi,

I am trying to call an SAP script form from an Include program in an user exit.

But the data was not displayed. It was showing an error like "Unknown Symbol" in form.

So the data was not mapping.

We can send data to an SAP script form from an executable program.

Can we send the data using include program. Is there any way that we can send data...

Waiting for reply....

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
525

Hi.,

Are you using standard driver program for the script. You need to create a subroutine pool and then use


form get_totals tables in_tab  type ty_itcsy                "#EC CALLED
                       out_tab type ty_itcsy.

Regards

Ansari

Read only

former_member195383
Active Contributor
0 Likes
525

Please write the code to call the sap script, in an executable program. Then call the executable program, from the include , which you have mentioned.

Read only

0 Likes
525

Hi Prasanna,

Firstly thanks for your reply.

I have tried that way.. but its not working...

I have tried using the memory variable, then it works fine but i think this was not the proper way as the program will be some what complex as the no of line items increases..

So I would like to know if there is any other way.. so that it could be helpful.

Thanks.