JISPC SAP (IS-M/SD: Interface Definition for ISPC) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Interface Definition for ISPC




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




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

JISPC 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 "IS-M/SD: Interface Definition for ISPC" 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_JISPC TYPE JISPC.

The JISPC table consists of various fields, each holding specific information or linking keys about IS-M/SD: Interface Definition for ISPC data available in SAP. These include NUMMER (IS-M: EDI Participant Number), XFILIALBEZOGEN (IS-M: Branch-Related Returns), OBJEKT (IS-M: Object number), TEILAUSGB (IS-M: Part issue).. 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)


SAP JISPC 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
VERLAGIS-M: Publisher number VERLAG_ISCHAR5CHAR5
NUMMERIS-M: EDI Participant Number ISPCTEILNNUMC8NUM8
XFILIALBEZOGEN IS-M: Branch-Related Returns0
OBJEKTIS-M: Object number OBJEKT_ISNUMC5NUM5
TEILAUSGBIS-M: Part issue TEILAUSGBCHAR2CHAR2
JAHRIS-M: Year, 2-digit JAHR_ISNUMC2NUM2
WOCHEIS-M: Week - 3 characters WOCHE_ISCHAR3CHAR3
WOCHENTAGCalendar: Number of day WOTNRCHAR1CHAR1
SATZARTIS-M: Record Type SATZART_ISCHAR2CHAR2
REMDATUMIS-M: Return slip date - 6 chars REMDATUMNUMC6NUM06
REMNUMMERIS-M: Return slip number RSCHEIN_ISNUMC6NUM6
LIEFERDIFFIS-M: Delivery difference LIEFDIF_ISNUMC5NUM5
LFDIFFVORZIS-M: Plus/Minus Sign for ISPC Data ISPCVORZEICHAR1VORZEI
INTUMBUCHGIS-M: Internal Transfer Posting IUMBUCH_ISNUMC5NUM5
INTUMBVORZIS-M: Plus/Minus Sign for ISPC Data ISPCVORZEICHAR1VORZEI
EHLIEFERNGIS-M: Retail Delivery EHLIEFG_ISCHAR6CHAR6
EHLFBRICHTIS-M: Retail Delivery Authorization EHLFBER_ISCHAR6CHAR6
EHNACHLIEFIS-M: Subsequent Delivery for Retailer EHNCHLF_ISNUMC6NUM6
LAGERISTIS-M: Actual warehouse returns LGERIST_ISCHAR6CHAR6
REMMENGEIS-M: Total returns REMMENG_ISNUMC5NUM5
REMMGVORZIS-M: Plus/Minus Sign for ISPC Data ISPCVORZEICHAR1VORZEI

Key field Non-key field



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

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

How to access SAP table JISPC

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