SAP ABAP Function Module FAGL_ALE_AGGR_SEND (Aggregieren von Belegen und senden von IDOCs.)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL (Application Component) General Ledger Accounting
     FAGL_DISTR_SCEN_1_SFWC_RS (Package) Distribution Scenario: Transfer of Totals Docs + Single Docs
Basic Data
Function Module FAGL_ALE_AGGR_SEND Aggregieren von Belegen und senden von IDOCs.  
Function Group FAGL_ALE_SEND   Funktionen zum Versenden der IDOCs  
Program Name SAPLFAGL_ALE_SEND    
INCLUDE Name LFAGL_ALE_SENDU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_NUMBER_OF_IDOCS TYPE I The number of idocs sent.
Importing I_LEDGER TYPE FAGL_RLDNR Ledger in General Ledger Accounting
Importing I_FISCAL_YEAR TYPE GJAHR Fiscal Year
Importing I_PERIOD TYPE POPER Fiscal Period
Importing I_SELECT_LIMIT TYPE I Max numbers of lines for the aggr select
Importing I_SEGMENT_PER_IDOC TYPE I Max number of documents per IDOC
Importing I_RUNID TYPE FAGL_ALE_RUNID
Importing I_TEST_RUN TYPE XFLAG 'X' 'X' if this is just a testrun, no documents will be sent.
Importing I_BUDAT TYPE BUDAT Posting Date
Importing I_BLDAT TYPE BLDAT Document Date
Tables IT_FAGL_EXTR TYPE FAGL_EXTR Indextabelle von Belegen.
Exception DATATYPE_ERROR TYPE There was an error when creating the dynamic datatypes for the collect.
Exception ALE_MODEL_NOT_FOUND_ERROR TYPE The customizing data for the ALE model is missing.
Exception ALE_IDOC_SEND_ERROR TYPE There was an error while sending an idoc.
Exception BADI_CHECK_ERROR TYPE There was an error in the BADI.
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20100310 
SAP Release Created in 605