2011 Apr 11 8:07 AM
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).
2011 Apr 11 12:19 PM
Hi,
Fields FR_OBJTY and TO_OBJTY uses Conversion exit . Try to pass the data after converting the data.
Regards,
Srini.
2011 Apr 12 2:39 AM
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?