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

RJKSDCONTRACTDEMANDVERSION_DLT SAP ABAP Report - Delete Quantity Plan Versions







RJKSDCONTRACTDEMANDVERSION_DLT 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 RJKSDCONTRACTDEMANDVERSION_DLT 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

JKSD10 - Delete Quantity Plan Versions


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 RJKSDCONTRACTDEMANDVERSION_DLT. "Basic submit
SUBMIT RJKSDCONTRACTDEMANDVERSION_DLT AND RETURN. "Return to original report after report execution complete
SUBMIT RJKSDCONTRACTDEMANDVERSION_DLT 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: P_AUART = D Sales Document Type
Selection Text: P_ISSUE = D Media Issue
Selection Text: P_PHMDL = D Phase Model
Selection Text: P_PHNBR = D Phase Number
Selection Text: P_POSNR = D Contract Item
Selection Text: P_VBELN = D Contract Number
Selection Text: P_VERSIO = D Quantity Plan Version
Title: Delete Quantity Plan Versions
Text Symbol: 150 = Contract
Text Symbol: 151 = Item
Text Symbol: 201 = Organizational Data
Text Symbol: 204 = Sales Organization
Text Symbol: 205 = Sales Office/Group


INCLUDES used within this REPORT RJKSDCONTRACTDEMANDVERSION_DLT

INCLUDE LJKSDVERSIONCON.


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:

ISM_SD_VERSION_TO_RANGE call function 'ISM_SD_VERSION_TO_RANGE' exporting in_version = p_versio changing out_version_tab = lr_version[].

ISM_SD_SALESAREA_TO_RANGE call function 'ISM_SD_SALESAREA_TO_RANGE' exporting in_vkorg = gv_vkorg in_vtweg = gv_vtweg in_spart = gv_spart in_vkbur = gv_vkbur in_vkgrp = gv_vkgrp importing out_vkorg_tab = lr_vkorg[] out_vtweg_tab = lr_vtweg[] out_spart_tab = lr_spart[] out_vkbur_tab = lr_vkbur[] out_vkgrp_tab = lr_vkgrp[].

ISM_CONTRACTDEMAND_GETLIST call function 'ISM_CONTRACTDEMAND_GETLIST' exporting in_vkorg_tab = lr_vkorg[] in_vtweg_tab = lr_vtweg[] in_spart_tab = lr_spart[] in_vkbur_tab = lr_vkbur[] in_vkgrp_tab = lr_vkgrp[] in_version_tab = lr_version[] in_vbeln_tab = p_vbeln[] in_posnr_tab = p_posnr[] in_issue_tab = p_issue[] in_phasemdl_tab = p_phmdl[] in_phasenbr_tab = p_phnbr[] in_auart_tab = p_auart[] importing out_demand_tab = lt_demand[] exceptions not_found = 1 wrong_input = 2 others = 3.

ISM_CONTRACTDEMANDVERSION_DLT call function 'ISM_CONTRACTDEMANDVERSION_DLT' exporting version = p_versio importing return = lv_return tables in_demand = lt_demand[] exceptions not_found = 1 lock_failed = 2 others = 3.



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