RJKSAG00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is selected from the business partner environment...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 RJKSAG00 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: P_DATE = Valid From Date
Selection Text: P_GPNR = Sold-to Party
Title: Orders By Sold-to Party
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_CUSTOMER_CHECK CALL FUNCTION 'ISP_CUSTOMER_CHECK' EXPORTING GPNR_IN = P_GPNR EXCEPTIONS NOT_CUSTOMER = 01 NOT_EXISTS = 02.
ISM_SALES_ITEM_OVERVIEW CALL FUNCTION 'ISM_SALES_ITEM_OVERVIEW' EXPORTING GPNR = P_GPNR ROLES = GS_ROLES SELDAT_FROM = P_DATE SELDAT_TO = CON_TIME_INFINITY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJKSAG00 - Orders By Sold-to Party RJKSAG00 - Orders By Sold-to Party RJKRRESET - IS-M/SD: Reset Data Transferred for Renewals RJKRRESET - IS-M/SD: Reset Data Transferred for Renewals RJKRGOLIVE_BUILD_AMODATA - IS-M/SD: Order Data Transfer (Amortization Log and Planned Revenue) RJKRGOLIVE_BUILD_AMODATA - IS-M/SD: Order Data Transfer (Amortization Log and Planned Revenue)