RJSGEOGEOGENERATE 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 RJSGEOGEOGENERATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JSGEOGEO - IS-M/SD: Create Geo-Geo Assignments
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.
Selection Text: P_CNUM = Change Number
Selection Text: P_SUBG = Higher Level Geo. Unit
Selection Text: SEL_GEO = Geographical Unit
Selection Text: SEL_TYPE = Type of Geographical Unit
Title: Generate Geo.Unit-Geo.Unit Assignments
Text Symbol: LOG = Error Log
Text Symbol: SC1 = Assign Geographical Units
INCLUDE: MJS00T01, LJS01PT1. "HR4.64
INCLUDE: MJS00T01, LJS01PT1. "HR4.64
No SAP DATABASE tables are accessed within this REPORT code!
ISP_STRUCTURE_OBJECTS_EXISTCHK call function 'ISP_STRUCTURE_OBJECTS_EXISTCHK' exporting in_knoart = con_geoeinh in_knoten = p_subg importing out_exist = out_exist.
ISM_CHANGENUMBER_REQUEST call function 'ISM_CHANGENUMBER_REQUEST' exporting in_aktion = con_aktion_bearbeitung in_aendnr = p_cnum importing out_return = l_msgtab.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = g_repid i_structure_name = 'RJSGEOGEOGEN' changing ct_fieldcat = fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = 'SET_PFSTATUS' i_callback_user_command = 'USER_COMMAND' is_layout = layout it_fieldcat = fieldcat tables t_outtab = geotab.
ISM_GEOUNIT_ASSIGNGEOUNIT call function 'ISM_GEOUNIT_ASSIGNGEOUNIT' exporting geounit = in_supergeo changenumber = in_changenum * UPDATE = JYDB_UPDATE_DIALOG ?? importing return = msg tables geounits = geoassigntab .
APPL_LOG_SET_OBJECT call function 'APPL_LOG_SET_OBJECT' exporting object = 'JISMSD'.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting message = msg.
APPL_LOG_DISPLAY_INTERN call function 'APPL_LOG_DISPLAY_INTERN' exporting object = 'JISMSD' * SUBOBJECT = ' ' title_list_screen = text-log * COLUMN_SELECTION = '11112221122 ' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 100 * IMPORTING * NUMBER_OF_PROTOCOLS = exceptions object_not_found = 1 subobject_not_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSGEOGEOGENERATE - Generate Geo.Unit-Geo.Unit Assignments RJSGEOGEOGENERATE - Generate Geo.Unit-Geo.Unit Assignments RJSGEODATA_IMPORT - IS-M: Sample Report for Transferring Geographical Data RJSGEODATA_IMPORT - IS-M: Sample Report for Transferring Geographical Data RJSGCROU - IS-M/SD: Delete Old Records from Truck Route Unloading Point Sequence RJSGCROU - IS-M/SD: Delete Old Records from Truck Route Unloading Point Sequence