Project for FM exit


Get the enhancement and Project for FM exit 

Go to the table MODSAP





















Now go to the table MODACT put name to enhancement fields



























Get the Target group TR


Get the Target group for transport Request


How to get the target group in TR

Go to se10
Select a TR









Go to the properties

















Go to the table TCETARG (Definition of Target Groups for Transports)
This table will display all the system in TARSYSTEM field

















Smart Form FM


Smart Form FM

Spell Amount


Function module spell amount using function module

For display in USD and cent

CALL FUNCTION 'SPELL_AMOUNT'
           EXPORTING
                Amount    = l_totalnet_c “Amount
                Currency = waers “Currency
                Filler    = space
                Language = sy-langu
           IMPORTING
                in_words = l_s_words
           EXCEPTIONS
                not_found = 1
                too_large = 2
                OTHERS    = 3.
      IF sy-subrc <> 0.
      ENDIF.
      CONCATENATE l_s_words-word 'AND'
                       l_s_words-decword 'CENTS'
                  'ONLY'
      INTO l_s_item1-nettxt SEPARATED BY space.” Amount in words

/*Newer Posts*/ Older Posts Home