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 Contract Start/End Dates - VEDA Table

Former Member
0 Likes
2,962

Hi,

Due to legacy data problems the Contract Start/End dates were loaded incorrectly in the system and we are now trying to fix them.

We want to have a simple load program which takes the Contract No, Item number, Start Date & End date in a file format and update the details.

I am looking for a FM to update Start/End dates and found one FM SD_VEDA_MAINTAIN. I am populating the parameters of the FM, but nothing is updates in the system.

Could you please suggest proper usage of the FM SD_VEDA_MAINTAIN or any function module which can be used to update the Contract start/end dates.

Appreciate your help.

Thanks,

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,504

not sure about SD_VEDA_MAINTAIN but i think you can try SD_SALESDOCUMENT_CHANGE it has good documentation on it.

Hi,

Due to legacy data problems the Contract Start/End dates were loaded incorrectly in the system and we are now trying to fix them.

We want to have a simple load program which takes the Contract No, Item number, Start Date & End date in a file format and update the details.

I am looking for a FM to update Start/End dates and found one FM SD_VEDA_MAINTAIN. I am populating the parameters of the FM, but nothing is updates in the system.

Could you please suggest proper usage of the FM SD_VEDA_MAINTAIN or any function module which can be used to update the Contract start/end dates.

Appreciate your help.

Thanks,

Pavan

1 REPLY 1
Read only

Former Member
0 Likes
1,505

not sure about SD_VEDA_MAINTAIN but i think you can try SD_SALESDOCUMENT_CHANGE it has good documentation on it.