KLSICHDPOS SAP (Credit Limit: Header Structure for Change Documents) Structure details

Dictionary Type: Structure
Description: Credit Limit: Header Structure for Change Documents




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




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

KLSICHDPOS 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 "Credit Limit: Header Structure for Change Documents" 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_KLSICHDPOS TYPE KLSICHDPOS.

The KLSICHDPOS table consists of various fields, each holding specific information or linking keys about Credit Limit: Header Structure for Change Documents data available in SAP. These include DGUEL (Validity Date), CHNR (Document change number), N_BUKRS (Company Code), O_BUKRS (Company Code).. 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 KLSICHDPOS 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
SIDIdentifier for Collateral Provision KL_SIDCHAR20CHAR20SIDINT
DGUELValidity Date KL_DGUELDATS8SYDATS
CHNRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
N_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
O_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
N_PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
O_PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
N_SLPGLimit Product Group TB_SLPGCHAR3Assigned to domainT_SLPGTB_SLPG
O_SLPGLimit Product Group TB_SLPGCHAR3Assigned to domainT_SLPGTB_SLPG
N_OBJNRObject Number for Financial Transactions KL_OBJNR_EGCHAR22Assigned to domainJ_OBJNRS_JBRDBKOET_OBJNR
O_OBJNRObject Number for Financial Transactions KL_OBJNR_EGCHAR22Assigned to domainJ_OBJNRS_JBRDBKOET_OBJNR
N_NIDIndentifier for Netting Groups KL_NIDCHAR10Assigned to domainKL_NID
O_NIDIndentifier for Netting Groups KL_NIDCHAR10Assigned to domainKL_NID
N_BTHAThreshold Amount KL_BTHACURR17(2) KL_AMOUNT
O_BTHAThreshold Amount KL_BTHACURR17(2) KL_AMOUNT
N_BMTAMinimum Transfer Amount KL_BMTACURR17(2) KL_AMOUNT
O_BMTAMinimum Transfer Amount KL_BMTACURR17(2) KL_AMOUNT
N_SCACurrency of Minimum Transfer Amount and Threshold Amount KL_SCACUKY5Assigned to domainWAERS
O_SCACurrency of Minimum Transfer Amount and Threshold Amount KL_SCACUKY5Assigned to domainWAERS
N_BAZAmount of Cumulative Settlement Payment KL_BAZCURR17(2) KL_AMOUNT
O_BAZAmount of Cumulative Settlement Payment KL_BAZCURR17(2) KL_AMOUNT
N_SAZCurrency of Settlement Payment KL_SAZCUKY5Assigned to domainWAERS
O_SAZCurrency of Settlement Payment KL_SAZCUKY5Assigned to domainWAERS
N_BSIWHRAmount of Collateral (Economic) KL_BSIWHRCURR17(2) KL_AMOUNT_POS
O_BSIWHRAmount of Collateral (Economic) KL_BSIWHRCURR17(2) KL_AMOUNT_POS
N_SSIWHRCurrency of Collateral KL_SSIWHRCUKY5Assigned to domainWAERS
O_SSIWHRCurrency of Collateral KL_SSIWHRCUKY5Assigned to domainWAERS
N_BESANTCollateral Amount in Percentage (Economic) KL_BESANTDEC5(2) KL_ADDONFA
O_BESANTCollateral Amount in Percentage (Economic) KL_BESANTDEC5(2) KL_ADDONFA
N_RANLSecurity JBRRANLCHAR13Assigned to domainALPHAWP_RANLRANS_RM_VWPANLA_RANL
O_RANLSecurity JBRRANLCHAR13Assigned to domainALPHAWP_RANLRANS_RM_VWPANLA_RANL
N_ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
O_ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
UPUSERKLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATKChanged on TB_DUPDATDATS8DATUM
TUPTIMKTime changed TB_TUPTIMTIMS6UZEIT
CRUSERKEntered by TB_CRUSERCHAR12SYCHAR12
DCRDATKEntered On TB_CRDATDATS8DATUM
TCRTIMKEntry Time TB_TCRTIMTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table KLSICHDPOS

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