Application Development and Automation 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: 
Read only

SMARTFORM

Former Member
0 Likes
416

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
Read only

Former Member
0 Likes
387

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