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

imposing selection fields into a screen field

Former Member
0 Likes
289

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...!

1 REPLY 1
Read only

Former Member
0 Likes
261

hi abhi satya

Use EXPORT and IMPORT Statement

in report export the field value and in FM import those value

regards

Deva