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

query regarding screen exit...

Former Member
0 Likes
542

I m implementing screen exit CONFPP07 in CO11N. here in this screen i

have created my own subscreen. there are to fnd exit availible for

this screen exit.now i want the order number and othere fields to be

captured in the flow llogic of my own developed screen whic i have

attached to this main screen.when i use the statement afrud-vornr ot

afrud-rueck , it doesnt fetch any values . i have got the vaue in

es_afrud in the EXIT_SAPLCORU_S_101 export parameter. bt now i dnt

knwo how to etch value from this structure to my flow logic . ple give

me solution to this.

plz help...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

no you cant take that you have to code that in EXIT_SAPLCORU_S_101 and EXIT_SAPLCORU_S_100 .

catch the value from screen fields to this exit.

what structure you have used in screen search that in those two exits.

regards

shiba dutta

3 REPLIES 3
Read only

Former Member
0 Likes
492

no you cant take that you have to code that in EXIT_SAPLCORU_S_101 and EXIT_SAPLCORU_S_100 .

catch the value from screen fields to this exit.

what structure you have used in screen search that in those two exits.

regards

shiba dutta

Read only

Former Member
0 Likes
491

in ur exit, u need to have afrud_imp & afrud_exp structures...so that afrud_imp will get the values from main screen into ur exit program which can be used for ur purpose and if u need to send them back use afrud_exp structure...

Read only

Former Member
0 Likes
491

hi madan

try to append the structure in afrud structure for those fields which you have to show in the screen.

now see afrud in EXIT_SAPLCORU_S_100 and EXIT_SAPLCORU_S_101 .

regards

shiba dutta