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

RDT02F01 SAP ABAP INCLUDE - Forms for RGJRDT01 (JV_OBJECT archive reading template)







RDT02F01 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 RDT02F01 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 RDT02F01. "Basic submit
SUBMIT RDT02F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RDT02F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for RGJRDT01 (JV_OBJECT archive reading template)


INCLUDES used within this REPORT RDT02F01

INCLUDE RDT01CU1.
INCLUDE RDT01CU1.


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_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '03' EXCEPTIONS NOT_AUTHORIZED = 01.

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

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = LV_DDIF_NAME_P_TABLE STATE = LV_STATE_ACTIVE LANGU = SY-LANGU * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES DD03P_TAB = LT_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING REPORT = V_PROGNAME DEFAULT_VALUES = ' ' TABLES FIELD_INFO = LT_FIELD_INFO DEF_VALUES = LT_DEF_VALUES.

RW_ARCHIVE_LINK CALL FUNCTION 'RW_ARCHIVE_LINK' EXPORTING I_SELECTIONS = FT_ARCHIVE_SELECTIONS I_CALLBACK_PROGRAM = FV_CALLBACK_PROGRAM I_CALLBACK_ROUTINE = FV_CALLBACK_ROUTINE TABLES T_ARCH_OBJ = FT_ARCH_OBJECTS T_TABLES = FT_TABLES T_FILES = S_FILES EXCEPTIONS OTHERS = 1.

G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = FV_BUKRS CT = FV_CT GLOBAL = FV_COMPTAB KOKRS = FV_KOKRS RCOMP = FV_RCOMP RLDNR = FV_RLDNR CHECK_ARCHIVES_FOR_CURRENCY = 'X' IMPORTING CURRENCY = FV_CURR EXCEPTIONS OTHERS = 14.

RW_ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'RW_ARCH_CONVERT_RANGE_TO_ADMI' TABLES T_SELECT_OPTIONS = S_FILES T_SELECTED_FILES = LT_SELECT_FILES.

ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING OBJECT = C_ARCHIVE_OBJECT SHOW_DELETED_RUN = LV_SET DIALOG_TYPE = LV_DIALOG_TYPE TABLES SELECTED_FILES = LT_SELECT_FILES EXCEPTIONS CANCELLED_BY_USER = 2 NO_FILES_SELECTED = 3 OTHERS = 5.

RW_ARCH_CONVERT_ADMI_TO_RANGE CALL FUNCTION 'RW_ARCH_CONVERT_ADMI_TO_RANGE' TABLES T_SELECTED_FILES = LT_SELECT_FILES T_SELECT_OPTIONS = S_FILES.

RW_ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'RW_ARCH_CONVERT_RANGE_TO_ADMI' TABLES T_SELECT_OPTIONS = S_FILES T_SELECTED_FILES = LT_SELECT_FILES.

KARL_CURRENCY_DATE_GET CALL FUNCTION 'KARL_CURRENCY_DATE_GET' * EXPORTING * i_check_today = lv_set TABLES T_SELECTED_FILES = LT_SELECT_FILES EXCEPTIONS CURRENCY_CONVERSION_OCCURED = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = LV_DDIF_NAME_P_TABLE STATE = LV_STATE_ACTIVE LANGU = SY-LANGU * IMPORTING * GOTSTATE = * DD02V_WA = * DD09L_WA = TABLES DD03P_TAB = LT_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING REPORT = V_PROGNAME TABLES FIELD_INFO = LT_FIELD_INFO DEF_VALUES = LT_DEF_VALUES.

RW_ARCHIVECHECK_VIA_FIX_FIELDS CALL FUNCTION 'RW_ARCHIVECHECK_VIA_FIX_FIELDS' EXPORTING I_PROGRAMNAME = V_PROGNAME I_TABLENAME = V_TABLE_TO_READ I_ARCH_OBJECT = C_ARCHIVE_OBJECT I_DELETED_ARCHIVES = LV_YES I_NOT_DELETED_ARCHIVES = LV_YES I_ARCHIVES_WO_VARIANT = LV_YES I_CLIENT = SY-MANDT TABLES T_FILES_SELOPT = S_FILES EXCEPTIONS WRONG_REPORT_TYPE_RRCTY = 1 NO_RELEVANT_ARCHIVE_FILES = 2 OTHERS = 3.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = V_PROGNAME I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_CALLBACK_END_OF_PAGE = 'END_OF_PAGE' I_CALLBACK_END_OF_LIST = 'END_OF_LIST' * I_CALLBACK_PF_STATUS_SET = I_CALLBACK_FIELDCAT_SAVE = 'FIELDCAT_SAVE' I_TABNAME = 'LT_DATA' IS_LAYOUT = LW_LAYOUT IT_FIELDCAT = LT_FIELDCAT * I_FCTYPE = 'R' * IT_EXCLUDING = IT_SPECIAL_GROUPS = LT_SPECIAL_GROUPS IT_SORT = LT_SORTINFO * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES T_OUTTAB = LT_DATA EXCEPTIONS OTHERS = 1.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = V_PROGNAME I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_CALLBACK_END_OF_PAGE = 'END_OF_PAGE' I_CALLBACK_END_OF_LIST = 'END_OF_LIST' * I_CALLBACK_PF_STATUS_SET = I_CALLBACK_FIELDCAT_SAVE = 'FIELDCAT_SAVE' I_TABNAME = 'LT_DATA' IS_LAYOUT = LW_LAYOUT IT_FIELDCAT = LT_FIELDCAT * I_FCTYPE = 'R' * IT_EXCLUDING = IT_SPECIAL_GROUPS = LT_SPECIAL_GROUPS IT_SORT = LT_SORTINFO * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES T_OUTTAB = LT_DATA EXCEPTIONS OTHERS = 1.

G_DISPLAY_LEDGERS_FOR_TABLE CALL FUNCTION 'G_DISPLAY_LEDGERS_FOR_TABLE' EXPORTING GAPPL = C_APPL GSUBAPPL = C_SUBAPPL ONLY_FIXED_LEDGERS = LV_SET ONLY_DISPLAY = LV_NOT_SET WITH_DEPENDENT_LEDGERS = LV_NOT_SET ONLY_FREE_LEDGERS = LV_NOT_SET IMPORTING PICKED_LEDGER = FV_RLDNR TABLES ALLOWED_TABLES = LT_ALLOWED_TABLES EXCEPTIONS NO_LEDGER_FOUND = 1 OTHERS = 2.



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