Application Development 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: 

Any standard TCode/Functionmodule to update VBEP-LIFSP field in sales order

Former Member
0 Kudos

Hi,

Please let me know in detail as to how I can update the field VBEP-LIFSP(LIFSP-Delivery block) of sales order using any standard Transaction code or any standard function module.

Thanks and Regards,

Zahid

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Zahid,

You can use FM BAPI_SALESORDER_CHANGE.

You can pass the entries in the table SCHEDULE_LINES and corresponding fields needs to be marked as X in SCHEDULE_LINESX.

Read the FM documentation for more details.

Regards,

Prakash Pandey

1 REPLY 1

Former Member
0 Kudos

Hi Zahid,

You can use FM BAPI_SALESORDER_CHANGE.

You can pass the entries in the table SCHEDULE_LINES and corresponding fields needs to be marked as X in SCHEDULE_LINESX.

Read the FM documentation for more details.

Regards,

Prakash Pandey