SAP Reports / Programs

SAPMJKRR SAP ABAP Report - Sales Order Processing - Return







SAPMJKRR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMJKRR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JKRC - Display Return
JKRB - Change Return
JKRA - Create Return


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPMJKRR. "Basic submit
SUBMIT SAPMJKRR AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJKRR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Sales Order Processing - Return
Text Symbol: 008 = Customer Complaint
Text Symbol: 070 = Auditing performed for return date
Text Symbol: 071 = Diff.Audit Rep.Date
Text Symbol: 093 = Return Notification
Text Symbol: ACU = Display
Text Symbol: HCU = Create
Text Symbol: VCU = Change


INCLUDES used within this REPORT SAPMJKRR

INCLUDE MJ000FCU. " CUA
INCLUDE MJKRRFCU.
INCLUDE MJ000FSM. " SCREENMODIFIKATION
INCLUDE MJ000FNA. " NAVIGATION
INCLUDE MJK00FNS. " NAVIGATION AUFTRAGSSPEZIFISCH
INCLUDE MJ000FEX. " PGM-EXIT
INCLUDE MJ000FDI. " INITIALISIERUNG TEXT-POOL
INCLUDE MJKRRFDI. " OBJEKT-INITIALISIERUNGEN
INCLUDE MJY00F03. " MSG ANZEIGEN
INCLUDE MJNUMMER. " NUMMERNPRÜFUNG
INCLUDE MJKRROCU.
INCLUDE MJD00F04. "LESEZUGRIFFE PVA (WG. LIS)
INCLUDE MJO00FSD. "LESEZUGRIFFE KNVV (WG. LIS)
INCLUDE MJV00F04. "LIEFERBARKEIT
INCLUDE MJKRRO0B.
INCLUDE MJKRRO0C.
INCLUDE MJKRRO0D.
INCLUDE MJKRRO0F.
INCLUDE MJKRRO0H. "3.04
INCLUDE MJKRRO0I.
INCLUDE MJKRRO0P.
INCLUDE MJKRRO0S.
INCLUDE MJKRRO0T.
INCLUDE MJKRRI0A.
INCLUDE MJKRRI0B.
INCLUDE MJKRRI0C.
INCLUDE MJKRRI0F.
INCLUDE MJKRRI0G.
INCLUDE MJKRRI0J.
INCLUDE MJKRRI0I.




INCLUDE MJKRRI0L.
INCLUDE MJKRRI0M.
INCLUDE MJKRRI0O.
INCLUDE MJKRRI0P.
INCLUDE MJKRRI0R.
INCLUDE MJKRRI0U.
INCLUDE MJKRRF0A.
INCLUDE MJKRRF0B.
INCLUDE MJKRRF0C.
INCLUDE MJKRRF0D.
INCLUDE MJKRRF0E.
INCLUDE MJKRRF0F.
INCLUDE MJKRRF0I.
INCLUDE MJKRRF0J.
INCLUDE MJKRRF0K.
INCLUDE MJKRRF0L.
INCLUDE MJKRRF0M.
INCLUDE MJKRRF0N.
INCLUDE MJKRRF0O.
INCLUDE MJKRRF0P.
INCLUDE MJKRRF0R.
INCLUDE MJKRRF0S.
INCLUDE MJKRRF0T.
INCLUDE MJKRRF0V.
INCLUDE MJKRRF0W.
INCLUDE MJKRRF0X.
INCLUDE MJKRRF0Y. "REL.4.61
INCLUDE MJKRRO0R.
INCLUDE MJKRRI0V.
INCLUDE MJKRRO0V.
INCLUDE MJKRRFOO.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMJKRR or its description.