DEF_PAR_FU SAP (Table for parameter definition in function modules) Structure details

Dictionary Type: Structure
Description: Table for parameter definition in function modules




ABAP Code to SELECT data from DEF_PAR_FU
Related tables to DEF_PAR_FU
Access table DEF_PAR_FU




Structure field list including key, data, relationships and ABAP select examples

DEF_PAR_FU is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table for parameter definition in function modules" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DEF_PAR_FU TYPE DEF_PAR_FU.

The DEF_PAR_FU table consists of various fields, each holding specific information or linking keys about Table for parameter definition in function modules data available in SAP. These include NO_YES (Label 'NO' or 'YES' for getting tables with RFC ('SAPOSCOL')), RFC_DATA_H (Data for the Call of 'SAPOSCOL' with RFC), RFC_DATA (Data for tables to call 'SAPOSCOL'), TAB_TYP (Type of a table read with RFC ('SAPOSCOL')).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DEF_PAR_FU structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LOC_REMOTEKey: Destination for RFC local or remote LOC_REMOTECHAR6CHAR6
NO_YESLabel 'NO' or 'YES' for getting tables with RFC ('SAPOSCOL') NO_YESCHAR3CHAR3
RFC_DATA_HData for the Call of 'SAPOSCOL' with RFC INT2_DATAINT25INT2
RFC_DATAData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
TAB_TYPType of a table read with RFC ('SAPOSCOL') TAB_TYP_15CHAR15CHAR15
LOCAL_DATAData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
LOC_DATA_HData for the Call of 'SAPOSCOL' with RFC INT2_DATAINT25INT2
RECCOUNTData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
MAXRECORDSData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
RECORDSIZEData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
ACTIVEFLAGData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
INTERVALData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
COLLVERSCharacter length 52 CHARACT52CHAR52CHAR52
COLLSINCEUser field for cluster PC (national) CHAR25CHAR25CHAR25
OPSYSTEMCharacter length 52 CHARACT52CHAR52CHAR52
DETAILSCOLData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
DETAILSREQData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
DETAILSMODData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
LASTCOLLWRUser field for cluster PC (national) CHAR25CHAR25CHAR25
LASTCOLLINData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
NORMCOLLINData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
TRACELEVELData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
IDLEINTERVData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
IDLEAFTERData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
REQ_TYPData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
REQ_IDData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
REQ_RCData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
REQ_MODESingle-Character Indicator CHAR1CHAR1CHAR1
REQ_PARAM1Character 512 CHAR512CHAR512CHAR_512
REQ_PARAM2Character 512 CHAR512CHAR512CHAR_512
REQ_PARAM3Character 512 CHAR512CHAR512CHAR_512
PATHNAMEchar120 CHAR120CHAR120CHAR120
FREESPACEStorage on Disk in KBs DISKSPACENUMC12NUMC12

Key field Non-key field



How do I retrieve data from SAP structure DEF_PAR_FU using ABAP code?

As DEF_PAR_FU is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DEF_PAR_FU as there is no data to select.

How to access SAP table DEF_PAR_FU

Within an ECC or HANA version of SAP you can also view further information about DEF_PAR_FU and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!