TKB10SA SAP (Strategies for Automatic Generation of SETTC - Header) Table details

Dictionary Type: Table
Description: Strategies for Automatic Generation of SETTC - Header




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




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

TKB10SA is a standard SAP Table which is used to store Strategies for Automatic Generation of SETTC - Header data and is available within R/3 SAP systems depending on the version and release level.

The TKB10SA table consists of various fields, each holding specific information or linking keys about Strategies for Automatic Generation of SETTC - Header data available in SAP. These include STRATTYP (Strategy type for automatic generation of SETC), STRATCAT (Strategy category for autom. generation of settlement rule).. 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: Not classified

Text table = TKB10ST


SAP TKB10SA 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
STRATStrategy for automatic generation of settlement rules SR_STRATCHAR3SR_STRAT
STRATTYPStrategy type for automatic generation of SETC SR_STRATTYPCHAR1SR_STRATTYP
STRATCATStrategy category for autom. generation of settlement rule SR_STRATCATCHAR1SR_STRATCAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKB10SA
INTO CORRESPONDING FIELDS OF WA_TKB10SA
WHERE...

How to access SAP table TKB10SA

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