SEC_X_CONDITION SAP (Like SEC_D_CONDITION with one Extra _X Field for each Field) Structure details

Dictionary Type: Structure
Description: Like SEC_D_CONDITION with one Extra _X Field for each Field




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




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

SEC_X_CONDITION 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 "Like SEC_D_CONDITION with one Extra _X Field for each Field" 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_SEC_X_CONDITION TYPE SEC_X_CONDITION.

The SEC_X_CONDITION table consists of various fields, each holding specific information or linking keys about Like SEC_D_CONDITION with one Extra _X Field for each Field data available in SAP. These include X_ICON (Conditions field locked), CONDITION_TYPE (Condition Type (Smallest Subdivision of Condition Records)), X_CONDITION_TYPE (Conditions field locked), TEXT (Condition type text).. 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: Cannot Be Enhanced


SAP SEC_X_CONDITION 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
ICONBlocking indicator COND_ICONCHAR25Assigned to domainCOND_ICON
X_ICONConditions field locked X_LOCKEDCHAR1ANKREUZ
CONDITION_TYPECondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
X_CONDITION_TYPEConditions field locked X_LOCKEDCHAR1ANKREUZ
TEXTCondition type text XKOARTMCHAR20XBEZ20
X_TEXTConditions field locked X_LOCKEDCHAR1ANKREUZ
CONDITION_FORMCondition Form JNULLKONCHAR1SKONDF
X_CONDITION_FORMConditions field locked X_LOCKEDCHAR1ANKREUZ
VALID_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
X_VALID_FROMConditions field locked X_LOCKEDCHAR1ANKREUZ
AMOUNTCondition amount independent of currency VVKBKONDDEC15(6) VVKWKURS
X_AMOUNTConditions field locked X_LOCKEDCHAR1ANKREUZ
CURRENCYCurrency of Condition Item SWHRKONDCUKY5TCURCWAERS
X_CURRENCYConditions field locked X_LOCKEDCHAR1ANKREUZ
REF_INTEREST_RATEReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
X_REF_INTEREST_RATEConditions field locked X_LOCKEDCHAR1ANKREUZ
REF_SIGN+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
X_REF_SIGNConditions field locked X_LOCKEDCHAR1ANKREUZ
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
X_PERCENTAGE_RATEConditions field locked X_LOCKEDCHAR1ANKREUZ
INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
X_INTEREST_CALC_METHODConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_DATECalculation Date DVALUTDATS8DATUM
X_CALC_DATEConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_MONTH_ENDMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
X_CALC_MONTH_ENDConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_INCLUSIVInclusive indicator for calculation date TFMJSINCLCHAR1TFMSINCL
X_CALC_INCLUSIVConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_CALENDAR_RULEShift calculation date to working day VVSVWERKNUMC1T_SWERK
X_CALC_CALENDAR_RULEConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_DETERMINE_METHODMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
X_CALC_DETERMINE_METHODConditions field locked X_LOCKEDCHAR1ANKREUZ
CALC_DATE_RELATEDIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
X_CALC_DATE_RELATEDConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_DATEDue date DFAELLDATS8DATUM
X_DUE_DATEConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_MONTH_ENDMonth-End Indicator for Due Date SFULTCHAR1VVSULT
X_DUE_MONTH_ENDConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_INCLUSIVInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
X_DUE_INCLUSIVConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_CALENDAR_RULEShift due date to working day VVSFWERKNUMC1T_SWERK
X_DUE_CALENDAR_RULEConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_DATE_RELATEDIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
X_DUE_DATE_RELATEDConditions field locked X_LOCKEDCHAR1ANKREUZ
DUE_DETERMINE_METHODMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
X_DUE_DETERMINE_METHODConditions field locked X_LOCKEDCHAR1ANKREUZ
FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
X_FREQUENCY_MONTHConditions field locked X_LOCKEDCHAR1ANKREUZ
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
X_CALENDARConditions field locked X_LOCKEDCHAR1ANKREUZ
FORMULAR_REFERENCEFormula Reference TB_XFORMBECHAR4Assigned to domainT_FORMBE
X_FORMULAR_REFERENCEConditions field locked X_LOCKEDCHAR1ANKREUZ
LOCKEDCondition blocked COND_LOCKEDCHAR1ANKREUZ
X_LOCKEDConditions field locked X_LOCKEDCHAR1ANKREUZ

Key field Non-key field



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

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

How to access SAP table SEC_X_CONDITION

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