TTXBF SAP (Correspondence Interface: Definition of Letter Categories) Table details

Dictionary Type: Table
Description: Correspondence Interface: Definition of Letter Categories




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




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

TTXBF is a standard SAP Table which is used to store Correspondence Interface: Definition of Letter Categories data and is available within R/3 SAP systems depending on the version and release level.

The TTXBF table consists of various fields, each holding specific information or linking keys about Correspondence Interface: Definition of Letter Categories data available in SAP. These include RANTYP (Contract Type), SUBANWDG (Document group), BRFNM (Letter Name), REPID (Report program: Read in memory, print letter).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TTXBFT


SAP TTXBF 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
RANTYPContract Type RANTYPCHAR1RANTYP
SUBANWDGDocument group SUBANWDGCHAR4TTXSASUBANWDGSAW
BRFNMLetter Name BRFNMCHAR15BRFNM
REPIDReport program: Read in memory, print letter VVTTXBFREPIDCHAR40PROGNAME
REPID_FABAP report for external system (M/TEXT etc.) REPID_FCHAR40PROGNAME
XBRFBSLetter description text XBRFBSCHAR50XBRFBS
TDFORMForm Name TDFORMCHAR16TDFORM
JSPFBSpool control screen Yes/No ? VVJSPFBCHAR1XFELD
JBSTAUSWText module selection ? VVJBSTAUSWCHAR1XFELD
JFPROError log - Yes/No? VVFPROCHAR1XFELD
KTXELEMENTHeader text element VVKTXELEMCHAR30BIG30
TDFIRSTPAGFirst page of layout set TDFIRSTPAGCHAR8TDELEMENT8
AUSWAHLSelection indicator AUSWAHLCHAR1XFELD
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
JEDITM text: Edit indicator VVJEDITCHAR1JANEI
EDITOPTM/Text: Option byte for EDIT-request VVEDITOPTCHAR1VVEDITOPT
JEXPLM/Text: Create EXPL request VVJEXPLCHAR1JANEI
EXPLOPTM/Text: Option byte for EXPL-request VVEXPLOPTCHAR1VVEXPLOPT
JARCHIVArchived data indicator JARCHIVCHAR1JANEI
JPROBEDRISIS: M/Text Sample printout indicator VVJPROBEDRCHAR1JANEI
SOPTIONM/Text Option byte VVSOPTIONCHAR1VVSOPTION
AMTEXPLMText word processing: No. of copies of letter per document VVAMTEXPLNUMC10VVAMTEXPL
VERSANDARTPost dispatch type VVVERSANDCHAR30VVVERSAND
AMTKOPIEM/text no. of copies of letter VVAMTKOPIENUMC10VVAMTEXPL
MTINSCRIPTM/TEXT-Display control file: Yes/No MTINSCRIPTCHAR1XFELD
MTOUTSCRPTM/TEXT-Display log: Yes/No MTOUTSCRPTCHAR1XFELD
ED_BERECHTEditor authorization ED_BERECHTCHAR1XFELD
EDITORFLAGWord processing with predefined editor EDITORFLAGCHAR1XFELD
VLISTEDistribution list VVVLISTECHAR1XFELD
WINWORDCharacter field (length 1) CHARX1CHAR1CHARX1
ED_ERLAUBTPostprocessing allowed ED_ERLAUBTCHAR1XFELD
SUARTDocument Type SUARTCHAR4TD06SUART
REPTYPIndicator for the evaluation category REPTYPCHAR2REPTYP
KORRKLASSECorrespondence Class KORRKLASSECHAR2TDKK1KORRKLASSE
.INCLU--AP 0

Key field Non-key field



How do I retrieve data from SAP table TTXBF using ABAP code

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

SELECT SINGLE *
FROM TTXBF
INTO CORRESPONDING FIELDS OF WA_TTXBF
WHERE...

How to access SAP table TTXBF

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