Menu

SAP Function Module RSAQWFD_SHOW_FIELD_DOCU

Display documentation for a field

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module RSAQWFD_SHOW_FIELD_DOCU (Display documentation for a field) is a standard Function Module in SAP ERP and is part of the function group AQSF within the package SQUE.

Technical Information

Function Module RSAQWFD_SHOW_FIELD_DOCU
Short Text Display documentation for a field
Function Group AQSF
Package SQUE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WFD_BYTE_LENGTH LIKE AQDBSF-OLENG SPACE
WFD_CURRY_FLAG LIKE AQDBSF-CURRY
WFD_DDIC_TYPE LIKE DD03P-DATATYPE SPACE Type in Dictionary
WFD_DECIMALS LIKE AQDBSF-DECIMALS Decimal places with type P
WFD_DOMNAME LIKE DD03P-DOMNAME SPACE
WFD_FIELDNAME LIKE AQADEF-FNAME Field name
WFD_LENGHT LIKE AQDBSF-OLENG SPACE No. of Characters
WFD_OUT_LENGTH LIKE AQDBSF-OLENG Field output length
WFD_TYPE LIKE AQDBSF-TYPE ABAP/4 type of field

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
WFD_DBAN LIKE AQDBAN SAP Query (S): DBAN Table of Alias Names
WFD_DBSG LIKE AQDBSG SAP Query (S): DBSG Logical Database Structure

Exceptions

This function module does not define any Exceptions.