ISU_XPRA_IDE_GRID_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a grid for each existing distributor (in the ESRVPROV table) with an identical name...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_CREATE 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 Creating Grids in IDE
Text Symbol: 023 = in EADRCITYGRID
Text Symbol: 022 = Number of Records to Be Inserted
Text Symbol: 021 = Error Inserting Entries in EADRSTRTGRID
Text Symbol: 020 = Error Inserting Entries in EADRCITYGRID
Text Symbol: 018 = in EGRIDT:
Text Symbol: 017 = in EGRIDH:
Text Symbol: 016 = in EGRID:
Text Symbol: 015 = Number of Grids to Be Inserted
Text Symbol: 014 = Error Inserting Entries in EGRIDT
Text Symbol: 013 = Error Inserting Entries in EGRIDH
Text Symbol: 012 = Error Inserting Entries in EGRID
Text Symbol: 010 = Distributor
Text Symbol: 008 = Distributor Read
Text Symbol: 006 = Grids Created
Text Symbol: 005 = No errors occurred
Text Symbol: 004 = Grids Succesfully Created
Text Symbol: 003 = Only Compatible wi IS-U V1.2, V4.51, V4.61, V4.62
Text Symbol: 002 = IS-U/CCS Version 4.63 Already Installed
Text Symbol: 001 = XPRA ISU_XPRA_IDE_GRID_CREATE Not Started
Text Symbol: 024 = in EADRSTRTGRID
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_CREATE with Errors
Text Symbol: 040 = XPRA ISU_XPRA_IDE_GRID_CREATE Successfully Run
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 the Distributor
Text Symbol: 030 = Error Occurred Creating Grids
Text Symbol: 028 = ADRSTRTCCS Records Read
Text Symbol: 027 = ADRCITYCCS Records Read
Text Symbol: 026 = EADRSTRTGRID Records Created
Text Symbol: 025 = EADRCITYGRID Records Created
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_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 ISU_XPRA_IDE_DATEX_GEN - XPRA for Adjusting Table EDEXPROCSPGEN ISU_XPRA_IDE_DATEX_GEN - XPRA for Adjusting Table EDEXPROCSPGEN