J_3R_INV11_FSD SAP (Form Single Data for INV11) Structure details

Dictionary Type: Structure
Description: Form Single Data for INV11




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




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

J_3R_INV11_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 for INV11" 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_INV11_FSD TYPE J_3R_INV11_FSD.

The J_3R_INV11_FSD table consists of various fields, each holding specific information or linking keys about Form Single Data for INV11 data available in SAP. These include N02_OKPO (OKPO Code (Russia)), N03_STRUCTDEP (Structural Department), N04_ACTIVITY (Code of Activity), N05_TYPEIO (Inventory Order Type).. 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_INV11_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
N01_ORGOrganization Name J_3R_ORG_LONG_NAMECHAR200TEXT200
N02_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
N03_STRUCTDEPStructural Department J_3R_STRUCT_DEPCHAR80
N04_ACTIVITYCode of Activity J_3R_ACTIVITYCHAR20TEXT20
N05_TYPEIOInventory Order Type J_3R_TYPE_IOCHAR15
N06_INVORDNUMInventory Order Number J_3R_INVORDNUMCHAR20TEXT20
N07_INVORDDATEInventory Order Date J_3R_INVORDDATEDATS8
N08_INVBEGDATEInventory Period Start J_3R_INVBEGDATEDATS8
N08A_DATADATEDate on that data was taken from bookkeeping J_3R_DATADATEDATS8
N08A_DATADATE_TEXTDate on that data was taken from bookkeeping in words J_3R_DATADATE_TEXTCHAR16CHAR16
N22_INVENDDATEInventory Period End J_3R_INVENDDATEDATS8
N23_OPTYPEOperation Type J_3R_OPTYPECHAR5TEXT5
N24_DOCNODocument Number J_3R_FNRCHAR10J_3R_FNR
N25_DOCDATEDocument Date J_3R_DOC_DATEDATS8
N34_CHAIRMPOSPosition of Chairman J_3R_CHAIRMPOSCHAR30TEXT30
N35_CHAIRNAMEName of Chairman J_3R_CHAIRMNAMECHAR50TEXT50
N36_MEMPOS1Position of Commission Member J_3R_MEMBERPOSCHAR30TEXT30
N37_MEMNAME1Name of Commission Member J_3R_MEMBERNAMECHAR50TEXT50
N38_MEMPOS2Position of Commission Member J_3R_MEMBERPOSCHAR30TEXT30
N39_MEMNAME2Name of Commission Member J_3R_MEMBERNAMECHAR50TEXT50
N40_MEMPOS3Position of Commission Member J_3R_MEMBERPOSCHAR30TEXT30
N41_MEMNAME3Name of Commission Member J_3R_MEMBERNAMECHAR50TEXT50
N42_ACCNTPOS1Accountant's Position J_3R_ACCNTPOSCHAR30TEXT30
N43_ACCNTNAME1Accountant's Name J_3R_ACCNTNAMECHAR50TEXT50
N44_ACCNTPOS2Accountant's Position J_3R_ACCNTPOSCHAR30TEXT30
N45_ACCNTNAME2Accountant's Name J_3R_ACCNTNAMECHAR50TEXT50
N46_ACCNTPOS3Accountant's Position J_3R_ACCNTPOSCHAR30TEXT30
N47_ACCNTNAME3Accountant's Name J_3R_ACCNTNAMECHAR50TEXT50
N48_LASTCHPOSChecked by - Position J_3R_LASTCHPOSCHAR30TEXT30
N49_LASTCHNAMEChecked by - Name J_3R_LASTCHNAMECHAR50TEXT50
N50_SIGNDATE1Date of Signature J_3R_SIGNDATEDATS8
N50_SIGNDATE1_TEXTDate of Signature in words J_3R_SIGNDATE_TEXTCHAR20
N50_SIGNDATE1_DAYDate of Signature: Day J_3R_SIGNDATE_DAYCHAR2CHAR2
N50_SIGNDATE1_MONTHDate of Signature: Month J_3R_SIGNDATE_MONTHCHAR10CHAR10
N50_SIGNDATE1_YEARDate of Signature: Year J_3R_SIGNDATE_YEARCHAR4CHAR4
N51_SIGNDATE2Date of Signature J_3R_SIGNDATEDATS8
N51_SIGNDATE2_TEXTDate of Signature in words J_3R_SIGNDATE_TEXTCHAR20
N51_SIGNDATE2_DAYDate of Signature: Day J_3R_SIGNDATE_DAYCHAR2CHAR2
N51_SIGNDATE2_MONTHDate of Signature: Month J_3R_SIGNDATE_MONTHCHAR10CHAR10
N51_SIGNDATE2_YEARDate of Signature: Year J_3R_SIGNDATE_YEARCHAR4CHAR4
N52_SEQNUM1Sequence Number J_3R_SEQNUMCHAR6TEXT06
N53_SEQNUM2Sequence Number J_3R_SEQNUMCHAR6TEXT06

Key field Non-key field



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

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

How to access SAP table J_3R_INV11_FSD

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