J_3RF_TP_LIST2 SAP (Information of Notification. List 2) Table details

Dictionary Type: Table
Description: Information of Notification. List 2




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




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

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

The J_3RF_TP_LIST2 table consists of various fields, each holding specific information or linking keys about Information of Notification. List 2 data available in SAP. These include BUKRS (Company Code), REP_YEAR (Report Year), CORR_NUM (Number of Correction), TRAN_NUMBER (Sequential Transaction Number (010)).. 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_LIST2 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 MANDTCLNT3J_3RF_TP_LIST1AMANDT
BUKRSCompany Code BUKRSCHAR4J_3RF_TP_LIST1ABUKRSBUKC_T001
REP_YEARReport Year J_3RF_TP_GJAHRNUMC4J_3RF_TP_LIST1AGJAHRGJAHR
CORR_NUMNumber of Correction J_3RF_TP_CORRNUMC3J_3RF_TP_LIST1ANUMC3
TRAN_NUMBERSequential Transaction Number (010) J_3RF_TP_TRANNUMBERNUMC10J_3RF_TP_LIST1ANUMC10
NUM_OTHER_PARTYNumber of Other Transaction Participant (050) J_3RF_TP_NUM_OTHER_PARTY_050NUMC4NUMC4
COUNTRY_ORGCountry of Organization (020) J_3RF_TP_COUNTRY_ORGNUMC1J_3RF_TP_COUNTRY_ORG
ISO_ORGOKSM Code (030) J_3RF_TP_ISO_ORGNUMC3NUM03
NAME_ORGOrganization Name (040) J_3RF_TP_NAME_ORGCHAR160J_3RF_TP_NAME_ORG
INN_ORGINN Code (050) J_3RF_TP_INN_ORGCHAR12TEXT12
KPP_ORGKPP Code (060) J_3RF_TP_KPP_ORGCHAR9TEXT9
REGNUM_ORGOrganization Registration Number in Country of Regist. (070) J_3RF_TP_REGNUM_ORGCHAR50CHAR50
TAXCODE_ORGTaxpayer Code in Country of Registration (080) J_3RF_TP_TAXCODE_ORGCHAR50CHAR50
ADDRESS_ORGAddress (090) J_3RF_TP_ADDRESS_ORGCHAR255TEXT255
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RF_TP_LIST2
INTO CORRESPONDING FIELDS OF WA_J_3RF_TP_LIST2
WHERE...

How to access SAP table J_3RF_TP_LIST2

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