J_3R_OS16_FSD SAP (OS-16 Form Single Data) Structure details

Dictionary Type: Structure
Description: OS-16 Form Single Data




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




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

J_3R_OS16_FSD 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 "OS-16 Form Single 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_OS16_FSD TYPE J_3R_OS16_FSD.

The J_3R_OS16_FSD table consists of various fields, each holding specific information or linking keys about OS-16 Form Single Data data available in SAP. These include N1_OKPO (OKPO Code (Russia)), N2_DIV_NAME (Structural Division Name), N3_DOC_NUMB (Document number), N3_DOC_DATE (Report Date).. 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_3R_OS16_FSD 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
N1_CUS_COMP_NAMEOrganization name J_3RALCOMNAMECHAR160CHAR160
N1_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N2_DIV_NAMEStructural Division Name J_3RSTRUCTDIVCHAR80TXT80
N3_DOC_NUMB Document number0
N3_DOC_DATEReport Date J_3R_REP_DATEDATS8DATS
N4_DOC_NUMB_REASDocument Number J_3RFDOCNUMCHAR32CHAR32
N4_DOC_DATE_REASReport Date J_3R_REP_DATEDATS8DATS
N5_LOCATION_EQ Equipment location0
N6_MANUFACT_EQManufacturer of asset HERSTCHAR30TEXT30
N6_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N7_VENDOR_EQ 0
N7_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N8_CONSIGNOR_EQ 0
N8_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N9_CARRIER_EQ 0
N9_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N10_INSTALL_EQ 0
N10_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N11_PROCESS_TYPE 0
Z1_POS_CUSTOMER 0
Z1_NAME_CUSTOMER 0
Z2_POS_INSTALL 0
Z2_NAME_INSTALL 0
Z3_POS_MANUFACT 0
Z3_NAME_MANUFACT 0

Key field Non-key field



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

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

How to access SAP table J_3R_OS16_FSD

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