WBHP SAP (Trading Contract: Partner Assignment) Table details

Dictionary Type: Table
Description: Trading Contract: Partner Assignment




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




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

WBHP is a standard SAP Table which is used to store Trading Contract: Partner Assignment data and is available within R/3 SAP systems depending on the version and release level.

The WBHP table consists of various fields, each holding specific information or linking keys about Trading Contract: Partner Assignment data available in SAP. These include TKONN (Trading Contract: Trading Contract Number), TPOSN (Trading Contract: Item Number), TPOSN_SUB (Trading Contract: Sub-Item Number), PARVW (Partner Function).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WBHP 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 MANDTCLNT3Assigned to domainMANDT
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
PARZAPartner counter PARZANUMC3PARZA
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
LIFNRReference to other vendor LIFN2CHAR10Assigned to domainALPHALIFNR
KUNNRCustomer number of business partner KUNN2CHAR10Assigned to domainALPHAKUNNRKUN
DEFPADefault Partner DEFPACHAR1XFELD
PARNRNumber of contact person PARNRNUMC10PARNRVPA
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ADRDAAddress indicator ADRDACHAR1ADRDA
.INCLU--AP 0
HISTUNRLevel number within hierarchy HISTUNRNUMC2NUM2
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STCD3Tax Number 3 STCD3CHAR18CHAR18
STCD4Tax Number 4 STCD4CHAR18CHAR18
STKZNNatural Person STKZNCHAR1STKZN
STCDTTax Number Type J_1ATOIDCHAR2Assigned to domainJ_1ATOID
J_1KFREPREName of Representative REPRESCHAR10REPRES
J_1KFTBUSType of Business GESTYPCHAR30BUSTYPEGESTYP
J_1KFTINDType of Industry INDTYPCHAR30INDUSTYPEINDTYP
.INCLU--AP 0
HITYP_SDCustomer hierarchy type HITYP_KHCHAR1Assigned to domainHITYP
HITYP_MMHierarchy category: vendor hierarchy HITYP_LHCHAR1Assigned to domainHITYP_LHHITYP_LH
PRFRERelevant for price determination ID PRFRECHAR1XFELD
BOKREIndicator: Customer Is Rebate-Relevant BOKRECHAR1XFELD
BOLREIndicator: vendor subject to subseq. settlement accounting BOLRECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBHP
INTO CORRESPONDING FIELDS OF WA_WBHP
WHERE...

How to access SAP table WBHP

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