ISJPINVITEMS40_L SAP (Invoice item structure (report ISJPINVSUM40)) Structure details

Dictionary Type: Structure
Description: Invoice item structure (report ISJPINVSUM40)




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




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

ISJPINVITEMS40_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 "Invoice item structure (report ISJPINVSUM40)" 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_ISJPINVITEMS40_L TYPE ISJPINVITEMS40_L.

The ISJPINVITEMS40_L table consists of various fields, each holding specific information or linking keys about Invoice item structure (report ISJPINVSUM40) 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 ISJPINVITEMS40_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
CLEARDATE_NEWClearing Date - Target ISJPCLEARDATENEWDATS8ISJPCLEARDATE
STATUSTraffic light icon ISJPOKICONCHAR4ISJPOKICON

Key field Non-key field



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

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

How to access SAP table ISJPINVITEMS40_L

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