RFKIP_AMT SAP (Payment Specification: Amounts/Tolerances) Structure details

Dictionary Type: Structure
Description: Payment Specification: Amounts/Tolerances




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




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

RFKIP_AMT 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 "Payment Specification: Amounts/Tolerances" 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_RFKIP_AMT TYPE RFKIP_AMT.

The RFKIP_AMT table consists of various fields, each holding specific information or linking keys about Payment Specification: Amounts/Tolerances data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPW (Repetition Item in Contract Account Document), OPUPK (Item number in contract account document), OPUPZ (Subitem for a Partial Clearing in Document).. 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: Cannot Be Enhanced


SAP RFKIP_AMT 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
WAABWMaximum exchange rate deviation in percent WAABW_001NUMC2NUM02
ORIWADocument currency of open item ORIWA_KKCUKY5Assigned to domainWAERS
ORIBTPosting amount of an open item in document currency ORIBT_KKCURR13(2) WRTV7
WAERSPayment Specification: Payment Currency WAERS_INDPAYCUKY5Assigned to domainWAERSFWS
BETRWPayment Specification: Payment Amount PAYAM_INDPAYCURR13(2) WRTV7
CALAMPayment Specification: Calculated Amount CALAM_INDPAYCURR13(2) WRTV7
CALAM_VZPayment Specification: Payment Amount Agreed CALAM_VZ_INDPAYCURR13(2) WRTV7
PRPAMPayment Specification: Amount Proposed PRPAM_INDPAYCURR13(2) WRTV7
ITTAMPayment Specification: Total Amount of Assigned Items ITTAM_INDPAYCURR13(2) WRTV7
MINAMPayment Specification: Minimum Amount According to Tolerance MINAM_INDPAYCURR13(2) WRTV7
MAXAMPayment Specification: Maximum Amount According to Tolerance MAXAM_INDPAYCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table RFKIP_AMT

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