Ansicht
Dokumentation

OHAU02FH - Create user exits

OHAU02FH - Create user exits

Fill RESBD Structure from EBP Component Structure   Fill RESBD Structure from EBP Component Structure  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

In this step you create user exits. These allow you to change data contained in automatically generated letters before they are sent, prevent them from being sent or change the form used for a particular letter.

Alternatively, you may use user exits to download data and edit it in another application such as a word processing package.

The standard SAP R/3 system contains standard entries which you may use.

You may only create symbolic exit names that begin with a letter of the alphabet.

  1. Enter a name and description of the exit
  2. Specify the name of the routine and which subroutine pool it is in
  3. The default value for SW_PRINT is TRUE. If you do not want a letter printed, you must change the value of the variable SW_PRINT:
    SW_PRINT=FALSE.
  4. The GFORM variable contains the name of the form. If the form is to be changed, the variable must be assigned the new value:
    GFORM='aaaa'.
  5. The NUMBER variable specifies how many letters are to be printed using the form
  6. The form routine must have the following paramenters:
    FORM yyyyyyyyyy using SW_PRINT GFORM NUMBER.
  7. The subroutine pool which contains the form routines must be structured as follows:
    REPORT xxxxxxxx.
    INCLUDE RPCPEUU1. "Include for data definition and common part






Fill RESBD Structure from EBP Component Structure   Fill RESBD Structure from EBP Component Structure  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 1496 Date: 20240602 Time: 063826     sap01-206 ( 24 ms )