RJKSWE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report processes all orders for the geographical unit according to the selection criteria you specify...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RJKSWE00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JKU3 - Orders for geography
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: PP_VKZUS = Sales Office Responsible
Selection Text: PP_VKGRP = Sales Group
Selection Text: PP_VKBUR = Receiving Sales Office
Selection Text: PP_STTAG = Key Date
Selection Text: PP_GEINH = Geographical Unit
Selection Text: PP_AEART = Take Account of Lim.Changes
Selection Text: DD_VTWEG = Distribution Channel
Selection Text: DD_VKORG = Sales Organization
Selection Text: DD_SPART = Publication Division
Selection Text: DD_LIART = Delivery Type
Selection Text: DD_DRERZ = Publication
Selection Text: DD_AUART = Order Type
Title: Orders for Geography
Text Symbol: 010 = Number of Order Items Determined
Text Symbol: 009 = Undefined error
Text Symbol: 008 = Geographical unit cannot be expanded (inactive structures, key date?)
Text Symbol: 007 = Address
Text Symbol: 006 = No orders found for geographical unit
Text Symbol: 005 = No addresses found for geographical unit
Text Symbol: 004 = No postal units found for geographical unit
Text Symbol: 002 = Key Date ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_BUFFERED_READ_TJY00 CALL FUNCTION 'ISP_BUFFERED_READ_TJY00' IMPORTING OUT_TJY00 = TJY00 EXCEPTIONS ERROR_READ_TJY00 = 01.
ISP_POST_LIST_READ CALL FUNCTION 'ISP_POST_LIST_READ' EXPORTING * AENDERUNGSNR = ' ' AUSGABE_KNOTENART = CON_POST_TYP "0+ GUELTIGAB = PP_STTAG GUELTIGBIS = PP_STTAG KNOTEN = PP_GEINH KNOTENART = CON_GEOEINH "21 UMFAKT = CON_STRUAKTIV "a * UMFAKT = CON_STRUINAKTIV"i * UMFAKT = CON_STRUBEIDES "b XINKL_STRUKTUR = CON_ANGEKREUZT XSORT = CON_BLANK ZIELZUORDTYP = CON_GEOPST TABLES BEZEICH_TAB = BTAB ZEITSCHEIBE_TAB = ZTAB EXCEPTIONS NOT_FOUND = 01 NO_STRUCTURE = 02.
ISP_POST_LIST_ADDRESS_SELECT CALL FUNCTION 'ISP_POST_LIST_ADDRESS_SELECT' TABLES ADRESS_TAB = ADRNRTAB POST_EINH_TAB = ZTAB EXCEPTIONS NO_DATA_FOUND = 01 NO_SUCH_LAND_FOUND = 02 NO_SUCH_POSTCODE_FOUND = 03 NO_SUCH_STREET_FOUND = 04 NO_SUCH_TOWN_FOUND = 05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJKSWE00 - Orders for Geography RJKSWE00 - Orders for Geography RJKSTF10 - IS-M: Delete Geographical Hierarchy Variant for Statistics RJKSTF10 - IS-M: Delete Geographical Hierarchy Variant for Statistics RJKSTF00 - IS-M: Create Geographical Hierarchy Variant for Statistics RJKSTF00 - IS-M: Create Geographical Hierarchy Variant for Statistics