VJHAMOTO SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VJHAMOTO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Change Document Structure; Generated by RSSCD000" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VJHAMOTO TYPE VJHAMOTO.

The VJHAMOTO table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), AVM_NR (IS-M/AM: Sales Document Number), MOTIV (IS-M: Order ad spec number (online)), MOTIVSTAT (IS-M: Ad spec status).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VJHAMOTO structure 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
MOTIVIS-M: Order ad spec number (online) OLMOTIV_NRNUMC6Assigned to domainMAM_OL_MOT
MOTIVSTATIS-M: Ad spec status MOTIVSTATCHAR2PAM_STATUS
NOTIZIS-M: Note for Ad Spec Design MOTIVNOTIZCHAR50TEXT50
MOTIVIDIS-M: Assigned ad spec/ad spec file in technical system MOTIVIDCHAR12MOTIVID
VORL_AVMNRIS-M: Order Number of the Preceding Document VORL_AVMNRCHAR10JHAKALPHAAVM_NR
VORL_MOTNRIS-M: Template ad spec (online) VORL_MOTNR_OLNUMC6JHAMOTOMAM_OL_MOT
VORL_TECIDIS-M: Ad spec template (description in technical system) VORL_TECIDCHAR12MOTIVID
HOEHE_SIS-M: Planned Height of the Ad Spec HOEHE_SQUAN7(3) GROESSE
HOEHE_S_EHIS-M/AM: Unit of Measurement for Height (Online) ONL_HOEHE_SEHUNIT3TJHOLHMECUNITONL_HOEHE_SEH
BREITE_SIS-M: Planned Ad Spec Width BREITE_SQUAN7(3) GROESSE
BREITE_SEHIS-M/AM: Unit of Measurement for Online Ad Size Field ISPEINH_OLUNIT3TJHOLBMECUNITISPEINH_OL
STICHWIS-M: Keyword STICHWCHAR40TEXT40
PRODHIS-M/AM: Product Hierarchy J_PRODHCHAR18JJT179J_PRODH
FORMAT_ONLIS-M/AM: Format Proposal (Online) FORMAT_ONLCHAR4TJHOLFMTALPHAFORMAT_ONL
LINK_URLIS-M/AM: Target URL for a banner LINK_URLCHAR132TEXT132
GROESSEIS-M/AM: File Size for Online Ad Spec GROESSE_KBDEC10(3) ISM_DEC10_3
GROESSE_UNITIS-M/AM: Unit for Physical Ad Spec Size GROESSE_UNITUNIT3T006CUNITMEINS
CLICK_TEXTIS-M/AM: Clicktext for an Online Ad Spec CLICKTEXTCHAR132TEXT132
ALTERN_TEXTIS-M/AM: Alternative Text for an Online Ad Spec ALTERN_TEXTCHAR132TEXT132
DRVORL_NRIS-M: Ad Spec Master DRVORL_NRNUMC6JHADRVDRVORL_NR
AENVERS_NR_OLIS-M: Last Change Version for Technical System AENVERS_NRNUMC4AENVERS_NR
XMOTIVTEXTIS-M/AM: Text Exists for the Ad Spec Indicator XMOTIVTEXTCHAR1XFELD
XSTORNIERTIS-M: Canceled Order Object Indicator XSTORNIERTCHAR1XFELD
XUVMOTIS-M: 'Ad spec data incomplete' indicator XUVMOTCHAR1XFELD
XPRNOTWIS-M: Ad Spec Check Required But Not Performed XPRNOTWCHAR1XFELD
MERKMAL0IS-M: Characteristic 0 for Individual Use (Online Ad Spec) MERK0_MOTOCHAR1XFELD
MERKMAL1IS-M: Characteristic 1 for Individual Use (Online Ad Spec) MERK1_MOTOCHAR1XFELD
MERKMAL2IS-M: Characteristic 2 for Individual Use (Online Ad Spec) MERK2_MOTOCHAR1XFELD
MERKMAL3IS-M: Characteristic 3 for Individual Use (Online Ad Spec) MERK3_MOTOCHAR1XFELD
MERKMAL4IS-M: Characteristic 4 for Individual Use (Online Ad Spec) MERK4_MOTOCHAR1XFELD
MERKMAL5IS-M: Characteristic 5 for Individual Use (Online Ad Spec) MERK5_MOTOCHAR1XFELD
MERKMAL6IS-M: Characteristic 6 for Individual Use (Online Ad Spec) MERK6_MOTOCHAR1XFELD
MERKMAL7IS-M: Characteristic 7 for Individual Use (Online Ad Spec) MERK7_MOTOCHAR1XFELD
MERKMAL8IS-M: Characteristic 8 for Individual Use (Online Ad Spec) MERK8_MOTOCHAR1XFELD
MERKMAL9IS-M: Characteristic 9 for Individual Use (Online Ad Spec) MERK9_MOTOCHAR1XFELD
TMOT_KENNZIS-M/AM: Sub ad spec/linked ad specs indicator TMOT_KENNZCHAR6TJH75TMOTIV_KE
TMOT_NRIS-M: Position of the Sub Ad Spec Within the Chain TMOT_NRNUMC2NUMC2
TMOT_ANZIS-M: Number of sub ad specs in an ad spec chain TMOT_ANZNUMC2NUM02
TMOT_BEZUGIS-M: Ref.to header ad spec in ad spec linking (online) TMOT_BEZUG_OLNUMC6JHAMOTOMAM_OL_MOT
TMOT_LAGEIS-M: Position of Sub Ad Spec (Relative to Header Ad Spec) TMOT_LAGECHAR4TJH77MOT_LAGE
TMOT_KOMMIS-M: Comment on location of sub ad spec TMOT_KOMMCHAR30TEXT30
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure VJHAMOTO using ABAP code?

As VJHAMOTO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VJHAMOTO as there is no data to select.

How to access SAP table VJHAMOTO

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