‎2008 May 15 8:26 AM
Hi,
I want to upload data into CA01 using 'BAPI_ROUTING_CREATE' , and passing the parameters :
task ,materialtaskallocation, operation , suboperation and after running BAPI I am getting success message 'S' and also I am getting Groupcounter in export parameter.I used the to update into database :
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'.
After this also I am unable to see it in database table and I am unable to check the material in CA03.
Can anybody suggest me ?
thanks
naresh
‎2008 May 15 4:40 PM
Hi Naresh,
These are very good link related to BAPI_ROUTING_CREATE
http://abap.wikiprog.com/wiki/BAPI_ROUTING_CREATE
http://www.sapnet.ru/viewtopic.php?t=1951&sid=520e3db2937fef4ed18117f320f9539e
Award points if useful
Thanks,
Ravee..