cancel
Showing results for 
Search instead for 
Did you mean: 

How to change STR_SUPPL3 in Address Data (ADRC)

former_member192851
Active Participant
0 Kudos

Hi, all.

We need to change PLANT data. We use DEBMAS. It has STRAS field for street and house, but we need to sent also STR_SUPPL3.

Try ADRMAS03, but without success. ADRMAS IDoc is green, but no changes.

How to change STR_SUPPL3?

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Artem

I remember vaguely having a similar issue a few years back. Unfortunately, not all the fields provided in the IDoc segments are actually used during IDoc inbound processing by the standard IDoc logic

To handle the fields that were not processed, we created a custom IDoc function module that does below:-

1) calls the standard IDOC_INPUT_DEBITOR for DEBMAS processing

2) If above is successful, call FM BAPI_ADDRESSORG_CHANGE to update the additional fields. You can see that field STR_SUPPL3 is available in structure BAPIAD1VL of the FM.

Rgds

Eng Swee

Answers (0)