Application Development and Automation 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: 
Read only

Change service entry amount using BAPI BAPI_ENTRYSHEET_CREATE

Former Member
0 Likes
638

Hi All,

I have a requirement to create a service entry sheet with an amount different from the PO gross amount.

I am using BAPI_ENTRYSHEET_CREATE to create the SES. I first use BAPI_PO_GETDETAIL  to extract PO details and then pass values to BAPI_ENTRYSHEET_CREATE accordingly. However, if I change the amount during runtime in my custom program and I check in ML81N, the amount does not change.

Is there anything more I need to do achieve this? Thank you in advance.

Regards,

Darlington

1 REPLY 1
Read only

Former Member
0 Likes
510

Hi Everyone,

Anyone who can assist with this?