JHTEP_SD_VBELNR SAP (Management File for SD Number Assignment) Table details

Dictionary Type: Table
Description: Management File for SD Number Assignment




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




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

JHTEP_SD_VBELNR is a standard SAP Table which is used to store Management File for SD Number Assignment data and is available within R/3 SAP systems depending on the version and release level.

The JHTEP_SD_VBELNR table consists of various fields, each holding specific information or linking keys about Management File for SD Number Assignment data available in SAP. These include REF_BELID (IS-M/AM: Doc.Number of Rev.Distributed Document Object), REF_BELTYP (IS-M: Document Category for which Revenue Dist.is Performed), SD_VBELN_VA (Sales Document), SD_POSNR_VA (Sales Document Item).. 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 JHTEP_SD_VBELNR 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 MANDTCLNT3Assigned to domainMANDT
REF_BELIDIS-M/AM: Doc.Number of Rev.Distributed Document Object EOREF_BELIDCHAR10EOREF_BELID
REF_BELTYPIS-M: Document Category for which Revenue Dist.is Performed EOBELTYPCHAR1Assigned to domainEOBELTYP
SD_VBELN_VASales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
SD_POSNR_VASales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHTEP_SD_VBELNR
INTO CORRESPONDING FIELDS OF WA_JHTEP_SD_VBELNR
WHERE...

How to access SAP table JHTEP_SD_VBELNR

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