TDS_CFS_QUICKINFO SAP (CFS: Structure for QUICKINFO) Structure details

Dictionary Type: Structure
Description: CFS: Structure for QUICKINFO




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




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

TDS_CFS_QUICKINFO 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 "CFS: Structure for QUICKINFO" 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_TDS_CFS_QUICKINFO TYPE TDS_CFS_QUICKINFO.

The TDS_CFS_QUICKINFO table consists of various fields, each holding specific information or linking keys about CFS: Structure for QUICKINFO data available in SAP. These include NUM_DELIVERY_BLOCK (10 digit number), NUM_INVOICE_BLOCK (10 digit number), NUM_BACKLOG (10 digit number), NUM_OPEN_ORDER (10 digit number).. 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 TDS_CFS_QUICKINFO 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
NUM_DELIVERY_BLOCK10 digit number NUM10NUMC10NUM10
NUM_INVOICE_BLOCK10 digit number NUM10NUMC10NUM10
NUM_BACKLOG10 digit number NUM10NUMC10NUM10
NUM_OPEN_ORDER10 digit number NUM10NUMC10NUM10
NUM_OPEN_DELIVERY10 digit number NUM10NUMC10NUM10
NUM_OPEN_INVOICE10 digit number NUM10NUMC10NUM10
CONSUMPTION_CREDIT_LIMITCredit limit used in % KLPRZ_CMNUMC3ABPRC
FLAG_CUSTOMER_HIERARCHYSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_CUSTOMER_MATERIAL_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_CREDIT_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
FLAG_REMINDERSingle-Character Indicator CHAR1CHAR1CHAR1
DATE_LAST_REMINDERLast dunned on MADATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LAST_ORDERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
LAST_INVOICEBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
NEXT_CONTACTSD document no. of a sales activity in sales support CAS_VBELNCHAR10Assigned to domainALPHAVBELNVCA
LAST_DELIVERYDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
DATE_LAST_ORDERDocument Date (Date Received/Sent) AUDATDATS8DATUM
DATE_LAST_INVOICEBilling date for billing index and printout FKDATDATS8DATUM
DATE_NEXT_CONTACTDate on Which Record Was Created ERDATDATS8DATUM
DATE_LAST_DELIVERYDelivery date LFDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table TDS_CFS_QUICKINFO

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