SAP Reports / Programs

SAPMJKR0 SAP ABAP Report - Sales Order Processing - Complaint







SAPMJKR0 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 SAPMJKR0 into the relevant SAP transactions such as SE38 or SE80


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 SAPMJKR0. "Basic submit
SUBMIT SAPMJKR0 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJKR0 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 - Complaint
Text Symbol: 801 = Continue processing return?
Text Symbol: 802 = Otherwise choose no/cancel
Text Symbol: 836 = Change PMethod
Text Symbol: 837 = Old pyt meth.
Text Symbol: 838 = New pyt meth.
Text Symbol: ACU = Display
Text Symbol: HCU = Create
Text Symbol: VCU = Change
Text Symbol: 800 = Runtime information
Text Symbol: 001 = Current address: Carrier
Text Symbol: 002 = Current address: Ship-to party
Text Symbol: 008 = Customer complaint
Text Symbol: 070 = AR period already reported
Text Symbol: 071 = Change AR date
Text Symbol: 080 = A complaint already exists for the
Text Symbol: 081 = period. Create a new one ?
Text Symbol: 082 = duplicate complaint
Text Symbol: 093 = Return notification


INCLUDES used within this REPORT SAPMJKR0

INCLUDE MJ000FCU. " CUA
INCLUDE MJKR0FCU.
INCLUDE MJ000FSM. " SCREENMODIFIKATION
INCLUDE MJ000FNA. " NAVIGATION
INCLUDE MJK00FNS. " NAVIGATION AUFTRAGSSPEZIFISCH
INCLUDE MJ000FEX. " PGM-EXIT
INCLUDE MJ000FDI. " INITIALISIERUNG TEXT-POOL
INCLUDE MJKR0FDI. " OBJEKT-INITIALISIERUNGEN
INCLUDE MJY00F03. " MSG ANZEIGEN
INCLUDE MJTSSCF0.
INCLUDE MJNUMMER. " NUMMERNPRÜFUNG
INCLUDE MJKR0OCU.
INCLUDE MJD00F04. "LESEZUGRIFFE PVA (WG. LIS)
INCLUDE MJO00FSD. "LESEZUGRIFFE KNVV (WG. LIS)
INCLUDE MJV00F04. "LIEFERBARKEIT
INCLUDE MJKR0O0B.
INCLUDE MJKR0O0C.
INCLUDE MJKR0O0D.
INCLUDE MJKR0O0F.




INCLUDE MJKR0O0H. "3.04
INCLUDE MJKR0O0P.
INCLUDE MJKR0O0S.
INCLUDE MJKR0O0T.
INCLUDE MJKR0I0A.
INCLUDE MJKR0I0B.
INCLUDE MJKR0I0C.
INCLUDE MJKR0I0D.
INCLUDE MJKR0I0F.
INCLUDE MJKR0I0J.
INCLUDE MJKR0I0I.
INCLUDE MJKR0I0L.
INCLUDE MJKR0I0M.
INCLUDE MJKR0I0O.
INCLUDE MJKR0I0P.
INCLUDE MJKR0I0R.
INCLUDE MJKR0I0S.
INCLUDE MJKR0I0U.
INCLUDE MJKR0I0Z.
INCLUDE MJKR0F0A.
INCLUDE MJKR0F0B.
INCLUDE MJKR0F0C.
INCLUDE MJKR0F0D.
INCLUDE MJKR0F0E.
INCLUDE MJKR0F0F.
INCLUDE MJKR0F0I.
INCLUDE MJKR0F0J.
INCLUDE MJKR0F0K.
INCLUDE MJKR0F0L.
INCLUDE MJKR0F0M.
INCLUDE MJKR0F0N.
INCLUDE MJKR0F0O.
INCLUDE MJKR0F0P.
INCLUDE MJKR0F0R.
INCLUDE MJKR0F0S.
INCLUDE MJKR0F0T.
INCLUDE MJKR0F0V.
INCLUDE MJKR0F0W.
INCLUDE MJKR0F0X.





INCLUDE MJKR0F0Z.
INCLUDE MJKR0V00.
INCLUDE MJKR0IZZ.


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 SAPMJKR0 or its description.