POBJC_PH2LOGANCH SAP (Relation of logical anchor to physical anchor) Table details

Dictionary Type: Table
Description: Relation of logical anchor to physical anchor




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




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

POBJC_PH2LOGANCH is a standard SAP Table which is used to store Relation of logical anchor to physical anchor data and is available within R/3 SAP systems depending on the version and release level.

The POBJC_PH2LOGANCH table consists of various fields, each holding specific information or linking keys about Relation of logical anchor to physical anchor data available in SAP. These include LOGICAL_ANCHOR (Anchor Value of Relation Between Levels and Linked Objects), PHYSICAL_ANCHOR (Value of Relationship or Anchor, as in Case Management), ANCHOR_TYPE (Anchor Type - Relationship or Anchor).. 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: Cannot Be Enhanced


SAP POBJC_PH2LOGANCH 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
CONSUMERPOBJ Consumer ID POBJ_CONSUMERCHAR30POBJC_CONSUMERPOBJ_CONSUMER
LOGICAL_ANCHORAnchor Value of Relation Between Levels and Linked Objects POBJ_LOGICAL_ANCHORCHAR32POBJC_LOGIC_ANCHPOBJ_LOGICAL_ANCHOR
PHYSICAL_ANCHORValue of Relationship or Anchor, as in Case Management POBJ_PHYSICAL_ANCHORCHAR32POBJ_PHYSICAL_ANCHOR
ANCHOR_TYPEAnchor Type - Relationship or Anchor POBJ_ANCHOR_TYPECHAR2POBJ_ANCHOR_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM POBJC_PH2LOGANCH
INTO CORRESPONDING FIELDS OF WA_POBJC_PH2LOGANCH
WHERE...

How to access SAP table POBJC_PH2LOGANCH

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