BAPICONDHEAD_CREATE SAP (Creation of Condition Header Data) Structure details

Dictionary Type: Structure
Description: Creation of Condition Header Data




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




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

BAPICONDHEAD_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 "Creation of Condition Header Data" 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_BAPICONDHEAD_CREATE TYPE BAPICONDHEAD_CREATE.

The BAPICONDHEAD_CREATE table consists of various fields, each holding specific information or linking keys about Creation of Condition Header Data data available in SAP. These include CONDHEADTY (Type of Condition Header), STILGRHY (Payment cycle), REPAYMENT_TYPE (Repayment Type Indicator), DISC_DET (Type of Discount Withholding).. 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 BAPICONDHEAD_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_VALID_FROMDate Condition Effective from DGUELDATS8DATUM
CONDHEADTYType of Condition Header SKOKOARTNUMC2SKOKOART
STILGRHYPayment cycle STILGRHYNUMC2SRHYT
REPAYMENT_TYPERepayment Type Indicator STILGARTNUMC1STILGART
DISC_DETType of Discount Withholding SDISEINCHAR1SDISEIN
P_D_RATEPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7
COMM_CAPCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CURRENCYCurrency of commitment amount SWHRZUSACUKY5Assigned to domainWAERS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
YIELD_METHODEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
YIELD_METHOD_INTEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
TERM_STARTStart of Term DBLFZDATS8DATUM
FINAL_DUE_DATEEnd of Term DELFZDATS8DATUM
CONTRACTIndicator: Contract Created? JVERTRAGCHAR1JANEI
CONTR_ONContract creation date DVERTRAMDATS8DATUM
RETURN_BYReturn contract by DVERTBISDATS8DATUM
FIXED_UNTDate of fixed period end VVDEFSZDATS8DATUM
SPECINTIDSpecial int. ID for int. on arrears for remaining balance VVSZKZCHAR1Assigned to domainVVSZKZ
INCLUSIVE_INDICATORInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
YIELD_FREQUENCYInt.sttlmnt frequency for effective int.rate calc.in months VVZVRHYEFFNUMC3NUMC03
ME_END_FPMonth-end indicator for end of fixed period VVSULTEFSZCHAR1VVSULT
EFFINTFROMDate when calculation of effective rate starts VVDABEFFZDATS8DATUM
DMARKTZINSISB: Market Rate Date: Market Interest Rate for NPV Calc. DMARKTZINSDATS8DATS
CALENDARInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
CL_DEF_INTRelevant for Closely Defined Effective Interest EDEFFZINSDEC10(7) DEC3_7
EFF_INTMTHEffective Interest Method - Acc. to EU Gdline Int.Statistics EFFMETHCHAR1EFFMETH
YRLYEFFINTRelevant for Yearly Eff. Interest Acc Guideline 87/102/EU JAHREFFZINSDEC10(7) DEC3_7
EFF_INTMTH_2Effective Interest Method - Acc. to EU Gdline Int.Statistics EFFMETHCHAR1EFFMETH
ORIG_EFINTOriginal Effective Interest Rate PEFFZINS_ORIGINDEC10(7) DEC3_7
BROUNDUNITRounding Unit for Amounts TB_BROUNDUNIT_ADEC13(7) TFMSRUNIT
SROUNDRounding Category (Round up, Round Down or Number Rounding) TB_SROUND_ACHAR1TFM_SROUND

Key field Non-key field



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

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

How to access SAP table BAPICONDHEAD_CREATE

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