T683S SAP (Pricing Procedure: Data) Table details

Dictionary Type: Table
Description: Pricing Procedure: Data




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




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

T683S is a standard SAP Table which is used to store Pricing Procedure: Data data and is available within R/3 SAP systems depending on the version and release level.

The T683S table consists of various fields, each holding specific information or linking keys about Pricing Procedure: Data data available in SAP. These include KVEWE (Usage of the condition table), KAPPL (Application), KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)), STUNR (Step 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: 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)

Text table = T683T

Text table = T683T

Text table = T683T


SAP T683S 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
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
STUNRStep number STUNRNUMC3STUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
STUNBFrom Ref. Step for Percentage Conditions STUNBNUMC3Assigned to domainSTUNR
STUN2To reference step (for percentages) STUN2NUMC3Assigned to domainSTUNR
KAUTOCondition determined manually KAUTOCHAR1XFELD
KOBEDRequirement KOBEDNUMC3BEDNG
KZWIWCondition subtotal KZWIWCHAR1KZWIW
KSTATCondition is used for statistics KSTATCHAR1XFELD
KOFRMCondition formula for alternative calculation type KOFRMNUMC3KOFRM
KOFRAAlternative formula for condition base value KOFRANUMC3KOFRM
KVSL1Account key KVSL1CHAR3T687KVSCHL
KVSL2Account key - accruals / provisions KVSL2CHAR3T687KVSCHL
DRUKZPrint ID for condition lines DRUKZCHAR1DRUKZ
KOBLICondition is mandatory KOBLICHAR1XFELD
.INCLU--AP 0
/SAPCEM/CONV_MEConversion of Unit of Measure /SAPCEM/CONV_MECHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM T683S
INTO CORRESPONDING FIELDS OF WA_T683S
WHERE...

How to access SAP table T683S

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