SAP ABAP Data Element FUNCTNNAME (Name of function module for inbound IDoc)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ALE (Application Component) ALE Integration Technology
     SALE (Package) Application Link Enabling
Basic Data
Data Element FUNCTNNAME
Short Description Name of function module for inbound IDoc  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Funcname 
Medium 13 Function name 
Long 17 Function module 
Heading 34 Function module for inbound IDoc 
Documentation

Function module for IDoc input.

Incoming IDocs can be transferred to an application using a direct function module call. The function module receives the IDoc, posts it and outputs a success message.

The function module must have the following interface:


*" IMPORTING
*" INPUT_METHOD LIKE BDWFAP_PAR-INPUTMETHD
*" MASS_PROCESSING LIKE BDWFAP_PAR-MASS_PROC
*" EXPORTING
*" WORKFLOW_RESULT LIKE BDWFAP_PAR-RESULT
*" APPLICATION_VARIABLE LIKE BDWFAP_PAR-APPL_VAR
*" IN_UPDATE_TASK LIKE BDWFAP_PAR-UPDATETASK
*" CALL_TRANSACTION_DONE LIKE BDWFAP_PAR-CALLTRANS
*" TABLES
*" IDOC_CONTRL STRUCTURE EDIDC
*" IDOC_DATA STRUCTURE EDIDD
*" IDOC_STATUS STRUCTURE BDIDOCSTAT
*" RETURN_VARIABLES STRUCTURE BDWFRETVAR
*" SERIALIZATION_INFO STRUCTURE BDI_SER
*" EXCEPTIONS
*" WRONG_FUNCTION_CALLED

History
Last changed by/on SAP  19971219 
SAP Release Created in