/SAPCND/T681A SAP (Condition Technique - Application) Table details

Dictionary Type: Table
Description: Condition Technique - Application




ABAP Code to SELECT data from /SAPCND/T681A
Related tables to /SAPCND/T681A
Access table /SAPCND/T681A




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

/SAPCND/T681A is a standard SAP Table which is used to store Condition Technique - Application data and is available within R/3 SAP systems depending on the version and release level.

The /SAPCND/T681A table consists of various fields, each holding specific information or linking keys about Condition Technique - Application data available in SAP. These include KAPPL (Application as Condition Technique), STR_HEAD_ACS (Secondary Structure: Header Fields for Condition Access), STR_ITEM_DOC (Obsolete. Item Fields for Application (Document)), STR_HEAD_COM (Primary Structure: Only Header Fields (=HEAD_DOC)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /SAPCND/T681AT


SAP /SAPCND/T681A 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
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3/SAPCND/APPLICATION/SAPCND/KAP
STR_HEAD_ACSSecondary Structure: Header Fields for Condition Access /SAPCND/HEAD_ACS_STRCHAR30DDOBJNAME
STR_ITEM_DOCObsolete. Item Fields for Application (Document) /SAPCND/ITEM_DOC_STRCHAR30DDOBJNAME
STR_HEAD_COMPrimary Structure: Only Header Fields (=HEAD_DOC) /SAPCND/HEAD_COM_STRCHAR30DDOBJNAME
STR_HEADITEM_COMPrimary Structure: In access header, in document item fields /SAPCND/HEAD_ITEM_COM_STRCHAR30DDOBJNAME
STR_ITEM_COMPrimary Structure: Only Item Fields (=ITEM_ACS) /SAPCND/ITEM_COM_STRCHAR30DDOBJNAME
STR_TOTAL_COMComplete Structure for Condition Technique Interface /SAPCND/COMM_STRCHAR30DDOBJNAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DET_NAMESPACEName Node for Generated Access Objects /SAPCND/DET_MODULE_NAMESPACECHAR15/SAPCND/DET_MODULE_NAMESPACE
SUPER_KAPPLSuper Application /SAPCND/SUPER_APPLICATIONCHAR3/SAPCND/T681A/SAPCND/APPLICATION
STRUCT_NOT_USEDCommunication Structures Are Not Used /SAPCND/COMM_STRUCT_NOT_USEDCHAR1XFELD
GEN_OBJ_INFOInformation about generated objects /SAPCND/GEN_OBJECT_INFOCHAR1/SAPCND/GEN_OBJECT_INFO
GEN_STATUSGeneration status for on the fly generation /SAPCND/GEN_STATUS_ON_THE_FLYCHAR1/SAPCND/GEN_STATUS_ON_THE_FLY

Key field Non-key field



How do I retrieve data from SAP table /SAPCND/T681A using ABAP code

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

SELECT SINGLE *
FROM /SAPCND/T681A
INTO CORRESPONDING FIELDS OF WA_/SAPCND/T681A
WHERE...

How to access SAP table /SAPCND/T681A

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