OIISCPSH SAP (SCP: Site control parameters - sales hour sets) Table details

Dictionary Type: Table
Description: SCP: Site control parameters - sales hour sets




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




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

OIISCPSH is a standard SAP Table which is used to store SCP: Site control parameters - sales hour sets data and is available within R/3 SAP systems depending on the version and release level.

The OIISCPSH table consists of various fields, each holding specific information or linking keys about SCP: Site control parameters - sales hour sets data available in SAP. These include VKFSID (SCP: Sales hour set ID), W11BOS (Monday:time sales begin 1), W11EOS (Monday time sales end 1), W12BOS (Monday:time sales begin 2).. 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 = OIISCPSHS


SAP OIISCPSH 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
VKFSIDSCP: Sales hour set ID OII_VKFSIDCHAR3OII_VKFSID
W11BOSMonday:time sales begin 1 OII_W11BOSTIMS6TIME
W11EOSMonday time sales end 1 OII_W11EOSTIMS6TIME
W12BOSMonday:time sales begin 2 OII_W12BOSTIMS6TIME
W12EOSMonday:time sales end 2 OII_W12EOSTIMS6TIME
W21BOSTuesday:time sales begin 1 OII_W21BOSTIMS6TIME
W21EOSTuesday:time sales end 1 OII_W21EOSTIMS6TIME
W22BOSTuesday:time sales begin 2 OII_W22BOSTIMS6TIME
W22EOSTuesday:time sales end 2 OII_W22EOSTIMS6TIME
W31BOSWednesday:time sales begin 1 OII_W31BOSTIMS6TIME
W31EOSWednesday:time sales end 1 OII_W31EOSTIMS6TIME
W32BOSWednesday:time sales begin 2 OII_W32BOSTIMS6TIME
W32EOSWednesday:time sales end 2 OII_W32EOSTIMS6TIME
W41BOSThursday:time sales begin 1 OII_W41BOSTIMS6TIME
W41EOSThursday:time sales end 1 OII_W41EOSTIMS6TIME
W42BOSThursday:time sales begin 2 OII_W42BOSTIMS6TIME
W42EOSThursday:time sales end 2 OII_W42EOSTIMS6TIME
W51BOSFriday:time sales begin 1 OII_W51BOSTIMS6TIME
W51EOSFriday:time sales end 1 OII_W51EOSTIMS6TIME
W52BOSFriday:time sales begin 2 OII_W52BOSTIMS6TIME
W52EOSFriday:time sales end 2 OII_W52EOSTIMS6TIME
W61BOSSaturday:time sales begin 1 OII_W61BOSTIMS6TIME
W61EOSSaturday:time sales end 1 OII_W61EOSTIMS6TIME
W62BOSSaturday:time sales begin 2 OII_W62BOSTIMS6TIME
W62EOSSaturday:time sales end 2 OII_W62EOSTIMS6TIME
W71BOSSunday:time sales begin 1 OII_W71BOSTIMS6TIME
W71EOSSunday:time sales end 1 OII_W71EOSTIMS6TIME
W72BOSSunday:time sales begin 2 OII_W72BOSTIMS6TIME
W72EOSSunday:time sales end 2 OII_W72EOSTIMS6TIME
W81BOSPublic holiday: time sales begin 1 OII_W81BOSTIMS6TIME
W81EOSPublic holiday: time sales end 1 OII_W81EOSTIMS6TIME
W82BOSPublic holiday: time sales begin 2 OII_W82BOSTIMS6TIME
W82EOSPublic holiday: time sales end 2 OII_W82EOSTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIISCPSH
INTO CORRESPONDING FIELDS OF WA_OIISCPSH
WHERE...

How to access SAP table OIISCPSH

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