/GSINS/UPR_FKUPR SAP (UPR - Calculation of unearned insurance premium reserve) Table details

Dictionary Type: Table
Description: UPR - Calculation of unearned insurance premium reserve




ABAP Code to SELECT data from /GSINS/UPR_FKUPR
Related tables to /GSINS/UPR_FKUPR
Access table /GSINS/UPR_FKUPR




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

/GSINS/UPR_FKUPR is a standard SAP Table which is used to store UPR - Calculation of unearned insurance premium reserve data and is available within R/3 SAP systems depending on the version and release level.

The /GSINS/UPR_FKUPR table consists of various fields, each holding specific information or linking keys about UPR - Calculation of unearned insurance premium reserve data available in SAP. These include BUKRS (Company Code), DATUM (Date of Calculation), /GSINS/UPR_METH (ID of Calculation Method), OPBEL (Number of Contract Accts Rec. & Payable Doc.).. 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 /GSINS/UPR_FKUPR 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DATUMDate of Calculation /GSINS/UPR_DDATEDATS8DATUM
/GSINS/UPR_METHID of Calculation Method /GSINS/UPR_METHCHAR1/GSINS/UPR_FCALCCHAR1
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
PDATETransfer Posting Date for Delayed Revenues DATE_KKDATS8DATUM
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
HKONTGeneral ledger account HKONT_KKCHAR10Assigned to domainALPHASAKNRSAKO
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
BWIMPImport to Business Intelligence System /GSINS/UPR_BWIMPCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /GSINS/UPR_FKUPR using ABAP code

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

SELECT SINGLE *
FROM /GSINS/UPR_FKUPR
INTO CORRESPONDING FIELDS OF WA_/GSINS/UPR_FKUPR
WHERE...

How to access SAP table /GSINS/UPR_FKUPR

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