cancel
Showing results for 
Search instead for 
Did you mean: 

modifying sales order

Former Member
0 Kudos

hi gurus,

i have a table with item details like material description ,qty ,price,amount . we have developed a new smartform for that we r using RVADOR01 print program. Here i am not getting where exactly qty value is

coming from program.

please tell me how to find this in a print program.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

it will get from the below FM:

CALL FUNCTION 'RV_PRICE_PRINT_ITEM'

EXPORTING

COMM_HEAD_I = KOMK

COMM_ITEM_I = KOMP

LANGUAGE = NAST-SPRAS

IMPORTING

COMM_HEAD_E = KOMK

COMM_ITEM_E = KOMP

TABLES

TKOMV = TKOMV

TKOMVD = TKOMVD.

Hope it helps!!

Regards,

Pavan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

download the latest version from BestPractices. You then willhave a perfect smartform and a perfect printprogram. If you really want i think i can send.

Gr., Frank