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

BAPI_ROUTING_CREATE'

Former Member
0 Likes
453

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

1 REPLY 1
Read only

Former Member
0 Likes
319

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..