Menu

SAP Function Module SBCOMS_SEND_REQUEST_CREATE

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module SBCOMS_SEND_REQUEST_CREATE () is a standard Function Module in SAP ERP and is part of the function group SBCOMSUT within the package SBCOMS.

Technical Information

Function Module SBCOMS_SEND_REQUEST_CREATE
Short Text
Function Group SBCOMSUT
Package SBCOMS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ORIGINATOR LIKE SOOS1-RECEXTNAM Direct external address as recipient
ORIGINATOR_TYPE LIKE SOOS1-RECESC Specification of recipient type
OWNER LIKE SOUD-USRNAM SPACE Owner of object

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FACADE CLASS CL_BCS
MULTIPLE_DOCUMENTS TYPE SONV-FLAG
ORIGINATOR_ID TYPE SOUDK
SEND_REQUEST CLASS CL_SEND_REQUEST_BCS Send Request

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FOLDER_ID TYPE SOODK
OBJECT_FL_CHANGE TYPE SOFM1 New object: Folder information
OBJECT_HD_CHANGE TYPE SOOD1 New object: General header data
OBJECT_ID TYPE SOODK Existing object: ID of object
OBJECT_TYPE TYPE SOOD-OBJTP New object: Object type

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION_OBJECT LIKE SWOTOBJID Structure for Object ID
ATT_CONT LIKE SOLI SAPoffice: line, length 255
ATT_HEAD LIKE SOLI SAPoffice: line, length 255
LINK_LIST LIKE SOXLL SAPoffice: Link list structure
NOTE_TEXT LIKE SOLI SAPoffice: line, length 255
OBJCONT LIKE SOLI Document Contents
OBJECTS LIKE SOOD4 SAPoffice: Interface for send screen and MOM
OBJHEAD LIKE SOLI SAPoffice: line, length 255
OBJPARA LIKE SELC ABAP/4: Old structure of selection table
OBJPARB LIKE SOOP1 SAPoffice: Parameter for Dialog Modules
PACKING_LIST LIKE SOXPL SAPoffice: Description of Imported Object Components
RECEIVERS LIKE SOOS1 SAPoffice: recipient with attributes
SEND_REQUESTS TYPE BCSY_SR

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
X_ERROR Internal Error