ISJPINVSUMFI_L SAP (Expanded Structure for FI Transactions) Structure details

Dictionary Type: Structure
Description: Expanded Structure for FI Transactions




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




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

ISJPINVSUMFI_L 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 "Expanded Structure for FI Transactions" 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_ISJPINVSUMFI_L TYPE ISJPINVSUMFI_L.

The ISJPINVSUMFI_L table consists of various fields, each holding specific information or linking keys about Expanded Structure for FI Transactions data available in SAP. These include MANDT (Client), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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 (character-type or numeric)


SAP ISJPINVSUMFI_L 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSTATDocument Status BSTAT_DCHAR1BSTAT
INVSUMPAYERInvoice Summary Payer ISJPINVSUMPAYERCHAR10ALPHAISJPINVSUMPAYERISJPHLPPAYER
PIGRUNITPayer Invoice Grouping Unit ISJPPIGRUNITCHAR20ISJPGRUNIT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INVSUMRECIPInvoice Summary Recipient ISJPINVSUMRECIPCHAR10ALPHAISJPINVSUMRECIPISJPHLPRECIP
GRUNITGrouping Unit ISJPGRUNITCHAR20ISJPGRUNIT
CLOSDATEClosing Date ISJPCLOSDATEDATS8ISJPCLOSDATE
NETDTDue Date for Net Payment ISJPNETDTDATS8DATUM
MINRMonthly Invoice Number ISJPMINRCHAR10ISJPMINR
NOTINCLNot Included In The Monthly Invoice ISJPNOTINCLCHAR1FLAG
MIBLOCKMonthly Invoice Block ISJPMIBLOCKCHAR1ISJPMIBLOCK
NETAMNTCurrent Invoiced Net Amount ISJPNETAMNTCURR13(2) ISJPAMNT
TAXAMNTCurrent Invoiced Tax Amount ISJPTAXAMNTCURR13(2) ISJPAMNT
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
CREAUSERCreated By User ISJPCREAUSERCHAR12ISJPCREAUSER
CREADATECreation Date ISJPCREADATEDATS8ISJPCREADATE
CREATIMECreation Time ISJPCREATIMETIMS6ISJPCREATIME
CHANUSERChanged By User ISJPCHANUSERCHAR12ISJPCHANUSER
CHANDATEChanging Date ISJPCHANDATEDATS8ISJPCHANDATE
CHANTIMEChanging Time ISJPCHANTIMETIMS6ISJPCHANTIME
ITEMCATItem category ISJPITEMCATCHAR2ISJPITEMCAT
CLEARDATEClearing Date ISJPCLEARDATEDATS8ISJPCLEARDATE
NETAMNT1Net amount 1 for multiple tax code breakdown ISJPNETAMNT1CURR13(2) ISJPAMNT
TAXAMNT1Tax amount 1 for multiple tax code breakdown ISJPTAXAMNT1CURR13(2) ISJPAMNT
MWSK1Tax Code for Distribution MWSKXCHAR2Assigned to domainMWSKZ
NETAMNT2Net amount 2 formultiple tax code breakdown ISJPNETAMNT2CURR13(2) ISJPAMNT
TAXAMNT2Tax amount 2 for multiple tax code breakdown ISJPTAXAMNT2CURR13(2) ISJPAMNT
MWSK2Tax Code for Distribution MWSKXCHAR2Assigned to domainMWSKZ
NETAMNT3Net amount 3 for multiple tax code breakdown ISJPNETAMNT3CURR13(2) ISJPAMNT
TAXAMNT3Tax amount 3 for multiple tax code breakdown ISJPTAXAMNT3CURR13(2) ISJPAMNT
MWSK3Tax Code for Distribution MWSKXCHAR2Assigned to domainMWSKZ
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
ZBD1TCash discount days 1 DZBD1TDEC3ZBDXT
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
REBZTFollow-On Document Type REBZTCHAR1REBZT
BLDATDocument Date in Document BLDATDATS8DATUM
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
INVSEPSeparate Invoice Indicator ISJPINVSEPCHAR1X
INVSUMRELInvoice Summary relevancy ISJPINVSUMRELCHAR1ISJPINVSUMREL
UPDSTATUpdate Status ISJPUPDSTATCHAR1ISJPUPDSTAT

Key field Non-key field



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

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

How to access SAP table ISJPINVSUMFI_L

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