‎2010 Apr 23 7:57 AM
Hi All,
We are using BAPI_ENTRYSHEET_CREATE to create entry sheet for work orders,
we are passing WBS element to table parameter 'entrysheetaccountassignment 'and entry sheet created successful,
if we passing incorrect WBS element,BAPI is not validating(through transaction it's validating),
Entry sheet created succecdully but , if we check in transaction ML83 the WBS field is blank,
how to check screen validation,
Regards,
Suresh.D
Edited by: suresh dameruppula on Apr 23, 2010 2:37 PM
‎2010 Apr 27 12:12 AM
Hi,
this BAPI does not perform validation. It just converts WBS from external format into internal format. In case of invalid conversion it clears WBS element field. Hence if you want to have a WBS validation then you need to do it by yourself using BAPI BAPI_PROJECT_EXISTENCECHECK.
Cheers