J_3R_M2_FSD SAP (Single data for M-2) Structure details

Dictionary Type: Structure
Description: Single data for M-2




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




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

J_3R_M2_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 "Single data for M-2" 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_M2_FSD TYPE J_3R_M2_FSD.

The J_3R_M2_FSD table consists of various fields, each holding specific information or linking keys about Single data for M-2 data available in SAP. These include H02_OKPO (OKPO Code (Russia)), H03_DOCNUM (Document Number), H04_DOC_DATE (Document Date), H05_VALID_TILL (Document 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 (Deep)


SAP J_3R_M2_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
H01_COMPANYOrganization name J_3RALCOMNAMECHAR160CHAR160
H02_OKPOOKPO Code (Russia) J_3ROKPOCHAR8CHAR08
H03_DOCNUMDocument Number J_3R_DOCNUMCHAR10CHAR10
H04_DOC_DATEDocument Date J_3R_DOC_DATEDATS8
H05_VALID_TILLDocument Date J_3R_DOC_DATEDATS8
H06_CONSUMEROrganization Name J_3R_ORG_LONG_NAMECHAR200TEXT200
H07_PAYEROrganization Name J_3R_ORG_LONG_NAMECHAR200TEXT200
H08_BANKNChar 20 CHAR20CHAR20CHAR20
H09_BANKNAMEChar 80 CHAR80CHAR80CHAR80
H10_POSITIONDescription BU_BEZ30CHAR30TEXT30
H11A_NAMEText (80 Characters) TEXT80CHAR80TEXT80UEB
H11B_NAME_INIT'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
H12_PASSP_SERText (20 Characters) TEXT20CHAR20TEXT20
H13_PASSP_NUMIdentification Number BU_ID_NUMBERCHAR60CHAR60
H14_PASSP_ISS_BYCharacter 100 CHAR100CHAR100CHAR100
H15_PASSP_ISS_DATDate of Entry for ID Number BU_ID_ENTRY_DATEDATS8DATUM
H16_VENDORCHAR140 CHAR140CHAR140CHAR140
H17A_PO_NUMChar 80 CHAR80CHAR80CHAR80
H17B_PO_DATEPurchasing Document Date EBDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table J_3R_M2_FSD

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