JHTBF SAP (IS-M/AM: Document Flow) Table details

Dictionary Type: Table
Description: IS-M/AM: Document Flow




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




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

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

The JHTBF table consists of various fields, each holding specific information or linking keys about IS-M/AM: Document Flow data available in SAP. These include VBELN_V (IS-M: Preceding document in document flow), POSNR_V (IS-M: Preceding document item document flow), EINNR_V (IS-M: Preceding document sub-item document flow), OBJTYP_V (IS-M: Preceding object type).. 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 JHTBF 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
VBELN_VIS-M: Preceding document in document flow J_VBELN_VCHAR10J_VBELN
POSNR_VIS-M: Preceding document item document flow J_POSNR_VNUMC6J_POSNR
EINNR_VIS-M: Preceding document sub-item document flow J_EINNR_VNUMC4J_EINNR
OBJTYP_VIS-M: Preceding object type JHOBJAR_VCHAR2TJH97JHOBJKT
VBELN_NIS-M: Sucessor Document in Document Flow J_VBELN_NCHAR10J_VBELN
POSNR_NIS-M: Subsequent Document Item Document Flow J_POSNR_NNUMC6J_POSNR
EINNR_NIS-M: Subsequent Document Sub-Item Document Flow J_EINNR_NNUMC4J_EINNR
OBJTYP_NIS-M: Subsequent Object Type JHOBJAR_NCHAR2TJH97JHOBJKT
XARCHIV_EEIS-M: Successor is archived XARCHIV_EECHAR1XFELD
UR_AVM_NRIS-M: Document Flow for Original Document J_URBELEGCHAR10JHAKALPHAAVM_NR
FKTYP_NIS-M/AM: Billing Category JHFKTYPCHAR1TJH19JHFKTYP
VBTYP_NIS-M/AM: Sales Document Category ISPVBTYPCHAR1ISPVBTYP
STTYP_NIS-M: Reversal Type STORNOTYPCHAR1STORNOTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHTBF
INTO CORRESPONDING FIELDS OF WA_JHTBF
WHERE...

How to access SAP table JHTBF

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