‎2009 Oct 29 9:21 AM
I have appended couple field to dictionary table VTTS. Now i have to store values to the append field in VTTS.
How should I do it - Using any BAPI or use modify statement.
If BAPI then what BAPI should I use pls give me an eg.
‎2009 Oct 29 9:25 AM
Hi John,
Go to Tcode SE16N and give the table name VTTS..
Then in the command type &SAP_EDIT and press enter...
press f8 to display your data .. there you are with the all the fields editable.
Hope this solves your problem....
Regards,
Gaurang
‎2009 Oct 29 9:37 AM
thanks for your reply.
But I have to update the table though program. How should I do that
‎2009 Oct 29 9:46 AM
The higher module to use is SD_SHIPMENTS_SAVE. You need to initialize VTTK from TVTK table which FM SD_SHIPMENT_INITIALIZE will do this for you. Fill up delivery info in table XVTTP and use FM sd_delivery_assign_to_shipment to fill up the rest of vttp.
or
Try RV_SHIPMENT_UPDATE