SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPF130F SAP ABAP Report - Display Address List from Central Address Administration







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


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 SAPF130F. "Basic submit
SUBMIT SAPF130F AND RETURN. "Return to original report after report execution complete
SUBMIT SAPF130F 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: 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.


INCLUDES used within this REPORT SAPF130F

INCLUDE RFDBRMAC.


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:

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.



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