2012 Feb 03 3:58 AM
Hi,
I am trying to get LIV via EDI working. The incoming INVOIC02 IDOCS mark an error when processing: there is no PO item in the ZEILE field of E1EDP02-001. I thought I could use EXIT_SAPLIEDI_011 to get the PO item number determined and to get this problem solved. But I cannot see where the exit is called during the LIV process. Does anyone know where EXIT_SAPLIEDI_011 is called and how I can test this?
Thanks,
Joris
2012 Feb 06 4:50 AM
My friend.... to view EXIT_SAPLIEDI_011 you can go to SE37.
You will not find it using where used list as it is done via CALLL CUSTOMER-FUNCTION.
If you think it satisfies what you are looking for, please implement it as a part of a project in CMOD and create the include in the FM to test it.
This will be triggered when a material management is received via EDI.
Naveen Vajja
2012 Feb 06 4:50 AM
My friend.... to view EXIT_SAPLIEDI_011 you can go to SE37.
You will not find it using where used list as it is done via CALLL CUSTOMER-FUNCTION.
If you think it satisfies what you are looking for, please implement it as a part of a project in CMOD and create the include in the FM to test it.
This will be triggered when a material management is received via EDI.
Naveen Vajja
2012 Feb 07 11:32 PM
I checked and this exit isnt called in any program. Maybe its an old exit that isnt in use anymore. Anyway, I found another exit that also fulfills my needs.
Thanks
2012 Feb 07 11:32 PM