on 2007 Dec 23 2:17 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.