AFWBMPH_STR SAP (TRM: Auxiliary Structure for Transaction AFWBMPH) Structure details

Dictionary Type: Structure
Description: TRM: Auxiliary Structure for Transaction AFWBMPH




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




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

AFWBMPH_STR 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 "TRM: Auxiliary Structure for Transaction AFWBMPH" 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_AFWBMPH_STR TYPE AFWBMPH_STR.

The AFWBMPH_STR table consists of various fields, each holding specific information or linking keys about TRM: Auxiliary Structure for Transaction AFWBMPH data available in SAP. These include SICHTID (View of an Analysis Structure), TEXT_VIEW (Short Name), PHID (Portfolio Hierarchy), TEXT_PH (Short Name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AFWBMPH_STR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3JBRSIJBRSICHTIDSICHTID
TEXT_VIEWShort Name JBXKBEZCHAR30JBXKBEZ
PHIDPortfolio Hierarchy JBRPHIDNUMC3JBRPHJBRPHIDPHIDS_AFWCH_PH
TEXT_PHShort Name JBXKBEZCHAR30JBXKBEZ
ASS_VARIAssignment Variant AFWBM_ASSVARINUMC1Assigned to domainAFWBM_ASSVARIASSVARI
TEXTShort Name JBXKBEZCHAR30JBXKBEZ
AUTGRAuthorization Group TV_AUTGRCHAR4Assigned to domainTV_AUTGR
VALDATEDate: Valid From (Inclusive) AFWBM_VALDATE_ASSDATS8
CRUSERCreated By AFW_CRUSERCHAR12USR02XUBNAME
CRTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP
UPUSERLast Changed By AFW_UPUSERCHAR12Assigned to domainXUBNAME
UPTSTPTime Stamp AFW_TIMESTPNUMC14SYTSTP
CDATECreated On AFW_CRDATEDATS8
UDATEChange Date AFW_UPDATEDATS8
STATUSStatus of Assignment Variant AFWBM_PHVARSTATUSCHAR1AFWBM_STATUS
GUID_TREETRM: Link to AFWBM_ASS_TREE AFWBM_GUID_TREERAW16
GUID_REASONTRM: Link to Table AFWBM_REASON AFWBM_GUID_REASONRAW16
TOPDOWNAssignment Type AFWBM_TOPDOWNCHAR1AFWBM_TOPDOWN
OKCODEFunction code CGSOKCODCHAR4CHAR4
FLAG_AUTHIndicator AFWCH_FLAGCHAR1
FLAG_EXISTIndicator AFWCH_FLAGCHAR1
FLAG_VAL_EXISTIndicator AFWCH_FLAGCHAR1
VERSIONTime Stamp AFW_TIMESTPNUMC14SYTSTP
FLAG_DISPIndicator AFWCH_FLAGCHAR1
FLAG_HISTIndicator AFWCH_FLAGCHAR1
FLAG_EVALIndicator AFWCH_FLAGCHAR1
ASSVARIALLAssignment Variant AFWBM_ASSVARIALLCHAR7ASSVARIS_HLP_ASSVARIALL

Key field Non-key field



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

As AFWBMPH_STR 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 AFWBMPH_STR as there is no data to select.

How to access SAP table AFWBMPH_STR

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