SAP Reports / Programs

ROIUH_REJECTED_JE SAP ABAP Report - Rejected Journal Entries Report







ROIUH_REJECTED_JE is a standard Executable ABAP Report 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 ROIUH_REJECTED_JE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3UH_REJECTED_JE - Rejected Journal Entries Report


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


Text pool values


Selection Text: PRCSDT = Processing Date
Selection Text: CO_CD = Company Code
Selection Text: BTCH_NO = Batch Number
Selection Text: ACCTMO = Accounting Month
Title: Rejected Journal Entries Report
Text Symbol: 023 = ______________
Text Symbol: 024 = _________
Text Symbol: 025 = _________
Text Symbol: 026 = _______
Text Symbol: 027 = _______
Text Symbol: 028 = __________
Text Symbol: 029 = ______________
Text Symbol: 030 = ERROR MESSAGE(S):
Text Symbol: 031 = PRA SYSTEM
Text Symbol: 032 = PAGE:
Text Symbol: 033 = REJECTED JOURNAL ENTRIES
Text Symbol: 034 = COMPANY:
Text Symbol: 035 = ACCOUNTING PERIOD:
Text Symbol: 036 = BATCH NO:
Text Symbol: 037 = BATCH TYPE:
Text Symbol: 038 = *** END OF REPORT ***
Text Symbol: 039 = *** NO REJECTED JOURNAL ENTRIES FOUND ***
Text Symbol: 022 = __________
Text Symbol: 000 = VOUCHER
Text Symbol: 001 = NO
Text Symbol: 002 = LINE
Text Symbol: 003 = NO
Text Symbol: 004 = ACCOUNT
Text Symbol: 005 = NO
Text Symbol: 006 = PROPERTY/DOI
Text Symbol: 007 = NO
Text Symbol: 008 = OWNER
Text Symbol: 009 = NO
Text Symbol: 010 = REMITTER
Text Symbol: 011 = NO
Text Symbol: 012 = PRODUCT
Text Symbol: 013 = CODE
Text Symbol: 014 = SALES





Text Symbol: 015 = MONTH
Text Symbol: 016 = CASH
Text Symbol: 017 = RECEIPT
Text Symbol: 018 = NET
Text Symbol: 019 = AMOUNT
Text Symbol: 020 = _______
Text Symbol: 021 = ________


INCLUDES used within this REPORT ROIUH_REJECTED_JE

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:

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' "SOGK024156;RK EXPORTING "SOGK024156;RK domname = c_domain "SOGK024156;RK text = c_x "SOGK024156;RK langu = sy-langu "SOGK024156;RK TABLES "SOGK024156;RK dd07v_tab = w_btch_type_tb "SOGK024156;RK EXCEPTIONS "SOGK024156;RK wrong_textflag = 1 "SOGK024156;RK OTHERS = 2. "SOGK024156;RK

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IT_FIELDCAT = LT_FIELDCAT IT_SORT = LT_SORT IT_EVENTS = LT_EVENTS I_TABNAME_HEADER = 'GT_OUTTAB' I_TABNAME_ITEM = 'GT_ETAB1' IS_KEYINFO = GS_KEYINFO IS_PRINT = ls_print TABLES T_OUTTAB_HEADER = GT_OUTTAB T_OUTTAB_ITEM = GT_ERRTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * i_callback_program = gv_repid * is_layout = ls_layout * it_fieldcat = lt_fieldcat * i_save = lc_x * it_sort = lt_sort * it_events = lt_events * TABLES * t_outtab = gt_out_details * EXCEPTIONS * program_error = 1 * OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = lc_structure I_INTERNAL_TABNAME = 'GT_OUTTAB' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid I_INTERNAL_TABNAME = 'GT_ETAB1' I_INCLNAME = gv_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.



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