SAP Reports / Programs

RSPHSPHD SAP ABAP Report - SAPphone: Own settings







RSPHSPHD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSPHSPHD 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

SPHD - SAPphone: Own telephone number


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


Text pool values


Title: SAPphone: Own settings
Text Symbol: F4T = Press F4
Text Symbol: A01 = Information


INCLUDES used within this REPORT RSPHSPHD

INCLUDE MACROS.


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:

SPH_TERMINAL_FROM_MEMORY CALL FUNCTION 'SPH_TERMINAL_FROM_MEMORY' IMPORTING terminal = sph_termnl-terminal * EXTENSION = * SERVER = EXCEPTIONS no_data_found = 1 OTHERS = 2.

TEL_TERMINAL_DATA_READ CALL FUNCTION 'TEL_TERMINAL_DATA_READ' EXPORTING terminal_key = sph_termnl-terminal IMPORTING terminal_data = sph_termnl TABLES telno_list = telno_list EXCEPTIONS no_key_given = 1 no_data_found = 2 OTHERS = 3.

TEL_USER_DATA_READ CALL FUNCTION 'TEL_USER_DATA_READ' EXPORTING username = sy-uname IMPORTING user_data = sph_telusr TABLES atic_tab = atic_tab EXCEPTIONS no_data_found = 1 no_user_specified = 2 OTHERS = 3.

TEL_USER_DATA_READ CALL FUNCTION 'TEL_USER_DATA_READ' EXPORTING username = userpatt IMPORTING user_data = sph_telusr TABLES atic_tab = atic_tab EXCEPTIONS no_data_found = 1 no_user_specified = 2 OTHERS = 3.

SPH_CHECK_MULTI_DN CALL FUNCTION 'SPH_CHECK_MULTI_DN' IMPORTING active = l_multi_dn.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SPH_SERVER-SERVER' values = values EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

TEL_TERMINAL_DATA_WRITE CALL FUNCTION 'TEL_TERMINAL_DATA_WRITE' TABLES telno_list = telno_list CHANGING pctono_data = sph_termnl EXCEPTIONS error_data_lock = 1 error_data_write = 2 authority_error = 3 double_entry = 4 OTHERS = 5.

TEL_USER_APPLICATION_READ CALL FUNCTION 'TEL_USER_APPLICATION_READ' EXPORTING username = sph_telusr-teluser TABLES applic_tab = applic_tab.

TEL_USER_DATA_WRITE CALL FUNCTION 'TEL_USER_DATA_WRITE' EXPORTING user_data = sph_telusr TABLES atic_tab = atic_tab EXCEPTIONS no_key_specified = 1 error_data_write = 2 authority_error = 3 OTHERS = 4.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = 'PRAEFIX' show_all_values_at_first_time = 'X' reduced_status_only = 'X' no_display_of_pers_values = 'X' filter_full_table = 'X' IMPORTING ind = idx TABLES fields = fields * full_table = p_server_tab "BCEK038683 full_table = p_server_tab2 "BCEK038683 EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = 'Information'(a01) text_object = 'SAPPHONE_HELP_17'.

SP_CHECK_ENTERED_EXT_SERVER CALL FUNCTION 'SP_CHECK_ENTERED_EXT_SERVER' "4.6C version



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