SAP Reports / Programs

REDOCBIB SAP ABAP Report - INTERNAL: Form Class Library







REDOCBIB 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 REDOCBIB 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 REDOCBIB. "Basic submit
SUBMIT REDOCBIB AND RETURN. "Return to original report after report execution complete
SUBMIT REDOCBIB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INTERNAL: Form Class Library
Text Symbol: 100 = Redemption


INCLUDES used within this REPORT REDOCBIB

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE IEFGMAC4 .


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:

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' POPUP_TITLE = L_TITLE START_COLUMN = '20' START_ROW = '8' IMPORTING RETURNCODE = L_RC TABLES FIELDS = LT_SVAL EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

ISU_DB_EREDEMP_SINGLE CALL FUNCTION 'ISU_DB_EREDEMP_SINGLE' EXPORTING X_LP_RDMNBR = lp_rdmnbr * X_ACTUAL = IMPORTING Y_EREDEMP = yt_doc_header EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3 .

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING X_PARTNER = x_doc_header-partner * X_XBANK = * X_XADDR_MULT = * X_XTELN_MULT = * X_XFAXN_MULT = * X_XCOMM_FRTH = IMPORTING Y_BUT000 = Y_BUS_PART * TABLES * TY_BANK = * TY_ADDRESS = * TY_TELNO = * TY_FAXNO = * TY_TTXNO = * TY_TLXNO = EXCEPTIONS PARTNER_NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING I_VKONT = X_DOC_HEADER-VKONT * I_GPART = * I_ONLY_GPART = * I_BYPASS_BUFFER = * I_SET_ENQUEUE = IMPORTING * E_FKKVK = E_FKKVK E_FKKVKP = E_FKKVKP * tables * t_fkkvkp = yt_cont_acct EXCEPTIONS NOT_FOUND = 1 FOREIGN_LOCK = 2 OTHERS = 3.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'A' * X_LENGTH = 80 * X_LINE_COUNT = 1 * X_PRGCONTEXT = ' ' * X_SUBCONTEXT = ' ' X_READ_ADRC_REGIO = 'X' * X_READ_ISU_DATA = ' ' * X_READ_MRU = ' ' * X_READ_KONZ = ' ' * X_READ_BUKRS = ' ' * X_READ_CUST_REGIO = ' ' X_ADDRNUMBER = wa_bus_part-ADDRNUMBER * X_PARTNER = * X_ACCOUNT = X_PERSNUMBER = WA_BUS_PART-PERSNUMBER * X_HAUS = * X_VSTELLE = * X_DEVLOC = * X_ANLAGE = * X_ADDR1_VAL = * X_EKUN_EXT = * X_FKKVKP1 = * X_EHAU = * X_EVBS = * X_EGPL = * X_EANL = * X_ACTUAL = * X_BUKRS = ' ' * X_SPARTE = ' ' * X_AKLASSE = ' ' * X_ADDR_OBJ = * X_REFRESH_ADDRESS = IMPORTING * Y_ADDR_LINES = * Y_LINE_COUNT = Y_EADRDAT = H_EADRDAT * Y_ADRC_REGIO = H_ADRC_REGIO * Y_ADDR_DATA = * Y_CUST_REGIO = EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 ADDRESS_INCONSISTENCY = 4 INSTALLATION_INCONSISTENCY = 5 OTHERS = 6.

ISU_MOVE_BUSPART_ADDRESS CALL FUNCTION 'ISU_MOVE_BUSPART_ADDRESS' EXPORTING X_BUSPART = WA_BUS_PART X_ADDRESS = h_EADRDAT X_LANGU = C-LANGU IMPORTING Y_ADDRESS = Y_BP_ADDRESS EXCEPTIONS NOT_QUALIFIED = 1 OTHERS = 2.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING X_PARTNER = x_doc_header-lp_sponsor * X_XBANK = * X_XADDR_MULT = * X_XTELN_MULT = * X_XFAXN_MULT = * X_XCOMM_FRTH = IMPORTING Y_BUT000 = Y_sponsor * TABLES * TY_BANK = * TY_ADDRESS = * TY_TELNO = * TY_FAXNO = * TY_TTXNO = * TY_TLXNO = EXCEPTIONS PARTNER_NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

ISU_DB_ELOYALPRG_SINGLE CALL FUNCTION 'ISU_DB_ELOYALPRG_SINGLE' EXPORTING X_LPCODE = x_doc_header-lp_code * X_ACTUAL = ' ' IMPORTING Y_ELOYALPRG = y_lp_code EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3 .

ISU_DB_ELOYALPRGT_SINGLE CALL FUNCTION 'ISU_DB_ELOYALPRGT_SINGLE' EXPORTING * X_ACTUAL = X_LPCODE = x_doc_header-lp_code X_SPRAS = c-LANGU IMPORTING Y_ELOYALPRGT = Y_LP_CODE_T EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3 .

ISU_DB_EREWARD_SINGLE CALL FUNCTION 'ISU_DB_EREWARD_SINGLE' EXPORTING X_LPRWRD = x_doc_header-lp_rwrd * X_ACTUAL = ' ' IMPORTING Y_EREWARD = Y_LP_RWRD EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3 .

ISU_DB_EREWARDT_SINGLE CALL FUNCTION 'ISU_DB_EREWARDT_SINGLE' EXPORTING X_LPRWRD = x_doc_header-lp_rwrd X_SPRAS = SY-LANGU * X_ACTUAL = ' ' IMPORTING Y_EREWARDt = Y_LP_RWRD_t 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 REDOCBIB or its description.