3
Method Addition to Class 1. Go to Transaction SE24 2. Enter class “CL_FIWTIN_UTILITIES” and click on Change. 3. Click on menu bar “Goto” and Select “Text Elements”

Method Addition

Embed Size (px)

DESCRIPTION

Method Addition

Citation preview

  • Method Addition to Class

    1. Go to Transaction SE24

    2. Enter class CL_FIWTIN_UTILITIES and click on Change.

    3. Click on menu bar Goto and Select Text Elements

  • 4. Create Text Elements given below:

    001 : AND

    002 : PAISA

    003 : ONLY

    5. Save and activate.

    6. Create new method name IND_CURR_NOTATION , Level as Instance Method and Visibility as

    Public

  • 7. After method creation, Click on Parameters and create Parameters:

    Parameters Type Associated type

    IV_AMOUNT Importing BF_RWBTR

    EV_AMOUNT Exporting CHAR35

    8. Save and Activate.