UDM_BW_DISPUTE_CASE_ATTR SAP (Test) Structure details

Dictionary Type: Structure
Description: Test




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




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

UDM_BW_DISPUTE_CASE_ATTR 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 "Test" 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_UDM_BW_DISPUTE_CASE_ATTR TYPE UDM_BW_DISPUTE_CASE_ATTR.

The UDM_BW_DISPUTE_CASE_ATTR table consists of various fields, each holding specific information or linking keys about Test data available in SAP. These include CASE_GUID (Technical Case Key (Case GUID)), FIN_SEMAPHORE (Block Indicator for Manual Changes), FIN_RFC_CREATOR (User That Created the Dispute Case via RFC), FIN_COORDINATOR (Coordinator of Dispute Case).. 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 (Deep)


SAP UDM_BW_DISPUTE_CASE_ATTR 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
CASE_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
FIN_SEMAPHOREBlock Indicator for Manual Changes UDM_SEMAPHORE_MAN_CHGCHAR1XFELD
FIN_RFC_CREATORUser That Created the Dispute Case via RFC UDM_RFC_CREATORCHAR12Assigned to domainXUBNAME
FIN_COORDINATORCoordinator of Dispute Case UDM_COORDINATORCHAR12Assigned to domainXUBNAME
FIN_ROOT_CCODERoot Cause Code UDM_ROOT_CCODECHAR4UDMATTR_RCCODECHAR4
FIN_DUE_DATEProcessing Deadline UDM_DUE_DATEDATS8DATUM
FIN_ORIGINAL_AMTOriginal Disputed Amount UDM_ORIGINAL_AMTCURR15(2) WERTV8
FIN_DISPUTED_AMTCurrent Disputed Amount UDM_DISPUTED_AMTCURR15(2) WERTV8
FIN_PAID_AMTAmount Paid UDM_PAID_AMTCURR15(2) WERTV8
FIN_CREDITED_AMTAmount Credited UDM_CREDITED_AMTCURR15(2) WERTV8
FIN_WRT_OFF_AMTAmount Cleared Manually UDM_WRITE_OFF_AMTCURR15(2) WERTV8
FIN_NOT_SOLV_AMTAmount Written Off Automatically UDM_NOT_SOLVED_AMTCURR15(2) WERTV8
FIN_DISPUTE_CURRCurrency of Dispute Case UDM_DISPUTE_CURRCUKY5TCURCWAERS
FIN_CUSTDISP_AMTCustomer-Disputed Amount UDM_CUSTDISP_AMTCURR15(2) WERTV8
FIN_CUSTDISP_CURCurrency of Customer-Disputed Amount UDM_CUSTDISP_CURRCUKY5TCURCWAERS
FIN_PROC_SEQNRSequential Number of Process UDM_PROC_SEQNRNUMC3NUM03
FIN_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
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_FAXCCHAR3T005LAND1
FIN_CONTACT_KEYContact Person Key UDM_CONTACT_KEYCHAR10CHAR10
FIN_KUNNRKey of Customer in Accounts Receivable Accounting UDM_KUNNRCHAR10ALPHAUDM_KUNNR
FIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_ORIGINOrigin of Dispute Case UDM_FIN_ORIGINCHAR2UDM_FIN_ORIGIN
FIN_STAT_PARACase: System Status SCMGSTATPARACHAR3CHAR03
FIN_EXTAPPL_PROProcessing by External Application UDM_EXTAPPL_PROCHAR4UDMEXTAPPLUDM_EXTAPPL
DC_GUID_EXTUUID in character form SYSUUID_CCHAR32SYSUUID_C
CHANGE_TIMELast Changed On SCMG_CHANGE_TIMEDEC15TSTPSSCMG_TIMESTAMP

Key field Non-key field



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

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

How to access SAP table UDM_BW_DISPUTE_CASE_ATTR

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