SAP Reports / Programs

REA_INSTSET SAP ABAP Report - Maintain backlog entry in extract ZINSTSET







REA_INSTSET 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 REA_INSTSET 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 REA_INSTSET. "Basic submit
SUBMIT REA_INSTSET AND RETURN. "Return to original report after report execution complete
SUBMIT REA_INSTSET 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: ANLAGE = Installation
Selection Text: AUTREP = Automatically Repaired
Selection Text: DONE = Completed
Selection Text: MANREP = Manually Repaired
Selection Text: MAN_WORK = Manual Correction
Selection Text: MSGID = Message Class
Selection Text: MSGNO = Number
Selection Text: MSGV1 = Variable 1
Selection Text: MSGV2 = Variable 2
Selection Text: MSGV3 = Variable 3
Selection Text: MSGV4 = Variable 4
Selection Text: SEMREL = SRelease
Selection Text: SETNO = Backlog Set
Title: Maintain backlog entry in extract ZINSTSET
Text Symbol: 011 = SReason 1
Text Symbol: 010 = Semi-Automatic Repairs
Text Symbol: 009 = MReason 3
Text Symbol: 008 = MReason 2
Text Symbol: 007 = Correctd
Text Symbol: 006 = Confirmed
Text Symbol: 005 = Default
Text Symbol: 004 = Reason
Text Symbol: 003 = Manual Repairs
Text Symbol: 002 = Error Variables
Text Symbol: 001 = Identification of Backlog Entry
Text Symbol: 019 = Automatically Completed
Text Symbol: 020 = Backlog Entry Done
Text Symbol: 021 = Auto. Repairs Saved
Text Symbol: 022 = All Extract Administration Data
Text Symbol: 023 = Update Successful
Text Symbol: 024 = SRelease
Text Symbol: 025 = Semi-Auto. Repairs Changed
Text Symbol: 026 = There Are no Auto. Repairs
Text Symbol: 027 = There Are no Semi-Auto. Repairs
Text Symbol: 028 = A/M
Text Symbol: 029 = Del
Text Symbol: 030 = Manually Complete
Text Symbol: 031 = Work Area for List Entry





Text Symbol: 036 = Confirm Exit
Text Symbol: 035 = Save Data Before Exiting?
Text Symbol: 034 = No Changes to Save
Text Symbol: 033 = Manual Repairs Changed
Text Symbol: 032 = No Explicit Information on Manual Repairs
Text Symbol: 012 = SReason 2
Text Symbol: 055 = Variable 4
Text Symbol: 054 = Variable 3
Text Symbol: 053 = Variable 2
Text Symbol: 052 = Variable 1
Text Symbol: 051 = Display Message
Text Symbol: 050 = Bill.Doc.No.
Text Symbol: 049 = Billing Transactn
Text Symbol: 048 = Planned Billing Date
Text Symbol: 047 = Billing Analys.
Text Symbol: 046 = Message
Text Symbol: 045 = MessClass
Text Symbol: 044 = Backlog Set
Text Symbol: 043 = Update
Text Symbol: 042 = Installation
Text Symbol: 041 = Ext.Process
Text Symbol: 040 = Solution
Text Symbol: 039 = Cause Categ.
Text Symbol: 038 = Manual Processing
Text Symbol: 059 = CO
Text Symbol: 058 = Other errors
Text Symbol: 057 = Processed by
Text Symbol: 056 = Agent Group
Text Symbol: 037 = SRepaired
Text Symbol: 018 = Extract Administration Data
Text Symbol: 017 = AReason 3
Text Symbol: 016 = AReason 2
Text Symbol: 015 = AReason 1
Text Symbol: 014 = Auto-Repairs
Text Symbol: 013 = SReason 3


INCLUDES used within this REPORT REA_INSTSET

INCLUDE IBRECONST.


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:

SAPBI_LIST_PROCESS





CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_IOMS X_F_DISPO = X_DISPO X_SUB_CT = SUB_CT X_NO_OTHER = 'X' EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_EXDT X_F_DISPO = X_DISPO EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_ARLI X_F_UNPROTECT = F_UNPRO X_F_DISPO = X_DISPO IMPORTING Y_ARLI_CHANGED = F_ARLI_CHANGED Y_TABIX = SEL_TABIX TABLES XY_I_AUT_CAUSE = I_AUT_CAUSE EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_SRLI X_F_UNPROTECT = F_UNPRO X_F_DISPO = X_DISPO IMPORTING Y_SRLI_CHANGED = F_SRLI_CHANGED Y_TABIX = SEL_TABIX TABLES XY_I_SEM_CAUSE = I_SEM_CAUSE EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_MANR X_F_DISPO = X_DISPO IMPORTING Y_MANR_CHANGED = F_MANR_CHANGED Y_TABIX = SEL_TABIX TABLES XY_I_MAN_CAUSE = I_MAN_CAUSE EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_INBV EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

