‎2006 Jan 04 10:34 AM
Hello,
In transaction VT01N (create shipment) there is a tab for "more dates" which have to be customized before they can be used.
We are using BAPI_SHIPMENT_CREATE to create shipments and to set dates. This works fine for the standard dates (e.g. start of transport).
However, I found no way to set the additional dates.
Is there a way to set them using BAPI_SHIPMENT_CREATE or to change them after creation using any other function module?
Thanks in advance
Roland
‎2006 Jan 04 10:54 AM
‎2006 Jan 04 11:07 AM
BAPI_SHIPMENT_CHANGE appears to have the same input data as BAPI_SHIPMENT_CREATE. I cannot find fields for additional dates either.
best regards
Roland
‎2006 Jan 04 12:02 PM
Hi Roland?
What do you mean by additional dates? Could you please give more details?
By the way if we see the function module documentation for BAPI_SHIPMENT_CREATE, it has been mentioned that tables HEADERDEADLINE & STAGEDEADLINE in the FM can be used for supplying dates.
Could you please look into this docu? If doesn't help you, please give more details about additional dates.
Thanks,
Ramakrishna
‎2006 Jan 04 12:27 PM
Hello Ramakrishna,
Start transaction VT01N. At the bottom you see a number of tabs.
The first tab is called "deadlines". This corresponds to the BAPI-table HEADERDEADLINE.
The third tab is called "stages". This corresponds to the BAPI-tables STAGEDATA and STAGEDEADLINE.
The second tab is called "more dates". This is the tab I want to change using a function module.
We are using release 4.7.
best regards
Roland
‎2006 Jan 04 1:02 PM
Hi,
Can you check the below funciton modules?
SD_SHIPMENT_CREATE
RV_SHIPMENT_UPDATE
If the above FMs are not usefull, please chekc in the
package VTR in se80. It contains many FMs realted to shipment.
If i find any clue in the meanwhile, I will update you.
THanks,
Ramakrishna
‎2010 Mar 09 4:09 PM
I have the same requirement, were you able to find out how to update the "more dates" tab? I sent an OSS note to SAP but they have not responded yet.
‎2006 Jan 04 4:21 PM
I'm starting to suspect that one of the function modules in the function groups V51D or V51T could help me.
I managed to read the required dates using SD_DEADLINE_PRINT_VIEW (and the handle from VTTK as a key).
However, I don't know how to use SD_DEADLINE_MAINTAIN or SD_DEADLINE_MAINTAIN_NEW or another function module to change them.
‎2006 Jan 13 10:02 AM
Hello,
Would either of you be able to tell me which fields you are populating within the IDoc to create the SD shipments. I am struggling to create one in the test tool currently.
Any info would be greatly appreciated.
Eva.
‎2009 Feb 15 2:55 AM
Did you manage to use the IDoc to create the Shipment? If so, please let me know.
Thanks