CRMT_BILLPLAN_D_POPUP_TREE_INF SAP (Structure for Selection Popup Info) Structure details

Dictionary Type: Structure
Description: Structure for Selection Popup Info




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




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

CRMT_BILLPLAN_D_POPUP_TREE_INF 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 "Structure for Selection Popup Info" 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_CRMT_BILLPLAN_D_POPUP_TREE_INF TYPE CRMT_BILLPLAN_D_POPUP_TREE_INF.

The CRMT_BILLPLAN_D_POPUP_TREE_INF table consists of various fields, each holding specific information or linking keys about Structure for Selection Popup Info data available in SAP. These include SERVICE (Description (20 Characters)), DESCRIP_SERVICE (Description (20 Characters)), BILLP_D_GUID (GUID of a CRM Order Object), BP_SUBTYPE (Billing Plan Subtype).. 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: Not classified


SAP CRMT_BILLPLAN_D_POPUP_TREE_INF 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
SCENARIOGeneral Attribute Maintenance: Application Scenario OM_ATTRSCNCHAR8Assigned to domainOM_ATTRSCN
SERVICEDescription (20 Characters) CRMT_DESCRIPTION_20CHAR20TEXT20
DESCRIP_SERVICEDescription (20 Characters) CRMT_DESCRIPTION_20CHAR20TEXT20
BILLP_D_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
BP_SUBTYPEBilling Plan Subtype CRMT_BP_SUBTYPECHAR1Assigned to domainCRMT_BP_SUBTYPE
SETTL_FROMStart of Settlement for Period CRMT_SETTL_FROMDEC15TSTPSBCOS_TSTMP
SETTL_FROM_TZTFStart of Settlement for Period (Interface) CRMT_SETTL_FROM_TZTFCHAR26TZTF_IO_FIELD
SETTL_TOEnd of Settlement for Period CRMT_SETTL_TODEC15TSTPSBCOS_TSTMP
SETTL_TO_TZTFEnd of Settlement for Period (Interface) CRMT_SETTL_TO_TZTFCHAR26TZTF_IO_FIELD
INVOICED_FIRSTFlag to Indicate that First Period of Date Is Billed CRMT_INV_FIRSTCHAR1CRM_BOOLEAN
INVOICED_LASTFlag to Indicate that Last Period of Date is Billed CRMT_INV_LASTCHAR1CRM_BOOLEAN
INV_POOL_FIRSTPool Contract: First Period of Date is Billed CRMT_INV_POOL_FIRSTCHAR1CRM_BOOLEAN
INV_POOL_LASTPool Contract: Last Period of Billing Plan Date Type CRMT_INV_POOL_LASTCHAR1CRM_BOOLEAN
RULE_PER_DATE_TEXTRule for Determining the Period Date CRMT_RULE_PERIOD_DATE_TEXTCHAR50TIMERUTEXT
PROC_EVENT_TYPEUBB Process Event Type CRMT_PROCESS_EVENT_TYPECHAR4Assigned to domainCRM_PROCESS_EVENT_TYPE
EDITABLEFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
CHOSENFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



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

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

How to access SAP table CRMT_BILLPLAN_D_POPUP_TREE_INF

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