Start of Content Area

Procedure documentation Storing ABAP Code  Locate the document in its SAP Library structure

Use

You can write your own ABAP code and assign it to the SAP target fields.

Prerequisites

To change ABAP code, you require the relevant developer authorization. For authorization object S_DEVELOP, at least activity 02 and any values for the other authorization fields must be selected.

Procedure

...

       1.      From the list of steps, choose Maintain field mapping and conversion rules.
A screen appears.

       2.      Position the cursor on the corresponding SAP field.

       3.      Choose Insert rule.
A dialog box appears.

       4.      Set a flag under ABAP Code.
Confirm with Continue.
You enter the editor mode where you can store your own code.

Note

Note that a maximum of 24 lines can be displayed. To display the other lines, double-click.

       5.      Afterwards, choose Check.
An error message is issued if your code contains any errors.

Result

Your ABAP code has been stored.

Caution

Conversion rules already assigned will be deleted as soon as you enter your own code in the editor.

 

End of Content Area