‎2010 Jun 24 12:47 PM
Hi all,
There is a standard report program which fetches the value of the field SALES CODE. I need this value in a custom function module. How can I get this? Do i need to use SUBMIT statement in the standard program. If so does it require access key.?
Thanks,
Maansi
‎2010 Jun 24 1:34 PM
Do i need to use SUBMIT statement in the standard program. If so does it require access key.?
No need to do this
There is a standard report program which fetches the value of the field SALES CODE.
Please specify more details about this.
‎2010 Jun 25 5:02 AM
Hi Keshav,
I would like know how to get the output of a standard report program in a custom Funftion Module.
There is a report /CCO/CS_GET_SALES_CODES which fetches the SALES CODE. The custom function module needs the value of this SALES CODE. I would like to know how this can be done.
Maansi
‎2010 Jun 25 6:00 AM
Check the keyword documentation of SUBMIT.Still if you don't get the soluton,copy the relevant parts of standard program into ur functin module
‎2010 Jun 25 4:32 PM
Hello Maansi,
you just to write SUBMIT XXX in the source code of your fm. Since it is a custom function module by you, no access key is needed.
Best Regards,
Jerry