PTK_VAT_REFUND_DATA SAP (VAT Refund Data for Transfer to FI) Structure details

Dictionary Type: Structure
Description: VAT Refund Data for Transfer to FI




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




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

PTK_VAT_REFUND_DATA 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 "VAT Refund Data for Transfer to FI" 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_PTK_VAT_REFUND_DATA TYPE PTK_VAT_REFUND_DATA.

The PTK_VAT_REFUND_DATA table consists of various fields, each holding specific information or linking keys about VAT Refund Data for Transfer to FI data available in SAP. These include PERNR (Personnel Number), REINR (Trip Number), PERIO (Trip Period Number), PDVRS (Sequential Number of Period).. 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: Can be enhanced (character-type or numeric)


SAP PTK_VAT_REFUND_DATA 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
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PERIOTrip Period Number PTRV_PERODNUMC3PTRV_PEROD
PDVRSSequential Number of Period PTRV_PDVRSNUMC2NUMC2
BELNRDocument Number NRBELCHAR3NRBEL
POSNRLine Item Number PTRV_POSNRNUMC3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
INTCA_ESTBLSHCountry ISO code INTCACHAR2INTCAF4_INTCA
INTCACountry ISO code INTCACHAR2INTCAF4_INTCA
STCEGVAT Registration Number STCEGCHAR20STCEG
STCD1Tax Number 1 STCD1CHAR16STCD1
NAMEName 1 AD_NAME1CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
BLDATReceipt Date BELDTDATS8REDAT
RECEIPT_NOInvoice Number of Original Receipt PTRV_RECEIPT_NOCHAR16
RECEIPT_ITEMNumber of Invoice Item PTRV_RECEIPT_ITEMNUMC3
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
FWSTETax amount in document currency WMWSTCURR13(2) WERT7
BETRGAmount on Individual Receipt GESBBCURR10(2) GESBE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
VAT_SERVICE_CODEVAT Refund Code PTRV_VAT_SERVICE_CODECHAR3Assigned to domainPTRV_VAT_SERVICE_CODE
VAT_SUB_SRV_CODESubcodes for Goods and Services PTRV_VAT_SUB_SRV_CODECHAR15PTRV_VAT_SUB_SRV_CODE
VAT_SERVICE_DESCDescription of Goods and Services PTRV_VAT_SERVICE_DESCCHAR100TEXT100
VAT_SRV_DESC_LANGULanguage of Description of Goods and Services PTRV_VAT_SRV_DESC_LANGULANG1ISOLASYLANGU
VAT_STATUSStatus of Data for VAT Refund PTRV_VAT_STATUSCHAR1PTRV_VAT_STATUS

Key field Non-key field



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

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

How to access SAP table PTK_VAT_REFUND_DATA

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