SAP Reports / Programs

RJKORDERSECURITY SAP ABAP Report - Analyze Inconsistent Orders in Periodical Sales and Distribution







RJKORDERSECURITY 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 RJKORDERSECURITY 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 RJKORDERSECURITY. "Basic submit
SUBMIT RJKORDERSECURITY AND RETURN. "Return to original report after report execution complete
SUBMIT RJKORDERSECURITY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: VBELN = Order Number
Title: Analyze Inconsistent Orders in Periodical Sales and Distribution
Text Symbol: 001 = Number of Orders Affected per Error:
Text Symbol: 002 = Orders:


INCLUDES used within this REPORT RJKORDERSECURITY

INCLUDE MJ000TAL.
INCLUDE MJK00TKO.
INCLUDE MJG00TRO.
INCLUDE MJG00TAU.
INCLUDE MJK00TDA.


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:

ISP_SALES_DOCUMENT_READ CALL FUNCTION 'ISP_SALES_DOCUMENT_READ' EXPORTING VBELN = GV_VBELN IMPORTING YJKAK = YJKAK TABLES YJKAP = YJKAP YJKEP = YJKEP YJKKD = YJKKD YJKKUEND = YJKKUEND YJKPA = YJKPA YJKPAZ = YJKPAZ YJKPROM = YJKPROM YJKCOMM = YJKCOMM YJKGIFT = YJKGIFT YJKPAUNV = YJKPAUNV YJKAPRV = YJKAPRV YJKAPCC = YJKAPCC EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.

ISP_ORDER_SECURITY_CHECK CALL FUNCTION 'ISP_ORDER_SECURITY_CHECK' EXPORTING xjkak = xjkak yjkak = yjkak x_incl_upd_checks = jpsd_x "note 1550397 TABLES xjkadre = xjkadre xjkap = xjkap xjkbeabst = xjkbeabst xjkep = xjkep xjkkd = xjkkd xjkkuend = xjkkuend xjkpa = xjkpa xjkpaz = xjkpaz xjksadr = xjksadr xjkprom = xjkprom xjkgift = xjkgift xjkcomm = xjkcomm xkomv = xkomv yjkap = yjkap yjkep = yjkep yjkkd = yjkkd yjkkuend = yjkkuend yjkpa = yjkpa yjkpaz = yjkpaz yjkprom = yjkprom yjkgift = yjkgift yjkcomm = yjkcomm xjkpaunv = xjkpaunv yjkpaunv = yjkpaunv xjkaprv = xjkaprv yjkaprv = yjkaprv xjkaccount = xjkaccount EXCEPTIONS error = 4 others = 4.

BAL_DSP_TXT_MSG_READ CALL FUNCTION 'BAL_DSP_TXT_MSG_READ' EXPORTING I_MSGID = wa_result-msgid I_MSGNO = wa_result-msgno I_MSGV1 = wa_result-msgv1 I_MSGV2 = wa_result-msgv2 I_MSGV3 = wa_result-msgv3 I_MSGV4 = wa_result-msgv4 IMPORTING E_MESSAGE_TEXT = msg_text.

ISP_GP_BUFFER_REFRESH CALL FUNCTION 'ISP_GP_BUFFER_REFRESH'.

ISM_BUPA_BK_REFRESH CALL FUNCTION 'ISM_BUPA_BK_REFRESH'.

ISM_SEPA_MANDATE_INIT CALL FUNCTION 'ISM_SEPA_MANDATE_INIT'. "SEPA2013

ISP_INVOICE_TO_ORDER_REFRESH CALL FUNCTION 'ISP_INVOICE_TO_ORDER_REFRESH'.

ISM_TAX_INDICATOR_REFRESH CALL FUNCTION 'ISM_TAX_INDICATOR_REFRESH'.

ISP_NEXT_POSIBLE_DIST_DATE_GET CALL FUNCTION 'ISP_NEXT_POSIBLE_DIST_DATE_GET' EXPORTING WERK = XJKAP-DRUCKEREI DRERZ = XJKAP-DRERZ PVA = XJKAP-PVA BEZUGSTYP = XJKAP-BEZUGSTYP GUELTIGVON = XJKAP-GUELTIGVON IMPORTING VORLAUFDAT = XJKAP-VORLAUFDAT TABLES ILIEFART_TAB = LIEFART_TAB EXCEPTIONS EMPTY_TABLE = 01 NO_DATE_FOUND = 02.



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