J_3R_OS15_FSD SAP (Form Single Data) Structure details

Dictionary Type: Structure
Description: Form Single Data




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




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

J_3R_OS15_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 "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_OS15_FSD TYPE J_3R_OS15_FSD.

The J_3R_OS15_FSD table consists of various fields, each holding specific information or linking keys about Form Single Data data available in SAP. These include N1B_CLNT_COMP_OKPO (OKPO Code (Russia)), N1C_SUBDIV_NAME (Structural Division Name), N2_REP_REASON (Reason for Report Generation), N3_DOC_NR_REASON (Document number of reason document).. 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_OS15_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
N1A_CLNT_COMP_NAME Company name0
N1B_CLNT_COMP_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N1C_SUBDIV_NAMEStructural Division Name J_3RSTRUCTDIVCHAR80TXT80
N2_REP_REASONReason for Report Generation J_3R_REP_GEN_REASONCHAR80TEXT80
N3_DOC_NR_REASON Document number of reason document0
N4_DOC_DATE_REASONReport Date J_3R_REP_DATEDATS8DATS
N5_DOC_NR Document number0
N6_DOC_DATEReport Date J_3R_REP_DATEDATS8DATS
N7_ACCOUNTAccount,subaccount J_3RALACCAMCHAR10CHAR010
N8A_DEL_DATE_INST Delivery Date Of Installation0
N8B_DEL_DATE_CONT Delivery Date Under The Contract0
N8C_DEL_DATE_ACT Actual Delivery Date0
N9A_CRTN_LOCATION Location Where Act Was Created0
N9B_CRTN_LOCATION_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N10A_MANUFACTURERManufacturer of asset HERSTCHAR30TEXT30
N10B_MANUFACTURER_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N11A_VENDOR Vendor0
N11B_VENDOR_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N12A_INST_COMPANY Installation Company0
N12B_INST_COMPANY_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N13_INST_LOCATION Location Where Equipments Will Be Installed0
N18A_EMPL_ISSUED_POS Position Of Employee Who Issued The Equipment0
N18B_EMPL_ISSUED_NAME Name Of Employee Who Issued The Equipment0
N19A_EMPL_REC_POS Position Of Employee Who Received The Equipment0
N19B_EMPL_REC_NAME Name Of Employee Who Received The Equipment0
N20A_HND_RESP_PERSON_POS Position Of Responsible Employee0
N20B_HND_RESP_PERSON_NAME Name Of Responsible Employee0

Key field Non-key field



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

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

How to access SAP table J_3R_OS15_FSD

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