Hi
I followed the SAP Note 420334 on populating the BAPI_ENTRYSHEET_CREATE to create Service Entry Sheet. This is a scenario where Service PO has text based service for which Entry sheet is to be created.
I filled the BAPI segments as follows:
ENTRYSHEETHEADER:
PCKG_NO 0000000001
SHORT_TEXT : Text
PO_NUMBER 45XXXXXXXX
PO_ITEM 00010
DOC_DATE 29.01.2008
POST_DATE 29.01.2008
ACCEPTANCE X
ENTRYSHEETSERVICES:
PCKG_NO 0000000002
LINE_NO 0000000003
EXT_LINE 0000000020
SUBPCKG_NO 0000000000
EXT_SERV QUANTITY 1
BASE_UOM AU.
GR_PRICE 100
SHORT_TEXT Text
PLN_PCKG 100003961 (From EKPO, found Pack No.. With this pack number, found Sub pack Number in ESLL. )
PLN_LINE 0000000003 (With above subpack number, found Internal row number of the service line for which I intend to create SES)
When I execute the BAPI, it is giving the error message:
E SE 536 Short text and number of outline not maintained
Has any one else faced this issue and what am I missing in my data inputs?
Appreciate any guidance on this.
Thanks
Sriram