SAP Reports / Programs

RJKSWE00 SAP ABAP Report - Orders for Geography







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


Transaction Code(s):

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

JKU3 - Orders for geography


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 RJKSWE00. "Basic submit
SUBMIT RJKSWE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RJKSWE00 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: 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 ;;


INCLUDES used within this REPORT RJKSWE00

No INCLUDES are used within this REPORT code!


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_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.



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