RJSIUSALL is a standard ABAP INCLUDE 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 RJSIUSALL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_POSTAL_CHECK_OR_RELEASE call function 'ISM_POSTAL_CHECK_OR_RELEASE' exporting in_jstaender = par_jstaender in_xrelease = jpsd_x importing log_tab = out_msgtab out_xchecked = checked changing jstortupda_tab = ortupda_tab jststrupda_tab = strupda_tab jstplzupda_tab = plzupda_tab jstploupda_tab = ploupda_tab jstotlupda_tab = otlupda_tab jstkgsupda_tab = kgsupda_tab jstpofupda_tab = pofupda_tab JSPLZZUOUPDA_TAB = plzzuoupda_tab.
ISM_POSTAL_CHANGE_GEO_MODIFY call function 'ISM_POSTAL_CHANGE_GEO_MODIFY' exporting in_jstaender = p_jstaender in_testmode = p_testmode importing log_tab = log_tab changing jstortupda_tab = ortupda_tab jststrupda_tab = strupda_tab jstplzupda_tab = plzupda_tab jstploupda_tab = ploupda_tab jstotlupda_tab = otlupda_tab jstkgsupda_tab = kgsupda_tab jstpofupda_tab = pofupda_tab exceptions others = 1.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting message = msg.
APPL_LOG_WRITE_HEADER call function 'APPL_LOG_WRITE_HEADER' exporting header = header.
APPL_LOG_WRITE_HEADER call function 'APPL_LOG_WRITE_HEADER' exporting header = lbalhdri.
APPL_LOG_WRITE_DB call function 'APPL_LOG_WRITE_DB' tables object_with_lognumber = numbertab[].
APPL_LOG_READ_INTERN call function 'APPL_LOG_READ_INTERN' exporting object = con_al_object_jchngnr subobject = con_al_subobject_structure * LOG_CLASS = '4' language = syst-langu * IMPORTING NUMBER_OF_LOGS = tables header_data = t_alhdr header_parameters = t_alhdrpar messages = t_almsg message_parameters = t_almsgpar message_prepared = t_almsgprep.
APPL_LOG_DISPLAY_INTERN call function 'APPL_LOG_DISPLAY_INTERN' exporting object = con_al_object_jchngnr subobject = con_al_subobject_structure title_list_screen = in_text column_selection = con_allog_selction column_selection_msg_jump = '1' external_number_display_length = 10.
APPL_LOG_WRITE_SINGLE_MESSAGE call function 'APPL_LOG_WRITE_SINGLE_MESSAGE' exporting message = al_msg update_or_insert = 'I'.
ISP_JSTAENDER_CHECK call function 'ISP_JSTAENDER_CHECK' exporting aendnr = aendnr aktion = loc_aktion importing out_message = out_msg aenderungsnr = loc_jstaender.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.