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

SAPF130E SAP ABAP Report - Balance Confirmations: Display Address List







SAPF130E 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 reply addresses for balance confirmations and company code addresses...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 SAPF130E 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 SAPF130E. "Basic submit
SUBMIT SAPF130E AND RETURN. "Return to original report after report execution complete
SUBMIT SAPF130E 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: ADRID = Address ID
Selection Text: ADRID2 = Address ID
Selection Text: ADRNR = Address
Selection Text: ANZZEIL = Number of address lines
Selection Text: BUKRS = Company code
Selection Text: BUKRS130 = Company code
Selection Text: EVENT = Event
Selection Text: EVENTH = ?...(EVENTH)
Selection Text: INLAND = Domestic
Selection Text: LAND1 = Country
Selection Text: MAILN = Object
Selection Text: NAME1 = Name 1
Selection Text: NATIO = Indicator: Internat.address
Selection Text: ORT01 = City
Selection Text: PSTLZ = Postal code
Selection Text: XADAE = ?...(XADAE)
Selection Text: XADUE = ?...(XADUE)
Selection Text: XBAKA = Company code addresses catalog
Selection Text: XDELB = ?...(XDELB)
Selection Text: XDELR = ?...(XDELR)
Selection Text: XRADK = Reference addresses catalog
Selection Text: XRADK2 = ?...(XRADK2)
Selection Text: XRAKA = Reply addresses catalog
Title: Balance Confirmations: Display Address List
Text Symbol: 001 = Int.addr.
Text Symbol: 002 = Address editing
Text Symbol: 003 = Address data
Text Symbol: 004 = Access to addresses for balance confirmations ---------------------------------
Text Symbol: 006 = Direct access to the address management ---------------------------------------
Text Symbol: 008 = Address editing ---------------------------------------------------------------
Text Symbol: 012 = Company code addresses --------------------------------------------------
Text Symbol: 014 = Reply addresses ---------------------------------------------------------
Text Symbol: 020 = Since you have
Text Symbol: 021 = deleted the address in the central address table,
Text Symbol: 022 = the following addresses which are relevant for balance confirmations
Text Symbol: 023 = will also be deleted:
Text Symbol: 024 = the following addresses which are relevant for balance confirmations
Text Symbol: 025 = will also be deleted:





Text Symbol: 030 = Since you have
Text Symbol: 031 = changed the address in the central address table,
Text Symbol: 032 = the following addresses which are relevant for balance confirmations will
Text Symbol: 033 = also be changed:
Text Symbol: 034 = the following addresses which are relevant for balance confirmations will
Text Symbol: 035 = also be changed:
Text Symbol: 036 = No address has been created
Text Symbol: 100 = Exit Address Maintenance
Text Symbol: 101 = Do you want to save the address
Text Symbol: 102 = data first?


INCLUDES used within this REPORT SAPF130E

INCLUDE RFDBRMAC.
INCLUDE F130COMP.


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 = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' IMPORTING ADDRESS_VALUE = ADDRESS_VALUE SADR = SADR EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

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.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT-101 TEXTLINE2 = TEXT-102 TITEL = TEXT-100 IMPORTING ANSWER = POPUP_ANSWER.



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