‎2008 Aug 19 11:12 AM
hi Experts,
i am having a requirement like in MM02 transaction--> basic data2, i need to include one field and when i enter the data in that field after that i need to post the same.
after posting that field data should be store in PLAF table. is ther nay possiblity of using user exits
if any one knows please help me
‎2008 Aug 19 11:14 AM
You need to use Screen exit, Find a screen exit enhancement using SMOD. Now, using CMOD create a project and add the enhancement and you can check the documentation of how you need to add fields to tables, add new field over screen and how to handle the same.
‎2008 Aug 19 11:14 AM
You need to use Screen exit, Find a screen exit enhancement using SMOD. Now, using CMOD create a project and add the enhancement and you can check the documentation of how you need to add fields to tables, add new field over screen and how to handle the same.
‎2008 Aug 19 11:22 AM
‎2008 Aug 19 1:50 PM
Hi,
Fallow This,
-Find out the package of Transaction Code.
-that Package to put on SMOD, to find The sutable Exit for That package.
-Create project in CMOD and put on the Exit in CMOD.
This is the process for user exit.
Thanks&Regards,
Naresh.
‎2008 Aug 19 1:51 PM