We have a requirement for create operation of 20 properties.
10 properties are updated by BAPI
and 10 other fields are table update.
So the process goes like
1. <code for BAPI Create for first 10 fields Update>
2. call function 'BAPI_TRANSACTION_COMMIT'
exporting wait = 'X'.
3. wait upto 5 seconds.
4.<Update table for other fields based on key from BAPI >
Note: in this case with out step 3 everything works with debugging and doesn't work when u run on GWClient
No comments:
Post a Comment