Application Development 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: 

updating database table from co11n ?

Former Member
0 Kudos

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 ?

1 REPLY 1

Former Member
0 Kudos

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