J_3RV_HM15 SAP (General part of M-15 form) Structure details

Dictionary Type: Structure
Description: General part of M-15 form




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




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

J_3RV_HM15 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 "General part of M-15 form" 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_J_3RV_HM15 TYPE J_3RV_HM15.

The J_3RV_HM15 table consists of various fields, each holding specific information or linking keys about General part of M-15 form data available in SAP. These include ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object), LAND1 (Country Key), CC_NAME (char120).. 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 J_3RV_HM15 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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
CC_NAMEchar120 CHAR120CHAR120CHAR120
OKPOCharacter field, 8 characters long CHAR8CHAR8CHAR8
WADATPlanned goods movement date WADAKDATS8DATUM
OPERCharacter Field Length = 10 CHAR10CHAR10CHAR10
SEND_SUBCharacter field of length 40 CHAR40CHAR40CHAR40
SEND_ACTCharacter field of length 40 CHAR40CHAR40CHAR40
REC_SUBCharacter field of length 40 CHAR40CHAR40CHAR40
REC_ACTCharacter field of length 40 CHAR40CHAR40CHAR40
RESP_SUBCharacter field of length 40 CHAR40CHAR40CHAR40
RESP_ACTCharacter field of length 40 CHAR40CHAR40CHAR40
RESP_CODChar 20 CHAR20CHAR20CHAR20
GROUNDCharacter String 60 CHAR_60CHAR60CHAR_60
KN_NAMEchar120 CHAR120CHAR120CHAR120
THROUGHCharacter field, length 70 CHAR70CHAR70CHAR70
TOT_NAMESCharacter String 60 CHAR_60CHAR60CHAR_60
TOT_SUMChar255 CHAR255CHAR255CHAR255
TOT_VATCharacter field length 50 CHAR_50CHAR50
P_VALCharacter Field of Length 12 CHAR12CHAR12CHAR12
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
ALLOW_POSChar 20 CHAR20CHAR20CHAR20
ALLOW_NAMECharacter Length 25 CHAR_25CHAR25CHAR25
GIVE_POSChar 20 CHAR20CHAR20CHAR20
GIVE_NAMECharacter Length 25 CHAR_25CHAR25CHAR25
CHIEF_ACCCharacter Length 25 CHAR_25CHAR25CHAR25
REC_POSChar 20 CHAR20CHAR20CHAR20
REC_NAMECharacter Length 25 CHAR_25CHAR25CHAR25

Key field Non-key field



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

As J_3RV_HM15 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 J_3RV_HM15 as there is no data to select.

How to access SAP table J_3RV_HM15

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