SAPF130F is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to display and print addresses from the central address table...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 SAPF130F 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: XRAKA = Reply addresses catalog
Selection Text: XRADK2 = ?...(XRADK2)
Selection Text: XRADK = Reference addresses catalog
Selection Text: XBAKA = Company code addresses catalog
Selection Text: PSTLZ = Postal code
Selection Text: ORT01 = City
Selection Text: NATIO = Indicator: Internat.address
Selection Text: NAME1 = Name 1
Selection Text: MAILN = Object
Selection Text: LAND1 = Country
Selection Text: INLAND = Domestic
Selection Text: EVENT = Event
Selection Text: BUKRS130 = Company code
Selection Text: BUKRS = Company code
Selection Text: ANZZEIL = Number of address lines
Selection Text: ADRNR = Address
Selection Text: ADRID2 = Address ID
Selection Text: ADRID = Address ID
Title: Display Address List from Central Address Administration
Text Symbol: 008 = Address editing ---------------------------------------------------------------
Text Symbol: 006 = Direct access to the address management ---------------------------------------
Text Symbol: 004 = Access to addresses for balance confirmations ---------------------------------
Text Symbol: 003 = Address data
Text Symbol: 002 = Address editing
Text Symbol: 001 = Int.addr.
INCLUDE RFDBRMAC.
No SAP DATABASE tables are accessed within this REPORT code!
ADDRESS_INTO_PRINTFORM * CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' * EXPORTING ADRSWA_IN = ADRS * IMPORTING ADRSWA_OUT = ADRS.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADRSWA_IN = ADRS IMPORTING ADRSWA_OUT = ADRS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF130F - Display Address List from Central Address Administration SAPF130F - Display Address List from Central Address Administration SAPF130E - Balance Confirmations: Display Address List SAPF130E - Balance Confirmations: Display Address List SAPF130D_PDF - Customer Balance Confirmation SAPF130D_PDF - Customer Balance Confirmation