TJHVSW03 SAP (IS-M/AM: Save VSW Interfaces Created) Table details

Dictionary Type: Table
Description: IS-M/AM: Save VSW Interfaces Created




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




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

TJHVSW03 is a standard SAP Table which is used to store IS-M/AM: Save VSW Interfaces Created data and is available within R/3 SAP systems depending on the version and release level.

The TJHVSW03 table consists of various fields, each holding specific information or linking keys about IS-M/AM: Save VSW Interfaces Created data available in SAP. These include ERDA (IS-M/AM: Creation date of VSW interfaces), ZEIT (IS-M/AM: Entry Time for VSW Interfaces (HHMM)), ZAHL (IS-M: Number of VSW Interface Records), FILI (IS-M: VSW Branch).. 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 TJHVSW03 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
ERDAIS-M/AM: Creation date of VSW interfaces JHERDATDATS8DATS
ZEITIS-M/AM: Entry Time for VSW Interfaces (HHMM) JHZEITCHAR4CHAR4
ZAHLIS-M: Number of VSW Interface Records JHZAHLNUMC5NUM05
FILIIS-M: VSW Branch JHFILICHAR3CHAR3
AUFNIS-M: VSW order number JHAUFNNUMC6NUM6
KDNRIS-M: VSW customer number JHKDNRCHAR6CHAR6
ZCODIS-M: VSW newspaper code JHZCODNUMC5NUM5
AUSGIS-M: VSW output code JHAUSGNUMC2NUM2
SDATIS_M: VSW selection date JHSDATDATS8DATS
WKATIS-M: VSW advertising category JHWKATNUMC1NUM1
ABCDIS-M: VSW COA code JHABCDNUMC1NUM1
SPALIS-M: VSW number of columns JHSPALNUMC2NUM2
HOHEIS-M: VSW height in millimeters JHHOHENUMC4NUM4
GROSIS-M: VSW size in mm JHGROSNUMC6NUM6
MEFOIS-M: VSW measuring form JHMEFONUMC2NUM2
MTARIS-M: VSW rate amount ( 4 decimal places) JHMTARNUMC11NUM11
TCODIS-M: VSW rate code JHTCODECHAR1CHAR1
RABAIS-M: VSW COA discount (3 decimal places) JHRABANUMC6NUM6
RABWIS-M: VSW repeated discount (3 decimal places) JHRABWNUMC6NUM6
SEITIS-M: VSW publication page JHSEITNUMC5NUM5
AUNRIS-M: VSW AM order number JHAUNRCHAR10CHAR10
ZAELIS-M: VSW number of deatiled records (discount/surcharge) JHZAELNUMC1NUM1
RAZU1IS-M: VSW discount/surcharge code JHRAZUNUMC1NUM1
TAZU1IS-M: VSW rate surcharge ( 4 decimal places) JHTAZUNUMC11NUM11
ZUCO1IS-M: VSW surcharge code JHZUCOCHAR1CHAR1
VORZ1IS-M: VSW +/- sign JHVORZCHAR1CHAR1
RAZU2IS-M: VSW discount/surcharge code JHRAZUNUMC1NUM1
TAZU2IS-M: VSW rate surcharge ( 4 decimal places) JHTAZUNUMC11NUM11
ZUCO2IS-M: VSW surcharge code JHZUCOCHAR1CHAR1
VORZ2IS-M: VSW +/- sign JHVORZCHAR1CHAR1
RAZU3IS-M: VSW discount/surcharge code JHRAZUNUMC1NUM1
TAZU3IS-M: VSW rate surcharge ( 4 decimal places) JHTAZUNUMC11NUM11
ZUCO3IS-M: VSW surcharge code JHZUCOCHAR1CHAR1
VORZ3IS-M: VSW +/- sign JHVORZCHAR1CHAR1
RAZU4IS-M: VSW discount/surcharge code JHRAZUNUMC1NUM1
TAZU4IS-M: VSW rate surcharge ( 4 decimal places) JHTAZUNUMC11NUM11
ZUCO4IS-M: VSW surcharge code JHZUCOCHAR1CHAR1
VORZ4IS-M: VSW +/- sign JHVORZCHAR1CHAR1
RAZU5IS-M: VSW discount/surcharge code JHRAZUNUMC1NUM1
TAZU5IS-M: VSW rate surcharge ( 4 decimal places) JHTAZUNUMC11NUM11
ZUCO5IS-M: VSW surcharge code JHZUCOCHAR1CHAR1
VORZ5IS-M: VSW +/- sign JHVORZCHAR1CHAR1
POS_NRIS-M: Order Item Number POS_NRNUMC3Assigned to domainAVM_PNR
GRUPPABRNRIS-M/AM: Billing Dataset GRUPPABRNRNUMC3Assigned to domainGRUPPABR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJHVSW03
INTO CORRESPONDING FIELDS OF WA_TJHVSW03
WHERE...

How to access SAP table TJHVSW03

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