HASH_DATA_FOR_CLCR SAP (FSCM-CR: Hash Value Relevant Fields of Credit Limit Request) Structure details

Dictionary Type: Structure
Description: FSCM-CR: Hash Value Relevant Fields of Credit Limit Request




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




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

HASH_DATA_FOR_CLCR 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-CR: Hash Value Relevant Fields of Credit Limit Request" 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_CLCR TYPE HASH_DATA_FOR_CLCR.

The HASH_DATA_FOR_CLCR table consists of various fields, each holding specific information or linking keys about FSCM-CR: Hash Value Relevant Fields of Credit Limit Request data available in SAP. These include CREATED_BY (Created By), CREATE_TIME (Created On), CHANGED_BY (Last Changed by), CHANGE_TIME (Last Changed On).. 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_CLCR 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
CREATED_BYCreated By SCMG_CREATE_USERCHAR12Assigned to domainXUBNAME
CREATE_TIMECreated On SCMG_CREATE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CHANGED_BYLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGE_TIMELast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP
CLOSED_BYClosed by User SCMG_CLOSED_BYCHAR12Assigned to domainXUBNAME
CLOSING_TIMEClosed at Time SCMG_CLOSING_TIMEDEC15TSTPSSCMG_TIMESTAMP
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
FCR_REQ_LIMITCredit Limit Requested UKM_CREDIT_LIMIT_REQCURR15(2) UKM_CREDIT_LIMIT
FCR_APP_LIMITCredit Limit Approved UKM_CREDIT_LIMIT_APPCURR15(2) UKM_CREDIT_LIMIT
FCR_EXP_VOLUMEExpected Monthly Sales Volume UKM_EXP_SALES_VOLUMECURR15(2) UKM_EXP_SALES_VOLUME
FCR_CURRENCYCredit Segment Currency UKM_SGM_CURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table HASH_DATA_FOR_CLCR

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