The Function Module SWO_OBJTYPE_WRITE_FORM (Ausgabe eines Objekttyps an SAPscript) is a standard Function Module in SAP ERP and is part of the function group SWOS within the package SWO.
Function Module | SWO_OBJTYPE_WRITE_FORM |
Short Text | Ausgabe eines Objekttyps an SAPscript |
Function Group | SWOS |
Package | SWO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FORM | LIKE | SPACE | SAPscript layout set | |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language |
OBJTYPE | LIKE | SWOTBASDAT-OBJTYPE | Object type | |
WITH_DOC | LIKE | SWO_PRNSEL-DOCU | ' ' | |
WITH_INTERFACE | LIKE | SWO_PRNSEL-INTERFACE | 'X' | |
WITH_SOURCE | LIKE | SWO_PRNSEL-SOURCE | ' ' |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT | LIKE | ITCPP | Print result |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_NOT_FOUND | Fehler bei Beschaffung der Daten. |