Inbound customer master data (DEBMAS05)

Question: Hi,

Can anyone please help me:
I'm trying to add some extra abap coding for standard segments of inbound customer master data(DEBMAS05) idocs. I have found user enhancement VSV0001 with user-exit 'EXIT_SAPLVV02_001' , but this is only for editing customer defined IDOC segments.

Does anyone know where or how I can make changes to standard segments?

Or is there a possibility to pre-process inbound idocs?

Thanks in advance!

Regards,
David.

Answer:
Wow, twice in the one day I am telling someone to copy the standard code...

There are no other customer exits in ERP_IDOC_INPUT_DEBITOR other than the one to process custom segments.

You have 2 options:

1. copy the function to ZERP_IDOC_INPUT_DEBITOR and set up an inbound processing code for your custom function for DEBMAS05. modify your new function wherever you like

or

2. create a dummy custom segment in the sending system so you can make use of the one customer exit in the function. In this customer exit, you can change the IDOC_DATA table for your other segments.

Answer:
matt123,

thanks again,

option 1 worked fine.


Regards,
David
Copyright ?2007 - 2008 www.jt77.com