SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

RJKSDDEMANDCHANGE SAP ABAP Report - Program RJKSDDEMANDCHANGE







RJKSDDEMANDCHANGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Edit quantity plan for media issue, publication date or copy number This program simplifies changes to quantity plan entries defined in the transactions 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 RJKSDDEMANDCHANGE 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

JKSD07A - Display Qty Plan per Media Issue
JKSD07 - Edit Quantity Plan per Media Issue


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 RJKSDDEMANDCHANGE. "Basic submit
SUBMIT RJKSDDEMANDCHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT RJKSDDEMANDCHANGE 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: GR_ISSUE = D .
Selection Text: GR_MATKL = D .
Selection Text: GR_MPRO2 = D .
Selection Text: GR_MPROD = D .
Selection Text: GR_PDATE = D .
Selection Text: GR_PHMDL = D .
Selection Text: GR_PHNBR = D .
Selection Text: GR_PRULE = D .
Selection Text: GR_PSTYV = D .
Selection Text: GV_SPART = D .
Selection Text: GV_VKBUR = D .
Selection Text: GV_VKGRP = D .
Selection Text: GV_VKORG = D .
Selection Text: GV_VTWEG = D .
Selection Text: GV_VTXT = D .
Selection Text: P_EVART = D .
Selection Text: P_EVBEZ = D .
Selection Text: P_EVGEO = D .
Selection Text: P_KDGRP = D .
Selection Text: P_KVGR1 = D .
Selection Text: P_KVGR2 = D .
Selection Text: P_KVGR3 = D .
Selection Text: P_KVGR4 = D .
Selection Text: P_KVGR5 = D .
Selection Text: P_LAND1 = D .
Selection Text: P_LZONE = D .
Selection Text: P_ORT01 = D .
Selection Text: P_PSTLZ = D .
Selection Text: GR_GEO = D .
Selection Text: GR_FAMLY = D .
Selection Text: GR_EWKUN = D .
Selection Text: GR_EWKU2 = D .
Selection Text: GR_COPYN = D .
Selection Text: GR_AUART = D .
Selection Text: GR_ATYPE = D .
Selection Text: GR_VBELN = Contract
Title: Program RJKSDDEMANDCHANGE
Text Symbol: 001 = Exit Without Saving





Text Symbol: 002 = Distribute Planned Total Qty
Text Symbol: 003 = Choose
Text Symbol: 004 = Total
Text Symbol: 005 = Execute Quantity Change
Text Symbol: 006 = Function Module for Quantity Change
Text Symbol: 101 = Hide Selection
Text Symbol: 102 = Show Selection
Text Symbol: 200 = Select Contracts
Text Symbol: 201 = Organizational Data
Text Symbol: 202 = Select Business Partner
Text Symbol: 204 = Sales Organization
Text Symbol: 205 = Sales Office/Group
Text Symbol: 211 = Select Media Products
Text Symbol: 220 = Selection Variant
Text Symbol: 221 = Add
Text Symbol: 222 = Description
Text Symbol: 223 = New Selection
Text Symbol: 224 = Add to Variant


INCLUDES used within this REPORT RJKSDDEMANDCHANGE

INCLUDE LJKSDVERSIONCON.
INCLUDE LJVPHCON.
INCLUDE RJKSDDEMANDCHANGE_CON.
INCLUDE RJKSDDEMANDCHANGE_SELECT.
INCLUDE RJKSDDEMANDCHANGE_CLASS.
INCLUDE RJKSDDEMANDCHANGE_MODULE.
INCLUDE RJKSDDEMANDCHANGE_FORM.


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:

No SAP FUNCTION MODULES are executed within this report code!



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