SAPFA010 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SAPFA010 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
T090C_READ CALL FUNCTION 'T090C_READ' EXPORTING f_t090c = ls_t090c * I_FLG_ACCESS = ' ' I_BUKRS = t093c-bukrs I_AFABER = u_afabe IMPORTING F_T090C = ls_t090c * E_T090T = * E_AFASL = EXCEPTIONS NOT_FOUND = 1 NOT_ACTIV = 2 OTHERS = 3 .
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = U_BUKRS IMPORTING E_T001 = T001.
T093_READ_MULTIPLE CALL FUNCTION 'T093_READ_MULTIPLE' EXPORTING I_AFAPL = T093C-AFAPL TABLES T_T093 = LT_T093.
T093A_READ_MULTIPLE CALL FUNCTION 'T093A_READ_MULTIPLE' EXPORTING I_AFAPL = T093C-AFAPL TABLES T_T093A = LT_T093A.
T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING I_BUKRS = U_BUKRS TABLES T_T093B = LT_T093B.
FIAA_AREAS_OF_CC_CHECK CALL FUNCTION 'FIAA_AREAS_OF_CC_CHECK' EXPORTING I_BUKRS = U_BUKRS I_AFAPL = T093C-AFAPL TABLES T_T093B = X093B T_T093A = X093A T_T093 = X093 EXCEPTIONS ERROR_MESSAGE = 4.
AMFI_PARALLEL_AREAS CALL FUNCTION 'AMFI_PARALLEL_AREAS' EXPORTING I_T093C = T093C IMPORTING E_X001 = X001 TABLES T_PAREA = LD_XPAREA.
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING i_bukrs = p_bukrs IMPORTING f_t093c = t093c.
T093_READ_MULTIPLE CALL FUNCTION 'T093_READ_MULTIPLE' EXPORTING i_afapl = t093c-afapl TABLES t_t093 = x093.
T093A_READ_MULTIPLE CALL FUNCTION 'T093A_READ_MULTIPLE' EXPORTING i_afapl = t093c-afapl TABLES t_t093a = x093a.
T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING i_bukrs = t093c-bukrs TABLES t_t093b = x093b.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.