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
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.
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:
INCLUDE MJ000TAL.
INCLUDE MJK00TKO.
INCLUDE MJG00TRO.
INCLUDE MJG00TAU.
INCLUDE MJK00TDA.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJKORDERSECURITY - Analyze Inconsistent Orders in Periodical Sales and Distribution RJKORDERSECURITY - Analyze Inconsistent Orders in Periodical Sales and Distribution RJKOFFERCREATE - IS-M/SD: Generate Offer (in New LUW) RJKOFFERCREATE - IS-M/SD: Generate Offer (in New LUW) RJKOFFERACCEPT_REVERSE - IS-M/SD: Reverse Acceptance of Offer (in New LUW) RJKOFFERACCEPT_REVERSE - IS-M/SD: Reverse Acceptance of Offer (in New LUW)