SAP Reports / Programs

MPO_FILL_PERSONALIZATION_CC SAP ABAP Report - Personalization: Default Values for Personalization Data (HR, Auth.)







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

MPO_PERS_FILL_CC - Fill for Personalization, Cost Ctrs


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 MPO_FILL_PERSONALIZATION_CC. "Basic submit
SUBMIT MPO_FILL_PERSONALIZATION_CC AND RETURN. "Return to original report after report execution complete
SUBMIT MPO_FILL_PERSONALIZATION_CC 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: RBNAME = User name
Title: Personalization: Default Values for Personalization Data (HR, Auth.)
Text Symbol: 006 = Explode cost center hierarchy
Text Symbol: 005 = Fill WBS elements for area of responsibility
Text Symbol: 004 = Fill internal orders for area of responsibility
Text Symbol: 003 = Test run
Text Symbol: 002 = Fill data from HR-ORG
Text Symbol: 001 = Fill data from authorization maintenance


INCLUDES used within this REPORT MPO_FILL_PERSONALIZATION_CC

INCLUDE MPO_FILL_PERSONALIZATION_CCTOP . "


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_CMPERS_PAR_INDX_FOR_APPL CALL FUNCTION 'K_CMPERS_PAR_INDX_FOR_APPL' EXPORTING P_APPLID = LD_KOKRS_APPLID * p_read_parent = ' ' TABLES P_CMPERSINDX_OUT = LT_CMPERSINDX P_CMPERSAPPL_OUT = LT_CMPERSAPPL EXCEPTIONS NOT_FOUND = 1 INVALID_APPLID = 2 OTHERS = 3.

K_CMPERS_UP_DB_WRITE CALL FUNCTION 'K_CMPERS_UP_DB_WRITE' EXPORTING P_PERSKEY_TYPE = KCMPE_KEYTYPE_USER P_PERSKEY = LS_PERSKEY TABLES P_CMPERSPARM = LT_PARM P_CMPERSINDX = LT_INDX P_CMPERSAPPL = LT_CMPERSAPPL EXCEPTIONS PERSKEY_NOT_UNIQUE = 1 INVALID_FIELD = 2 OTHERS = 3.

K_CMPERS_PAR_INDX_FOR_APPL CALL FUNCTION 'K_CMPERS_PAR_INDX_FOR_APPL' EXPORTING P_APPLID = LD_KOSTL_APPLID * p_read_parent = ' ' TABLES P_CMPERSINDX_OUT = LT_CMPERSINDX P_CMPERSAPPL_OUT = LT_CMPERSAPPL EXCEPTIONS NOT_FOUND = 1 INVALID_APPLID = 2 OTHERS = 3.

K_CMPERS_UP_DB_WRITE CALL FUNCTION 'K_CMPERS_UP_DB_WRITE' EXPORTING P_PERSKEY_TYPE = KCMPE_KEYTYPE_USER P_PERSKEY = LS_PERSKEY TABLES P_CMPERSPARM = LT_PARM P_CMPERSINDX = LT_INDX P_CMPERSAPPL = LT_CMPERSAPPL EXCEPTIONS PERSKEY_NOT_UNIQUE = 1 INVALID_FIELD = 2 OTHERS = 3.

K_CMPERS_PAR_INDX_FOR_APPL CALL FUNCTION 'K_CMPERS_PAR_INDX_FOR_APPL' EXPORTING P_APPLID = LD_ORDER_APPLID * p_read_parent = ' ' TABLES P_CMPERSINDX_OUT = LT_CMPERSINDX P_CMPERSAPPL_OUT = LT_CMPERSAPPL EXCEPTIONS NOT_FOUND = 1 INVALID_APPLID = 2 OTHERS = 3.

K_CMPERS_UP_DB_WRITE CALL FUNCTION 'K_CMPERS_UP_DB_WRITE' EXPORTING P_PERSKEY_TYPE = KCMPE_KEYTYPE_USER P_PERSKEY = LS_PERSKEY TABLES P_CMPERSPARM = LT_PARM P_CMPERSINDX = LT_INDX P_CMPERSAPPL = LT_CMPERSAPPL EXCEPTIONS PERSKEY_NOT_UNIQUE = 1 INVALID_FIELD = 2 OTHERS = 3.

K_CMPERS_PAR_INDX_FOR_APPL CALL FUNCTION 'K_CMPERS_PAR_INDX_FOR_APPL' EXPORTING P_APPLID = LD_POSID_APPLID * p_read_parent = ' ' TABLES P_CMPERSINDX_OUT = LT_CMPERSINDX P_CMPERSAPPL_OUT = LT_CMPERSAPPL EXCEPTIONS NOT_FOUND = 1 INVALID_APPLID = 2 OTHERS = 3.

K_CMPERS_UP_DB_WRITE CALL FUNCTION 'K_CMPERS_UP_DB_WRITE' EXPORTING P_PERSKEY_TYPE = KCMPE_KEYTYPE_USER P_PERSKEY = LS_PERSKEY TABLES P_CMPERSPARM = LT_PARM P_CMPERSINDX = LT_INDX P_CMPERSAPPL = LT_CMPERSAPPL EXCEPTIONS PERSKEY_NOT_UNIQUE = 1 INVALID_FIELD = 2 OTHERS = 3.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = PC_SETCLASS SHORTNAME = PD_SETNAME KOKRS = PD_KOKRS IMPORTING SETID = LD_SETID EXCEPTIONS NO_CO_AREA_SPECIFIED = 1 ILLEGAL_SETCLASS = 2 OTHERS = 3.

G_SET_GET_ALL_VALUES CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING CLIENT = SY-MANDT SETNR = LS_CMPERSPARM-LOW TABLES SET_VALUES = LT_SETVALUES EXCEPTIONS SET_NOT_FOUND = 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 MPO_FILL_PERSONALIZATION_CC or its description.