SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Online Text Repository(BC-SRV-OTR) SAP BC

SOTR_DB_COMM_FORMS SAP ABAP INCLUDE - SOTRDBCOMMFORMS







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


INCLUDES used within this REPORT SOTR_DB_COMM_FORMS

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:

BTFR_OBJTYPE_ATTRIBUTES_GET CALL FUNCTION 'BTFR_OBJTYPE_ATTRIBUTES_GET' EXPORTING object_type = p_object IMPORTING object_vector = p_header-objid_vec EXCEPTIONS invalid_object_type = 1 no_attributes = 2 OTHERS = 3.

BTFR_CHECK CALL FUNCTION 'BTFR_CHECK' EXPORTING langu = sy-langu alias = p_header-alias_name check = l_check flag_string = p_flag_string IMPORTING check_result = l_check_result CHANGING btfr_head = p_header EXCEPTIONS invalid_package = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Anlegen Alias in Nicht-Originalsystem'(cp4) text_question = l_text text_button_1 = 'Ja'(cp5) text_button_2 = 'Nein'(cp6) default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0. "function does not rise any exceptions

BTFR_CORR_CHECK CALL FUNCTION 'BTFR_CORR_CHECK' EXPORTING package = p_header-paket concept = p_header-concept flag_string = p_flag_string IMPORTING flag_cancelled = l_flag_cancelled EXCEPTIONS invalid_package = 1 permission_failure = 2 OTHERS = 3.

BTFR_CORR_INSERT CALL FUNCTION 'BTFR_CORR_INSERT' EXPORTING package = p_header-paket concept = p_header-concept flag_string = p_flag_string IMPORTING flag_cancelled = l_flag_cancelled EXCEPTIONS invalid_package = 1 permission_failure = 2 OTHERS = 3.

BTFR_INSERT CALL FUNCTION 'BTFR_INSERT' EXPORTING flag_string = p_flag_string header = p_header text_tab = l_text_tab string_tab = l_string_tab source_langu = p_source_langu EXCEPTIONS concept_not_inserted = 1 invalid_parameters = 2 OTHERS = 3.

BTFR_CHECK CALL FUNCTION 'BTFR_CHECK' EXPORTING langu = l_langu alias = p_alias_new check = l_check text = p_text_wa-text string = p_string_wa-text flag_string = p_flag_string IMPORTING check_result = l_check_result CHANGING btfr_head = l_header.

BTFR_CORR_CHECK CALL FUNCTION 'BTFR_CORR_CHECK' EXPORTING package = l_header-paket concept = l_header-concept flag_string = p_flag_string IMPORTING flag_cancelled = l_flag_cancelled EXCEPTIONS invalid_package = 1 permission_failure = 2 OTHERS = 3.

BTFR_CORR_INSERT CALL FUNCTION 'BTFR_CORR_INSERT' EXPORTING package = l_header-paket concept = l_header-concept flag_string = p_flag_string IMPORTING flag_cancelled = l_flag_cancelled EXCEPTIONS invalid_package = 1 permission_failure = 2 OTHERS = 3.

ENQUEUE_E_BTFR_HEAD CALL FUNCTION 'ENQUEUE_E_BTFR_HEAD' EXPORTING concept = l_header-concept EXCEPTIONS foreign_lock = 1 OTHERS = 3.

BTFR_UPDATE CALL FUNCTION 'BTFR_UPDATE' EXPORTING flag_string = p_flag_string header = l_header EXCEPTIONS concept_not_updated = 1 not_all_entries_updated = 2 invalid_parameters = 3 OTHERS = 4.

BTFR_INSERT CALL FUNCTION 'BTFR_INSERT' EXPORTING flag_string = p_flag_string header = l_header text_tab = l_text_tab string_tab = l_string_tab source_langu = p_source_langu EXCEPTIONS concept_not_inserted = 1 invalid_parameters = 2 OTHERS = 3.

BTFR_UPDATE CALL FUNCTION 'BTFR_UPDATE' EXPORTING flag_string = p_flag_string text_tab = l_text_tab string_tab = l_string_tab source_langu = p_source_langu EXCEPTIONS concept_not_updated = 1 not_all_entries_updated = 2 invalid_parameters = 3 OTHERS = 4.

DEQUEUE_E_BTFR_HEAD CALL FUNCTION 'DEQUEUE_E_BTFR_HEAD' EXPORTING concept = l_header-concept.



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