ATRFART SAP (Risk factor type) Table details

Dictionary Type: Table
Description: Risk factor type




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




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

ATRFART is a standard SAP Table which is used to store Risk factor type data and is available within R/3 SAP systems depending on the version and release level.

The ATRFART table consists of various fields, each holding specific information or linking keys about Risk factor type data available in SAP. These include RFART (Risk factor type), DESTINATION (RM RFC: Destination risk factor import), FUNCTION (RM RFC: Function name for risk factor import), DIMENSION (Risk factor dimension).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = ATRFARTT


SAP ATRFART table 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 MANDTCLNT3T000MANDT
RFARTRisk factor type TV_RFARTNUMC3TV_RFART
DESTINATIONRM RFC: Destination risk factor import TV_RFCDEST_RFCHAR32RFCDESRFCDEST
FUNCTIONRM RFC: Function name for risk factor import TV_RFCFNAME_RFCHAR30TFDIRFUNCNAME
DIMENSIONRisk factor dimension TV_RFDIMENSIONNUMC5TV_DIMENSION
SHIFTRisk factor shift for approximation procedure TV_RFSHIFTDEC15(7) TV_SHIFT

Key field Non-key field



How do I retrieve data from SAP table ATRFART using ABAP code

The following ABAP code Example will allow you to do a basic selection on ATRFART to SELECT all data from the table
DATA: WA_ATRFART TYPE ATRFART.

SELECT SINGLE *
FROM ATRFART
INTO CORRESPONDING FIELDS OF WA_ATRFART
WHERE...

How to access SAP table ATRFART

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