The Function Module FB_MIGRATE_FORM (SAPscript-Form nach SAP SmartForm migrieren) is a standard Function Module in SAP ERP and is part of the function group STXB within the package SMART.
Function Module | FB_MIGRATE_FORM |
Short Text | SAPscript-Form nach SAP SmartForm migrieren |
Function Group | STXB |
Package | SMART |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CHECK_FORMS_ARE_OK | TYPE | TDSFFLAG | 'X' | |
I_CLIENT_SAPSCRIPT | LIKE | STXH-MANDT | SPACE | |
I_FORMNAME_SAPSCRIPT | TYPE | ITCTA-TDFORM | SPACE | |
I_FORMNAME_SMARTFORM | TYPE | TDSFNAME | SPACE | |
I_LANGUAGE_SAPSCRIPT | LIKE | SY-LANGU | SY-LANGU | |
I_WITH_DIALOG | TYPE | TDSFFLAG | 'X' | |
I_WITH_FORM_BUILDER | TYPE | TDSFFLAG | 'X' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
O_FORMNAME_SAPSCRIPT | TYPE | ITCTA-TDFORM | ||
O_FORMNAME_SMARTFORM | TYPE | TDSFNAME |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FORM_EXISTS | |
ILLEGAL_LANGUAGE | Invalid language |
ILLEGAL_NAME | |
NO_ACCESS_PERMISSION | |
NO_FORM | |
NO_LANGUAGE | |
NO_NAME | |
NO_SUCCESS | Other Error |