SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGJGLTAR SAP ABAP INCLUDE - Allocation Exit Module Line Item Check







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

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:

RSTI_APPL_STACK_POP CALL FUNCTION 'RSTI_APPL_STACK_POP' EXCEPTIONS APPL_STACK_NOT_INITIALIZED = 1.

RSTI_SELECTION_IMPORT CALL FUNCTION 'RSTI_SELECTION_IMPORT' TABLES IT_SEL = LT_RSTISEL IT_FIELDS = LT_RSTIFIELDS EXCEPTIONS NO_SELECTION_DATA = 1.

DATA_INPUT_CUSTOMIZE CALL FUNCTION 'DATA_INPUT_CUSTOMIZE' "DTIN: documentation! EXPORTING I_XRADIO = SPACE "DTIN: use checkboxes I_XCHUSEDB = 'X'"DTIN: db use changeble I_XDSUSEDB = 'X'"DTIN: db use displ.

DATA_INPUT_EXPERT_MODE CALL FUNCTION 'DATA_INPUT_EXPERT_MODE' "DTIN: set expert mode EXPORTING "DTIN X_FORCE_EXPERT_ON = 'X'. "DTIN: expert mode on

ARCHIVE_ADMIN_GET_OBJECT CALL FUNCTION 'ARCHIVE_ADMIN_GET_OBJECT' IMPORTING OBJECT = ARCHOBJ.

DATA_INPUT_CUSTOMIZE CALL FUNCTION 'DATA_INPUT_CUSTOMIZE' "DTIN: documentation! EXPORTING I_XRADIO = SPACE "DTIN: use checkboxes I_XCHUSEDB = 'X' "DTIN: db use changeble I_XDSUSEDB = 'X' "DTIN: db use displ.

DATA_INPUT_EXPERT_MODE CALL FUNCTION 'DATA_INPUT_EXPERT_MODE' "DTIN: set expert mode EXPORTING "DTIN * x_switch_expert_mode = X_FORCE_EXPERT_ON = 'X'. "DTIN: expert mode on

DATA_INPUT_CUSTOMIZE CALL FUNCTION 'DATA_INPUT_CUSTOMIZE'"DTIN: documentation! EXPORTING I_XRADIO = SPACE "DTIN: use checkboxes I_XCHUSEDB = 'X' "DTIN: db use changeble I_XDSUSEDB = 'X' "DTIN: db use displ.

DATA_INPUT_EXPERT_MODE CALL FUNCTION 'DATA_INPUT_EXPERT_MODE' "DTIN: set expert mode EXPORTING "DTIN X_FORCE_EXPERT_ON = 'X'. "DTIN: expert mode on

RW_ARCHIVECHECK_VIA_FIX_FIELDS CALL FUNCTION 'RW_ARCHIVECHECK_VIA_FIX_FIELDS' EXPORTING I_PROGRAMNAME = GV_PROGNAME I_TABLENAME = FV_TABLE I_ARCH_OBJECT = FV_ARCHOBJ TABLES T_FILES_SELOPT = T_FILES EXCEPTIONS WRONG_REPORT_TYPE_RRCTY = 1 NO_RELEVANT_ARCHIVE_FILES = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = GV_PROGNAME TABLES SELECTION_TABLE = LT_SEL_PARAMS.

RW_ARCHIVE_LINK CALL FUNCTION 'RW_ARCHIVE_LINK' EXPORTING I_SELECTIONS = LT_ARCHIVE_SELECTIONS I_CALLBACK_PROGRAM = GV_PROGNAME I_CALLBACK_ROUTINE = FV_CALL_BACK_PRGNAME TABLES T_ARCH_OBJ = LT_ARCHIVE_OBJECTS T_FILES = T_FILES T_TABLES = LT_ARCHIVE_TABLES.

RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING REPORT = GV_PROGNAME DEFAULT_VALUES = ' ' TABLES FIELD_INFO = FIELD_INFO.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = SUM_TABLE NO_GLX_OBJ_PROCESSING = 'X' TEXT_FLAG = 'X' FTYPE = 'A'. "all fields.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = FIELD_TAB-FIELD_ATTR SUBRC = SUBRC.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = FIELD_TAB-FIELD_ATTR SUBRC = SUBRC.

DATA_INPUT_SELECT CALL FUNCTION 'DATA_INPUT_SELECT' EXPORTING XSUPPRESS_DIALOG = 'X' TABLES T_ARCH_SEL = ARCH_SEL CHANGING C_XUSEDB = XUSEDB C_ARCHOBJ = ARCHOBJ C_XUSEAR = XUSEAR C_XUSARALL = XUSARALL.

ARCH_CONVERT_SELECT_TO_ADMI CALL FUNCTION 'ARCH_CONVERT_SELECT_TO_ADMI' TABLES SELECT_OPTIONS = ARCH_SEL SELECTED_FILES = LT_ADMI_FILES.

KARL_CURRENCY_DATE_GET





CALL FUNCTION 'KARL_CURRENCY_DATE_GET' EXPORTING I_CHECK_TODAY = XUSEDB IMPORTING E_CURRENCY_DATE = V_CURRENCY_DATE TABLES T_SELECTED_FILES = LT_ADMI_FILES EXCEPTIONS CURRENCY_CONVERSION_OCCURED = 1.

G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = LW_ORG_UNITS-BUKRS CT = T881-CURT1 KOKRS = LW_ORG_UNITS-KOKRS RCOMP = LW_ORG_UNITS-RCOMP RLDNR = T881-RLDNR CHECK_ARCHIVES_FOR_CURRENCY = LV_YES IMPORTING CURRENCY = SUM_RECORDS-LCURR.

G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = LW_ORG_UNITS-BUKRS CT = T881-CURT2 KOKRS = LW_ORG_UNITS-KOKRS RCOMP = LW_ORG_UNITS-RCOMP RLDNR = T881-RLDNR CHECK_ARCHIVES_FOR_CURRENCY = LV_YES IMPORTING CURRENCY = SUM_RECORDS-GCURR.



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