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

RSBCS_RETEST SAP ABAP Report - BCS: Send Documents to Test Reorganization







RSBCS_RETEST 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_RETEST 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_RETEST. "Basic submit
SUBMIT RSBCS_RETEST AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCS_RETEST 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: MAIL = Status as E-Mail
Selection Text: NOTE = Note
Selection Text: REPLY_TO = Reply Recipients
Selection Text: REPTYP = Reply Recipient Type
Selection Text: SENDER = Sender
Selection Text: SNDTYP = Sender Type
Selection Text: STATUS = Requested Status
Selection Text: XPDAT = Expiration Date
Selection Text: APPL_ID = D .
Selection Text: ATTTP1 = D .
Selection Text: ATTTP2 = D .
Selection Text: BOR_KEY = D .
Selection Text: BOR_TYP = D .
Selection Text: DISCL = D .
Selection Text: ENCRYPT = D .
Selection Text: EXPRESS = D .
Selection Text: OBJSUBJ = D .
Selection Text: OBJTP = D .
Selection Text: REC_DLI = D .
Selection Text: SIGN = D .
Selection Text: SNDDAT = D .
Selection Text: SNDTIM = D .
Selection Text: XPTIM = D .
Title: BCS: Send Documents to Test Reorganization
Text Symbol: P05 = Creating document(s)...
Text Symbol: P04 = Sending...
Text Symbol: 000 = Recipient Type
Text Symbol: 001 = Create Relationship
Text Symbol: 002 = Delete Linked Object
Text Symbol: 003 = Send Immediately
Text Symbol: 004 = Move to Outbox
Text Symbol: 006 = As RECIPIENT Object
Text Symbol: 008 = E-Mail Address
Text Symbol: 009 = User
Text Symbol: 010 = Fax Number
Text Symbol: 011 = Document Class and Attachments
Text Symbol: 012 = Attributes
Text Symbol: 013 = Number of TXT Attachments





Text Symbol: 014 = Distribution List
Text Symbol: 015 = Private DLI
Text Symbol: 016 = Text on Fax Cover Page
Text Symbol: 017 = BOR Object Type
Text Symbol: 018 = BOR Object Key
Text Symbol: 019 = Organizational Unit
Text Symbol: 020 = Address
Text Symbol: 021 = SMS Number
Text Symbol: 024 = Added
Text Symbol: 025 = For Domain
Text Symbol: B01 = Delete
Text Symbol: M01 = Only RAW, TXT, ALI, or HTM permitted
Text Symbol: P01 = Creating document(s)...
Text Symbol: P02 = Creating send request...


INCLUDES used within this REPORT RSBCS_RETEST

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = &1.

SO_USER_ADDRESS_READ_API1 call function 'SO_USER_ADDRESS_READ_API1' tables user_address = addresses exceptions others = 1.

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

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

LIST_FREE_MEMORY call function 'LIST_FREE_MEMORY' tables listobject = listobject exceptions others = 1.

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

SX_ADDRESS_TO_DEVTYPE call function 'SX_ADDRESS_TO_DEVTYPE' exporting recipient_id = l_rec sender_id = l_sender importing devtype = options-tdprinter exceptions err_invalid_route = 1 err_system = 2 others = 3.

SO_RAW_TO_RTF call function 'SO_RAW_TO_RTF' tables objcont_old = objcont_new = exceptions others = 0.

SO_RAW_TO_RTF call function 'SO_RAW_TO_RTF' tables objcont_old = objcont_new = exceptions others = 0.

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

SO_USER_EXIST call function 'SO_USER_EXIST' exporting user_name = lv_user exceptions others = 1.






SO_ORG_SELECT call function 'SO_ORG_SELECT' exporting search_string = lv_search_string importing f_canceled = lv_canceled tables orgs = lt_orgs exceptions others = 1.



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