TWIC0600CLNT SAP (General Settings for Physical Inventory During Opening Hours) Table details

Dictionary Type: Table
Description: General Settings for Physical Inventory During Opening Hours




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




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

TWIC0600CLNT is a standard SAP Table which is used to store General Settings for Physical Inventory During Opening Hours data and is available within R/3 SAP systems depending on the version and release level.

The TWIC0600CLNT table consists of various fields, each holding specific information or linking keys about General Settings for Physical Inventory During Opening Hours data available in SAP. These include P_STAT (Indicator: Only Select Unprocessed Items), P_POSTED (Also Display Already Closed Document Items), P_SIMRUN (Indicator (Yes/No): Perform Simulation Run), P_DAYSB (Period Before Count Time).. 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)


SAP TWIC0600CLNT 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 MANDTCLNT3Assigned to domainMANDT
P_STATIndicator: Only Select Unprocessed Items WSTI_POS_STATUSCHAR1
P_POSTEDAlso Display Already Closed Document Items WSTI_POS_SHOW_COMPLETEDCHAR1
P_SIMRUNIndicator (Yes/No): Perform Simulation Run WSTI_POS_SHOW_SIMULATION_RUNCHAR1XFELD
P_DAYSBPeriod Before Count Time WSTI_CALC_DAYS_BEFORENUMC3
P_ITEMSNumber of Items in a Processing Step WSTI_CALC_NUMBER_OF_ITEMSNUMC3
P_SAVELIndicator (Yes/No): Write Application Log WSTI_CALC_SAVE_LOGCHAR1XFELD
P_LEVELLevel of Detail for an Information Message WSTI_INFO_LEVELCHAR1WSTI_INFO_LEVEL
P_SAVEPEIndicator (Yes/No): Save Processed POS Transactions WSTI_CALC_SAVE_PROC_EVENTCHAR1XFELD
P_RFCGRRFC Server Group for Parallel Processing WSTI_RFCGRCHAR20RZLLITABRZLLI_ACN
P_JOBSParallel Processing: Number of Parallel Processes WSTI_POS_NUMBER_OF_TASKSNUMC5
P_DOCSParallel Processing: Number of Documents in Each Process WSTI_POS_NUMBER_OF_DOCSNUMC5
P_LISTIndicator: Output List Before Posting WSTI_POS_LISTCHAR1
P_WO_EVTDisplay All Document Items WSTI_POS_SHOW_LISTCHAR1
P_ONLYOPOnly Display Unprocessed POS Transactns WSTI_POS_SHOW_OPEN_POSCHAR1
WSTI_CALC_EHP2Activation Enhanced Functionality EhP (see F1 Help) WSTI_CALC_EHP2_SCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWIC0600CLNT
INTO CORRESPONDING FIELDS OF WA_TWIC0600CLNT
WHERE...

How to access SAP table TWIC0600CLNT

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