‎2006 Dec 14 11:35 AM
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...
‎2006 Dec 14 11:46 AM
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
‎2006 Dec 14 11:46 AM
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
‎2006 Dec 14 11:53 AM
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...
‎2006 Dec 15 4:07 AM
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