T705W SAP (PDC Communication Parameters) Table details

Dictionary Type: Table
Description: PDC Communication Parameters




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




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

T705W is a standard SAP Table which is used to store PDC Communication Parameters data and is available within R/3 SAP systems depending on the version and release level.

The T705W table consists of various fields, each holding specific information or linking keys about PDC Communication Parameters data available in SAP. These include KANAL (Communication Channel), RPTDO (Numeric 1-character), PAARB (Single-Character Indicator), VERBU (Four-digit number).. 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 or numeric)


SAP T705W 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
KANALCommunication Channel KANALCHAR1KANAL
RPTDONumeric 1-character NUM1NUMC1NUM1
PAARBSingle-Character Indicator CHAR1CHAR1CHAR1
VERBUFour-digit number NUM4NUMC4NUM04
X_ABWGRSingle-Character Indicator CHAR1CHAR1CHAR1
X_EXLGASingle-Character Indicator CHAR1CHAR1CHAR1
X_WORKCTransfer of work centers X_WORKCCHAR1XFELD
X_DIFFETransfer of variances X_DIFFECHAR1XFELD
X_UNITSTransfer of units of measure X_UNITSCHAR1XFELD
X_COSTSTransfer of cost centers X_COSTSCHAR1XFELD
X_LSTARTransfer of activity types X_LSTARCHAR1XFELD
X_PLANTTransfer of plants X_PLANTCHAR1XFELD
X_DISTUTransfer of malfunction reasons X_DISTUCHAR1XFELD
X_OSTATTransfer of order status X_OSTATCHAR1XFELD
X_PKHD5Transfer Kanban control cycles X_PKHD5CHAR1XFELD
X_PKPS5Transfer Kanban containers X_PKPS5CHAR1XFELD
X_PKST5Transfer Kanban container status X_PKST5CHAR1XFELD
X_VERBIndicator: update now X_VERBCHAR1XFELD
X_UNIMATransfer of units of measure for material X_UNIMACHAR1XFELD
UNAMEUser name USERNCHAR12USR02XUBNAME
X_WORKCENTERPDC data download across PP-PDC interface (from Rel. 4.6) CIBD_WORKCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T705W
INTO CORRESPONDING FIELDS OF WA_T705W
WHERE...

How to access SAP table T705W

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