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

bapi_entrysheet_create

Former Member
0 Likes
978

I am trying to create a service entry sheet using the bapi_entrysheet_create. I have been able to successfully create the service entry sheet and populate all of the fields except one. The field on the acceptance data tab Doc. text (Document header text- ESSR-BKTXT) does not seem to appear in any of the bapi structures. I have tried populating just about every field with no luck. Anyone have experience with this bapi?

2 REPLIES 2
Read only

Former Member
0 Likes
625
Read only

Former Member
0 Likes
625

Hey Ashish,

I am aware that the question was posted by you long back, but I am replying so that other readers probably can benefit from the answer below -

I faced the similar issue recently in one of the projects. The solution that i have opted is as below -

1. I leveraged the changing parameter 'ESSR' work area of the user exit 'EXIT_SAPLMLSR_010'. This user exit is internally called via BAPI_ENTRYSHEET_CREATE.

2. You can export the value of 'ESSR-BKTXT' field to memory ID from the calling program and import it within this user exit and pass it to changing parameter ESSR.

Hope this helps to other readers!

- Thanks,

Urvi.