Application Development and Automation 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: 
Read only

Screen validation for BAPI_ENTRYSHEET_CREATE

Former Member
0 Likes
412

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

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
327

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