SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting | Project Risk Management for Contractors(CA-JVA-PRC) SAP CA

/SAPPCE/RFITEMGL SAP ABAP Report - G/L Account Line Item Display







/SAPPCE/RFITEMGL 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 /SAPPCE/RFITEMGL 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

/SAPPCE/OIGL - G/L Account Open Items


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 /SAPPCE/RFITEMGL. "Basic submit
SUBMIT /SAPPCE/RFITEMGL AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPCE/RFITEMGL 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: X_PARK = Parked items
Selection Text: X_OPSEL = Open Items
Selection Text: X_NORM = Normal items
Selection Text: X_MERK = Noted items
Selection Text: X_CLSEL = Cleared items
Selection Text: X_AISEL = All items
Selection Text: SO_WLSAK = Or values
Selection Text: SO_WLBUK = Or values
Selection Text: SO_BUDAT = Posting Date
Selection Text: SO_AUGDT = Clearing date
Selection Text: PA_WLSAK = G/L account worklist
Selection Text: PA_WLBUK = Company code worklist
Selection Text: PA_VARI = Layout
Selection Text: PA_STIDA = Open at key date
Selection Text: PA_STID2 = Open at key date
Selection Text: PA_NMAX = Maximum number of items
Title: G/L Account Line Item Display
Text Symbol: W04 = Deactivate worklist
Text Symbol: W03 = Company Code
Text Symbol: W02 = G/L account
Text Symbol: W01 = Activate worklist
Text Symbol: 014 = Order
Text Symbol: 013 = WBS Element
Text Symbol: 012 = Cost Center
Text Symbol: 011 = Project
Text Symbol: 010 = Selection
Text Symbol: 009 = List being generated
Text Symbol: 008 = Items. Selection continuing.....
Text Symbol: 007 = Line item selection
Text Symbol: 006 = Type
Text Symbol: 005 = All items
Text Symbol: 004 = Cleared items
Text Symbol: 003 = Open Items
Text Symbol: 002 = Status
Text Symbol: 001 = List Display


INCLUDES used within this REPORT /SAPPCE/RFITEMGL

INCLUDE RFITEM_DEF.
INCLUDE RFITEM_SEL.


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:

BUKRS_AUTHORITY_CHECK CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' EXPORTING xdatabase = 'S' TABLES xbukreis = sd_bukrs.

BUKRS_AUTHORITY_CHECK CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' EXPORTING xdatabase = 'B' TABLES xbukreis = sd_bukrs.

/SAPPCE/DETERMINE_OPEN_ITEMS CALL FUNCTION '/SAPPCE/DETERMINE_OPEN_ITEMS' EXPORTING pspobj = p_psphi TABLES it_prps = lt_prps it_kostl = lt_csks it_aufk = lt_aufk "< 1591277 it_jvso1 = lt_jvso1 CHANGING t_itpos = it_pos[].

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-009.

FI_ITEMS_DISPLAY CALL FUNCTION 'FI_ITEMS_DISPLAY' EXPORTING caller_repid = g_repid acctype = c_koart_gl x_opvw = x_gl_opvw x_change = 'X' i_u_save = gd_alvsave is_u_variant = gs_variant it_u_fieldcat = gt_fieldcat[] ch_status = '/SAPPCE/ALV_ITEMS_GL' it_kontab = it_accts[] it_slbtab = it_comps[] it_t001 = it_h_t001[] it_skat = it_h_skat[] it_skb1 = it_h_skb1[] x_grid = x_grid x_inet = pa_inet TABLES it_items = it_pos.

ITEM_DERIVE_FIELDS CALL FUNCTION 'ITEM_DERIVE_FIELDS' EXPORTING s_t001 = it_h_t001 s_bsegp = wa_bsegp key_date = p_keydate xopvw = bsis-xopvw CHANGING s_item = wa_pos EXCEPTIONS bad_input = 1 OTHERS = 2.

FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = ip_bukrs IMPORTING e_x001 = wa_x001 EXCEPTIONS currency_2_not_defined = 1 currency_3_not_defined = 2 OTHERS = 3.

LDB_PROCESS call function 'LDB_PROCESS' exporting ldbname = 'SDF' expressions = it_dyn_texpr[] tables callback = it_callback selections = it_selscreen exceptions ldb_selections_error = 1 ldb_selections_not_accepted = 2 free_selections_error = 3 callback_no_event = 4 callback_no_program = 5 callback_no_cbform = 6 others = 7.

RS_REFRESH_FROM_DYNAMICAL_SEL call function 'RS_REFRESH_FROM_DYNAMICAL_SEL' exporting curr_report = g_repid mode_write_or_move = 'M' importing p_trange = rt_dyn_trange exceptions not_found = 1 wrong_type = 2 others = 3.

FREE_SELECTIONS_RANGE_2_EX call function 'FREE_SELECTIONS_RANGE_2_EX' exporting field_ranges = rt_dyn_trange importing expressions = it_dyn_texpr[].



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 /SAPPCE/RFITEMGL or its description.