Menu

SAP Function Module CY01_FLOW_CONTROL_CREATE_TABLE

Creates a new control table for the flow control

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

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