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: 

Payment terms not populating in BAPI_INCOMINGINVOICE_CREATE

dhinesh_thirugnanam
Active Participant
0 Kudos

Hi,

I am using this BAPI "BAPI_INCOMINGINVOICE_CREATE",I am unable to generate Payment terms in the header.I am also populating in the field PMNTTRMS.but it is not getting reflected.

Kindly suggest me what should I do.

Regards,

Dhinesh

4 REPLIES 4

Former Member
0 Kudos

Hi Dhinesh,

After executing BAPI_INCOMINGINVOICE_CREATE you execute BAPI_TRANSACTION_COMMIT.

Regards,

Karthik

0 Kudos

Yes I have done BAPI Commit but still no payment terms......

0 Kudos

Hi Dhinesh,

you pass the payment terms in the VENDORITEMSPLITDATA and check. In the test sequence first you run BAPI_INCOMINGINVOICE_CREATE then give BAPI_TRANSACTION_COMMIT.

Regards,

Karthik

0 Kudos

Hi Karthik,

I have passed PMNTTRMS in VENDORITEMSPLITDATA but still payment terms not reflecting.this I am doing in test sequence only.