MPO_FILL_PERSONALIZATION_PC 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_PC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MPO_PERS_FILL_PC - Fill for Personalization,Profit Ctrs
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: RBNAME = User name
Title: Personalization: Default Values for Personalization Data (HR, Auth.)
Text Symbol: 004 = Explode profit center hierarchy
Text Symbol: 003 = Test run
Text Symbol: 002 = Fill data from HR-ORG
Text Symbol: 001 = Fill data from authorization maintenance
INCLUDE MPO_FILL_PERSONALIZATION_PCTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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_PRCTR_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MPO_FILL_PERSONALIZATION_PC - Personalization: Default Values for Personalization Data (HR, Auth.) MPO_FILL_PERSONALIZATION_PC - Personalization: Default Values for Personalization Data (HR, Auth.) MPO_FILL_PERSONALIZATION_CCTOP - Include MPO_FILL_PERSONALIZATION_CCTOP MPO_FILL_PERSONALIZATION_CC - Personalization: Default Values for Personalization Data (HR, Auth.) MPO_FILL_PERSONALIZATION_CC - Personalization: Default Values for Personalization Data (HR, Auth.) MPO_DUMMY_TOP - MPODUMMYTOP