RJK0500 SAP (IS-M/SD: Returns) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Returns




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




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

RJK0500 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 "IS-M/SD: Returns" 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_RJK0500 TYPE RJK0500.

The RJK0500 table consists of various fields, each holding specific information or linking keys about IS-M/SD: Returns data available in SAP. These include POSNR (Sales Order Item), KUNWE (IS-M: Business Partner Ship-to Party), DRERZ (Publication), PVA (Edition).. 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 RJK0500 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
POSEXExternal Item Number (Purchase Order Item) POSEX_ISPNUMC6POSEX_ISPJK2
POSNRSales Order Item APNRNUMC6Assigned to domainAPNR
KUNWEIS-M: Business Partner Ship-to Party GPNR_WECHAR10Assigned to domainALPHAGPNRJGP
DRERZPublication DRERZCHAR8Assigned to domainALPHADRERZJD1MJD1
PVAEdition PVACHAR8Assigned to domainALPHAPVAJD2
ERSCHDATPublication Date ERSCHDATDATS8DATUMJD9
VAUSGBIssue VAUSGBCHAR10Assigned to domainALPHAVAUSGBJD8MJD4
BEZPERService Type BEZPERCHAR5Assigned to domainBEZPERJD4
BZPERFIS-M: Service Type for Billing BEZPERFAKTCHAR5Assigned to domainBEZPER
VERSDATREMShipping Date of Returned Issue (Return Notification) VERSDATREMDATS8DATUM
REM_BISHERIS-M: Return quantity until now REM_BISHERQUAN10MENGGPOSVZ
REMMG_PLANExpected returns REMMG_PLANQUAN10MENGGPOS
REMME_PLANIS-M: Unit of measure of expected returns REMME_PLANUNIT3Assigned to domainCUNITMEINS
REMMG_ISTIS-M: Actual returns REMMG_ISTQUAN10MENGGPOS
REMME_ISTIS-M/SD: Unit of measure for actual returns REMME_ISTUNIT3Assigned to domainCUNITMEINS
ETVORZEIPlus/Minus Sign for Schedule Line Quantity in Sales Order ETVORZEICHAR1VORZEI
ETMENGEIS-M: Sales Order Schedule Line Quantity ETMENGEQUAN10MENGGPOS
ETMEINSIS-M: Sales Unit for Sales Order ETMEINSUNIT3Assigned to domainCUNITMEINS
ETENRSales Order Schedule Line JAENRNUMC4Assigned to domainAENR
LIEFERARTDelivery Type LIEFERARTCHAR2Assigned to domainLIEFERARTJLA
NAMEKURZText (30 Characters) TEXT30CHAR30TEXT30
LINE0Char 80 CHAR80CHAR80CHAR80
VBELNIS-M: Retail order number JVBELN_EVCHAR10JKAKALPHAAVNRJKB
REMMELDUNGIS-M: Return number JVBELN_REMCHAR10JKAKALPHAAVNRJKI
AUARTSales Document Type for Return AUART_REMCHAR4TJAKAUART_ISPJA8
REMVONIS-M: Return date from REMVON_ISPDATS8DATUMJRV
REMBISIS-M: Return date valid to REMBIS_ISPDATS8DATUMJRB
REFBELEGIS-M/SD: Reference Document in Legacy System REMELD_ISPCHAR20CHAR20
REMSCHEINIS-M: Return slip number RSCHEIN_ISNUMC6NUM6
REMDATUMIS-M: Date of return notification REMDAT_ISPDATS8DATUM
VAVARTYPIssue Variant Type VAVARTYPCHAR2Assigned to domainVAVARTYP
LFDNRField defined as in SY-TABIX TABIX_DINT410TABIX
XMAXREMMGExpected return quantity is maximum return quantity XMAXREMMGCHAR1XFELD
REMSPIS-M: Billing Block for Return Notification REMSPCHAR1XFELD
REMWEISEReturn Method REMWEISECHAR1REMWEISE
FAKSPBlock FAKSPCHAR2TVFSFAKSP
BEZUGSTYPMix Type BEZUGSTYP_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVAJD3MJD7

Key field Non-key field



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

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

How to access SAP table RJK0500

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