J_3RT1_HEAD SAP (Goods issue-transportation note header) Structure details

Dictionary Type: Structure
Description: Goods issue-transportation note header




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




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

J_3RT1_HEAD 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 "Goods issue-transportation note header" 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_3RT1_HEAD TYPE J_3RT1_HEAD.

The J_3RT1_HEAD table consists of various fields, each holding specific information or linking keys about Goods issue-transportation note header data available in SAP. These include ERDAT (Date on Which Record Was Created), P_DAY (Version Number Component), P_MONTH (Version Number Component), P_GJAHR (Fiscal Year).. 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_3RT1_HEAD 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
TKNUMGoods issue - transportation note number J_3RTKNUMCHAR20CHAR20
ERDATDate on Which Record Was Created ERDATDATS8DATUM
P_DAYVersion Number Component CHAR2CHAR2CHAR2
P_MONTHVersion Number Component CHAR2CHAR2CHAR2
P_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
GONAMChar255 CHAR255CHAR255CHAR255
GOBANKText field length 200 CHAR200CHAR200CHAR200
GOOKPOCharacter Field Length = 10 CHAR10CHAR10CHAR10
GPNUMShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
GPNAMChar255 CHAR255CHAR255CHAR255
GPBANKText field length 200 CHAR200CHAR200CHAR200
GPOKPOCharacter Field Length = 10 CHAR10CHAR10CHAR10
PLNAMChar255 CHAR255CHAR255CHAR255
PLBANKText field length 200 CHAR200CHAR200CHAR200
PLOKPOCharacter Field Length = 10 CHAR10CHAR10CHAR10
EKNAMChar255 CHAR255CHAR255CHAR255
EKBANKText field length 200 CHAR200CHAR200CHAR200
PONAMchar120 CHAR120CHAR120CHAR120
PRNAMchar120 CHAR120CHAR120CHAR120
BRGEWGross Weight BRGEWQUAN13(3) MENG13
BRGEW_WCharacter field length 50 CHAR_50CHAR50
NTGEWNet Weight NTGEWQUAN13(3) MENG13
NTGEW_WCharacter field length 50 CHAR_50CHAR50
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
TOTNAMCharacter field length 50 CHAR_50CHAR50
TOTPLCCharacter field length 50 CHAR_50CHAR50
TOTLINCharacter field length 50 CHAR_50CHAR50
TOTSUMCharacter field, length 70 CHAR70CHAR70CHAR70
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
NAME1Name of user within the company XUNAME1CHAR30XUNAME1
NAME2Name of user within the company XUNAME1CHAR30XUNAME1
TELNRTelephone number (work) XUTELNRCHAR16XUTELNR
CHIEF_ACC30 Characters CHAR30CHAR30CHAR30
REG_NUMChar 15 CHAR15CHAR15CHAR15
SERIAChar 15 CHAR15CHAR15CHAR15
NUMChar 15 CHAR15CHAR15CHAR15
SROK_DOCTDate DATUMDATS8DATUM
CAR_MAKEChar 15 CHAR15CHAR15CHAR15
CAR_NUMChar 15 CHAR15CHAR15CHAR15
CUSTOMERChar255 CHAR255CHAR255CHAR255
DRIVERCharacter field length 50 CHAR_50CHAR50
CERTIF30 Characters CHAR30CHAR30CHAR30
LICENSE_TYPECharacter field length 50 CHAR_50CHAR50
LICENSE_REGNChar 15 CHAR15CHAR15CHAR15
LICENSE_SERChar 15 CHAR15CHAR15CHAR15
LICENSE_NUMChar 15 CHAR15CHAR15CHAR15
TRANSP_TYPECharacter field length 50 CHAR_50CHAR50
TRANSP_CODEChar 15 CHAR15CHAR15CHAR15
ROUTECharacter Field Length = 10 CHAR10CHAR10CHAR10
READDRchar120 CHAR120CHAR120CHAR120
TRAILER_1Char 15 CHAR15CHAR15CHAR15
TRAILER_NUM_1Char 15 CHAR15CHAR15CHAR15
GARAGE_1Char 15 CHAR15CHAR15CHAR15
TRAILER_2Char 15 CHAR15CHAR15CHAR15
TRAILER_NUM_2Char 15 CHAR15CHAR15CHAR15
GARAGE_2Char 15 CHAR15CHAR15CHAR15
POGRNCharacter String 60 CHAR_60CHAR60CHAR_60
DELIV_ALLOW_POS30 Characters CHAR30CHAR30CHAR30
DELIV_ALLOW_NAME30 Characters CHAR30CHAR30CHAR30
BRGEW_W_TO_DELIV30 Characters CHAR30CHAR30CHAR30
PLCN_W_TO_DELIV30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table J_3RT1_HEAD

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