J_1ASINFF SAP (Selection fields for inflation adjustmet) Structure details

Dictionary Type: Structure
Description: Selection fields for inflation adjustmet




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




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

J_1ASINFF 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 "Selection fields for inflation adjustmet" 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_1ASINFF TYPE J_1ASINFF.

The J_1ASINFF table consists of various fields, each holding specific information or linking keys about Selection fields for inflation adjustmet data available in SAP. These include DEF_PROV (Provisional Run), IPER (Final period for inflation adjustment), FPER (Start Period), SESS_NAME (Batch Input Session ID).. 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: Not classified


SAP J_1ASINFF 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
IPOSTUpdate Run J_1AIPOSTCHAR1XFELD
DEF_PROVProvisional Run J_1AIPROVCHAR1XFELD
IPERFinal period for inflation adjustment J_1AIPERNUMC2MONAT
FPERStart Period J_1AFPERNUMC2MONAT
SESS_NAMEBatch Input Session ID J_1ASESSNMCHAR2CHAR2
BUDATPosting date for the inflation adjustment postings J_1AIBUDATDATS8DATUM
CAL_BACalculate Inflation by Business Area J_1ACALBACHAR1XFELD
ISIMUTest Run J_1AISIMUCHAR1XFELD
ISTATInflation Calculator J_1AISTATCHAR1XFELD
TYPEACCProcess Monetary Items J_1APROMONCHAR1XFELD
PROCMODEOpen items in foreign currency: Mode of processing J_1AFWMODECHAR1J_1AFWMODE
KEYDATEInflation Adjustment Date J_1AKDATEDATS8DATUM
UPDPOSTUpdate Run J_1AUPDPOSCHAR1XFELD
OIPOSTUpdate Run J_1AOIPOSTCHAR1XFELD
ADDLOGAdditional data display required J_1AADDLOGCHAR1XFELD
SELALLAdjust All Open Items J_1ASELALLCHAR1XFELD
SPECGLInclude Items with Special G/L Indicators J_1ASPECGLCHAR1XFELD
ORGMWSKZUse Original Tax Codes J_1AORMWSKCHAR1XFELD
UPDMASTUpdate inflation data in G/L account master record J_1AUPDMASCHAR1XFELD
VALKEYDATEInflation Adjustment Date J_1AVLKYDTDATS8DATUM
COMPPERIODInflation adjustment of amounts from the comparison period J_1ACOMPERCHAR1XFELD
VALFWOIAdjust Open Items in Foreign Currency J_1AVLFWOICHAR1XFELD
POSCALLCreate and Post Inflation Adjustment Documents Online J_1APOSCALCHAR1XFELD
ALVDISPLAYFlexible Output with ALV J_1AALVDISCHAR1XFELD
FWDIRECTCurrency Valuation and Inflation Adjustment J_1AFWDIRECTCHAR1XFELD
FWSTEP1Currency Valuation Only J_1AFWSTEP1CHAR1XFELD
FWSTEP2Inflation Adjustment Only J_1AFWSTEP2CHAR1XFELD
INSACCTChange New G/L Accounts Only J_1AINSACCTCHAR1XFELD
STARTDATEStart date for the Inflation adjustment calculation J_1AFDATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table J_1ASINFF

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