IST_BASICSETTING SAP (General Basic Settings) Table details

Dictionary Type: Table
Description: General Basic Settings




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




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

IST_BASICSETTING is a standard SAP Table which is used to store General Basic Settings data and is available within R/3 SAP systems depending on the version and release level.

The IST_BASICSETTING table consists of various fields, each holding specific information or linking keys about General Basic Settings data available in SAP. These include COUNTRY (Country Key), BANK_CTRY (Country Key), CURR_ISO (ISO currency code), BPKIND (Business Partner Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IST_BASICSETTING table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
BANK_CTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
CURR_ISOISO currency code ISOCDCHAR3ISOCD
BPKINDBusiness Partner Type BU_BPKINDCHAR4TB004BU_KIND
BU_GROUPBusiness Partner Grouping BU_GROUPCHAR4TB001BU_GROUPBPP
ADDRESS_CHECKGeneral Flag FLAGCHAR1FLAG
BP_CLASSClass number KLASSE_DCHAR18KLASSEKLA
ARCHIVE_VIEWIndicator for Support of IXOS Archive Viewer ARCHVIEWCHAR1CHAR001
DISPL_MAXMaximum Number of Bills Displayed DISPL_MAXNUMC2NUMC02
DISPL_MONTHViewing Period in Months DISPL_MONTHNUMC2NUMC02
SAMPLE_GPBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SAMPLE_CAContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
SETTLE_ENTRIESClearing Category for Clearing Entries E_VERTYPCHAR4Assigned to domainE_VERTYP
RESP_COMP_CODECompany Code Group OPBUK_KKCHAR4Assigned to domainOPBUK_KKOPBUK
ACCOUNT_DET_IDAccount determination ID for contract accounts E_KOFIZ_SDCHAR2Assigned to domainE_KOFIZ_SDKML
TERMS_OF_PAYMENTPayment Condition KONDZAHLCHAR4Assigned to domainKONDZAHL
DUNNING_PROCDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
TOLERANCE_GROUPTolerance group for contract account TOGRU_KKCHAR4Assigned to domainTOGRU_KK
RELSHIP_PARTNERRelationship of Business Partner to Contract Account VKPBZ_KKCHAR2Assigned to domainVKPBZ_KK
ARCH_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
ARCH_HOSTHost for Archive System ARCH_HOSTCHAR128CHAR128

Key field Non-key field



How do I retrieve data from SAP table IST_BASICSETTING using ABAP code

The following ABAP code Example will allow you to do a basic selection on IST_BASICSETTING to SELECT all data from the table
DATA: WA_IST_BASICSETTING TYPE IST_BASICSETTING.

SELECT SINGLE *
FROM IST_BASICSETTING
INTO CORRESPONDING FIELDS OF WA_IST_BASICSETTING
WHERE...

How to access SAP table IST_BASICSETTING

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