HASH_DATA_FOR_DISPCASE SAP (FSCM-DM: Hash Value Relevant Fields of the Dispute Case) Structure details

Dictionary Type: Structure
Description: FSCM-DM: Hash Value Relevant Fields of the Dispute Case




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




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

HASH_DATA_FOR_DISPCASE 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 "FSCM-DM: Hash Value Relevant Fields of the Dispute Case" 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_HASH_DATA_FOR_DISPCASE TYPE HASH_DATA_FOR_DISPCASE.

The HASH_DATA_FOR_DISPCASE table consists of various fields, each holding specific information or linking keys about FSCM-DM: Hash Value Relevant Fields of the Dispute Case data available in SAP. These include PLAN_END_DATE (Planned Close Date), PROCESSOR (Processor), RESPONSIBLE (Person Responsible), CASE_TITLE (Case Title).. 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 HASH_DATA_FOR_DISPCASE 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
EXT_REFExternal reference SCMG_EXT_REFCHAR30CHAR30
PLAN_END_DATEPlanned Close Date SCMG_PLAN_END_DATEDATS8DATUM
PROCESSORProcessor SCMG_PROCESSORCHAR12Assigned to domainXUBNAMEUSER_ADDR
RESPONSIBLEPerson Responsible SCMG_RESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_ADDR
CASE_TITLECase Title SCMG_CASE_TITLECHAR80TEXT80
ESCAL_REASONReason for Escalation SCMG_ESCAL_REASONCHAR2CHAR2
CATEGORYCategory SCMG_CATEGORYCHAR4CHAR4
PRIORITYPriority SCMG_PRIORITYNUMC1NUM01
STAT_ORDERNOCase: Status SCMGSTATUSONRNUMC2SCMGSTATUSONR
REASON_CODEReason for Case SCMG_REASON_CODECHAR4CHAR4
FIN_COORDINATORCoordinator of Dispute Case UDM_COORDINATORCHAR12Assigned to domainXUBNAME
FIN_ROOT_CCODERoot Cause Code UDM_ROOT_CCODECHAR4CHAR4
FIN_DUE_DATEProcessing Deadline UDM_DUE_DATEDATS8DATUM
FIN_CUSTDISP_AMTCustomer-Disputed Amount UDM_CUSTDISP_AMTCURR15(2) WERTV8
FIN_CUSTDISP_CURCurrency of Customer-Disputed Amount UDM_CUSTDISP_CURRCUKY5Assigned to domainWAERS
FIN_CONTACT_NAMEName of Contact Person at Business Partner UDM_CONTACT_NAMECHAR40TEXT40
FIN_CONTACT_MAILe-mail Address of Contact Person at Business Partner UDM_CONTACT_EMAILCHAR128TEXT128
FIN_CONTACT_TELTelephone Number of Contact Person at Business Partner UDM_CONTACT_PHONECHAR30CHAR30
FIN_CONTACT_FAXFax Number of Contact Person at Business Partner UDM_CONTACT_FAXCHAR30CHAR30
FIN_CONTACT_FAXCCountry of Fax Number UDM_CONTACT_FAXCCHAR3Assigned to domainLAND1
FIN_CONTACT_KEYContact Person Key UDM_CONTACT_KEYCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table HASH_DATA_FOR_DISPCASE

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