Entering content frameProcedure documentation Using Function Modules Locate the document in its SAP Library structure

Prerequisites

The function module was generated from a recording made using the batch input recorder.

Procedure

  1. Cal the function module.
  2. Supply the generic interface of the function module:

CTU : Flag whether the data is to be transferred using batch input method CALL TRANSACTION USING . The system generates a batch input session if this flag is not set.

MODE : Processing mode:

A

Display all

E

Display only errors

N

No display

UPDATE : Update mode:

S

Synchronous

A

Asynchronous

L

Local update

GROUP : (If CTU is already specified): Name of the batch input session to be generated

USER : (If CTU is already specified): User with whose authorizations the session is to be processed

KEEP : Specifies whether this session is to be deleted once it has been processed

HOLDDATE : Specifies the earliest processing date for the error session

NODATA : Defines the NODATA character

  1. Supply the function module's special interface.
    For each input field that was filled when you recorded the transactions, the system creates an import parameter. The recorded value is used as the default value for this import parameter.

 

Leaving content frame