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

Update dictionary table VTTS

Former Member
0 Likes
1,049

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.

3 REPLIES 3
Read only

Former Member
0 Likes
721

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

Read only

0 Likes
721

thanks for your reply.

But I have to update the table though program. How should I do that

Read only

0 Likes
721

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