Entering content frame

Procedure documentation Import Parameters Locate the document in its SAP Library structure

Parameter

Description

IDoc_Contrl

This table contains one entry for each IDoc’s control
record, and is only used by the function module for
importing data. Typically the only fields used by the
inbound function module are Docnum (the IDoc number) and either Mestyp (Message type) or Idoctp (Basic IDoc type).

Idoc_Data

This table contains one entry for each IDoc data
segment. The following fields are relevant to the
inbound function module:
Docnum the IDoc number
Segnam the segment’s name;
Sdata the segment’s data.

Input_Method

Indicates whether the IDoc should be processed in
dialog (i.e. via Call Transaction), or not. Possible values
are:

" " B ackground (no dialog)
"A" Show all screens
"E" Start the dialog on the screen where the error
occurred

Note: the parameter can only take on the values "A" or
"E" if the ALE setting for the function module says that it
supports dialog processing.

bdwfap_par-inputmethod Mass_Processing

Not used any more (except for advanced workflow
programming). It is initial when the methods
InputForeground or InputBackground are invoked;
otherwise it contains "X".

 

 

 

Leaving content frame