Skip to Content
0
Former Member
Apr 15, 2010 at 09:37 AM

probelem in Printing currency in Import PO while in USD

32 Views

FORM %CO14.

DATA: AMOUNT_P TYPE PC207-BETRG.

CLEAR amount_p.

amount_p = g_total.

CALL FUNCTION 'HR_IN_CHG_INR_WRDS'

EXPORTING

amt_in_num = amount_p

IMPORTING

amt_in_words = total_in_words

EXCEPTIONS

DATA_TYPE_MISMATCH = 1

OTHERS = 2