WSTI_CALC_PARAMS_STY SAP (Parameters for Physical Inventory During Opening Hours) Structure details

Dictionary Type: Structure
Description: Parameters for Physical Inventory During Opening Hours




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




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

WSTI_CALC_PARAMS_STY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameters for Physical Inventory During Opening Hours" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WSTI_CALC_PARAMS_STY TYPE WSTI_CALC_PARAMS_STY.

The WSTI_CALC_PARAMS_STY table consists of various fields, each holding specific information or linking keys about Parameters 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WSTI_CALC_PARAMS_STY structure 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
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
P_XAUTOSelect: Determine Date Automatically or Enter Manually WSTI_REORG_RADIOCHAR1
P_XMANUSelect: Determine Date Automatically or Enter Manually WSTI_REORG_RADIOCHAR1
P_NUMDNumber of Days WSTI_POS_NUMBER_OF_DAYSNUMC4
P_DATEKey Date for Reorganization WSTI_POS_REORG_DATEDATS8

Key field Non-key field



How do I retrieve data from SAP structure WSTI_CALC_PARAMS_STY using ABAP code?

As WSTI_CALC_PARAMS_STY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WSTI_CALC_PARAMS_STY as there is no data to select.

How to access SAP table WSTI_CALC_PARAMS_STY

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