JHTFX SAP (IS-M/AM: Billing Index - Order Billing) Table details

Dictionary Type: Table
Description: IS-M/AM: Billing Index - Order Billing




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




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

JHTFX is a standard SAP Table which is used to store IS-M/AM: Billing Index - Order Billing data and is available within R/3 SAP systems depending on the version and release level.

The JHTFX table consists of various fields, each holding specific information or linking keys about IS-M/AM: Billing Index - Order Billing data available in SAP. These include AVM_NR (IS-M/AM: Sales Document Number), POS_NR (IS-M: Order Item Number), GRUPPABRNR (IS-M/AM: Billing Dataset), FKDAT (IS-M: Planned Billing/Settlement Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP JHTFX 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
AVM_NRIS-M/AM: Sales Document Number AVM_NRCHAR10JHAKALPHAAVM_NRJHAMJHA
POS_NRIS-M: Order Item Number POS_NRNUMC3JHAPAVM_PNR
GRUPPABRNRIS-M/AM: Billing Dataset GRUPPABRNRNUMC3JHAGAGRUPPABR
FKDATIS-M: Planned Billing/Settlement Date JHFKTERDATS8DATUM
BELEGEINHIS-M/AM: Booking Unit BELEGEINHCHAR10JJTBEALPHABELEINHJBEMJJ1
INHKIS-M: Business Content Component INHK_KFMCHAR8JJTIKOALPHAINHALTSKOMJJ1
BER_TERMINIS-M: Date Services were Created for Settlement Purposes BER_TERMINDATS8DATUM
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
UEBARIS-M: Transfer type JHUEBARTCHAR1TJH41JHUEBART
NAMEKIS-M: Abbreviated form of name for selection NAMEKCHAR10CHAR10
NAMEK_RGIS-M: Abbreviated form of name for selection NAMEKCHAR10CHAR10
GPNR_AGBusiness Partner: Sold-to Party GPAGCHAR10JGTGPNRALPHAGPNR
GPNR_RGIS-M: Payer Business Partner GPNR_RGCHAR10JGTGPNRALPHAGPNR
GPNR_REIS-M: Business Partner - Bill-To Party GPNR_RECHAR10JGTGPNRALPHAGPNR
LLANDCountry of Destination LLANDCHAR3T005LAND1VLL
FSARTIS-M/AM: Billing Method ISP_FSARTCHAR1ISP_FSART
ZLSCHPayment Method DZLSCHCHAR1T042ZZLSCH
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
XEZERIndicator: Is there collection authorization ? XEZERCHAR1XFELD
FAKSPIS-M: Billing Block PAM_FAKSPCHAR2TVFSFAKSP
STTYPIS-M: Reversal Type STORNOTYPCHAR1STORNOTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHTFX
INTO CORRESPONDING FIELDS OF WA_JHTFX
WHERE...

How to access SAP table JHTFX

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