cancel
Showing results for 
Search instead for 
Did you mean: 

due to lack of identifying data PRT USING PRT using BAPI_ROUTING_CREATE

Former Member

Hello friends,

I am facing problems with PRT creation in Routing create with BAPI_ROUTING_CREATE . i am getting one error 'Operation cannot be determined, due to lack of identifying data

' always. i tried to pass all fieds, but in vain. can anybody tell me what fields need to passed to create PRT for routing using BAPI OR BDC .

so please any body can give sample code or example for BAPI_ROUTING_CREATE with PRT assignment

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

Look in your code for following fields, usually required:

field name
IDENT OPERATION_ID
PLNAL GROUP_COUNTER
PLNFL SEQUENCE_NO
PLNKN NODES
PLNNR TASK_LIST_GROUP
PLNTY TASK_LIST_TYPE
TMSingh_SAP
Participant
0 Kudos

Hi Yogesh,

if you can share how you are calling the BAPI and how internal tables being passed to the BAPI will clarify about the error.

More over, can you move more right in the debug for the RETURN[] table you may get which line item data is missing .

Or put a break-point on Message CPCL - 220, you will find what you are missing.

Thanks,

Mohan

ulhas
Explorer
0 Kudos

Hello Sir,

Kindly see below link for the same Issue occurring in Routing BAPI,

Operation cannot be determined, due to lack of identifying data error in CA01 BAPI Message CPCL 220

Former Member
0 Kudos

Hello sir,

above problem getting in CP_CC_P_IMPORT_PRT function module in bapi. i am not understanding what input gives to this function module.

TMSingh_SAP
Participant
0 Kudos

Hi,

Can you put break point in FM and see why opr_data-ident and opr_data-plnkn is blank.