SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFEPOJ00 SAP ABAP Report - Line Item Journal







RFEPOJ00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The line item journal creates an overview of the selected posting documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFEPOJ00 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 RFEPOJ00. "Basic submit
SUBMIT RFEPOJ00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFEPOJ00 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: AAUS = Assets section
Selection Text: ALTKT = Alternative Account Number
Selection Text: ANLAGE = Asset Number
Selection Text: ARC = Optical Archiving
Selection Text: ARC_MSG1 = Object Type
Selection Text: ARC_MSG2 = Document Type
Selection Text: ARTNUM = Material Number
Selection Text: DAUS = Customer Section
Selection Text: DAU_UBEL = Recurring Entry Original Docs
Selection Text: DKONTO = Customer Account
Selection Text: KAUS = Vendor Section
Selection Text: KKONTO = Vendor Account
Selection Text: KOSTSTL = Cost Center
Selection Text: LISTSEP = List separation requested
Selection Text: MAUS = Materials section
Selection Text: MIKFICHE = Print Microfiche Line
Selection Text: MUST_BEL = Sample Documents
Selection Text: N_BELEGE = Standard Documents
Selection Text: PAR_CLAS = Classic List
Selection Text: PAR_DOCC = General Ledger View
Selection Text: P_VARI = Layout
Selection Text: SAUS = G/L account section
Selection Text: SKONTO = G/L Account
Selection Text: STAT_BUC = Statistical Postings
Selection Text: TITLE = Additional heading
Selection Text: UMSATZKZ = Special G/L indicator
Selection Text: VOR_BELL = Preliminary entry
Title: Line Item Journal
Text Symbol: 001 = Company Code
Text Symbol: 002 = Account Type
Text Symbol: 003 = Document Type
Text Symbol: 004 = Sales Type
Text Symbol: 005 = Posting Period
Text Symbol: 006 = Period
Text Symbol: 010 = Pstg CPU Document Lin Doc. Bus. Po G S Account User Curr. D/C amount Tx Allocation Doc.
Text Symbol: 011 = date date number itm date ar ky L C number name key cd number status
Text Symbol: 015 = Totals across all company codes selected
Text Symbol: 016 = No. of line items in normal docs :





Text Symbol: 017 = No. of line items in sample docs :
Text Symbol: 018 = No. of line items in stat. docs :
Text Symbol: 019 = No. of line items in recur. docs :
Text Symbol: 020 = No. of line items in prel. docs :
Text Symbol: 100 = Microfiche line not recommended for optical archiving
Text Symbol: 101 = List separation not recommended for optical archiving
Text Symbol: 102 = Invalid Archive Specifications
Text Symbol: 103 = Optical Archiving
Text Symbol: 104 = Posting Period
Text Symbol: 105 = Statistics
Text Symbol: 106 = Error Log
Text Symbol: 107 = Error Text ID No.
Text Symbol: 108 = Optical Archiving Only Permitted for Classic List
Text Symbol: 500 = Further Selections
Text Symbol: 501 = Output Control
Text Symbol: A22 = Archive Details
Text Symbol: A23 = Object Type
Text Symbol: A24 = Document Type


INCLUDES used within this REPORT RFEPOJ00

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:

GET_ARCHIVE_PARAMETERS CALL FUNCTION 'GET_ARCHIVE_PARAMETERS' EXPORTING IN_PARAMETERS = ARC_SAVE PRINTER = ' ' IMPORTING OUT_PARAMETERS = ARC_MEM VALID = ARC_VALID EXCEPTIONS OTHERS = 04.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING BUKRS = BSEG-BUKRS SAKNR = BSEG-HKONT SPRAS = SY-LANGU XMASS = 'X' XTEXT = 'X' IMPORTING ALTKT = KONTO ALTKT_NOT_FOUND = ALTKT_NOT_FOUND EXCEPTIONS BUKRS_NOT_FOUND = 02 SAKNR_NOT_FOUND = 03.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = FIMSG.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS NO_MESSAGE = 1.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

FI_MESSAGE_PRINT CALL FUNCTION 'FI_MESSAGE_PRINT' EXPORTING I_XSKIP = 'X'.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.






FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS NO_MESSAGE = 1.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = IV_SAVE CHANGING CS_VARIANT = XS_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = XS_VARIANT I_SAVE = GV_SAVE IMPORTING E_EXIT = GV_EXIT ES_VARIANT = XS_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = IV_SAVE CHANGING CS_VARIANT = XS_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.

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 I_SAVE = GV_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT TABLES T_OUTTAB = GT_ITEM 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_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENT.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING E_WIDTH = LV_LINSZ.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING IS_BHDGD = BHDGD IMPORTING EO_FORM_GRID = lo_grid.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_PRINT_OPTIONS = lS_PRINT_OPTIONS i_s_list_append = gc_x i_s_display_profile = gs_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING E_WIDTH = lv_linsz et_sort = lt_sort.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET * CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' * IMPORTING * e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5 .

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = gv_log_handle I_MSGTY = iv_msgtyp I_TEXT = iv_text EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4 .

FI_MESSAGE_GET CALL FUNCTION 'FI_MESSAGE_GET' TABLES T_FIMSG = xt_fimsg EXCEPTIONS NO_MESSAGE = 1 OTHERS = 2 .

FI_MESSAGE_TEXT_GET



CALL FUNCTION 'FI_MESSAGE_TEXT_GET' EXPORTING I_LANGU = SY-LANGU I_MSGID = xt_fimsg-MSGID I_MSGNO = xt_fimsg-MSGNO I_MSGTY = xt_fimsg-MSGTY I_MSGV1 = xt_fimsg-MSGV1 I_MSGV2 = xt_fimsg-MSGV2 I_MSGV3 = xt_fimsg-MSGV3 I_MSGV4 = xt_fimsg-MSGV4 IMPORTING E_MSGTX = gv_cnct.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING EO_FORM_GRID = lo_grid.



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