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

Bapi_salesorder_change

Former Member
0 Likes
542

HI Guys,

How to change the schedule line category for a sales order using

BAPI_SALESORDER_CHANGE

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

In that bapi in tables u can see the parameter SCHEDULE_LINES here u have specify ur schedule line catergory in SCHED_TYPE.

then in SCHEDULE_LINESX parameter u have to set SCHED_TYPE = 'X' and UPDATEFLAG = 'U'

HI Guys,

How to change the schedule line category for a sales order using

BAPI_SALESORDER_CHANGE

2 REPLIES 2
Read only

Former Member
0 Likes
463

Hi,

Please refer the link below,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
464

In that bapi in tables u can see the parameter SCHEDULE_LINES here u have specify ur schedule line catergory in SCHED_TYPE.

then in SCHEDULE_LINESX parameter u have to set SCHED_TYPE = 'X' and UPDATEFLAG = 'U'