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: 

Terms of payment key in INVOIC01 Idoc

Former Member
0 Kudos

Hi,

We are processing inbound INVOIC01 IDOC types to load suppliers invoices in SAP.

In the segment E1EDK01, the field ZTERM ( Terms of payment key ) is filled with a valid value. The problem is the invoice is created with blanks in that field, so the value of the IDOC is not transported to the invoice.

Does anyone have had a similar problem, and knows how can we solve this ?

Or does anyone has any idea of what may being heppening ? Like the need to use another segment of the IDOC or anothe issue(s) i may have attention to.

Thanks,

Paulo Sousa

3 REPLIES 3

raymond_giuseppi
Active Contributor

Look if OSS [Note 1284917 - INVOIC: Terms of payment not transferred consistently|https://service.sap.com/sap/support/notes/1284917] is related to your problem.

Regards,

Raymond

Former Member
0 Kudos

Hello,

Payment term is normally copied from reference document (Purchase Order) while invoice is created. But you can change it in Invoice Header using function exit EXIT_SAPLMR1M_003.

Thanks,

Venu

Former Member
0 Kudos

I,

I solved the problem with EXIT_SAPLMRMH_014.

The process does not pass in other sugested user-exits.

Kind regards,

Paulo Sousa