EHFNDI_POWL_CONF SAP (POWL Feeder class input configuration) Table details

Dictionary Type: Table
Description: POWL Feeder class input configuration




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




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

EHFNDI_POWL_CONF is a standard SAP Table which is used to store POWL Feeder class input configuration data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDI_POWL_CONF table consists of various fields, each holding specific information or linking keys about POWL Feeder class input configuration data available in SAP. These include POWL_TYPE (POWL Type ID), BO_NAME (Name), BO_NODE_NAME (Name), TABNAME (Name of ABAP Dictionary Object).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHFNDI_POWL_CONF table 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
APPL_IDApplication ID POWL_APPLID_TYCHAR30Assigned to domainFPB_APPID
POWL_TYPEPOWL Type ID POWL_TYPE_TYCHAR30CHAR30POWL_TYPE
BO_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
BO_NODE_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
TABNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
BO_NODE_FIELDName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
BO_KEYBusiness Object /BOBF/OBM_BO_KEYRAW16/BOBF/CONF_KEY
BO_SERIAL_NUM BO participants serial number0
MASTER_NODESelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
SELECT_FIELDName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
JOIN_BO_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
JOIN_NODE_NAMEName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
JOIN_TABNAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
JOIN_FIELDName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
JOIN_CONDITIONName /BOBF/OBM_NAMECHAR30/BOBF/OBM_NAME
JOIN_SERIAL_NUM Join participants serial number0

Key field Non-key field



How do I retrieve data from SAP table EHFNDI_POWL_CONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on EHFNDI_POWL_CONF to SELECT all data from the table
DATA: WA_EHFNDI_POWL_CONF TYPE EHFNDI_POWL_CONF.

SELECT SINGLE *
FROM EHFNDI_POWL_CONF
INTO CORRESPONDING FIELDS OF WA_EHFNDI_POWL_CONF
WHERE...

How to access SAP table EHFNDI_POWL_CONF

Within an ECC or HANA version of SAP you can also view further information about EHFNDI_POWL_CONF 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!