SAP Reports / Programs | Business Package for Manager Self-Service (FI) | Portal Content | Business Package for Manager Self-Service (FI)(EP-PCT-MGR-CO) SAP EP

FPB_FILL_PERSONALIZATION_PC SAP ABAP Report - Fill Personalization Data from Authorizations (Profit Center)







FPB_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 FPB_FILL_PERSONALIZATION_PC 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

FPB_FILL_PERS_PC - Fill for Personalization,Profit 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 FPB_FILL_PERSONALIZATION_PC. "Basic submit
SUBMIT FPB_FILL_PERSONALIZATION_PC AND RETURN. "Return to original report after report execution complete
SUBMIT FPB_FILL_PERSONALIZATION_PC 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
Selection Text: P_SUBCON = Subcontext
Selection Text: P_KOKRS = Controlling Area
Selection Text: FNAME_PR = Characteristic Profit Center
Selection Text: FNAME_PO = Characteristic WBS Elements
Selection Text: FNAME_OR = Characteristic Orders
Selection Text: FDATE = Personalization Time Frame
Selection Text: BTCHNAME = User for Background Job
Selection Text: APPID_PR = Pers. Application Profit Cent.
Selection Text: APPID_PO = Pers. Application WBS Elements
Selection Text: APPID_OR = Pers. Application Orders
Title: Fill Personalization Data from Authorizations (Profit Center)
Text Symbol: 019 = Execute in Background
Text Symbol: 018 = WBS Elements
Text Symbol: 017 = Profit Center
Text Symbol: 016 = Orders
Text Symbol: 015 = Unknown user name
Text Symbol: 014 = Update was successful
Text Symbol: 013 = No data could be extracted
Text Symbol: 012 = An error has occurred
Text Symbol: 011 = No authorization
Text Symbol: 010 = No controlling area found
Text Symbol: 009 = From date later than to
Text Symbol: 008 = A personalization application is invalid
Text Symbol: 007 = A field name is invalid
Text Symbol: 006 = An update error occurred
Text Symbol: 005 = No user name was entered
Text Symbol: 004 = Test Run
Text Symbol: 003 = Fill WBS elements for area of responsibility
Text Symbol: 002 = Fill internal orders for area of responsibility
Text Symbol: 001 = Expand Profit Center Hierarchy


INCLUDES used within this REPORT FPB_FILL_PERSONALIZATION_PC

INCLUDE FPB_FILL_PERSONALIZATION_PCTOP.
INCLUDE FPB_FILL_PERSONALIZATION_PC_F1.


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:

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobgroup = lc_jobgroup jobname = lc_jobname IMPORTING jobcount = ld_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = 'Y' stdt_input = ls_tbtcstrt stdt_opcode = 14 IMPORTING * STDT_MODIFY_TYPE = stdt_output = ls_tbtcstrt EXCEPTIONS fcal_id_not_defined = 1 incomplete_last_startdate = 2 incomplete_startdate = 3 invalid_dialog_type = 4 invalid_eventid = 5 invalid_opcode = 6 invalid_opmode_name = 7 invalid_periodbehaviour = 8 invalid_predecessor_jobname = 9 last_startdate_in_the_past = 10 no_period_data_given = 11 no_startdate_given = 12 period_and_predjob_no_way = 13 period_too_small_for_limit = 14 predecessor_jobname_not_unique = 15 startdate_interval_too_large = 16 startdate_in_the_past = 17 startdate_is_a_holiday = 18 startdate_out_of_fcal_range = 19 stdt_before_holiday_in_past = 20 unknown_fcal_error_occured = 21 no_workday_nr_given = 22 invalid_workday_countdir = 23 invalid_workday_nr = 24 notbefore_stdt_missing = 25 workday_starttime_missing = 26 no_eventid_given = 27 OTHERS = 28.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING event_id = ls_tbtcstrt-eventid event_param = ls_tbtcstrt-eventparm event_periodic = ls_tbtcstrt-periodic jobcount = ld_jobcount jobname = lc_jobname laststrtdt = ls_tbtcstrt-laststrtdt laststrttm = ls_tbtcstrt-laststrttm prddays = ls_tbtcstrt-prddays prdhours = ls_tbtcstrt-prdhours prdmins = ls_tbtcstrt-prdmins prdmonths = ls_tbtcstrt-prdmonths prdweeks = ls_tbtcstrt-prdweeks predjob_checkstat = ls_tbtcstrt-checkstat pred_jobcount = ls_tbtcstrt-predjobcnt pred_jobname = ls_tbtcstrt-predjob sdlstrtdt = ls_tbtcstrt-sdlstrtdt sdlstrttm = ls_tbtcstrt-sdlstrttm strtimmed = 'X' start_on_workday_nr = ls_tbtcstrt-wdayno workday_count_direction = ls_tbtcstrt-wdaycdir targetserver = ls_tbtcstrt-instname EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.



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