2008 Oct 13 12:30 PM
I have added two fields in transaction co11n.....now i want to store these data in the database table .i have used the exit CONFPP07.....where and how should i write the code...can everyone give me some tips to do this ?
2008 Oct 13 12:36 PM
Hi,
You have to write the code in the below func module exits:
EXIT_SAPLCORU_S_100 : Transfer Data from SAPLCORU_S to Customer-Defined Screen
Use just move-corresponding <Func Module Paramters> To <Include strucutre of your table wherre customer fields are appended>
EXIT_SAPLCORU_S_101 : Return Data from Customer-Defined Screen to SAPLCORU_S
Use just move-corresponding ES_AFRUD To screen fields
Regards
Shiva