Menu

SAP Function Module WSTN3_FIELDINFO_GET

Determine BAPI Field Name for DB Table Field Name

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module WSTN3_FIELDINFO_GET (Determine BAPI Field Name for DB Table Field Name) is a standard Function Module in SAP ERP and is part of the function group WSTN3 within the package WSTRN.

Technical Information

Function Module WSTN3_FIELDINFO_GET
Short Text Determine BAPI Field Name for DB Table Field Name
Function Group WSTN3
Package WSTRN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_FIELDNAME_DB TYPE FIELDNAME Field Name
IV_TABNAME_BAPI TYPE TABNAME Table name BAPI Structure
IV_TABNAME_DB TYPE TABNAME Table name

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_DD04V TYPE DD04V Generated Table for View DD04V
ES_DFIES_BAPI TYPE DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET
ES_DFIES_DB TYPE DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET
ES_DFIES_ISO TYPE DFIES DD Interface: Table Fields for DDIF_FIELDINFO_GET
ET_KEYFIELDS TYPE DDFIELDS Key fields of database table
ET_NAMETAB_BAPI TYPE DDFIELDS Nametab of bapi structure
ET_NAMETAB_DB TYPE DDFIELDS Nametab of database table
EV_FIELDNAME_BAPI TYPE FIELDNAME Field Name of BAPI Structure
EV_FIELDNAME_ISO TYPE FIELDNAME Field Name (ISO Code) of BAPI Structure
EV_WARNING TYPE XFELD BAPI Field Name and Default Field Name different

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.