SAP Reports / Programs

SAPMKEND SAP ABAP dialog Program - CO-PA: Maintain Realignments







SAPMKEND is a standard Module pool for a dialog screen ABAP Program 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 SAPMKEND 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

KEND - Realignments


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


Text pool values


Title: CO-PA: Maintain Realignments
Text Symbol: T06 = Multiple values
Text Symbol: T07 = Invalid characteristic value
Text Symbol: T08 = Copy from
Text Symbol: T09 = Details...
Text Symbol: T10 = Selection...
Text Symbol: U01 = Change Detail Data on Realignment Run
Text Symbol: U02 = Detail Information on Job
Text Symbol: U03 = Copy Realignment Run
Text Symbol: U04 = Copy Realignment Request
Text Symbol: U05 = Create Realignment Run
Text Symbol: U06 = Create Realignment Request
Text Symbol: U07 = Define Selection Criteria
Text Symbol: U08 = Define Conversion Rule
Text Symbol: U09 = Enter Name for Background Job
Text Symbol: U11 = Display Detail Data on Realignment Run
Text Symbol: U16 = Display Realignment Request
Text Symbol: U17 = Display Selection Criteria
Text Symbol: U18 = Display Conversion Rule
Text Symbol: U26 = Change Realignment Request
Text Symbol: U30 = Profitability segments for reference document number
Text Symbol: U31 = Test Realignment Run
Text Symbol: U32 = Enter profitability segment directly
Text Symbol: U33 = Display CO-PA Profitability Segment
Text Symbol: U34 = Detail Information on Job
Text Symbol: T05 = Characteristics to have value replaced with fixed value
Text Symbol: 001 = Realignment runs in the operating concern:
Text Symbol: C01 = Root node
Text Symbol: C02 = Realignment run
Text Symbol: C03 = Realignment request
Text Symbol: C04 = Run:
Text Symbol: C05 = Requests
Text Symbol: C06 = Request:
Text Symbol: C07 = Modified
Text Symbol: C08 = Locked
Text Symbol: P01 = Data will be lost
Text Symbol: P02 = Accept realignments?
Text Symbol: P03 = Save entries





Text Symbol: P04 = Do you want to save?
Text Symbol: P05 = Changes will be saved after job scheduling
Text Symbol: P06 = Schedule Job
Text Symbol: P07 = Delete with all dependent realignment requests?
Text Symbol: P08 = Delete Realignment Run
Text Symbol: P09 = Delete Realignment Request
Text Symbol: P10 = Do you really want to delete?
Text Symbol: P11 = You must save your data before testing the realignment run. Do you want to save now?
Text Symbol: P12 = Test realignment run
Text Symbol: T01 = Selection of CO-PA Characteristics
Text Symbol: T02 = Selected characteristics
Text Symbol: T03 = Characteristics to be derived again
Text Symbol: T04 = Characteristics NOT to be changed


INCLUDES used within this REPORT SAPMKEND

INCLUDE MKENDO01..
INCLUDE MKENDF01..
INCLUDE MKENDI01..
INCLUDE MKENDF02..
INCLUDE MKENDF03..
INCLUDE MKENDF04..
INCLUDE MKENDF05..
INCLUDE MKENDF06.
INCLUDE MKENDI02.
INCLUDE MKENDF07.
INCLUDE MKENDO02.


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