Application Development 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: 

How to run BAPI_ENTRYSHEET_CREATE

Former Member
0 Kudos

Hi all,

I want to run BAPI_ENTRYSHEET_CREATE for service entry sheet creation. When I am running this bapi it gives me the errors. Can u please tell me the required parameters to run this bapi

thanks

chetan

2 REPLIES 2

Former Member
0 Kudos

Hi,

These are the Required parameters.

CALL FUNCTION 'BAPI_ENTRYSHEET_CREATE'

EXPORTING

entrysheetheader = l_entrysheetheader

IMPORTING

entrysheet = v_entrysheet

TABLES

return = it_messages .

Thanks,

Reward If Helpful.

0 Kudos

Hi Viji,

thanks for the reply, but can u please tell me what should be the fields which I pass into tables.

I have PO number, Item number, Quantity but there might be some more parameters, so please tell these.

chetan

Message was edited by:

chetan vishnoi