cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Routing BAPI Programming error

0 Likes
1,314

I have performed a BAPI for Routing Create as per Business process , ie Customer requires to create Routing with Sub-Contract Control Key by Upload , because Customer knows that one of the operation is planned for Sub Contracting so he wants to upload a routing by mentioning the Control key PP02 for the Sub Contract operation . Programmer unable to convert since he is facing some error as if Branch operation does not exists . Kindly have a look at the screenshots given below

Note : BAPI_ROUTING_CREATE

BAPI used for uplaod

View Entire Topic
ThangaPrakash
Active Contributor
0 Likes

@surenthar manimaran If you could look where used list of CP-314 message, it all raise after FM call 'CP_CL_S_SEQ_EXISTENCE_CHECK' which does sequence check. So it seems to be problem with the data which you are passing to SEQUENCE table in 'BAPI_ROUTING_CREATE'.

Put a break point in 'CP_CL_S_SEQ_EXISTENCE_CHECK', debug and check at which step it is throwing exception

0 Likes

Thanks for the needful response sir i will check and let you posted sir .

0 Likes

Dear Thanga prakash thankyou ,but i have found the possible way to process it with right entry for its fields so i have solved it then and there .