Dear All,
I am implementing a BDT for t-code CMS_WB, the reqirement is to add Two Custom fields in standard screen. I have added the feidls on the screen but not able to Save the values in the standard table,
Here are the steps that i followed
1. Extended the table with custom fields
2. Created a new Function group, added a new screen to this group with custom fields
3. BDT view,section for standard program is updated with the new custom fields, the Custom fields starts
appearing on the Screen
4. Created PBO, PAI, and EVENT function modules in the Function Group with basic functions like
BUS_PBO,, BUS_PIA,, GET and COLLECT Function modules
I can see in the debugger that Event function mdoules are called,, but i can not see the values in the Custom field being saved..
Can any one of you please help me in getting the point i am missing to SAVE data in the Database table.
Thanks
Ashu