SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPFA010 SAP ABAP INCLUDE - Include LCPDMOBJECTBROWSERF08







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPFA010. "Basic submit
SUBMIT SAPFA010 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFA010 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SAPFA010

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPFA010 or its description.