SAPBI_LIST_PROCESS CALL FUNCTION 'SAPBI_LIST_PROCESS' EXPORTING X_PROCESS = CO_PROCESS_BPER EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.

ISU_S_INSTLN_DISPLAY CALL FUNCTION 'ISU_S_INSTLN_DISPLAY' EXPORTING X_ANLAGE = ANLAGE X_KEYDATE = SY-DATUM X_NO_CHANGE = 'X' X_NO_OTHER = 'X' EXCEPTIONS OTHERS = 1.

ISU_S_BILL_DOC_DISPLAY CALL FUNCTION 'ISU_S_BILL_DOC_DISPLAY' EXPORTING X_BELNR = BELNR X_NO_OTHER = 'X' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISU_S_TRIGGER_DISPLAY CALL FUNCTION 'ISU_S_TRIGGER_DISPLAY' EXPORTING X_ANLAGE = ANLAGE X_ABRDATS = ABRDATS X_ABRVORG = ABRVORG X_NO_CHANGE = 'X' X_NO_OTHER = 'X' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISU_DB_INSTSET_SINGLE CALL FUNCTION 'ISU_DB_INSTSET_SINGLE' EXPORTING X_SETNO = X_SETNO X_MSGID = X_MSGID X_MSGNO = X_MSGNO X_ANLAGE = X_ANLAGE IMPORTING Y_INSTSET = WA_INSTSET EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_INSTCAUSE_SELECT CALL FUNCTION 'ISU_DB_INSTCAUSE_SELECT' EXPORTING X_SETNO = X_SETNO X_MSGID = X_MSGID X_MSGNO = X_MSGNO X_ANLAGE = X_ANLAGE TABLES YT_INSTCAUSE = I_TOTAL_CAUSE EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'Y' OBJECTVALUE = SPACE TEXT_AFTER = SPACE TEXT_BEFORE = TEXT-035 TITEL = TEXT-036 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.

ISU_DB_CAUSES_SINGLE CALL FUNCTION 'ISU_DB_CAUSES_SINGLE' EXPORTING X_CAUSES = X_MCAUSE1 IMPORTING Y_CAUSES = W_ISU_CAUSES EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_SOLPATH_SINGLE CALL FUNCTION 'ISU_DB_SOLPATH_SINGLE' EXPORTING X_MSGID = X_MSGID X_MSGNO = X_MSGNO X_CAUSE = X_MCAUSE1 IMPORTING Y_SOLPATH = W_ISU_SOLPATH EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_SOLMODULES_SINGLE CALL FUNCTION 'ISU_DB_SOLMODULES_SINGLE' EXPORTING X_SOLUTION = W_ISU_SOLPATH-SOLUTION IMPORTING Y_SOLMODULES = W_ISU_SOLMODULES EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_ERCH_SINGLE CALL FUNCTION 'ISU_DB_ERCH_SINGLE' EXPORTING X_BELNR = X_BELNR IMPORTING Y_ERCH = W_ERCH EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EVER_SINGLE CALL FUNCTION 'ISU_DB_EVER_SINGLE' EXPORTING X_VERTRAG = W_ERCH-VERTRAG IMPORTING Y_EVER = W_EVER EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_ETRG_SINGLE CALL FUNCTION 'ISU_DB_ETRG_SINGLE' EXPORTING X_ANLAGE = X_ANLAGE X_ABRDATS = X_ABRDATS X_ABRVORG = X_ABRVORG IMPORTING Y_ETRG = W_ETRG EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISU_DB_EXPGRP_SELECT CALL FUNCTION 'ISU_DB_EXPGRP_SELECT' EXPORTING X_SETNO = X_SETNO TABLES IT_EXPGRP = I_EXPGRP EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.




ISU_DB_WARROOM_SINGLE CALL FUNCTION 'ISU_DB_WARROOM_SINGLE' EXPORTING X_EXPNAME = X_EXPNAME IMPORTING Y_WARROOM = W_WARROOM EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_WLCAUSE_SELECT CALL FUNCTION 'ISU_DB_WLCAUSE_SELECT' EXPORTING X_SETNO = X_SETNO TABLES YT_WLCAUSE = IWLIST_CAUSE EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_EXPGRP_SELECT CALL FUNCTION 'ISU_DB_EXPGRP_SELECT' EXPORTING X_SETNO = X_SETNO X_EXPNAME = UNAME TABLES IT_EXPGRP = I_EXPGRP EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_ISU_WORKLIST_SINGLE CALL FUNCTION 'ISU_DB_ISU_WORKLIST_SINGLE' EXPORTING X_SETNO = X_SETNO X_EXPGRP = WEXPGRP-EXPGRP X_MSGID = X_MSGID X_MSGNO = X_MSGNO IMPORTING Y_W_ISU_WORKLIST = W_ISU_WORKLIST EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_DB_WARROOM_SINGLE CALL FUNCTION 'ISU_DB_WARROOM_SINGLE' EXPORTING X_EXPNAME = UNAME IMPORTING Y_WARROOM = W_ISU_WAR_ROOM EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.



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