‎2007 Nov 21 5:37 PM
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.
‎2007 Nov 21 6:12 PM
Check the Tables parameter
ENTRYSHEETHEADERTEXTof the
BAPI_ENTRYSHEET_CREATE
Arun
‎2007 Nov 21 6:10 PM
Check the Tables parameter
ENTRYSHEETHEADERTEXTof the
BAPI_ENTRYSHEET_CREATE
Arun
‎2007 Nov 21 6:12 PM
Check the Tables parameter
ENTRYSHEETHEADERTEXTof the
BAPI_ENTRYSHEET_CREATE
Arun
‎2010 Dec 14 10:01 AM
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
‎2010 Dec 29 5:21 AM
Hi Arun,
will this populate ESSR-BKTXT. I thought that that would just populate the long text.
thanks
Ann
‎2011 Jan 05 7:07 PM
USE FUNCTION 'MS_UPDATE_SERVICE_ENTRY' AFTER THE 'BAPI_ENTRYSHEET_CREATE'.
‎2013 Apr 10 6:04 PM
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.