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: 

IDOC expertise help

former_member214928
Participant
0 Kudos

We have a field LZONE in Customer Master (DEBMAS) IDOC on which normal conversion rule is applied to map the values. During the initial data load it holds some dummy data as it is a mandatory field in the our SAP system. This LZONE field is further updated with actual values during the SD process in our environment. But each time the IDOC is posted the values are overwritten and get stored with dummy values from the other SAP system.

Is there any standard way besides changing Process Code to check whether if LZONE field already has a value in database and if yes, the field should not be updated and if not it should be updated via IDOCS??

2 REPLIES 2

JL23
Active Contributor
0 Kudos

Why dont you update the LZONE field in your source system via Idoc from the other system once you added it

0 Kudos

Thanks for your help.

The source has different values and we have different. Many systems are connected to source as well as target system so it's not feasible to change the values either in source or target system.

Anyways, I have found a permenant solution which will be implemented in Conversion rules via Special routines.