WRFT_POHF_GROUP SAP (Control Table for Grouping) Table details

Dictionary Type: Table
Description: Control Table for Grouping




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




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

WRFT_POHF_GROUP is a standard SAP Table which is used to store Control Table for Grouping data and is available within R/3 SAP systems depending on the version and release level.

The WRFT_POHF_GROUP table consists of various fields, each holding specific information or linking keys about Control Table for Grouping data available in SAP. These include BSART (Purchasing Document Type), EKGRP_ALLOW (Take Account of Purch. Group), WERKS_ALLOW (Take Account of Plants), CONTRACT_ALLOW (Take Account of Contracts).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRFT_POHF_GROUP 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
MANDTClient MANDTCLNT3T000MANDT
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
EKGRP_ALLOWTake Account of Purch. Group WRF_POHF_EKGRP_ALLOWCHAR1WRF_POHF_CHAR_1_2
WERKS_ALLOWTake Account of Plants WRF_POHF_WERKS_ALLOWCHAR1WRF_POHF_CHAR_1_2
CONTRACT_ALLOWTake Account of Contracts WRF_POHF_CONTRACT_ALLOWCHAR1WRF_POHF_CHAR_1_2
PSTYP_ALLOWTake Account of Item Categories WRF_POHF_PSTYP_ALLOWCHAR1WRF_POHF_CHAR_1_2
FIXPO_ALLOWTake Account of Fixed-Date Purchases Indicator WRF_POHF_FIXPO_ALLOWCHAR1WRF_POHF_CHAR_1_2
KEY_ID_ALLOWConsider Budget WRF_POHF_KEY_ID_ALLOWCHAR1WRF_POHF_CHAR_1_2
AUREL_ALLOWTake Account of Alloc. Table Relevance WRF_POHF_AUREL_ALLOWCHAR1WRF_POHF_CHAR_1_2
DELPER_ALLOWTake Account of Dlvy Period WRF_POHF_DELPER_ALLOWCHAR1WRF_POHF_CHAR_1_2
EINDT_ALLOWTake Account of Delivery Date WRF_POHF_EINDT_ALLOWCHAR1WRF_POHF_CHAR_1_2
LTSNR_ALLOWInclude Vendor Subrange WRF_POHF_LTSNR_ALLOWCHAR1WRF_POHF_CHAR_1_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRFT_POHF_GROUP
INTO CORRESPONDING FIELDS OF WA_WRFT_POHF_GROUP
WHERE...

How to access SAP table WRFT_POHF_GROUP

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