‎2011 Jul 14 6:06 PM
Hi All,
I have 2 sales order S1 and S2. I am creating them separately.
My requirement is to include the document flow of S2 with document flow of S1.
I have tried function modules SD_SALESDOCUMENT_UPDATEDOCFLOW and RV_DOCUMENT_FLOW_UPDATE_U
Unfortunately it did not work.
If the above FM is applocable please help with appropriate Passing parameters.
Please suggest any other solutions if available.
Thanks,
Kausthub
‎2011 Jul 14 6:36 PM
Check the following FM'S
RV_DOCUMENT_FLOW_UPDATE
SD_DOCUMENT_FLOW_MAINTAIN
RV_DOCUMENT_FLOW_UPDATE_U
RV_DOCUMENT_FLOW_ADD
‎2011 Jul 14 6:36 PM
Check the following FM'S
RV_DOCUMENT_FLOW_UPDATE
SD_DOCUMENT_FLOW_MAINTAIN
RV_DOCUMENT_FLOW_UPDATE_U
RV_DOCUMENT_FLOW_ADD
‎2011 Jul 14 8:50 PM
Hi,
I tried all. But its not working. Could you advice on the passing of parameters ? so that i can re try accordingly
Thanks,
Kausthub
‎2011 Jul 14 9:02 PM
‎2011 Jul 14 9:58 PM
Hi,
I saw the above thread. Now parameters are passed and VBFA table is updated. But VA03 document flow is not updated as per the VBFA table. please advice.
Thanks,
Kausthub
Edited by: Kausthub Krish on Jul 14, 2011 11:22 PM
‎2011 Jul 14 10:52 PM
Hi Sastry,
Thanks a ton. Its now updated in document flow also. I used RV_DOCUMENT_FLOW_UPDATE_U. The mistake was i passed only the key fields to VBFA table along with UPDKZ = "I". Now i passed all the delivery values with UPDKZ="U". The table and document flow is updated successfully.
Rewarded.
Thanks,
Kausthub
‎2011 Jul 15 2:27 AM