TJD35 SAP (IS-M: Search Sequence for Packing Rules) Table details

Dictionary Type: Table
Description: IS-M: Search Sequence for Packing Rules




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




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

TJD35 is a standard SAP Table which is used to store IS-M: Search Sequence for Packing Rules data and is available within R/3 SAP systems depending on the version and release level.

The TJD35 table consists of various fields, each holding specific information or linking keys about IS-M: Search Sequence for Packing Rules data available in SAP. These include PKTSUCHFOL (Sequence in which bundling rules are to be used), XPKTLA (IS-M: Find bundling rule for delivery type), XPKTKUNDE (Find bundling rules for customer), XPKTBEZIRK (Find bundling rule for carrier route).. 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 TJD35 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
PKTSUCHFOLSequence in which bundling rules are to be used PKTSUCHFOLNUMC3ALPHAPKTSUCHFOL
XPKTLAIS-M: Find bundling rule for delivery type XPKTLACHAR1XFELD
XPKTKUNDEFind bundling rules for customer XPKTKUNDECHAR1XFELD
XPKTBEZIRKFind bundling rule for carrier route XPKTBEZIRKCHAR1XFELD
XPKTPVAFind bundling rule for current edition XPKTPVACHAR1XFELD
XPKTPVAGRPIS-M: Search using edition bundling group XPKTPVAGRPCHAR1XFELD
XPKTDIVARFind bundling rule for circulation planning variant XPKTDIVARCHAR1XFELD
XPKTBTIS-M: Rule contains mix type XPKTBTCHAR1XFELD
XPKTNETZIS-M: Bundling rule for network XPKTNETZCHAR1XFELD
XPKTROUTEIS-M: Truck route search sequence XPKTROUTECHAR1XFELD
XPKTVAUSGBIS-M: Bundling rule for issue (copy) XPKTVAUSGBCHAR1XFELD
XPKTSPLITIS-M: Take insert mix into account XPKTBEILGAUSSTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJD35
INTO CORRESPONDING FIELDS OF WA_TJD35
WHERE...

How to access SAP table TJD35

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