ECONSEG_RISKCL SAP (Segment Risk Class) Table details

Dictionary Type: Table
Description: Segment Risk Class




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




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

ECONSEG_RISKCL is a standard SAP Table which is used to store Segment Risk Class data and is available within R/3 SAP systems depending on the version and release level.

The ECONSEG_RISKCL table consists of various fields, each holding specific information or linking keys about Segment Risk Class data available in SAP. These include CONSEG_ID (Customer Consumption Segment), RISK_CLASS (Risk Class), SIM_PCAT_ID (Simulation Product Catalog), BBPCYCLE (Budget billing cycle).. 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: Cannot Be Enhanced


SAP ECONSEG_RISKCL 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
CONSEG_IDCustomer Consumption Segment ECONSEG_IDCHAR10ECONSEG_HCHAR10
RISK_CLASSRisk Class ISU_RISK_CLASSCHAR3ISU_RISK_CLASS
SIM_PCAT_IDSimulation Product Catalog ESIM_PCAT_IDCHAR30ESIMPCAT_HCHAR30
BBPCYCLEBudget billing cycle ABSZYKNUMC2ABSZYK
BBPCYCLE_CHG_FLAChangeability of Budget Billing Cycle EBBPCYCLE_CHG_FLAGCHAR1KENZX
BBPCYCLE_ALT1Alternative 1 for Budget Billing Cycle EBBPCYCLE_ALT1CHAR2ABSZYK_CHAR
BBPCYCLE_ALT2Alternative 2 for Budget Billing Cycle EBBPCYCLE_ALT2CHAR2ABSZYK_CHAR
BBPCYCLE_ALT3Alternative 3 for Budget Billing Cycle EBBPCYCLE_ALT3CHAR2ABSZYK_CHAR
BBPCYCLE_ALT4Alternative 4 for Budget Billing Cycle EBBPCYCLE_ALT4CHAR2ABSZYK_CHAR
BBPCYCLE_ALT5Alternative 5 for Budget Billing Cycle EBBPCYCLE_ALT5CHAR2ABSZYK_CHAR
BBPCYCLE_ALT6Alternative 6 for Budget Billing Cycle EBBPCYCLE_ALT6CHAR2ABSZYK_CHAR
BBSIMPERBudget Billing Simulation Period in Days EBBSIMPERNUMC4NUMC4

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECONSEG_RISKCL
INTO CORRESPONDING FIELDS OF WA_ECONSEG_RISKCL
WHERE...

How to access SAP table ECONSEG_RISKCL

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