Hi there,
No, neither of them.
In an Inbound Delivery some items are relevant for Quality Inspection. For these items a Document Flow-element with Doc.Type Q01 is created.
When posting Goods Issue, the Inbound Delivery is updated to our ECC backend.
The requirement is to enhance the interface to ECC with the information weither this item is relevant for Quality Inspection or not.
We had the idea of determining this information (weither this item is relevant for Quality Inspection or not) based on the presence of the Q01-Document Flow element.
So I have some coding in a badi where I need to find all Document Flow-elements for an Inbound Delivery Item.
Like said above:
I have table /SCDL/DB_PROCI_I which contains the item from which I need the Document Flow-details.
I found table /SCDL/DF_INB which contains the Document Flow-elements.
My question is now: How are /SCDL/DB_PROCI_I and /SCDL/DF_INB related / linked to each other?
tha's basically it...
reg., Walter