ISJPMONINVHD01_L SAP (Structure for Invoice summary (Printing)) Structure details

Dictionary Type: Structure
Description: Structure for Invoice summary (Printing)




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




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

ISJPMONINVHD01_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 "Structure for Invoice summary (Printing)" 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_ISJPMONINVHD01_L TYPE ISJPMONINVHD01_L.

The ISJPMONINVHD01_L table consists of various fields, each holding specific information or linking keys about Structure for Invoice summary (Printing) data available in SAP. These include BUKRS (Company Code), PINR (Payer Invoice Number), MINR (Monthly Invoice Number), CLOSDATE (Closing 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ISJPMONINVHD01_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
PINRPayer Invoice Number ISJPPINRCHAR10ISJPPINR
MINRMonthly Invoice Number ISJPMINRCHAR10ISJPMINR
CLOSDATEClosing Date ISJPCLOSDATEDATS8ISJPCLOSDATE
NETAMNTCurrent Invoiced Net Amount ISJPNETAMNTCURR13(2) ISJPAMNT
TAXAMNTCurrent Invoiced Tax Amount ISJPTAXAMNTCURR13(2) ISJPAMNT
PREVINVAMNTPrevious Invoiced Amount ISJPPREVINVAMNTCURR15(2) ISJPHDAMNT
PAIDAMNTPaid Amount ISJPPAIDAMNTCURR15(2) ISJPHDAMNT
CARFWDAMNTCarry Forward Amount ISJPCARFWDAMNTCURR15(2) ISJPHDAMNT
TOTALBILLEDAMNTTotal Billed Amount ISJPTOTALBILLEDAMNTCURR15(2) ISJPHDAMNT
PIGRUNITPayer Invoice Grouping Unit ISJPPIGRUNITCHAR20ISJPGRUNIT
PREVCLOSDATEPrevious Closing Date ISJPPREVCLOSDATEDATS8ISJPCLOSDATE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SENDERADDR0Address line LINESCHAR80LINES
SENDERADDR1Address line LINESCHAR80LINES
SENDERADDR2Address line LINESCHAR80LINES
SENDERADDR3Address line LINESCHAR80LINES
SENDERADDR4Address line LINESCHAR80LINES
SENDERADDR5Address line LINESCHAR80LINES
SENDERADDR6Address line LINESCHAR80LINES
RECIP_PAYERADDR0Address line LINESCHAR80LINES
RECIP_PAYERADDR1Address line LINESCHAR80LINES
RECIP_PAYERADDR2Address line LINESCHAR80LINES
RECIP_PAYERADDR3Address line LINESCHAR80LINES
RECIP_PAYERADDR4Address line LINESCHAR80LINES
RECIP_PAYERADDR5Address line LINESCHAR80LINES
RECIP_PAYERADDR6Address line LINESCHAR80LINES
VIRTACCTNRVirtual Account Number ISJPVIRTACCTNRCHAR10Assigned to domainISJPVIRTACCTNR
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKAName of bank BANKACHAR60TEXT60
BRNCHBank Branch BRNCHCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table ISJPMONINVHD01_L

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