2013 Jul 19 6:18 AM
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.
2013 Jul 19 10:49 AM
Hi Imran,
Is there a commit BAPI after BAPI_ENTRYSHEET_CREATE? That would matter.
Thanks,
Trixa
2013 Jul 26 10:31 AM
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.
2013 Jul 28 10:23 AM
Hi Imran
Can you share your code.
I would like to see how you pass the values for bapiessrc
Regards,
Venkat