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

Sales Order BAPI

Former Member
0 Likes
472

Can anyone suggest me a BAPI where in i'm having 40 line items and i can directly go to 38th item.

Thanks in Advance,

Rijish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

BAPI depends on the kind of transaction we need to do.

SD_SALESDOCUMENT_CREATE - Create

BAPI_SALESORDER_CHANGE - Change

Kind Regards

Eswar

2 REPLIES 2
Read only

Former Member
0 Likes
441

BAPI depends on the kind of transaction we need to do.

SD_SALESDOCUMENT_CREATE - Create

BAPI_SALESORDER_CHANGE - Change

Kind Regards

Eswar

Read only

Former Member
0 Likes
440

Hi,

use BAPI_SALESORDER_CHANGE and fill structure

with itemno = '000038' in BAPI.

order_item_in-itm_nu = '000038'

Regards

Amole