ISJPHIERARCHY01_L SAP (List structure for hierarchy reporting (ISJPINVSUM01)) Structure details

Dictionary Type: Structure
Description: List structure for hierarchy reporting (ISJPINVSUM01)




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




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

ISJPHIERARCHY01_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 "List structure for hierarchy reporting (ISJPINVSUM01)" 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_ISJPHIERARCHY01_L TYPE ISJPHIERARCHY01_L.

The ISJPHIERARCHY01_L table consists of various fields, each holding specific information or linking keys about List structure for hierarchy reporting (ISJPINVSUM01) data available in SAP. These include MANDT (Client), BUKRS (Company Code), KUNNR (Customer Numbers), INVSUMROLE (Invoice Summary Role).. 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 ISJPHIERARCHY01_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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4KNB1BUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10KNB1ALPHAKUNNRKUNC_KUNNR
INVSUMROLEInvoice Summary Role ISJPINVSUMROLECHAR1ISJPINVSUMROLE
INVSUMRECIPInvoice Summary Recipient ISJPINVSUMRECIPCHAR10ALPHAISJPINVSUMRECIPISJPHLPRECIP
INVSUMPAYERInvoice Summary Payer ISJPINVSUMPAYERCHAR10ALPHAISJPINVSUMPAYERISJPHLPPAYER
PINRNRNumber range number for Payer Invoice ISJPPINRNRCHAR2NRIVCHAR2
MINRNRNumber range number for Monthly Invoice ISJPMINRNRCHAR2NRIVCHAR2
HEADERTAXCalculate Tax at MI Header Level ISJPHEADERTAXCHAR1ISJPHEADERTAX
HOLIDUEDATEConsider JP Holidays In Due Date Calculation ISJPHOLIDUEDATECHAR1ISJPHOLIDUEDATE
BANKCHARGEBank Charges Paid By Payee ISJPBANKCHARGECHAR1ISJPBANKCHARGE
PATTERNIDBank Charge Pattern ID ISJPPATTERNIDCHAR2ISJPPATTERNISJPPATTERNID
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKKBank Keys BANKKCHAR15BNKABANKKBNK
VIRTACCTNRVirtual Account Number ISJPVIRTACCTNRCHAR10ISJPVIRTACCTISJPVIRTACCTNR
RULEZTERMProposal of Payment Term ISJPRULEZTERMCHAR1ISJPRULEZTERM
.INCLU--AP 0
SPECCASERELRelevant for Special Cases ISJPSPECCASERELCHAR1ISJPSPECCASEREL
NAME1KUNNRName NAME1CHAR30TEXT30
ROLETYPEText (30 Characters) TEXT30CHAR30TEXT30
NAME1RECIPName NAME1CHAR30TEXT30
NAME1PAYERName NAME1CHAR30TEXT30
HOLIDAYTEXTText (30 Characters) TEXT30CHAR30TEXT30
RULEZTERMTEXTText (30 Characters) TEXT30CHAR30TEXT30
SUBOBJGroup for Nota Fiscal Number(sub-object of the number range) J_1BSUBOBJCHAR6Assigned to domainJ_1BSUBOBJ
SORT_PAYERInvoice Summary Payer ISJPINVSUMPAYERCHAR10ALPHAISJPINVSUMPAYERISJPHLPPAYER
SORT_RECIPInvoice Summary Recipient ISJPINVSUMRECIPCHAR10ALPHAISJPINVSUMRECIPISJPHLPRECIP

Key field Non-key field



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

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

How to access SAP table ISJPHIERARCHY01_L

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