Application Development and Automation 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: 
Read only

USER EXIT

Former Member
0 Likes
464

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

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.

4 REPLIES 4
Read only

Former Member
0 Likes
444

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.

Read only

0 Likes
443

hi Ramesh,

can you give me user exit name

Read only

Former Member
0 Likes
443

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.

Read only

bpawanchand
Active Contributor
0 Likes
443

HI

Regards

Pavan