KUSE SAP (Prod.Cstg: User-Specific Settings (Depends on Cstg Variant)) Table details

Dictionary Type: Table
Description: Prod.Cstg: User-Specific Settings (Depends on Cstg Variant)




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




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

KUSE is a standard SAP Table which is used to store Prod.Cstg: User-Specific Settings (Depends on Cstg Variant) data and is available within R/3 SAP systems depending on the version and release level.

The KUSE table consists of various fields, each holding specific information or linking keys about Prod.Cstg: User-Specific Settings (Depends on Cstg Variant) data available in SAP. These include USNAM (User name), KLVAR (Costing Variant), SICHT1 (Cost Component View), SICHT2 (Cost Component View).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KUSE 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
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
KLVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
SICHT1Cost Component View CK_SICHTNUMC2TCKH8CK_SICHT
SICHT2Cost Component View CK_SICHTNUMC2TCKH8CK_SICHT
SICHT3Cost Component View CK_SICHTNUMC2TCKH8CK_SICHT
SICHT4Cost Component View CK_SICHTNUMC2TCKH8CK_SICHT
SICHT5Cost Component View CK_SICHTNUMC2TCKH8CK_SICHT
S_PICKKEChoosing on Cost Comp. View Calls Up Cost Component Display CK_USR_SKECHAR1FLAG
S_PICKU1Choosing on Cost Component View Calls Up Cost Report 1 CK_USR_SU1CHAR1FLAG
S_PICKU2Choosing on Cost Component View Calls Up Cost Report 2 CK_USR_SU2CHAR1FLAG
S_PICKU3Choosing on Cost Component View Calls Up Cost Report 3 CK_USR_SU3CHAR1FLAG
S_LOSGRDisplayed Costs Based On Costing Lot Size CK_USR_SLGCHAR1SELKZ
S_PEINHDisplayed Costs Based On Price Unit CK_USR_SPECHAR1SELKZ
S_MEINHDisplayed Costs Based On Unit of Measure CK_USR_SMECHAR1SELKZ
S_MENGEDisplayed Costs Based On Quantity Entered CK_USR_SMGCHAR1SELKZ
USR_MENGEQuantity On Which the Costs Are Based CK_USR_MNGQUAN13(3) MENGE
S_PICKENChoosing Cost Component View Calls Up Itemization Display CK_USR_SENCHAR1FLAG
S_WAERTYPLink Field for Currency Type CK_LOSFIXCHAR1XFELD
S_MULTILEVEL_MSGDisplay Error Log for Subtree CK_MULTILEVEL_MSGCHAR1FLAG
S_BOM_MENGECosts Based On Quantity in Multilevel BOM CK_USR_BMGCHAR1SELKZ
S_PLSCN_MENGECosts Based On Quantity from Planning Scenario CK_USR_PLSCN_MENGECHAR1SELKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM KUSE
INTO CORRESPONDING FIELDS OF WA_KUSE
WHERE...

How to access SAP table KUSE

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