Skip to Content
0
Aug 26, 2008 at 09:59 AM

amount field of sales order are repated same

16 Views

Hi Guru,

when i write simple program se38 that time amount value have coming properly.

and when i pass that value to smartforms that time only print last value.

My code is following.

SELECT KAWRT FROM KONV INTO CORRESPONDING FIELDS OF TABLE IT3_KONV WHERE KNUMV

= it_VBak-KNUMV and KSCHL = 'JEXP'.

LOOP AT IT3_KONV.

ENDLOOP.

Helpfu answer rewarded.

Regards

Nandkishor Londhe