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

function module to read or get sales order item data.

Former Member
0 Likes
3,497

is there any function module to read or get sales order item data.

Thanks

Best Regards

Amarender Reddy B

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,533

Hi,

check this FM: FM SD_SALES_DOCUMENT_READ.

Regards,

Rahul

Hi,

check this FM: FM SD_SALES_DOCUMENT_READ.

Regards,

Rahul

3 REPLIES 3
Read only

Former Member
0 Likes
1,534

Hi,

check this FM: FM SD_SALES_DOCUMENT_READ.

Regards,

Rahul

Read only

0 Likes
1,533

Hi,

Try using the FM BS01_SALESORDER_GETDETAIL

Regards,

Prathap

Read only

0 Likes
1,533

agreeing vt pratap


CALL FUNCTION 'BS01_SALESORDER_GETDETAIL'
  EXPORTING
    salesdocument              =
*   INTERNAL_USE               = ' '
* IMPORTING
*   ORDER_HEADER               =
  tables
    return                     =
*   ORDER_ITEMS                =
*   ORDER_SCHEDULE_LINES       =
*   ORDER_BUSINESS             =
*   ORDER_PARTNERS             =
*   ORDER_ADDRESS              =
*   ORDER_STATUSHEADERS        =
*   ORDER_STATUSITEMS          =
*   ORDER_CONDITIONS           =
*   ORDER_COND_HEAD            =
*   ORDER_COND_ITEM            =
*   ORDER_COND_QTY_SCALE       =
*   ORDER_COND_VAL_SCALE       =
*   ORDER_CONTRACTS            =
*   ORDER_TEXTHEADERS          =
*   ORDER_TEXTLINES            =
*   ORDER_FLOWS                =
*   ORDER_CFGS_CUREFS          =
*   ORDER_CFGS_CUCFGS          =
*   ORDER_CFGS_CUINS           =
*   ORDER_CFGS_CUPRTS          =
*   ORDER_CFGS_CUVALS          =
*   ORDER_CFGS_CUBLBS          =
*   ORDER_CFGS_CUVKS           =
*   ORDER_BILLINGPLANS         =
*   ORDER_BILLINGDATES         =
*   ORDER_CREDITCARDS          =
*   EXTENSIONOUT               =
*   ORDER_SERVICES             =
*   ORDER_SERVICES_TEXT        =
*   ORDER_SERVICES_COND        =

u can capture wat ever required with dis FM

Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 3:53 PM