Menu

SAP Function Module K_WSCREATION_POPUP

Dialogfenster, um bel. Verarbeitungsschritt zu bestätigen (CONFIRM, POPUP)

The Function Module K_WSCREATION_POPUP (Dialogfenster, um bel. Verarbeitungsschritt zu bestätigen (CONFIRM, POPUP)) is a standard Function Module in SAP ERP and is part of the function group KKGL within the package KKEK.

Technical Information

Function Module K_WSCREATION_POPUP
Short Text Dialogfenster, um bel. Verarbeitungsschritt zu bestätigen (CONFIRM, POPUP)
Function Group KKGL
Package KKEK
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_COPY TYPE XFLAG SPACE popup for copying of workspace folder
FLG_CREATE TYPE XFLAG 'X' popup for creation of workspace folder
FLG_TAKEOVER_SUBCO TYPE XFLAG SPACE is controlled from caller only! (not in popup)
PTC_SUGGESTED_FOLDERNAME TYPE WSNAME SPACE is suggested as new foldername (if given)
PTC_SUGGESTED_KNOTCONTAINTYPE TYPE WSSEGTYPE SPACE is suggested as new containername (if given)
PTC_TITLE_ADDTXT TYPE CHAR64 SPACE Titelzeile des Dialogfensters
PTC_WSNAME_SOURCEINFO TYPE WSNAME SPACE is the name of the SOURCE FOLDER for user info
START_COLUMN LIKE SY-CUCOL 25 Startspalte des Dialogfensters
START_ROW LIKE SY-CUROW 6 Startzeile des Dialogfensters

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_CANCELLED TYPE XFLAG user choice:popup cancelled (X) or not (space)

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_DEFAULTCO_MANCO_CHG TYPE XFLAG 'X' if 'X': default containers should be added after

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_WCP_KNOTINFO TYPE WSKNOTINFO result table, may IMPort the FO-LESS new content

Exceptions

This function module does not define any Exceptions.