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: 

Issue in BAPI_ENTRYSHEET_CREATE

Former Member
0 Kudos

Hi,

     While creating Service Entry sheet(SES) by using the standard transaction CATM(creating SES for vendor employee) we can see columns

     document number(ESLL-BELNR) & counter ( ESLL-CATSCOUNTE) but if we are using Bapi - BAPI_ENTRYSHEET_CREATE to create SES,

     the above columns are not getting updated in SES or these columns are not visible at all in SES.

     Values for doc number & counter are there in EKKO table but it is not getting updated in ESLL table.

       I don't know which parameter(input values for bapi) I am missing.

      

3 REPLIES 3

Former Member
0 Kudos

Hi Imran,

Is there a commit BAPI after BAPI_ENTRYSHEET_CREATE? That would matter.

Thanks,

Trixa

0 Kudos

HI,

       After BAPI commit only Service entry sheet is getting created, but the above mentioned columns are not there in SES.


       I am passing (i.e. taking) data from CATM transaction.

       The problem is if I ma creating SES by using standard transaction CATM or ML81N then the columns document number(BELNR) &       Counter(CATSCOUNT) columns aslo getting updated in SES(in table ESLL) but I am creating the SES by using

      BAPI  - BAPI_ENTRYSHEET_CREATE, then above columns are not getting updated in ESLL.

       Please help.

0 Kudos

Hi Imran

Can you share your code.

I would like to see how you pass the values for bapiessrc

Regards,

Venkat