ISU_XPRA_IDE_GRID_ZCHANGE 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 ISU_XPRA_IDE_GRID_ZCHANGE 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 = 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
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_ZCHANGE - XPRA for Changing Grids in IDE ISU_XPRA_IDE_GRID_ZCHANGE - XPRA for Changing Grids in IDE 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