SAP Reports / Programs

RSBCS_CTEST_FAX SAP ABAP Report - Fax Using SMTP - Test Report







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


Text pool values


Title: Fax Using SMTP - Test Report
Text Symbol: TC7 = 7) Document Type
Text Symbol: TC6 = 6) Corrupt PDF Document
Text Symbol: TC5 = 5) PDF Fax Cover Sheet with Text Document and TXT Attachment
Text Symbol: TC4 = 4) Multipart/Alternative with PDF Attachment
Text Symbol: TC3 = 3) PDF Document
Text Symbol: TC2 = 2) Multipart/Alternative
Text Symbol: TC1 = 1) Text Document
Text Symbol: P10 = Test
Text Symbol: P03 = Create Attachment...
Text Symbol: P02 = Create Document...
Text Symbol: P01 = Send Document...
Text Symbol: LB3 = Never
Text Symbol: LB2 = Errs. Only
Text Symbol: LB1 = Always
Text Symbol: IMM = Send Immediately
Text Symbol: FT2 = Generate IDES Data
Text Symbol: F02 = IDES Data
Text Symbol: E02 = Generate IDES Data
Text Symbol: E01 = IDES data does not exist - generate data
Text Symbol: 030 = Send Process
Text Symbol: 020 = Test Cases
Text Symbol: 011 = Required Status
Text Symbol: 010 = Fax Number
Text Symbol: 000 = Recipient


INCLUDES used within this REPORT RSBCS_CTEST_FAX

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 = 'STATUS' values = lt_val.

SX_INTERNET_ADDRESS_TO_NORMAL call function 'SX_INTERNET_ADDRESS_TO_NORMAL' exporting address_unstruct = ls_address importing addr_normal_no_upper = ls_address exceptions error_address_type = 1 error_address = 2 error_group_address = 3 others = 4.

SO_NAME_CONVERT call function 'SO_NAME_CONVERT' exporting name_in = ls_name importing name_out = ls_name exceptions others = 1.

SCP_GET_HTTP_NAME call function 'SCP_GET_HTTP_NAME' exporting sap_codepage = lv_cp importing name = lv_charset exceptions others = 0.

SCP_GET_HTTP_NAME call function 'SCP_GET_HTTP_NAME' exporting sap_codepage = lv_cp importing name = lv_charset exceptions name_unknown = 1 invalid_codepage = 2 others = 3.

SCP_GET_HTTP_NAME call function 'SCP_GET_HTTP_NAME' exporting sap_codepage = lv_cp importing name = lv_charset exceptions name_unknown = 1 invalid_codepage = 2 others = 3.

SCP_GET_HTTP_NAME call function 'SCP_GET_HTTP_NAME' exporting sap_codepage = lv_cp importing name = lv_charset exceptions others = 0.

SX_OBJECT_CONVERT_ALI_HTM call function 'SX_OBJECT_CONVERT_ALI_HTM' exporting format_src = 'ALI' format_dst = 'HTM' changing transfer_bin = ev_bin content_txt = content_bin = lt_solix objhead = lt_head len = ev_len exceptions err_conv_failed = 1 others = 2.

SX_OBJECT_CONVERT_ALI_TXT call function 'SX_OBJECT_CONVERT_ALI_TXT' exporting format_src = 'ALI' format_dst = 'HTM' changing transfer_bin = ev_bin content_txt = content_bin = lt_solix objhead = lt_head len = ev_len exceptions err_conv_failed = 1 others = 2.

SX_OBJECT_CONVERT_ALI_PRT call function 'SX_OBJECT_CONVERT_ALI_PRT' exporting format_src = 'ALI' format_dst = 'PDF' devtype = lv_devtype changing transfer_bin = ev_bin content_txt = lt_soli content_bin = objhead = lt_head len = ev_len exceptions err_conv_failed = 1 others = 2.

SX_OBJECT_CONVERT_OTF_PDF call function 'SX_OBJECT_CONVERT_OTF_PDF' exporting format_src = 'OTF' format_dst = 'PDF' devtype = 'PDF1' changing transfer_bin = ev_bin content_txt = lt_soli content_bin = objhead = lt_head len = ev_len exceptions err_conv_failed = 1 others = 2.

SX_OBJECT_CONVERT_OTF_RAW call function 'SX_OBJECT_CONVERT_OTF_RAW' exporting format_src = 'OTF' format_dst = 'PDF' devtype = 'PDF1' changing transfer_bin = ev_bin content_txt = content_bin = lt_solix objhead = lt_head len = ev_len exceptions err_conv_failed = 1 others = 2.

LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = lt_listobject exceptions not_found = 1 others = 2.

TABLE_COMPRESS call function 'TABLE_COMPRESS' "#EC * tables in = lt_listobject out = rt_solix exceptions compress_error = 1 others = 2.

LIST_FREE_MEMORY call function 'LIST_FREE_MEMORY'.

SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = 'SF_EXAMPLE_01' importing fm_name = lv_fm_name exceptions no_form = 1 no_function_module = 2 others = 3.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = lv_text.



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