J_3RF_TP_MAIN SAP (Main Information of Notification) Table details

Dictionary Type: Table
Description: Main Information of Notification




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




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

J_3RF_TP_MAIN is a standard SAP Table which is used to store Main Information of Notification data and is available within R/3 SAP systems depending on the version and release level.

The J_3RF_TP_MAIN table consists of various fields, each holding specific information or linking keys about Main Information of Notification data available in SAP. These include BUKRS (Company Code), REP_YEAR (Report Year), CORR_NUM (Number of Correction), INN (INN of Reporting Company).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_3RF_TP_MAIN table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
REP_YEARReport Year J_3RF_TP_GJAHRNUMC4GJAHRGJAHR
CORR_NUMNumber of Correction J_3RF_TP_CORRNUMC3NUMC3
INNINN of Reporting Company J_3RF_TP_INNCHAR12TEXT12
KPPKPP Number of Reporting Company J_3RF_TP_KPPCHAR9TEXT9
TAX_OFFICETax Office Code J_3RF_TP_TAXOFFICECHAR4CHAR4
PLACE_ENUMPlace of Notification Submission J_3RF_TP_PLACE_ENUMCHAR3CHAR3
NAME_TAXPAYERName of taxpayer J_3RF_TP_NAME_TAXPAYERCHAR160J_3RF_TP_NAME_TAXPAYER
OKVEDOKVED Code J_3RF_TP_OKVEDCHAR8CHAR8
OKATOOKATO Code J_3RF_TP_OKATOCHAR12CHAR12
REORG_FORMCode of Reorganization Form, Liquidation J_3RF_TP_REORG_FORMCHAR1CHAR1
REORG_INNINN of Reorganized Company J_3RF_TP_REORG_INNCHAR12TEXT12
REORG_KPPKPP Number of Reorganized Company J_3RF_TP_REORG_KPPCHAR9TEXT9
PHONE_NUMBERPhone number J_3RF_TP_PHONECHAR30TEXT30
EMAILE-mail J_3RF_TP_EMAILCHAR80TEXT80
TAXPAYERTaxpayer J_3RF_TP_TAXPAYERCHAR1XFIELD
FIRST_NAMEFirst name J_3RF_TP_FIRST_NAMECHAR60TEXT60
SECOND_NAMEMiddle name J_3RF_TP_SECOND_NAMECHAR60TEXT60
LAST_NAMELast name J_3RF_TP_LAST_NAMECHAR60TEXT60
NAME_ORGOrganization Name (040) J_3RF_TP_NAME_ORGCHAR160J_3RF_TP_NAME_ORG
DOCUMENTConfirmation document J_3RF_TP_DOCUMENTCHAR120TEXT120
RECORD_LOCKFlag can the record be changed J_3RF_TP_LOCKCHAR1XFIELD
LAST_DATEPosting Date in the Document BUDATDATS8DATUM
UNAMEUser Name UNAMECHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table J_3RF_TP_MAIN using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_3RF_TP_MAIN to SELECT all data from the table
DATA: WA_J_3RF_TP_MAIN TYPE J_3RF_TP_MAIN.

SELECT SINGLE *
FROM J_3RF_TP_MAIN
INTO CORRESPONDING FIELDS OF WA_J_3RF_TP_MAIN
WHERE...

How to access SAP table J_3RF_TP_MAIN

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