/WSOPT/C_PI_ENGINEER SAP (ClickSchedule: Engineers) Structure details

Dictionary Type: Structure
Description: ClickSchedule: Engineers




ABAP Code to SELECT data from /WSOPT/C_PI_ENGINEER
Related tables to /WSOPT/C_PI_ENGINEER
Access table /WSOPT/C_PI_ENGINEER




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

/WSOPT/C_PI_ENGINEER 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 "ClickSchedule: Engineers" 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_/WSOPT/C_PI_ENGINEER TYPE /WSOPT/C_PI_ENGINEER.

The /WSOPT/C_PI_ENGINEER table consists of various fields, each holding specific information or linking keys about ClickSchedule: Engineers data available in SAP. These include PLANT (Plant), WORKCENTER (Work center), ENGINEER_ID (Personnel Number), ENGINEER_NAME (Object Name).. 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: Can be enhanced (character-type)


SAP /WSOPT/C_PI_ENGINEER 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
SAPIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WORKCENTERWork center ARBPLCHAR8ARBPLAGR
ENGINEER_IDPersonnel Number PERNR_DNUMC8PERNRPER
ENGINEER_NAMEObject Name STEXTCHAR40TEXT40
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
ENGINEER_POSTCODEPostal Code POST_CODECHAR10Assigned to domainPOST_CODEPSCPSTC
ENGINEER_CITYCity ORT01_GPCHAR35TEXT35
ENGINEER_STREETHouse number and street STRAS_GPCHAR35TEXT35
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
POSTAIdentification of an apartment in a building PAD_POSTACHAR10PAD_HSNMR
BLDNGBuilding (number or code) AD_BLD_10CHAR10TEXT10
FLOORFloor in building AD_FLOORCHAR10TEXT10
LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
ORT02District PAD_ORT02CHAR40PAD_ORT01
NAME2Contact Name PAD_CONAMCHAR40PAD_NACHN
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
CALENDARCalendar /WSOPT/C_CALENDARCHAR20/WSOPT/C_CALENDAR
DELETEDDeletion Indicator LOEVMCHAR1XFELD
REGIONWSO: Region /WSOPT/REGIONCHAR64/WSOPT/REGION
DISTRICTWSO: District /WSOPT/DISTRICTCHAR64/WSOPT/DISTRICT
TEAMWSO: Roster Team /WSOPT/TEAMCHAR64/WSOPT/TEAM

Key field Non-key field



How do I retrieve data from SAP structure /WSOPT/C_PI_ENGINEER using ABAP code?

As /WSOPT/C_PI_ENGINEER 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 /WSOPT/C_PI_ENGINEER as there is no data to select.

How to access SAP table /WSOPT/C_PI_ENGINEER

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