SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

SAPMKEDV SAP ABAP dialog Program - Prototype View Cluster with SUBSCREEN Method (STEP-LOOP)







SAPMKEDV is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Main program for maintaining summarization levels (copied) The program has been modified in a number of places...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 SAPMKEDV 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

KCDV - Maintain summarization levels
KKDV - CO-PC: Summarization level maint.
KEDV - CO-PA: Maintain Summarization Levels


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 SAPMKEDV. "Basic submit
SUBMIT SAPMKEDV AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMKEDV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Prototype View Cluster with SUBSCREEN Method (STEP-LOOP)
Text Symbol: P02 = Data has been changed
Text Symbol: P03 = If you want to transport the
Text Symbol: P04 = changes, you must save them
Text Symbol: P05 = first. ;;
Text Symbol: P06 = Save changes first?
Text Symbol: P11 = Exit maintenance
Text Symbol: P12 = Data was changed
Text Symbol: P13 = Save changes first?
Text Symbol: P21 = Cancel entry
Text Symbol: P22 = Cancel entry
Text Symbol: P23 = Exit view maintenance?
Text Symbol: T01 = View cluster/structure -------------------
Text Symbol: U01 = Entries to be retrieved: &001 ;;
Text Symbol: U02 = &002 superior entries are marked
Text Symbol: U03 = for deletion, &003 missing ;;
Text Symbol: U04 = Retrieve ;;
Text Symbol: U05 = Do not retrieve ;;
Text Symbol: U06 = choose objects to be retrieved
Text Symbol: U11 = The higher-level entries selected ;;
Text Symbol: U12 = and flagged for deletion ;;
Text Symbol: U13 = are only retrieved together ;;
Text Symbol: U21 = &002 higher-level entries are
Text Symbol: U22 = marked for deletion.
Text Symbol: U31 = The dependent entries to be deleted;;
Text Symbol: U32 = can also be ;;
Text Symbol: U33 = retrieved together. ;;
Text Symbol: U34 = with depend. entries
Text Symbol: U35 = without dep. entries
Text Symbol: P01 = Transport entries ;;
Text Symbol: 001 = Summarization levels ;;
Text Symbol: 002 = Characteristics ;;
Text Symbol: 003 = Indices ;;
Text Symbol: 004 = (& costing-based)
Text Symbol: 005 = (& account-based)
Text Symbol: 006 = Selected
Text Symbol: 100 = Check data structures
Text Symbol: 101 = Read definition of summarization levels





Text Symbol: 200 = Navigate to
Text Symbol: 201 = Item
Text Symbol: 901 = of
Text Symbol: 902 = Summarization Levels
Text Symbol: 903 = Characteristics
Text Symbol: 904 = Indexes
Text Symbol: 905 = Costing-based
Text Symbol: 906 = Account-based
Text Symbol: D01 = Entries to be deleted: &001
Text Symbol: D02 = of which &002 with a total of &003
Text Symbol: D03 = dependent entries.
Text Symbol: D04 = Specify objects to be deleted
Text Symbol: D11 = You can either delete all entries ;;
Text Symbol: D12 = or only those with no ;;
Text Symbol: D13 = dependent entries.
Text Symbol: D14 = all entries ;;
Text Symbol: D15 = Entries w/o dep.rec.;;
Text Symbol: D21 = An entry with dependent records can;;
Text Symbol: D22 = only be deleted together with all
Text Symbol: D23 = the dependent records.
Text Symbol: D24 = Delete


INCLUDES used within this REPORT SAPMKEDV

INCLUDE MKEDVTOP.
INCLUDE MKEDVE01.
INCLUDE MKEDVO01.


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