cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module For Item Level Details of a Sales Order

Former Member
0 Kudos

Hi Guys,

I have to get the item level details for a particular sales document no ..I want to know if there is any function module existing for the same.

Also I need any function module for getting the contact information such as contact form (KNVK-ANRED),contact name(KNVK-NAM1),contact name(KNVK-NAMEV),Contact number (KNVK-TELF1).

Please let me know if anyone is aware of it.

Thanks in Advance,

Mayank

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hai mayank,

SD_SALES_DOCUMENT_READ_POS -


Reads sales document header and item material: tables VBAK, VBAP-MATNR

to get the contact information

SD_DOCUMENT_PARTNER_READ-- partner information including address.

SD_PARTNER_READ---all the partners information and addresses

hope this will be helpful for u.

regards,

praba.

vinod_gunaware2
Active Contributor
0 Kudos

<b>SD_SALES_DOCUMENT_READ</b> Reads sales document header and business data: tables VBAK, VBKD and VBPA (Sold-to (AG), Payer (RG) and Ship-to (WE) parties)

<b>SD_SALES_DOCUMENT_READ_POS</b> Reads sales document header and item material: tables VBAK, VBAP-MATNR

<b>SD_DOCUMENT_PARTNER_READ</b> partner information including address. Calls SD_PARTNER_READ

<b>SD_PARTNER_READ</b> all the partners information and addresses

<b>SD_DETERMINE_CONTRACT_TYPE</b>

In: at least VBAK-VBELN

Exceptions: NO CONTRACT | SERVICE_CONTRACT | QUANTITY_CONTRACT

<b>SD_SALES_DOCUMENT_COPY</b>

<b>RV_ORDER_FLOW_INFORMATION</b> Reads sales document flow of sales document after delivery and billing

SD_SALES_DOCUMENT_SAVE create Sales Doc from the copied document

SD_SALES_DOCUMENT_ENQUEUE to dequeue use DEQUEUE_EVVBAKE

RV_DELIVERY_PRINT_VIEW Data provision for delivery note printing

SD_PACKING_PRINT_VIEW

SD_DELIVERY_VIEW Data collection for printing

called from RV_DELIVERY_PRINT_VIEW, SD_PACKING_PRINT_VIEW

RV_BILLING_PRINT_VIEW Data Provision for Billing Document Print

regards

vinod

LucianoBentiveg
Active Contributor
0 Kudos

FMs: 'ADDR_GET' and 'RV_DOCUMENT_PRINT_VIEW'