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
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: 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
INCLUDE MJ000TAL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSSTRNRPOSTUPDA - IS-M: Change Records for New Streets Using German Post's Street No. RJSSTRNRPOSTUPDA - IS-M: Change Records for New Streets Using German Post's Street No. RJSSTRNRPOST - IS-M: Display Streets By Street Number from German Postal Service RJSSTRNRPOST - IS-M: Display Streets By Street Number from German Postal Service RJSSTBDC - IS-M/SD: Batch Input for Structures RJSSTBDC - IS-M/SD: Batch Input for Structures