cancel
Showing results for 
Search instead for 
Did you mean: 

peob reg new tax code in p o

Former Member
0 Kudos

hi...

i want to add new tax condition 'JVRS' in the existing coe fot printing purchase order ........

the existing code is

SELECT SINGLE knumh

FROM a003

INTO knumh

WHERE kschl = 'JVRD'

AND aland = 'IN'

AND mwskz = itab_item-mwskz.

CLEAR itab_item-vat.

SELECT SINGLE kbetr

FROM konp

INTO itab_item-vat

WHERE knumh = knumh.

itab_item-vat = itab_item-vat / 10.

vat = vat + itab_item-vat.

CLEAR knumh.

....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

thnks