ISU_XPRA_IDE_GRID_XCHANGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for A grid (with the same name) is created for every 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_XCHANGE into the relevant SAP transactions such as SE38 or SE80
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.
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 = Can Only Run in IS-U V1.2, V4.51, V4.61, V4.62, V4.63, V4.64
Text Symbol: 002 = IS-U/CCS Version 4.71 Already Installed
Text Symbol: 001 = XPRA ISU_XPRA_IDE_GRID_CHANGE Not Started
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
DB_COMMIT call function 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_XPRA_IDE_GRID_XCHANGE - XPRA for Changing Grids in IDE ISU_XPRA_IDE_GRID_XCHANGE - XPRA for Changing Grids in IDE ISU_XPRA_IDE_GRID_CREATE - XPRA for Creating Grids in IDE ISU_XPRA_IDE_GRID_CREATE - XPRA for Creating Grids in IDE ISU_XPRA_IDE_GRID_CHANGE - XPRA for Changing Grids in IDE ISU_XPRA_IDE_GRID_CHANGE - XPRA for Changing Grids in IDE