Menu

SAP Function Module CY01_FLOW_CONTROL_CREATE_TABLE

Creates a new control table for the flow control

The Function Module CY01_FLOW_CONTROL_CREATE_TABLE (Creates a new control table for the flow control) is a standard Function Module in SAP ERP and is part of the function group CY03 within the package CY01.

Technical Information

Function Module CY01_FLOW_CONTROL_CREATE_TABLE
Short Text Creates a new control table for the flow control
Function Group CY03
Package CY01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONT_ID_IMP LIKE TCY40K-CONT_ID SPACE ID of the new control table (import)
CONT_TEXT LIKE TCY40T-CONT_TEXT Description of the new control table
RANGE_HIGH LIKE TCY40K-CONT_ID SPACE Upper limit of the number range for the ID
RANGE_LOW LIKE TCY40K-CONT_ID SPACE Lower limit of the number range for the ID
STATUS_IMP LIKE TCY40K-STATUS 'S' Status of the new control table

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONT_ID_EXP LIKE TCY40K-CONT_ID ID of the new control table (export)

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
TCY40_IMP LIKE TCY40 New control table

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ID_ALREADY_EXISTS The given ID already exists
NO_ID_WITHIN_RANGE No ID can be found within given range