J_3RF_WW_ITEMS SAP (Working wear items) Structure details

Dictionary Type: Structure
Description: Working wear items




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




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

J_3RF_WW_ITEMS 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 "Working wear items" 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_J_3RF_WW_ITEMS TYPE J_3RF_WW_ITEMS.

The J_3RF_WW_ITEMS table consists of various fields, each holding specific information or linking keys about Working wear items data available in SAP. These include ICON (Workwear Status), PERNR (Personnel Number), LASTNAME (Last Name), FIRSTNAME (First 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 or numeric)


SAP J_3RF_WW_ITEMS 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
SELSingle-Character Indicator CHAR1CHAR1CHAR1
ICONWorkwear Status J_3RWWICONCHAR255
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
LASTNAMELast Name J_3RLASTNAMECHAR50TEXT50
FIRSTNAMEFirst Name J_3RFIRSTNAMECHAR50TEXT50
MIDDLENAMEMiddle Name J_3RMIDDLENAMECHAR50TEXT50
JOBJob STELLNUMC8Assigned to domainSTELL
JOBTXTJob Title (40 Characters) J_3RJOBTXT40CHAR40TEXT40
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
CONFMATNRConfigurable Material Number J_3RCONFMATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WGBEZMaterial Group Description WGBEZCHAR20TEXT20
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
DESCRIPTText Field TEXT50CHAR50TEXT50
QUOTAWorkwear Quota J_3RQUOTAQUAN13(3) MENG13
QUOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NDJARPlanned useful life in years NDJARNUMC3JARAF
NDPERPlanned useful life in periods NDPERNUMC3PERAF
AQUANTIssued Workwear Quantity J_3RAQUANTQUAN13(3) MENG13V
AUOMWorkwear Unit of Measure J_3RAUOMUNIT3Assigned to domainCUNITMEINS
USEFULLIFEWorkwear Useful Life J_3RUSEFULLIFECHAR10
ISSUEDATEWorkwear Issue Date J_3RISSUEDATEDATS8DATS
ENDOFUSEEnd of Usage - Date J_3RENDOFUSEDATS8DATS
ACQVALUEAcquisition Value J_3R_ACQ_VALCURR13(2) ANLKWERT
DEPR01Depreciation Amount and Value Adjustments (Main Area) J_3RDEPR01CURR13(2) ANLKWERT
DEPRWWWorkwear depreciation & Value Adjustments J_3RDEPRWWCURR13(2) ANLKWERT
PERCENTWEARPercentage of Wear J_3RPERCENTWEARNUMC3NUMC3
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATUS_TEXTText (100 characters) TEXT100CHAR100TEXT100
HEIGHTHeight J_3RHEIGHTNUMC3
CLOTHESClothing Size J_3RCLOTHSIZECHAR3
SHOESShoe Size J_3RSHOESIZEDEC4(1)
HEADHeadwear Size J_3RHEADSIZENUMC2
COLLARSize of Collar J_3RCOLLARSIZENUMC2
GLOVESSize of Gloves J_3RGLOVESIZENUMC2
SOCKSSize of Socks J_3RSOCKSIZENUMC2
RESPIRATORSize of Respirator J_3RRESPIRSIZENUMC2

Key field Non-key field



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

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

How to access SAP table J_3RF_WW_ITEMS

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