SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSBCS_ADDRESS_REFERENCE SAP ABAP Report - BCS: Where-Used List for Addresses







RSBCS_ADDRESS_REFERENCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Release references to an address so that it can be deleted...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 RSBCS_ADDRESS_REFERENCE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SBCS_ADDR - BCS: Where-Used List for Addresses


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 RSBCS_ADDRESS_REFERENCE. "Basic submit
SUBMIT RSBCS_ADDRESS_REFERENCE AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCS_ADDRESS_REFERENCE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: BCS: Where-Used List for Addresses
Text Symbol: AT0 = Business Partner
Text Symbol: AT1 = Organization, Company
Text Symbol: AT2 = Private Address
Text Symbol: AT3 = Contact Person (in Company)
Text Symbol: B00 = Address Type
Text Symbol: B01 = Address


INCLUDES used within this REPORT RSBCS_ADDRESS_REFERENCE

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:

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'SEL_ADTP' values = lt_val.

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = lt_rest exceptions others = 1.

ADDR_KEY_GET_TYPE call function 'ADDR_KEY_GET_TYPE' tables addr_type_table = lt_key exceptions parameter_error = 1 internal_error = 2 others = 3.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-repid dynumb = sy-dynnr tables dynpfields = lt_fields exceptions others = 0.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = lv_addrnumber importing output = ls_fields-fieldvalue.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = lv_persnumber importing output = ls_fields-fieldvalue.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-repid dynumb = sy-dynnr tables dynpfields = lt_fields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.



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