cancel
Showing results for 
Search instead for 
Did you mean: 

Linkage between DPR_CHECKLIST_H and DPR_CHECKLIST_I

Former Member
0 Kudos

I am trying to find a linkage between the following two tables (DPR_CHECKLIST_I and DPR_CHECKLIST_H) , I have the values from DPR_CHECKLIST_I ( GUIID) , I want to find the corresponding Checklist Header guid. Is there a function module which gives this information?

Any inputs on how this can be achieved?

Ajay

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201206
Active Contributor
0 Kudos

Hi Ajay,

Would you please check the table CGPL_HIERARCHY, where the hierarchy information is stored.

Kind regards from Germany,

Zhenbo

Former Member
0 Kudos

Hi Zhenbo ,

It didnt work. Meanwhile I found a function module which takes the checklist header guid and returns all the checklist items.

BAPI_BUS2176_GET_SUBOBJECTS

I want something otherway round, like I will pass the guid of the checklist item and I need the corresponding guid of my checklist header.

Is it possible? Please let me know.

Ajay