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 ESSR-BKTXT

Former Member
0 Likes
2,399

In ML81N I have field ESSR-BKTXT (document header text).

How can I fill it using BAPI BAPI_ENTRYSHEET_CREATE?. It seems not present in structure BAPIESSRC.

Please help me.

Stefano.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,757

Check the Tables parameter

ENTRYSHEETHEADERTEXT

of the

BAPI_ENTRYSHEET_CREATE

Arun

6 REPLIES 6
Read only

Former Member
0 Likes
1,757

Check the Tables parameter

ENTRYSHEETHEADERTEXT

of the

BAPI_ENTRYSHEET_CREATE

Arun

Read only

Former Member
0 Likes
1,758

Check the Tables parameter

ENTRYSHEETHEADERTEXT

of the

BAPI_ENTRYSHEET_CREATE

Arun

Read only

0 Likes
1,757

Hi

I am facing the same problem, and really don't understand from the answer how you solved it

Sorry was it solved ? In which way ?

Best regards

Read only

Former Member
0 Likes
1,757

Hi Arun,

will this populate ESSR-BKTXT. I thought that that would just populate the long text.

thanks

Ann

Read only

0 Likes
1,757

USE FUNCTION 'MS_UPDATE_SERVICE_ENTRY' AFTER THE 'BAPI_ENTRYSHEET_CREATE'.

Read only

Former Member
0 Likes
1,757

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 too!

- Thanks,

Urvi.