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: 

User exit EXIT_SAPLIEDI_011 for determination of PO item for EDI LIV

joris_bayer
Participant
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

joris_bayer
Participant
0 Kudos

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

joris_bayer
Participant
0 Kudos

.