‎2011 Aug 29 8:28 AM
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.
‎2011 Aug 29 9:43 AM
‎2011 Aug 29 9:43 AM
‎2013 Apr 10 6:14 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.