The Function Module SSF_EDIT_DISPLAY_FORMATS () is a standard Function Module in SAP ERP and is part of the function group STXXP within the package STXD.
Function Module | SSF_EDIT_DISPLAY_FORMATS |
Short Text | |
Function Group | STXXP |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_CHARFORMTAB | TYPE | TEDCFORM | SAPscript Editor: Character Formats | |
P_FIELDNAME | TYPE | TDFNAME | SAPscript Editor: Field name in editor control | |
P_FIELDVALUE | TYPE | TDFVALUE | SAPscript Editor: Field value in editor control | |
P_PARFORMTAB | TYPE | TEDPFORM | SAPscript Editor: Paragraph Formats |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_PARAGRAPHS | LIKE | ITCDP | Paragraph Style | |
P_STRINGS | LIKE | ITCDS | Style character strings |
This function module does not define any Exceptions.