TJHAK SAP (IS-M/AM: Order-Publishing-Media: Sales Document Type) Table details

Dictionary Type: Table
Description: IS-M/AM: Order-Publishing-Media: Sales Document Type




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




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

TJHAK is a standard SAP Table which is used to store IS-M/AM: Order-Publishing-Media: Sales Document Type data and is available within R/3 SAP systems depending on the version and release level.

The TJHAK table consists of various fields, each holding specific information or linking keys about IS-M/AM: Order-Publishing-Media: Sales Document Type data available in SAP. These include AUART (IS-M: Sales Document Type), KOPGR (IS-M: Screen Sequence Group - Document Header & Item), INCPO (IS-M/AM: Item number increment in the sales document), INCUPO (IS-M: Sub-item number increment in sales document).. 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 = TJHAKT


SAP TJHAK 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
AUARTIS-M: Sales Document Type AUART_PAMCHAR4AUART_PAMJHRMJHAUART_PAM
KOPGRIS-M: Screen Sequence Group - Document Header & Item BIFGR_PAMCHAR4TJHBFBIFGR_PAM
INCPOIS-M/AM: Item number increment in the sales document INCPO_PAMNUMC3NUMC3
INCUPOIS-M: Sub-item number increment in sales document INCUPO_ISPNUMC4NUMC4
UEVORF-code default for overview screen UEVORCHAR4UEVOR
FAKSKBlock FAKSPCHAR2TVFSFAKSP
TRVOGIS-M: Transaction Process Group - Order Processing TRVOG_PAMCHAR1TRVOG_PAM
DIAFEDialog message for incompletion DIAUVCHAR1XFELD
FELDKField Selection Group for Header & Item FAWGR_ISPCHAR4Assigned to domainFAWGR_ISP
VBTYPIS-M/AM: Sales Document Category ISPVBTYPCHAR1ISPVBTYP
KALVGDocument procedure (for determining pricing procedure) KALVGCHAR1TVKVKALVG
KLIMPCheck credit limit KLIMPCHAR1KLIMP
CMGRACredit group sales order CMGRACHAR2T691DCRMGR_CM
KALSMOutput determination procedure KALSMBCHAR6T683KALSM
SPERRSales document block SPEVBCHAR1SPEVB
STGVBIS-M: Statistics Group for Sales Documents STGVB_PAMCHAR2TJHSTGVBALPHASTGVB_PAM
AUARAIS-M: Proposed Sales Document Type for Subsequent Function AUARA_PAMCHAR4TJHAKAUART_PAM
XKOPFEINSTIS-M: Access Order from Basic Header Data XKOPFEINSTCHAR1XFELD
XPUEBEINSTIS-M: Access order via item overview XPUEBEINSTCHAR1XFELD
XGUELTOBLIS-M: Indicator for obligatory validity period XGUELTOBLCHAR1XFELD
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJHAK
INTO CORRESPONDING FIELDS OF WA_TJHAK
WHERE...

How to access SAP table TJHAK

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