T685B SAP (Condition Types: Additional Data for Sending Output) Table details

Dictionary Type: Table
Description: Condition Types: Additional Data for Sending Output




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




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

T685B is a standard SAP Table which is used to store Condition Types: Additional Data for Sending Output data and is available within R/3 SAP systems depending on the version and release level.

The T685B table consists of various fields, each holding specific information or linking keys about Condition Types: Additional Data for Sending Output data available in SAP. These include KAPPL (Application), KSCHL (Output Type), PARAB (Output independent of partner), PRKEY (Selection criteria for maintaining print parameters).. 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)


SAP T685B 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 MANDTCLNT3T000MANDT
KAPPLApplication KAPPLCHAR2T681ZKAPPLKAP
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
PARABOutput independent of partner NA_PARABCHAR1NA_PARAB
PRKEYSelection criteria for maintaining print parameters NA_PRKEYCHAR1TNADPNA_PRKEY
MAXTDNAMEName TDOBNAMECHAR70TDOBNAME
VSZTPDispatch time NA_VSZTPCHAR1NA_VSZTP
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA
TXTFLCheckbox XFELDCHAR1XFELD
TPROGProgram for creating or changing an output text NA_TPROGCHAR40TRDIRPROGNAME
TROUTName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
PPROGProgram for deriving action parameters NA_PPROGCHAR40TRDIRPROGNAME
PROUTName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
ERLV1Timing 1 (periodic job) not allowed NA_ERLV1CHAR1NA_ERLVZ
ERLV2Timing 2 (job and time entry) not allowed NA_ERLV2CHAR1NA_ERLVZ
ERLV3Timing 3 (application transaction) not allowed NA_ERLV3CHAR1NA_ERLVZ
ERLV4Timing 4 (immediate) not allowed NA_ERLV4CHAR1NA_ERLVZ
KNZUGAccess to output conditions NA_KNZUGCHAR1NA_KNZUG
NBEAROutput cannot be changed manually NA_NBEARCHAR1NA_NBEAR
MEHRFMultiple issuing of output NA_MEHRFCHAR1NA_MEHRF
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
ARCOBJARTDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
APROGProgram for setting changed output indicator NA_APROGCHAR40TRDIRPROGNAME
AROUTName of routine to be called up in the processing program NA_RONAMCHAR30NA_RONAM
OBJNAMName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJPRIDocument priority SO_OBJ_PRICHAR1SO_OBJ_PRI
OBJCPDocument cannot be changed SO_OBJ_CPCHAR1SO_FLAG
FNDTIMPRGProgram for determining output timing NA_TIMPRGCHAR40TRDIRPROGNAME
FNDTIMRTNFORM routine for time determinatn (using VSDAT VSURA VSURB) NA_TIMRTNCHAR30NA_RONAM
NOPROGNo processing program necessary NA_NOPROGCHAR1CHAR01
SORTPRGProgram for determining sort criteria in output control rec. NA_SORTPRGCHAR40TRDIRPROGNAME
SORTRTNFORM routine for determining sort crit. in output cont. rec NA_SORTRTNCHAR30NA_RONAM
NOPROTOCOLWFMC: Flag: do not write a processing log NA_NOPROTCHAR1SYST_FLAG
SORT1WFMC: Field name in structure NA_SORTFLDCHAR61CHAR61
SORT2WFMC: Field name in structure NA_SORTFLDCHAR61CHAR61
SORT3WFMC: Field name in structure NA_SORTFLDCHAR61CHAR61
STRATEGYCommunication strategy CSTRATEGYCHAR4TCSTRCSTRATEGY

Key field Non-key field



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

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

SELECT SINGLE *
FROM T685B
INTO CORRESPONDING FIELDS OF WA_T685B
WHERE...

How to access SAP table T685B

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