CNV_20100_SKB1 SAP (CNV backup copy for SKB1) Table details

Dictionary Type: Table
Description: CNV backup copy for SKB1




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




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

CNV_20100_SKB1 is a standard SAP Table which is used to store CNV backup copy for SKB1 data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20100_SKB1 table consists of various fields, each holding specific information or linking keys about CNV backup copy for SKB1 data available in SAP. These include PACKID (Conversion: Conversion package number), BUKRS (Company Code), SAKNR (G/L Account Number), BEGRU (Authorization Group).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_20100_SKB1 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 MANDTCLNT3T000MANDT
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BEGRUAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
DATLZ Date of the last interest calculation run0
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
FDGRV Planning group0
FDLEV Planning level0
FIPLS Financial budget item0
FSTAG Field status group0
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
KDFSL Key for exchange rate differences in foreign currency accts0
MITKZ Account is reconciliation account0
MWSKZ Tax category in account master record0
STEXT G/L account additional text0
VZSKZInterest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
WAERS Account currency0
WMETH Indicator: account managed in external system0
XGKON Cash receipt account / cash disbursement account0
XINTB Indicator: Is account only posted to automatically?0
XKRES Indicator: Is line item display possible in this account?0
XLOEB Indicator: Account marked for deletion?0
XNKON Indicator: Supplement for automatic postings ?0
XOPVW Indicator: Open item management ?0
XSPEB Indicator: Block account for posting?0
ZINDTKey date of the last interest calculation CNV_20100_ZINDTDATS8DATUM
ZINRTInterest calculation frequency in months CNV_20100_ZINRTNUMC2CNV_20100_ZINRT
ZUAWAKey for sorting according to allocation numbers CNV_20100_ZUAWACHAR3CNV_20100_ZUAWA
ALTKT Alternative account number in company code0
XMITK Indicator: Reconcil.acct ready for input at time of posting?0
RECIDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
XMWNOIndicator: Tax code is not a required field XMWNOCHAR1XFELD
XSALH Indicator: Only manage balances in local currency0
BEWGP Evaluation group0
INFKY Inflation key - G/L account0
TOGRU Tolerance Group for G/L Accounts0
XLGCLR Clearing Specific to Ledger Groups0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20100_SKB1
INTO CORRESPONDING FIELDS OF WA_CNV_20100_SKB1
WHERE...

How to access SAP table CNV_20100_SKB1

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