PJP_FWS_UI_DETAIL SAP (UI structure to display the detailed information) Structure details

Dictionary Type: Structure
Description: UI structure to display the detailed information




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




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

PJP_FWS_UI_DETAIL 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 "UI structure to display the detailed information" 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_PJP_FWS_UI_DETAIL TYPE PJP_FWS_UI_DETAIL.

The PJP_FWS_UI_DETAIL table consists of various fields, each holding specific information or linking keys about UI structure to display the detailed information data available in SAP. These include SUBMIT_DATE (Field of type DATS), SELECT_DATE (Field of type DATS), CUR_WS (Daily Work Schedule), CUR_WS_T (Daily Work Schedule Text).. 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 (Deep)


SAP PJP_FWS_UI_DETAIL 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
SUBMIT_DATEField of type DATS DATSDATS8DATS
SELECT_DATEField of type DATS DATSDATS8DATS
CUR_WSDaily Work Schedule TPROGCHAR4T550ATPROG
CUR_WS_TDaily Work Schedule Text TPTXTCHAR15TEXT15
CUR_VARIADaily Work Schedule Variant VARIACHAR1VARIA
CHA_WSDaily Work Schedule TPROGCHAR4T550ATPROG
CHA_WS_TDaily Work Schedule Text TPTXTCHAR15TEXT15
CHA_VARIADaily work schedule variant for FWS PJP_FWS_UI_VARIACHAR1PJP_FWS_UI_VARIA
AB_TYPEAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
AB_TYPE_TText for Attendance/Absence Type ABWTXTCHAR25TEXT25
AB_BEG_TIStart Time BEGTITIMS6UZEIT
AB_END_TIEnd Time ENDTITIMS6UZEIT
CUR_SUB_DATEField of type DATS DATSDATS8DATS
CUR_SUB_WSDaily Work Schedule TPROGCHAR4Assigned to domainTPROG
CUR_SUB_WS_TDaily Work Schedule Text TPTXTCHAR15TEXT15
CUR_SUB_VARDaily Work Schedule Variant VARIACHAR1VARIA
CHA_SUB_DATEField of type DATS DATSDATS8DATS
CHA_SUB_WSDaily Work Schedule TPROGCHAR4T550ATPROG
CHA_SUB_WS_TDaily Work Schedule Text TPTXTCHAR15TEXT15
CHA_SUB_VARDaily work schedule variant for FWS PJP_FWS_UI_VARIACHAR1PJP_FWS_UI_VARIA
OLD_NOTENote for Request TIM_REQ_NOTICESTRG0STRING
NEW_NOTENote for Request TIM_REQ_NOTICESTRG0STRING
STATUSRequest Status PJP_FWS_REQ_STATUSCHAR12PJP_FWS_REQ_STATUS
STATUS_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
SNAMEEmployee's Name (Sortable by LAST NAME FIRST NAME) SMNAMCHAR30CHAR30
REQUEST_IDDocument ID TIM_REQ_IDCHAR32SYSUUID_C
PROCESSORFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
GROUP_ENABLEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
DWS_FROMDisplayed Work Schedule and Leave Information PJP_FWS_UI_WSCHAR30CHAR30
DWS_TODisplayed Work Schedule and Leave Information PJP_FWS_UI_WSCHAR30CHAR30
SUB_DWSDisplayed Work Schedule and Leave Information PJP_FWS_UI_WSCHAR30CHAR30
PROCESSOR_IDPersonnel Number PERNR_DNUMC8PERNRPER
PENDING_FLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
LM_EDITABLEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN

Key field Non-key field



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

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

How to access SAP table PJP_FWS_UI_DETAIL

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