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: 

User Exits in idocs

Former Member
0 Kudos

Hi All,

If we extend an idoc by adding a custom segmant with some new fields we will write the code for the new segment in the respective user-exit(by finding them through cmod and smod).After writing the code when we execute the program that new user-exit will automatically triggers or we need to write any logic for when to trigger the new user-exit.

Regards,

Rakesh.

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Hi,

if you activate the user-exit in CMOD then it will be executed without further action necessary.

cheers

Thomas

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Hi,

if you activate the user-exit in CMOD then it will be executed without further action necessary.

cheers

Thomas

Former Member
0 Kudos

Hi Rakesh,

The activated user-exits will be triggered. You don't have to do something extra.

Vijay
Active Contributor
0 Kudos

hi

1. you will associate the user exit with a project in CMOD.

2. Will write ur logic in exit.

3. then activate the project.

it will be then triggred when the transaction is saved.

regards

vijay

reward points if helpfull