cancel
Showing results for 
Search instead for 
Did you mean: 

How to send ADRMAS fields with NO DATA?

Former Member
0 Kudos

Hello all,

we are sending customer master data and addresses (DEBMAS and ADRMAS, serialized). It is required to send one field (which is included in both, DEBMAS and ADRMAS) with NO DATA, that means the value of this field should not be overwritten on receiving system when processing the IDoc.

Therefore I have set up a conversion rule for DEBMAS where the respective field is set to constant / (NO DATA).

My question is which indicator do I have to use within a conversion rule for ADRMAS to ensure that it won't be overwritten (what's the NO DATA indicator here)?

Thank you in advance for your hints.

Anne

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

NO_DATA '/' is not supported by address idoc types (ADR*MAS)

Address idocs are processed in current state. All values HAVE to be provided.

Hope this helped

Alain

JL23
Active Contributor
0 Kudos

did the / not work?

Former Member
0 Kudos

Hello Jürgen,

no the / does not work for ADRMAS. Message: The transport zone / is not defined for country DE

In the past we had the same issue with COSMAS. There we were able to use #. But this deletes the values in receiving system and can't be used for current request. I think / works only for objects where you can process the Idoc in foreground (like a batch session).

Do you have any idea how to find out which indicator could be used?

Regards

Anne