CRMRFRNC is an SAP Structure so does not store data like a database table does but can be used to process "Reference 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_CRMRFRNC TYPE CRMRFRNC .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | CRMFAOBJ | Check Object | ||||
PGMID | PGMID | CHAR | 4 | Program ID in Requests and Tasks | ||
OBJECT | TROBJTYPE | CHAR | 4 | Object Type | ||
OBJ_NAME | CRMOBJNAM | CHAR | 48 | Check Results Management: Object Name in Check Object Set | ||
CHKID | CRMCHKID | CHAR | 10 | Check ID | ||
CHKMSGID | CRMCHKMGID | CHAR | 4 | Check Rule / Check Message ID | ||
POBJECT | TROBJTYPE | CHAR | 4 | Object Type | ||
POBJ_NAME | CRMOBJNAM | CHAR | 48 | Check Results Management: Object Name in Check Object Set | ||
CHKRSLTNBR | CRMRSLTNBR | NUMC | 3 | Check Results Management: Check Result Number | ||
.INCLUDE | CRMIPMSG | IP Message | ||||
IP_SYS | CRMIPSYS | CHAR | 10 | Part of IP Message Number | ||
IP_NUM | CRMIPNUM | NUMC | 10 | Part of IP Message Number | ||
IP_YEAR | CRMIPYEAR | NUMC | 4 | Part of IP Message Number | ||
IP_CLASS | CRMIPCLASS | CHAR | 10 | IP ticket classification | ||
IP_STATUS | IPSTAT | CHAR | 10 | IP Status | ||
SRC_OSETID | CRMOBSETID | NUMC | 4 | Check Results Management: ID of Object Set to Be Checked | ||
SRC_RESNBR | CRMRSLTNBR | NUMC | 3 | Check Results Management: Check Result Number | ||
COMP_NAME | DLVUNIT | CHAR | 30 |
* | Software Component |
Key field | |
Non-key field |