SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

RJSGEOGEOGENERATE SAP ABAP Report - Generate Geo.Unit-Geo.Unit Assignments







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JSGEOGEO - IS-M/SD: Create Geo-Geo Assignments


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 RJSGEOGEOGENERATE. "Basic submit
SUBMIT RJSGEOGEOGENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RJSGEOGEOGENERATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RJSGEOGEOGENERATE

INCLUDE: MJS00T01, LJS01PT1. "HR4.64
INCLUDE: MJS00T01, LJS01PT1. "HR4.64


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:

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.



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