RGUC882C 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 RGUC882C into the relevant SAP transactions such as SE38 or SE80
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.
Title: Copy the Posting and Check Indicator in T886A, T886B and T886C
Text Symbol: 002 = COCD
Text Symbol: 003 = Ledger
Text Symbol: 004 = Posting Indic.
Text Symbol: 005 = CheckIndic
Text Symbol: 006 = T882/T882C CoCode
Text Symbol: 007 = T882/T882C Ledger
Text Symbol: 008 = T882/T882C Postg Ind
Text Symbol: 009 = T882/T882C Check Ind
001 ------------ New values ------- Old values frm T882/T882C
002 Table ACTY CCDE Ledger Po.ID Ch.ID CCDE Ledger Po.ID Ch.ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort it_events = lt_events is_print = ls_print TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_structname 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_structure_name = gc_structname CHANGING ct_fieldcat = lt_fldcat 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 = lt_event.
REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = gt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUC882C - Copy the Posting and Check Indicator in T886A, T886B and T886C RGUC882C - Copy the Posting and Check Indicator in T886A, T886B and T886C RGUBTCI0 - Common Part for BTCI Programs RGUBIWGN - Program RGUBIWGN RGUBIWGN - Program RGUBIWGN RGUARCTC - Consolidation: Archiving of Totals Records (Arch. Object FI_LC_SUM)