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

RJSIUSALL SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT RJSIUSALL

No INCLUDES are used within this REPORT code!


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:

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.



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