SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/ADDR_REORG SAP ABAP Report - Reorganization of Addresses in Structures Workbench







/ISDFPS/ADDR_REORG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reorganizes the addresses in the ISDF Workbench...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 /ISDFPS/ADDR_REORG 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 /ISDFPS/ADDR_REORG. "Basic submit
SUBMIT /ISDFPS/ADDR_REORG AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ADDR_REORG 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_PLVAR = D Plan Version
Selection Text: P_UPD = Execute Database Update
Selection Text: S_OBJID = D Object ID
Title: Reorganization of Addresses in Structures Workbench
Text Symbol: 001 = Number of Processed Addresses:
Text Symbol: 002 = Of Which With Errors :
Text Symbol: 003 = S I M U L A T I O N R U N
Text Symbol: 010 = Error Copying Address
Text Symbol: 011 = Error Storing Address Buffer
Text Symbol: 012 = Processing Successful
Text Symbol: 013 = Simulation
Text Symbol: 020 = Data Selection
Text Symbol: 021 = Processing
001 Force Element Subtyp Sta. Doc.Date End. Date Address(olt) Address(new) Processing Status


INCLUDES used within this REPORT /ISDFPS/ADDR_REORG

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:

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = gs_addr_sel IMPORTING address_value = gs_addr_val EXCEPTIONS OTHERS = 99.

/ISDFPS/ADDR_GEO_COPY CALL FUNCTION '/ISDFPS/ADDR_GEO_COPY' EXPORTING addrnumber_old = gs_hrp1952-addrnumber handle = gs_handle addr_group = gc_address_group addr_ref = gs_usage subty = gs_hrp1952-subty IMPORTING addrnumber = g_addrnumber EXCEPTIONS copy_error = 1 OTHERS = 2.

ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' EXCEPTIONS address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 OTHERS = 6.

/ISDFPS/ADRC_GEOLOC_BUFFERSAVE CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_BUFFERSAVE' EXCEPTIONS save_error = 1 OTHERS = 2.

/ISDFPS/FDP_ADRESSES_SET CALL FUNCTION '/ISDFPS/FDP_ADRESSES_SET' EXPORTING i_objid = gs_objid_tab-objid i_date = sy-datum i_adrnr = gs_objid_tab-addr_new i_adold = gs_objid_tab-addr_old i_determine_adress = ' ' IMPORTING e_retcode = g_retcode et_return = g_return.



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 /ISDFPS/ADDR_REORG or its description.