UKM_TRANSFER_AR SAP (Data from AR for SAP Credit Management) Table details

Dictionary Type: Table
Description: Data from AR for SAP Credit Management




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




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

UKM_TRANSFER_AR is a standard SAP Table which is used to store Data from AR for SAP Credit Management data and is available within R/3 SAP systems depending on the version and release level.

The UKM_TRANSFER_AR table consists of various fields, each holding specific information or linking keys about Data from AR for SAP Credit Management data available in SAP. These include BUKRS (Company Code), OBJKEY (Object key), OBJTYPE (Object Type), LOGSYS (Logical system).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP UKM_TRANSFER_AR 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UMSKZSpecial G/L Indicator UKM_UMSKZCHAR1CHAR1
BUDATPosting Date in the Document BUDATDATS8DATUM
WRBTR9(17)-character value field with 2 decimal places WERTV9CURR17(2) WERTV9
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
ABSBTCredit Management: Hedged Amount UKM_ABSBTCURR13(2) WERT7
AWKEYReference Key AWKEYCHAR20AWKEY
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
X_REBUILDCheckbox XFELDCHAR1XFELD
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM UKM_TRANSFER_AR
INTO CORRESPONDING FIELDS OF WA_UKM_TRANSFER_AR
WHERE...

How to access SAP table UKM_TRANSFER_AR

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