JBD_STR_LOAN_CND_HDR_MAP SAP (Loan: Condition Headers) Structure details

Dictionary Type: Structure
Description: Loan: Condition Headers




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




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

JBD_STR_LOAN_CND_HDR_MAP 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 "Loan: Condition Headers" 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_JBD_STR_LOAN_CND_HDR_MAP TYPE JBD_STR_LOAN_CND_HDR_MAP.

The JBD_STR_LOAN_CND_HDR_MAP table consists of various fields, each holding specific information or linking keys about Loan: Condition Headers data available in SAP. These include RANLALT1 (Alternative Identification), DGUEL_KK (Date Condition Effective from), NLFD_ANG (Offer consecutive number), SSTATI (Status of data record).. 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 JBD_STR_LOAN_CND_HDR_MAP 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLALT1Alternative Identification RANLALT1CHAR13CHAR13
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
NLFD_ANGOffer consecutive number NLFD_ANGNUMC3LFNR3
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
SKOKOARTType of Condition Header SKOKOARTNUMC2SKOKOART
STILGRHYPayment cycle STILGRHYNUMC2SRHYT
STILGARTRepayment Type Indicator STILGARTNUMC1STILGART
SDISEINType of Discount Withholding SDISEINCHAR1SDISEIN
KZAHLUNGPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7
BZAHLUNGPay-in/disbursement amount BZAHLUNGCURR13(2) BWHR
SWHRZHLGCurrency of payment amount SWHRZHLGCUKY5Assigned to domainWAERS
BZUSAGECommitment capital BZUSAGECURR13(2) WERTV7
SWHRZUSACurrency of commitment amount SWHRZUSACUKY5Assigned to domainWAERS
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SDISKODiscounted SDISKOCHAR1SDISKO
DKUENDDate of notice DKUENDDATS8DATUM
SKUENDReason for Notice SKUENDNUMC3Assigned to domainSKUEART
DKUENDDGEarliest Possible Date for Notice Given by the Lender DKUENDDGDATS8DATUM
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
DRESAMReservation of Conditions On DRESAMDATS8DATUM
DRESBISReservation of Conditions Until DRESBISDATS8DATUM
DANGAMOffer creation date DANGAMDATS8DATUM
DANGBISOffer Effective To DANGBISDATS8DATUM
SANGVOROffer/Acceptance Reservation Indicator SANGVORNUMC2Assigned to domainSANGVOR
JANNAHMEOffer Acceptance Indicator JANNAHMECHAR1JANEI
SANNAHMEType of offer acceptance indicator SANNAHMENUMC2Assigned to domainSKONTAKT
DANNAHMEDate of acceptance of offer DANNAHMEDATS8DATUM
JVERTRAGIndicator: Contract Created? JVERTRAGCHAR1JANEI
DVERTRAMContract creation date DVERTRAMDATS8DATUM
DVERTBISReturn contract by DVERTBISDATS8DATUM
PMANEFFZInternal Effective Interest Rate PEFFZINS_INTERNDEC10(7) DEC3_7
SEFFM2Effective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
SKUEGLNotice Arrangement Lender VVSKUEGLNUMC3Assigned to domainVVSKUEGL
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
DGESEarliest Notice Date in acc. with the Legal Right of Notice VVDGESDATS8DATUM
SGESAUSLegal Right of Notice Excluded VVSGESAUSCHAR1XFELD
SZKZSpecial int. ID for int. on arrears for remaining balance VVSZKZCHAR1Assigned to domainVVSZKZ
NANGEBOTOffer consecutive number NLFD_ANGNUMC3LFNR3
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
ZVRHYEFFInt.sttlmnt frequency for effective int.rate calc.in months VVZVRHYEFFNUMC3NUMC03
PVGLEFFZComparative effective interest VVPVGLEFFZDEC10(7) DEC3_7
SULTEFSZMonth-end indicator for end of fixed period VVSULTEFSZCHAR1VVSULT
DABEFFZDate when calculation of effective rate starts VVDABEFFZDATS8DATUM
DMARKTZINSISB: Market Rate Date: Market Interest Rate for NPV Calc. DMARKTZINSDATS8DATS
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
TMARKTZINSMarket Interest Rate Time JBTMARKTZINSTIMS6JBTMARKTZINS

Key field Non-key field



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

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

How to access SAP table JBD_STR_LOAN_CND_HDR_MAP

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