SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

SAPMKEC1N SAP ABAP Report - PCA: Individual maintenance of profit center master data







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

KEMDM - Profit Center Master Data Maint.
KE54 - Delete Profit Centers


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 SAPMKEC1N. "Basic submit
SUBMIT SAPMKEC1N AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMKEC1N 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_CHANGE = Change
Selection Text: P_CREATE = Create
Selection Text: P_DELETE = Delete
Selection Text: P_KOKRS = D Controlling Area
Selection Text: P_PRCTR = D Profit Center
Selection Text: P_SHOW = Display
Title: PCA: Individual maintenance of profit center master data
Text Symbol: MOD = Processing Type


INCLUDES used within this REPORT SAPMKEC1N

No INCLUDES are used within this REPORT code!


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING I_KOKRS = p_kokrs IMPORTING E_KOKRS = p_kokrs .

PCA_MD_PRCTR_CREATE CALL FUNCTION 'PCA_MD_PRCTR_CREATE' EXPORTING prctr = p_prctr kokrs = p_kokrs EXCEPTIONS OTHERS = 3.

PCA_MD_PRCTR_CHANGE CALL FUNCTION 'PCA_MD_PRCTR_CHANGE' EXPORTING prctr = p_prctr kokrs = p_kokrs EXCEPTIONS OTHERS = 3.

PCA_MD_PRCTR_SHOW CALL FUNCTION 'PCA_MD_PRCTR_SHOW' EXPORTING prctr = p_prctr kokrs = p_kokrs EXCEPTIONS OTHERS = 3.

PCA_MD_PRCTR_DELETE CALL FUNCTION 'PCA_MD_PRCTR_DELETE' EXPORTING prctr = p_prctr kokrs = p_kokrs EXCEPTIONS OTHERS = 3.

K_KOKRS_READ call function 'K_KOKRS_READ' exporting * GJAHR = '0000' kokrs = p_kokrs importing e_tka01 = i_tka01 exceptions not_found = 1 not_found_gjahr = 2 others = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = ld_actual_logsys EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2 .



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