Entering content frame

Procedure documentation Declaring the Function Module’s Attributes Locate the document in its SAP Library structure

The inbound function module has two ALE attributes: "Dialog possible?" and "Input type".

Dialog possible?

If the function module supports a Call Transaction, it can be programmed to show the user the input screens as described above. This ability must be declared here, otherwise the user will not be given the option of choosing to display the screens.

Inbound type

There are three types of function module in inbound processing:

  1. Those that support mass processing
  2. Those that can only process one IDoc at a time and do not use an ALE-enabled transaction
  3. Those that can only process one IDoc at a time and that use an ALE-enabled transaction

For the latter two types, the ALE layer splits up an incoming packet of IDocs and calls the function module once for each IDoc. The latter two need to be distinguished from one another because the ALE processing before the function is called differs in each case.

Example

For an example, look at the entry for the inbound function module IDOC_INPUT_MATMAS01 used for material master data.

 

 

 

Leaving content frame