KNVK_RTEXTE SAP (Reporting: Long texts for KNVK) Structure details

Dictionary Type: Structure
Description: Reporting: Long texts for KNVK




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




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

KNVK_RTEXTE 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 "Reporting: Long texts for KNVK" 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_KNVK_RTEXTE TYPE KNVK_RTEXTE.

The KNVK_RTEXTE table consists of various fields, each holding specific information or linking keys about Reporting: Long texts for KNVK data available in SAP. These include PAFKT_TXT_KNVK (Contact person function), PARVO_TXT_KNVK (Partner's power of attorney), BRYTH_TXT_KNVK (Call frequency), AKVER_TXT_KNVK (Buying habits).. 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: Not classified


SAP KNVK_RTEXTE 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
ABTNR_TXT_KNVK Contact person department0
PAFKT_TXT_KNVK Contact person function0
PARVO_TXT_KNVK Partner's power of attorney0
BRYTH_TXT_KNVK Call frequency0
AKVER_TXT_KNVK Buying habits0
PARH1_TXT_KNVK Contact person: Attribute 10
PARH2_TXT_KNVK Contact person: Attribute 20
PARH3_TXT_KNVK Contact person: Attribute 30
PARH4_TXT_KNVK Contact person: Attribute 40
PARH5_TXT_KNVK Contact person: Attribute 50
PAKN1_TXT_KNVK Contact person: Attribute 60
PAKN2_TXT_KNVK Contact person: Attribute 70
PAKN3_TXT_KNVK Contact person: Attribute 80
PAKN4_TXT_KNVK Contact person: Attribute 90
PAKN5_TXT_KNVK Contact person: Attribute 100
FAMST_TXT_KNVKMarital Status FATXTCHAR6FATXT
PARLA_TXT_KNVK Language0
PARGE_TXT_KNVK Sex0
PAVIP_TXT_KNVK VIP Partner0

Key field Non-key field



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

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

How to access SAP table KNVK_RTEXTE

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