Application Development 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: 

SMARTFORM

Former Member
0 Kudos

RV_PRICE_PRINT_ITEM....I need details of tkomvd which will fetch me item details (am getting tkomv this is ok) like vtext,kwart.....blabla

what are mandatory fields apart from

KNUMV

POSNR

1 REPLY 1

Former Member
0 Kudos

do this

SELECT SINGLE * FROM vbak

INTO CORRESPONDING FIELDS OF pp

WHERE vbeln = p_vbeln.

LOOP AT zmit INTO wa_zmit.

MOVE wa_zmit-posnr TO cc-kposn.

MOVE 'V' TO pp-kappl.

PERFORM item_details USING cc pp.

ENDLOOP.

this will pop ur tkomvd