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

eWM Document Flow tables: How are they linked??

Former Member
0 Likes
13,319

Hi there,

I face the following issue:

We have some custom coding where we need to go through the Document Flow documents that are linked to an Inbound Delivery.

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-links.

My question is now:  How are /SCDL/DB_PROCI_I  and   /SCDL/DF_INB     related / linked to each other?

Thank you,

reg., Walter.

View Entire Topic
SerhanEr
Contributor
0 Likes

Hello Walter,

Use class /SCWM/CL_DLV_MANAGEMENT_PRD. There is a query method which works like a magic. Don't bother trying to link delivery tables. This method searches memory buffer first which gives you performance advantages.

Best regards

Serhan

Former Member
0 Likes

Hello Serhan,

Thank you, this works perfectly easy!!!

Really like magic, after all the hours I spent searching the datamodel and internet...!

Thanx, Walter.