Menu

SAP Function Module BAPI_RE_PG_CREATE

Create Participation Group

The Function Module BAPI_RE_PG_CREATE (Create Participation Group) is a standard Function Module in SAP ERP and is part of the function group RESC_BAPI_PARTICIP_GRP within the package RE_SC_PG.

Technical Information

Function Module BAPI_RE_PG_CREATE
Short Text Create Participation Group
Function Group RESC_BAPI_PARTICIP_GRP
Package RE_SC_PG
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUSINESS_ENTITY_NUMBER_EXT LIKE BAPI_RE_PARTICIP_GRP_KEY-BUSINESS_ENTITY External: Number of Business Entity
COMP_CODE_EXT LIKE BAPI_RE_PARTICIP_GRP_KEY-COMP_CODE External: Company Code
PARTICIP_GROUP_NUMBER_EXT LIKE BAPI_RE_PARTICIP_GRP_KEY-PARTICIP_GROUP External: Participation Group
PARTICIP_GRP LIKE BAPI_RE_PARTICIP_GRP_DAT Participation Group - Data
TEST_RUN LIKE BAPI_RE_ADDITIONAL_FIELDS-TESTRUN SPACE Simulation Indicator
TRANS LIKE BAPI_RE_ADDITIONAL_FIELDS-TRANS Business Transaction

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUSINESSENTITYNUMBER LIKE BAPI_RE_PARTICIP_GRP_KEY-BUSINESS_ENTITY Valid Business Entity
COMPCODE LIKE BAPI_RE_PARTICIP_GRP_KEY-COMP_CODE Company Code
PARTICIPGROUPNUMBER LIKE BAPI_RE_PARTICIP_GRP_KEY-PARTICIP_GROUP Participation Group

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXTENSION_IN LIKE BAPIPAREX Add. Data: Entry
PARTICIP_OBJ LIKE BAPI_RE_PARTICIP_OBJ_DAT Participating Object
RESUBM_RULE LIKE BAPI_RE_RESUBM_RULE_DAT Resubmission Rules
RETURN LIKE BAPIRET2 Return Parameters
STATUS LIKE BAPI_RE_STATUS_DAT Status

Exceptions

This function module does not define any Exceptions.