UDM_FICA_S_CCATTR SAP (FSCM-DM: Attributes of FI-CA Dispute Case (Structure)) Structure details

Dictionary Type: Structure
Description: FSCM-DM: Attributes of FI-CA Dispute Case (Structure)




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




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

UDM_FICA_S_CCATTR 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: Attributes of FI-CA Dispute Case (Structure)" 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_FICA_S_CCATTR TYPE UDM_FICA_S_CCATTR.

The UDM_FICA_S_CCATTR table consists of various fields, each holding specific information or linking keys about FSCM-DM: Attributes of FI-CA Dispute Case (Structure) data available in SAP. These include FICA_CONT_GPART (Contact Person), FICA_VKONT (Contract Account), FICA_OPEN_AM (Current Amount to be Collected), FICA_TOTAL_AM (Current Amount to be Collected).. 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_FICA_S_CCATTR 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
FICA_GPARTBusiness Partner FICA_GPARTCHAR10Assigned to domainALPHABU_PARTNER
FICA_CONT_GPARTContact Person FICA_CONTACT_GPARTCHAR10Assigned to domainALPHABU_PARTNER
FICA_VKONTContract Account FICA_VKONTCHAR12ALPHAFICA_VKONT
FICA_OPEN_AMCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_TOTAL_AMCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_PAID_BUPACurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_PAID_AGENTCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_REVERSEDCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_WRITEOFFAmount Written Off FICA_WRITEOFF_AMTCURR15(2) WERTV8
FICA_CLEAREDCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FICA_CHARGESCurrent Amount to be Collected FICA_COLL_OPEN_AMTCURR15(2) WERTV8
FIN_DISPUTE_CURRCurrency of Dispute Case UDM_DISPUTE_CURRCUKY5Assigned to domainWAERS
FIN_RFC_CREATORUser That Created the Dispute Case via RFC UDM_RFC_CREATORCHAR12Assigned to domainXUBNAME
FIN_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
FIN_PROC_SEQNRSequential Number of Process UDM_PROC_SEQNRNUMC3NUM03
FIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_ROOT_CCODERoot Cause Code UDM_ROOT_CCODECHAR4CHAR4
FIN_DUE_DATEProcessing Deadline UDM_DUE_DATEDATS8DATUM
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

Key field Non-key field



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

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

How to access SAP table UDM_FICA_S_CCATTR

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