cancel
Showing results for 
Search instead for 
Did you mean: 

Updating the ServiceRenderedDate(VA01/VA02) by date sent fromExternalSystem

0 Kudos

Dear All,

In Sales Order there is a date called Service Rendered Date.

(Field: FBUDA, Table: VBKD)

From external system a date is sent.

I need to update this date in the Service Rendered Date of Sales Order.

Please suggest me if any BAPI / or any other way is there that can be used to update the Service Rendered date of the Sales Order.

Suggest me any method that I can follow to do this task.

Needless to say I will give points if it is helpful.

Regards,

Raj Kumar Reddy,

SAP-SD Consultant.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Try one of the following BAPIs

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2

BAPI_SALESORDER_CHANGE

Hope this helps you

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can program your logic in the exit: MV45AFZZ. Under this include there is a sub routine available:

USEREXIT_MOVE_FIELD_TO_VBKD.

You can use this sub routine to update the requried fields in this table structure.

This should work.

Regards,

JLN