TXTPROT SAP (Structure for SD Text Determination Log) Structure details

Dictionary Type: Structure
Description: Structure for SD Text Determination Log




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




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

TXTPROT 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 "Structure for SD Text Determination Log" 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_TXTPROT TYPE TXTPROT.

The TXTPROT table consists of various fields, each holding specific information or linking keys about Structure for SD Text Determination Log data available in SAP. These include POSNN (Subsequent item of an SD document), TXTGR (Text determination procedure), OBJ_NACH (Texts: Application Object), ID_NACH (Text ID).. 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 TXTPROT 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
VBELNSubsequent sales and distribution document VBELN_NACHCHAR10Assigned to domainALPHAVBELNAUF
POSNNSubsequent item of an SD document POSNR_NACHNUMC6Assigned to domainPOSNR
TXTGRText determination procedure TXTGRCHAR2Assigned to domainTXTGR
OBJ_NACHTexts: Application Object TDOBJECTCHAR10Assigned to domainTDOBJECT
ID_NACHText ID TDIDCHAR4Assigned to domainTDID
LFDNRCounter NUM03NUMC3NUM03
OBJ_VONTexts: Application Object TDOBJECTCHAR10Assigned to domainTDOBJECT
ID_VONText ID TDIDCHAR4Assigned to domainTDID
PARVW_VONPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
VKORG_SPRATake language from the sales organization SPRAS_VKOCHAR1XFELDSPR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PARVW_SPRAPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
BEDNRRequirement number for texts BEDNR_TEXTNUMC3NUM03
COPNRRequirements number for data transfer COPNRNUMC2NUM02
ALLE_SPRAText is copied in all languages ALLE_SPRACHAR1XFELD
T_NAME_VONName TDOBNAMECHAR70TDOBNAME
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50

Key field Non-key field



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

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

How to access SAP table TXTPROT

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