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
Below is a list of transaction codes which are relevant to this SAP report
KEMDM - Profit Center Master Data Maint.
KE54 - Delete Profit Centers
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMKEC1N - PCA: Individual maintenance of profit center master data SAPMKEC1N - PCA: Individual maintenance of profit center master data SAPMKEC1 - EC-PCA: Master Data Maintenance SAPMKEC1 - EC-PCA: Master Data Maintenance SAPMKEC0 - EC-PCA: Transport Customizing Settings SAPMKEC0 - EC-PCA: Transport Customizing Settings