Skip to Content
0
Oct 08, 2013 at 02:48 PM

BAPI_ENTRYSHEET_CREATE - does not update Cost Center

213 Views

Dear All

I am using BAPI_ENTRYSHEET_CREATE to create service entry sheets. However, the cost center is not updated in the service entry sheets. (though I am passing it in BAPI ). It by default take it from PO.

Can someone help me.

CALL FUNCTION 'BAPI_ENTRYSHEET_CREATE'
EXPORTING
entrysheetheader = wa_header
* testrun = 'X'
IMPORTING
entrysheet = ws_entrysheet_no
TABLES
ENTRYSHEETACCOUNTASSIGNMENT = i_service_acc1 <-- I am passing CC here
entrysheetservices = bapi_esll

return = i_return
.

Regards,

Venkat