WSMAN_PT_BUFFER SAP (Store Manager Portal: Buffer for Availability Display) Table details

Dictionary Type: Table
Description: Store Manager Portal: Buffer for Availability Display




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




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

WSMAN_PT_BUFFER is a standard SAP Table which is used to store Store Manager Portal: Buffer for Availability Display data and is available within R/3 SAP systems depending on the version and release level.

The WSMAN_PT_BUFFER table consists of various fields, each holding specific information or linking keys about Store Manager Portal: Buffer for Availability Display data available in SAP. These include PERSON_NO (Personnel Number), STARTDATE (Date of availability), STARTTIME (Time of availability), CO_AREA (Controlling Area).. 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 WSMAN_PT_BUFFER 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
STARTDATEDate of availability BAPI7002_DATEDATS8DATUM
STARTTIMETime of availability BAPI7002_TIMETIMS6UZEIT
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORG_UNITOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
SORT_NAMEEmployee's Name (Sortable by LAST NAME FIRST NAME) SMNAMCHAR30CHAR30
WORKSCHEDULETYPETime description for daily work schedule WORKSCHEDULETYPECHAR2WORKSCHEDULETYPE
HR_BREAKBreak indicator HR_BREAKCHAR1BREAK
TIMEDATATYPEOrigin indicator of time record TIMEDATACHAR1TIMEDATA
GRPGSUBTYPESGrouping for Subtypes GRPGSUBTYPESNUMC2NUM2
SUBTYPESubtype SUBTYCHAR4SUBTYSUB
AVAILABILITYEmployee's availability status AVAILABILITYCHAR1AVAILABILITY
HR_HOURSHours HOURSDEC8(4) HOURS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSMAN_PT_BUFFER
INTO CORRESPONDING FIELDS OF WA_WSMAN_PT_BUFFER
WHERE...

How to access SAP table WSMAN_PT_BUFFER

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