SAP Reports / Programs | Financial Accounting | Asset Accounting | Basic Functions(FI-AA-AA) SAP FI

FA020F30 SAP ABAP INCLUDE - FM converts accounting interface structures to internally used AM







FA020F30 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 FA020F30 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 FA020F30. "Basic submit
SUBMIT FA020F30 AND RETURN. "Return to original report after report execution complete
SUBMIT FA020F30 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 FA020F30

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:

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = ANBZ-GJAHR I_PERIV = T001-PERIV I_POPER = CON_FIRSTPER IMPORTING E_DATE = HLP_DATUM.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = ANBZ-BZDAT I_PERIV = T001-PERIV IMPORTING E_BUPER = HLP_BUPER.

ANEP_AFARECHNEN CALL FUNCTION 'ANEP_AFARECHNEN' EXPORTING I_ANTS = ANTS I_FEHLER = FLG_NOMSG TABLES T_ANLB = XANLB T_ANLC = XANLC T_ANLZ = XANLZ T_ANEA = XANEA T_ANEP = XANEP T_ANFM = XANFM.

ANEP_AFARECHNEN CALL FUNCTION 'ANEP_AFARECHNEN' EXPORTING I_ANTS = U_ANTS I_FEHLER = U_FLGNM TABLES T_ANLB = T_ANLB T_ANLC = T_ANLC T_ANLZ = T_ANLZ T_ANEA = XANEA T_ANEP = XANEP T_ANFM = T_ANFM.

ANSWERT_PRUEFEN CALL FUNCTION 'ANSWERT_PRUEFEN' EXPORTING I_MENGE = U_MENGE TABLES T_ANEP = XANEP T_ANEA = XANEA T_ANFM = XANFM T_ANLB = XANLB T_ANLC = XANLC.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = ANTS-AKTIV I_PERIV = T001-PERIV IMPORTING E_GJAHR = LD_GJAHR.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = ANBZ-GJAHR I_PERIV = T001-PERIV I_POPER = CON_FIRSTPER IMPORTING E_DATE = LD_DATUM.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = ANTS-AKTIV I_PERIV = T001-PERIV IMPORTING E_GJAHR = LD_GJAHR.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = LS_SYMSG-MSGID I_DTYPE = LS_SYMSG-MSGTY I_MSGNR = LD_MSGNR IMPORTING E_MSGTY = LS_SYMSG-MSGTY.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = LS_SYMSG-MSGID I_DTYPE = LS_SYMSG-MSGTY I_MSGNR = LD_MSGNR IMPORTING E_MSGTY = LS_SYMSG-MSGTY.

AMSP_FLAG_DIALOG_CALL_SET_GET CALL FUNCTION 'AMSP_FLAG_DIALOG_CALL_SET_GET' EXPORTING I_XDIAL = 'X'.

AMBU_PROCESS_MESSAGE CALL FUNCTION 'AMBU_PROCESS_MESSAGE' EXPORTING I_SYMSG = LS_SYMSG.

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING F_T093B = T093B IMPORTING F_T093B = T093B.

TABLE_SCROLL CALL FUNCTION 'TABLE_SCROLL' EXPORTING I_OKCOD = U_OKCOD I_IXLST = U_TABIX I_ANZLP = U_LOOPC I_TFILL = U_TFILL IMPORTING E_IXNXT = U_TABIX.



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 FA020F30 or its description.