PTP_BELNR_VAT_DETAILS SAP (VAT Details Including Document Number) Structure details

Dictionary Type: Structure
Description: VAT Details Including Document Number




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




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

PTP_BELNR_VAT_DETAILS 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 Details Including Document Number" 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_PTP_BELNR_VAT_DETAILS TYPE PTP_BELNR_VAT_DETAILS.

The PTP_BELNR_VAT_DETAILS table consists of various fields, each holding specific information or linking keys about VAT Details Including Document Number data available in SAP. These include INTCA (Country ISO code), STCEG (VAT Registration Number), STCD1 (Tax Number 1), NAME (Name 1).. 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 PTP_BELNR_VAT_DETAILS 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
BELNRDocument Number NRBELCHAR3NRBEL
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

Key field Non-key field



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

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

How to access SAP table PTP_BELNR_VAT_DETAILS

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