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

EWM outbound delivery order subitems

bruce51
Explorer
0 Likes
2,038

Hi,

After picking process, in case of several batches picked for one outbund delivery order item, the system creates several subitems. For report reason I need to do the link between the main item (item 10) and it its subitems (items 20, 30, 40). How can achieve this ? I do not find anything via the table /SCDL/DB_PROCI_O.

Thanks for your help

Regards

Bruce

Accepted Solutions (0)

Answers (2)

Answers (2)

Daniil
Active Contributor
0 Likes

Hi, if you need a table it is a /SCDL/DB_GROUP

But it is always good to use standard objects e.g. /SCDL/CL_DL_ITEM

/SCDL/IF_DL_HIERARCHY_READONLY~GET_HIERARCHY	Instance Method	Public	                               	Delivers HIERARCHY
/SCDL/IF_DL_HIERARCHY_READONLY~COMPARE_HIERARCHY_WITH	Instance Method	Public	                               	Compares Whether HIERARCHY Has Changed to Other State
/SCDL/IF_DL_HIERARCHY_READONLY~GET_HIERARCHY_ROOT	Instance Method	Public	                               	Get My Hierarchy Node Item
/SCDL/IF_DL_HIERARCHY_READONLY~GET_HIERARCHY_TREE	Instance Method	Public	                               	Get Hierarchy Tree from My Root
/SCDL/IF_DL_HIERARCHY_READONLY~GET_HIERARCHY_SUB_TREE	Instance Method	Public	                               	Get ONly My Hierarchy Subtree (My Children)
/SCDL/IF_DL_HIERARCHY_READONLY~IS_HIERARCHY_FINAL	Instance Method	Public	                               	Check if Item Has Subitems
former_member788724
Contributor
0 Likes

Hello,

Did you explore the fields reference document number and reference item number ?

I think, it should serve your purpose of linking batch split items with main items. I see a clear linking in this table.

Regards

ASLAM

Daniil
Active Contributor
0 Likes

This is not a correct way, you can have subhierarchy and / or you can have theoretically document without reference.

former_member788724
Contributor
0 Likes

Thanks for the information Daniil