T609P SAP (Foreign Trade: Communication: Control Printing of FT Docs) Table details

Dictionary Type: Table
Description: Foreign Trade: Communication: Control Printing of FT Docs




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




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

T609P is a standard SAP Table which is used to store Foreign Trade: Communication: Control Printing of FT Docs data and is available within R/3 SAP systems depending on the version and release level.

The T609P table consists of various fields, each holding specific information or linking keys about Foreign Trade: Communication: Control Printing of FT Docs data available in SAP. These include KAPPL (Application), KSCHL (Output Type), WERKS (Plant), PACKD (Foreign trade: Determine and issue packing data).. 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 T609P 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 KAPPLCHAR2T681AKAPPLKAP
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PACKDForeign trade: Determine and issue packing data FTPACKDCHAR1XFELD
STAWDForeign trade: Printing the commodity code STAWDCHAR1XFELD
NKRNRNumber range number NRNRCHAR2CHAR2
NKOBJForeign Trade: Number Range Objects - Printing Documents NKPRICHAR10NKPRI
SABFLForeign trade: Safety query before starting printing SABFLCHAR1XFELD
PUNFLForeign trade: Special dialog box for entering document no. PUNFLCHAR1XFELD
AHDFOForeign Trade: Update communication data AHDFOCHAR1XFELD
NACARVerification documents: Type of certificate for import NACARCHAR10T610NANACAR
PREFAPreference: Preference type for foreign trade PREFACHAR10T610PAPREFA
VORPAPreliminary document: Document type for foreign trade procg VORPACHAR10T610VAVORPA
SPRA1Language_01 for foreign trade document SPRA1LANG1T002ISOLASPRAS
SPRA2Language_02 for foreign trade document SPRA2LANG1T002ISOLASPRAS
BEHOEIssuing authority for relevant Foreign Trade document BEHOECHAR10T610OBEHOE
AHDMANumber of reminder days for communication in foreign trade AHDMADEC3AHDMA
MUSSEIndicator for document number as required entry MUSSECHAR1XFELD
NONKOForeign trade: Document number assignment FTNONKOCHAR1CHAR01
FTPRAIndicator: Print: Changed data in the audit table FTPRACHAR1XFELD
BEHO2Issuing authority for relevant Foreign Trade document BEHOECHAR10T610OBEHOE
GEGRULegal regulation for legal control GEGRUCHAR2T606GGEGRUGEG
GEARTLicense type GEARTCHAR4T606GEARTGEA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T609P
INTO CORRESPONDING FIELDS OF WA_T609P
WHERE...

How to access SAP table T609P

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