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

Inbound IDOC User Exit changes - Not active

Former Member
0 Likes
895

Hi There,

I am trying to process an inbound IDOC and make changes in the user exit to correct a few segments in the IDOC and also in the extension.

Basic IDOC Type : FIDCCP02

Message TYPE : FIDCC2

Inbound Function module : IDOC_INPUT_FIDCC2

Exit : EXIT_SAPLF050_006.

Even if I change the fields in the segments it is not showing up on the IDOC I posted.

Any Ideas?

I promise to come back and reward the answers

Hi There,

I am trying to process an inbound IDOC and make changes in the user exit to correct a few segments in the IDOC and also in the extension.

Basic IDOC Type : FIDCCP02

Message TYPE : FIDCC2

Inbound Function module : IDOC_INPUT_FIDCC2

Exit : EXIT_SAPLF050_006.

Even if I change the fields in the segments it is not showing up on the IDOC I posted.

Any Ideas?

I promise to come back and reward the answers

3 REPLIES 3
Read only

Former Member
0 Likes
602

Sorry if the question was not clear.

I am making changes to the segments in the user exit.

Changes not showing up in the processed IDOC or the application document posted.

Read only

Former Member
0 Likes
602

Hi,

Is the enhancment F050S003 added in a project in CMOD..And is it active..

If not..

Go to CMOD give a project name and give the enhancment and activate the project..

Thanks,

Naren

Read only

0 Likes
602

The project is active in CMOD.

I de-bugged though the code. It hits the code and IDOC_DATA table has the changed data.

The user eixt is the first thing that the inbound function module calls.