Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OIO_CM_DOC_FLOW

Former Member
0 Likes
645

Hi All,

Is anyone familar with this table OIO_CM_DOC_FLOW(RLM document flow index)? I'm trying to pass in the data as below into this table and search for the GR document number, but it doesnt return any value. Could anyone advise what does this table really store and is there anywhere to get for GR document no. based on only Delivery number? Thanks.

FR_OBJTY = GR01

TO_OBJTY = DL01

TO_OBJID = 0070711011000010 (delivery number + item no).

Hi All,

Is anyone familar with this table OIO_CM_DOC_FLOW(RLM document flow index)? I'm trying to pass in the data as below into this table and search for the GR document number, but it doesnt return any value. Could anyone advise what does this table really store and is there anywhere to get for GR document no. based on only Delivery number? Thanks.

FR_OBJTY = GR01

TO_OBJTY = DL01

TO_OBJID = 0070711011000010 (delivery number + item no).

2 REPLIES 2
Read only

Former Member
0 Likes
558

Hi,

Fields FR_OBJTY and TO_OBJTY uses Conversion exit . Try to pass the data after converting the data.

Regards,

Srini.

Read only

0 Likes
558

Hi,

I'm using the same way to search for others data, it's working. Just wonder why I cant get any data return from this table based on the delivery number I have.

If I using some others tcode: eg: O3O_MT01 (Material tracking-PM Order), it manage to listed the GR document for that delivery.

Anyone have any idea about it? What exactly this table OIO_CM_DOC_FLOW is holding?