‎2009 Sep 15 8:12 AM
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.
‎2009 Sep 15 8:31 AM
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
‎2009 Sep 15 8:33 AM
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.
‎2009 Sep 15 10:21 AM
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.