BAPI1074_CONDITION_CREATE SAP (Condition Create Paramater Structure) Structure details

Dictionary Type: Structure
Description: Condition Create Paramater Structure




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




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

BAPI1074_CONDITION_CREATE 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 "Condition Create Paramater Structure" 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_BAPI1074_CONDITION_CREATE TYPE BAPI1074_CONDITION_CREATE.

The BAPI1074_CONDITION_CREATE table consists of various fields, each holding specific information or linking keys about Condition Create Paramater Structure data available in SAP. These include VALID_FROM (Condition Item Valid From), CONDITION_FORM (Condition Form), CONDITION_AMOUNT (Condition Item Currency Amount), CURRENCY (Currency of Condition Item).. 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 BAPI1074_CONDITION_CREATE 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
CONDITION_TYPECondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
VALID_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
CONDITION_FORMCondition Form JNULLKONCHAR1SKONDF
CONDITION_AMOUNTCondition Item Currency Amount BAPIBKONDDEC23(4) BAPICURR
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
REF_INTEREST_RATEReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
REF_SIGN+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_METHODInterest Calculation Method TB_SZBMETHCHAR1SZBMETH
CALC_DATECalculation Date DVALUTDATS8DATUM
CALC_MONTH_ENDMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
CALC_INCLUSIVInclusive indicator for calculation date TFMJSINCLCHAR1TFMSINCL
CALC_CALENDAR_RULEShift calculation date to working day VVSVWERKNUMC1T_SWERK
CALC_DETERMINE_METHODMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
CALC_DATE_RELATEDIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
DUE_DATEDue date DFAELLDATS8DATUM
DUE_MONTH_ENDMonth-End Indicator for Due Date SFULTCHAR1VVSULT
DUE_INCLUSIVInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
DUE_CALENDAR_RULEShift due date to working day VVSFWERKNUMC1T_SWERK
DUE_DETERMINE_METHODMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
DUE_DATE_RELATEDIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
CALENDAR2Calendar ID 2 (valid in connection with calendar ID 1) VVSKALID2CHAR2Assigned to domainWFCID

Key field Non-key field



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

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

How to access SAP table BAPI1074_CONDITION_CREATE

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