SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

FGVTRF10_NACC SAP ABAP INCLUDE - FGVTRF10NACC







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

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:

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING I_RLDNR = LEDGER I_ORGUNIT = T_H_T001-BUKRS IMPORTING ORGANIZATIONAL_INFO = H_GLX_ORG_INFO EXCEPTIONS NO_INFO_FOUND = 1 ERROR_IN_SETUP = 2 OTHERS = 3.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING I_RLDNR = LEDGER I_ORGUNIT = T_H_T880-RCOMP IMPORTING ORGANIZATIONAL_INFO = H_GLX_ORG_INFO EXCEPTIONS NO_INFO_FOUND = 1 ERROR_IN_SETUP = 2 OTHERS = 3.

G_GET_VERSIONS_FOR_LEDGER CALL FUNCTION 'G_GET_VERSIONS_FOR_LEDGER' EXPORTING I_RLDNR = LEDGER TABLES T_SEL_RVERS = T_SEL_RVERS T_VERSION_DATA = T_VERSION_DATA.

G_GIVE_CARRY_FORWARD_FMOD CALL FUNCTION 'G_GIVE_CARRY_FORWARD_FMOD' EXPORTING I_RLDNR = LEDGER TABLES T_T884C = IT_T884C EXCEPTIONS NO_INFO_FOUND = 1 OTHERS = 2.

G_GET_VERSIONS_FOR_LEDGER CALL FUNCTION 'G_GET_VERSIONS_FOR_LEDGER' EXPORTING I_RLDNR = LEDGER TABLES T_SEL_RVERS = T_SEL_RVERS T_VERSION_DATA = T_VERSION_DATA.

G_DATABASE_AUTHORITY_CHECK CALL FUNCTION 'G_DATABASE_AUTHORITY_CHECK' EXPORTING ACTVT = '02' RLDNR = LEDGER RRCTY = HELP_SATZTYP-LOW RVERS = T_VERSION_DATA-RVERS.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING I_BUKRS = h_bukrs I_RLDNR = ledger I_ACTVT = '02' EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = P_FIELD1 TABLE = H_800A-TAB.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = P_FIELD2 TABLE = H_800A-TAB.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = P_FIELD3 TABLE = H_800A-TAB.

FI_EMU_GET_CONVERSION_DATE CALL FUNCTION 'FI_EMU_GET_CONVERSION_DATE' EXPORTING I_BUKRS = CE_BUKRS IMPORTING E_DATE = EURO_DATUM.

G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING DATE = EURO_DATUM VARIANT = CE_PERIV IMPORTING YEAR = EURO_GJAHR.



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