on ‎2022 May 17 8:47 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.