cancel
Showing results for 
Search instead for 
Did you mean: 

Developed a report which gives PO(Purchase Order) Pricing details.

Former Member
0 Kudos
56

hi experts,

please give me tables and fields for following report, and also exlain me briefly,

Developed a report which gives PO(Purchase Order) Pricing details.

thanks in advance,

radhakrishna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Purchasing condition tables KONH(header) KONP(details).

u can find the condition no from EKPO. according to that you need to fetch data from the condition tables.

Reward if useful

Regards

ANUPAM

Former Member
0 Kudos

Hello Radhakrishna,

you can use the function module

CALL FUNCTION 'RV_PRICE_PRINT_HEAD'

EXPORTING

comm_head_i = wa_komk

  • LANGUAGE = ' '

  • IMPORTING

  • COMM_HEAD_E =

  • COMM_MWSKZ =

TABLES

tkomv = gi_komv

tkomvd = gi_komvd.

in wa_komk pass the condition record number.

this you will get from your vbak table

reward points if helpful