‎2008 Aug 28 10:20 AM
Hello Frnds,
I have a FM in which I am calling a report. That report doesn't have any selection screen but it calls a user defined screen in which i have an input field PARTNER (KNA1-KUNNR).
In my FM i have import parameter as partner same type as in the report screen field and an export parameter sy-subrc.
Now my issue is I wanna impose the import parameter partner to the screen field in my report which is called. How could I do that?
I am using a submit statement to call the report from the FM.
Please feel free to ask 4 more details or 4 any other questions...!
Note: I do not have standard selection screen for my report. I have to impose the FM import parameter to the screen field in the report.
Thanx in advance,
Abhi...!
‎2008 Aug 28 10:31 AM
hi abhi satya
Use EXPORT and IMPORT Statement
in report export the field value and in FM import those value
regards
Deva