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

RJSSTRNRPOSTUPDA SAP ABAP Report - IS-M: Change Records for New Streets Using German Post's Street No.







RJSSTRNRPOSTUPDA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display new streets using street number from German postal service You can display the new streets in the change dataset for streets using the street number assigned by the German postal service...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 RJSSTRNRPOSTUPDA 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 RJSSTRNRPOSTUPDA. "Basic submit
SUBMIT RJSSTRNRPOSTUPDA AND RETURN. "Return to original report after report execution complete
SUBMIT RJSSTRNRPOSTUPDA 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: LAND1 = Country
Selection Text: STRNRPOS = German Post Street Number
Title: IS-M: Change Records for New Streets Using German Post's Street No.
Text Symbol: 001 = Correction Specifs


INCLUDES used within this REPORT RJSSTRNRPOSTUPDA

INCLUDE MJ000TAL.


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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_pf_status_set = 'PF_STATUS_BASIC' i_callback_program = 'RJSSTRNRPOSTUPDA' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'JSTSTRUPDA' is_layout = itab_str_alv_layout i_save = 'A' tables t_outtab = itab_str_alv.

POPUP_GET_VALUES call function 'POPUP_GET_VALUES' "ohne jegliche Prüfung exporting * CUA INFO , Koordinaten des POPUP Fensters : popup_title = 'Korrekturangaben'(001) start_column = 25 start_row = 5 importing returncode = rc tables fields = feld_tab exceptions error_in_fields = 1.

ISP_HOUSENUMBER_CONVERT call function 'ISP_HOUSENUMBER_CONVERT' exporting hausnrvon = part_strupda-hnr1von hausnrbis = part_strupda-hnr1bis hnrzusatzvon = part_strupda-hnr2von hnrzusatzbis = part_strupda-hnr2bis hausnrkennung = part_strupda-hnrkenn strhnr1000 = part_strupda-strhnr1000 importing hausnrvon = part_strupda-hnr1von hausnrbis = part_strupda-hnr1bis hnrzusatzvon = part_strupda-hnr2von hnrzusatzbis = part_strupda-hnr2bis.

ISM_JSTSTRPRO_OVERLAP_CHECK call function 'ISM_JSTSTRPRO_OVERLAP_CHECK' exporting in_gueltigab = con_time_begin in_jststrpro = wa_jststrpro1 changing street_tab = street_tab exceptions overlap = 1 others = 2.



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