cancel
Showing results for 
Search instead for 
Did you mean: 

Table to get the hierarchy

Former Member
0 Kudos


Hi,

I am using AII to attach packaging hierarchy to OUTBOUND Delivery. I need to find out the packaging hierarchy which is linked to a particular document.  I know, I can get this information from COCKPIT, but I need to send this information to external system.

Can anyplease please tell me in which table in AII will I get the packaging Hierarchy.

I have done the following:

1. Get the Document GUID from DM_DOC table for Document ID

2. Get the Object IDs from DM_DOC_OQCC table.

3. Get the hierarchy from DM_Object table.

Problem: I am not getting Unit level IDs in DM_DOC_OQCC table i.e. I am getting Pallet,Case and Bundle level information in this table but not unit level. Hence, i am unable to retrieve the entire hierarchy.

Thanks,

Madhav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please refer to function modules /AIN/UI_GET_DOC_TOPOBJ and /AIN/DM_ACT_OBJ_READ_BY_RANGE. These to called with right inputs should return you the child serial IDs as well.

Regards,

Bharat Vaka.