J_1AFILE_LOGN SAP (Log of Processing of Taxpayers File) Table details

Dictionary Type: Table
Description: Log of Processing of Taxpayers File




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




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

J_1AFILE_LOGN is a standard SAP Table which is used to store Log of Processing of Taxpayers File data and is available within R/3 SAP systems depending on the version and release level.

The J_1AFILE_LOGN table consists of various fields, each holding specific information or linking keys about Log of Processing of Taxpayers File data available in SAP. These include J_1ATAXP_CTX (Process Context), J_1ATAXP_FILEN (Processed File Name), J_1ATAXP_PROCSEQ (Number of Times File Processed), J_1ATAXP_PROCDT (Processing 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: 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_1AFILE_LOGN 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 MANDTCLNT3Assigned to domainMANDT
J_1ATAXP_CTXProcess Context J_1ATAXP_CTXCHAR4J_1ATAXP_CTX
J_1ATAXP_FILENProcessed File Name J_1ATAXP_FILENAMECHAR60J_1ATAXP_FILENAME
J_1ATAXP_PROCSEQNumber of Times File Processed J_1ATAXP_PROC_SEQNUMC4J_1ATAXP_PROC_SEQ
J_1ATAXP_PROCDTProcessing Date J_1ATAXP_PROC_DATEDATS8J_1ATAXP_PROC_DATE
J_1ATAXP_PROCTMProcessing Time J_1ATAXP_PROC_TIMETIMS6J_1ATAXP_PROC_TIME
J_1ATAXP_PROCENProcessing User J_1ATAXP_PROC_ERNAMCHAR12USNAM
J_1ATAXP_PATHComplete File Path J_1ATAXP_PATHCHAR120J_1ATAXP_PATH
J_1ATAXP_FILETYFile Type (With or Without Name) J_1ATAXP_FILE_TYPECHAR2J_1ATAXP_FILE_TYPE
J_1ATAXP_PSTATUSProcess Execution Status J_1ATAXP_PSTATUSCHAR1J_1ATAXP_PSTATUS
J_1ATAXP_CUS_INDCustomer Master Data J_1ATAXP_CUSTOMERCHAR1XFELD
J_1ATAXP_VEN_INDVendor Master Data J_1ATAXP_VENDORCHAR1XFELD
J_1ATAXP_UPD_TABUpdate Employee Status Table J_1ATAXP_OUT_UPD_TAB_FILECHAR1XFELD
J_1ATAXP_UPD_MDUpdate Vendor and Customer Master Data J_1ATAXP_OUT_UPD_MD_FILECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1AFILE_LOGN
INTO CORRESPONDING FIELDS OF WA_J_1AFILE_LOGN
WHERE...

How to access SAP table J_1AFILE_LOGN

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