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

RSCONN01 SAP ABAP Report - SAPconnect: Start Send Process







RSCONN01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program starts the SAPconnect send process...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 RSCONN01 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 RSCONN01. "Basic submit
SUBMIT RSCONN01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCONN01 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: COMMIT = D CommitAfter
Selection Text: MAXJOBS = D Number of Work Processes
Selection Text: MAXPSIZE = D Maximum Package Size
Selection Text: MAXSEL = D Maximum No. of Send Requests
Selection Text: MINPSIZE = D Minimum Package Size
Selection Text: MODE = Address Type
Selection Text: OUTPUT = List Output
Selection Text: RFCGROUP = D Server Group
Selection Text: TIMEOUT = D Timeout Offset for aRFCs
Selection Text: TIMEPO = D Timeout Factor f. Send Request
Title: SAPconnect: Start Send Process
Text Symbol: 001 = not a valid address type
Text Symbol: 002 = (There is no associated entry in table SXADDRTYPE)
Text Symbol: 003 = not assigned to SAPconnect
Text Symbol: 004 = (The METHOD field of the associated entry in table SXADDRTYPE does
Text Symbol: 005 = not contain 'SAPCONNECT')
Text Symbol: 006 = The function module SX OBJECTS SEND ended with RC =
Text Symbol: 007 = You did not select any objects


INCLUDES used within this REPORT RSCONN01

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:

SX_JOBDATA_GET call function 'SX_JOBDATA_GET' changing jobdata = jobdata.

SX_OBJECTS_SEND call function 'SX_OBJECTS_SEND' EXPORTING ADDRESS_TYPES = address_types OUTPUT = output job_params = job_params exceptions others = 1.

SX_OBJECTS_SEND CALL FUNCTION 'SX_OBJECTS_SEND' EXPORTING ADDRESS_TYPES = SELECTION IMPORTING NR_SO_OBJECTS = NR_SO_OBJECTS TABLES OBJ_CAT = OBJ_CAT EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RSCONN01' I_CALLBACK_USER_COMMAND = 'CB_OL_UCOMM' I_CALLBACK_TOP_OF_PAGE = 'CB_OL_TOP' I_CALLBACK_PF_STATUS_SET = 'CB_OL_PFSTATUS' I_TABNAME = 'OBJ_CAT' IS_LAYOUT = IS_LAYOUT IT_FIELDCAT = FIELD_LST TABLES T_OUTTAB = OBJ_CAT EXCEPTIONS OTHERS = 1.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING SELECTFIELD = HELP_INFO-FIELDNAME TABLES FIELDS = FIELDS NAMELIST = LIST_OF_FIELDS EXCEPTIONS WRONG_FORMAT_GIVEN = 1 OTHERS = 2.

HELP_VALUES_GET_WITH_VALUE CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE' EXPORTING DISPLAY = ' ' FIELDNAME = HELP_INFO-FIELDNAME TABNAME = HELP_INFO-TABNAME GIVEN_VALUE = HELP_INFO-FLDVALUE TITEL = TEXT-002 IMPORTING SELECT_VALUE = HELP_INFO-FLDVALUE SELECT_INDEX = IND TABLES FIELDS = FIELDS VALUETAB = FULL_LIST EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = 'SAPconnect' TEXT_OBJECT = 'RSCONN01_F1_OUTPUT_40B' IMPORTING CANCELLED = CANCELLED EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.



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