SAP Reports / Programs

RFSEPA04 SAP ABAP Report - Reduced Line Item Display after Master Data Change







RFSEPA04 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 RFSEPA04 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 RFSEPA04. "Basic submit
SUBMIT RFSEPA04 AND RETURN. "Return to original report after report execution complete
SUBMIT RFSEPA04 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: P_SAKNR = G/L Account
Selection Text: P_LISTE = List Log
Selection Text: P_BUKRS = Company Code
Title: Reduced Line Item Display after Master Data Change
Text Symbol: 001 = G/L Acct
Text Symbol: 002 = Company Code
Text Symbol: B01 = Additional Log
Text Symbol: BE1 = Doc. Selected
Text Symbol: BE2 = Doc. Changed
Text Symbol: NB1 = No. of Documents Selected
Text Symbol: NB2 = No. of Documents Changed
Text Symbol: NSB = No Suitable Entries Found
Text Symbol: NX1 = Number of Line Items Selected from Table &TAB
Text Symbol: NX2 = Number of Line Items Changed in Table &TAB
Text Symbol: NX3 = Number of Line Items Generated in Table &TAB
Text Symbol: NX4 = Number of Deleted Line Items in Table &TAB
Text Symbol: S01 = Doc. No.
Text Symbol: S02 = Year
Text Symbol: S03 = Note
Text Symbol: XX1 = Line Items Selected in Table &TAB
Text Symbol: XX2 = Line Items Changed in Table &TAB
Text Symbol: XX3 = Line Items Generated in Table &TAB
Text Symbol: XX4 = Line Items Deleted in Table &TAB


INCLUDES used within this REPORT RFSEPA04

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_FORMNAME_PF_STATUS_SET I_CALLBACK_USER_COMMAND = GC_FORMNAME_USER_COMMAND I_STRUCTURE_NAME = 'FAGL_ACC_S_RFSEPA04_ALV' IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTPUT 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 = GC_STRUCTURE 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 EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LIST_TOP_OF_PAGE.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING I_S_LIST_APPEND = GC_SET I_S_DISPLAY_PROFILE = GS_DISPLAY_PROFILE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = IS_DISPLAY_PROFILE I_S_DISPLAY_PROFILE = GS_DISPLAY_PROFILE EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = XS_LOG IMPORTING E_LOG_HANDLE = XS_LOG_HANDLE EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = GS_LOG_HANDLE I_MSGTY = GC_I I_PROBCLASS = GC_4 I_TEXT = IV_FREE_TEXT EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING E_S_DISPLAY_PROFILE = XS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.



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