SAP Reports / Programs | SAP Utilities | SAP Utilities(IS-U) SAP IS

ISU_XPRA_IDE_GRID_CHANGE SAP ABAP Report - XPRA for Changing Grids in IDE







ISU_XPRA_IDE_GRID_CHANGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for A grid is created for every existing distributor (in table ESRVPROV)...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 ISU_XPRA_IDE_GRID_CHANGE 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 ISU_XPRA_IDE_GRID_CHANGE. "Basic submit
SUBMIT ISU_XPRA_IDE_GRID_CHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_XPRA_IDE_GRID_CHANGE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: XPRA for Changing Grids in IDE
Text Symbol: 060 = Error Code of INSERT =
Text Symbol: 043 = Reworking Possible in Productive System
Text Symbol: 042 = Upgrade Can Be Resumed
Text Symbol: 041 = XPRA ISU_XPRA_IDE_GRID_CHANGE with Errors
Text Symbol: 040 = XPRA ISU_XPRA_IDE_GRID_CHANGE Ran Successfully
Text Symbol: 037 = Street Name
Text Symbol: 036 = Location
Text Symbol: 035 = For Street
Text Symbol: 034 = For City
Text Symbol: 033 = To
Text Symbol: 032 = Error Occurred Creating Grid Allocations
Text Symbol: 031 = For Grids
Text Symbol: 030 = Error Changing Grids
Text Symbol: 028 = EADRSTRTGRID - Records Read
Text Symbol: 027 = EADRCITYGRID - Records Read
Text Symbol: 026 = EADRSTRTGRID_NEW - Records Created
Text Symbol: 025 = EADRCITYGRID_NEW - Records Created
Text Symbol: 024 = in EADRSTRTGRID_NEW
Text Symbol: 023 = in EADRCITYGRID_NEW
Text Symbol: 022 = Number of Records to Be Inserted
Text Symbol: 021 = Error Inserting Data in Table EADRSTRTGRID_NEW
Text Symbol: 020 = Error Inserting Data in Table EADRCITYGRID_NEW
Text Symbol: 017 = in EGRIDL:
Text Symbol: 016 = in EGRID:
Text Symbol: 015 = Number of Grids to Be Changed
Text Symbol: 013 = Error Inserting Data in Table EGRIDL
Text Symbol: 012 = Error Changing Table EGRID
Text Symbol: 010 = Grid Level Allocations Created
Text Symbol: 006 = Grids Changed
Text Symbol: 005 = No Errors Occurred
Text Symbol: 004 = Grids Changed Successfully
Text Symbol: 003 = Upgrade from 4.62 or Earlier - XPRA Not Necessary
Text Symbol: 002 = Upgrade from 4.71 or 4.72 - XPRA Not Necessary
Text Symbol: 001 = XPRA ISU_XPRA_IDE_GRID_CHANGE Not Started


INCLUDES used within this REPORT ISU_XPRA_IDE_GRID_CHANGE

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:

FKK_XPRA_CLIENT_CHECK CALL FUNCTION 'FKK_XPRA_CLIENT_CHECK' EXPORTING xpra = syst-cprog client = imandt IMPORTING client_xpra_relevant = i_client_relevant.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = t_prot EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.

FKK_GET_OLD_NEW_VERSION CALL FUNCTION 'FKK_GET_OLD_NEW_VERSION' EXPORTING i_addon_id = 'IS-U/CCS' IMPORTING e_old_rel = i_old_rel EXCEPTIONS addonid_not_found = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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