J_3R_OS14_S2T SAP (Section Table Data) Structure details

Dictionary Type: Structure
Description: Section Table Data




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




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

J_3R_OS14_S2T 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 "Section Table Data" 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_3R_OS14_S2T TYPE J_3R_OS14_S2T.

The J_3R_OS14_S2T table consists of various fields, each holding specific information or linking keys about Section Table Data data available in SAP. These include N19_SERIAL_NR (Serial Number), E3_EQ_TYPE (Equipment Type), E4_PACK_TYPE (Packing Type), E5_REC_EQ_UOM (Measurement Unit of Received Equipment).. 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 J_3R_OS14_S2T 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
N30_ASSET_DSCRDescription of Fixed Asset J_3R_FA_DSCRCHAR50TEXT50
N19_SERIAL_NRSerial Number J_3RFSERNRCHAR32CHAR32
E3_EQ_TYPEEquipment Type J_3R_EQ_TYPECHAR40TEXT40
E4_PACK_TYPEPacking Type J_3R_PACK_TYPECHAR40TEXT40
E5_REC_EQ_UOMMeasurement Unit of Received Equipment J_3R_REC_EQ_UOMUNIT3Assigned to domainCUNITMEINS
E6_LOC_NUM_DELIV_ORGNumber of Locations According to Documents of the Delivering J_3R_LOC_NUM_DELIV_ORGQUAN7(2)
E7_LOAD_MASS_SENDERSender Load Mass According to Documents of the Delivering Or J_3R_LOAD_MASS_SENDERCHAR20TEXT20
E8_LOAD_MASS_ROADRoad Load Mass According to Documents of the Delivering Orga J_3R_LOAD_MASS_ROADCHAR20TEXT20
E9_REC_EQ_UNIT_VALReceived Equipment Value per Unit J_3R_REC_EQ_UNIT_VALCURR13(2)
E10_REC_EQ_VALReceived Equipment Total Value J_3R_REC_EQ_VALCURR13(2)
E11_LADING_BILL_MARKSpecial Marks in the Bill of Lading J_3R_LADING_BILL_MARKCHAR50TEXT50
E12_LOC_NUM_ACT_ACCActual Accepted Number of Locations J_3R_LOC_NUM_ACT_ACCQUAN7(2)
E13_LOAD_MASS_ACT_ACCActual Accepted Load Mass J_3R_LOAD_MASS_ACT_ACCCHAR20TEXT20
E14_ACT_ACC_DET_DEFECTSActual Accepted Defects Detected J_3R_ACT_ACC_DET_DEFECTSCHAR20TEXT20
E15_NOTENote J_3R_NOTECHAR60TEXT60
CUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table J_3R_OS14_S2T

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