SAP /BOFU/CL_PPF_SERV_FOR_BO OO Class - PPF Services for BO
/BOFU/CL_PPF_SERV_FOR_BO is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_PPF_SERV_FOR_BO including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_ABSTRACT_FACTORYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_PPF_CInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_PPF_SERV_FOR_BOMethod list of /BOFU/CL_PPF_SERV_FOR_BO SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| APPL_KEY_4_AGGR_ACT | Redefine: Set the application keys for aggregate actions | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>APPL_KEY_4_AGGR_ACT...more details | ||
| APPL_KEY_4_TRANS_ACT | Redefine: Set the application key for the transient actions | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>APPL_KEY_4_TRANS_ACT...more details | ||
| CAN_SCHEDULE_ACTION_BY_ABAP | Evaluate_Schedule_Condition Using ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>CAN_SCHEDULE_ACTION_BY_ABAP...more details | ||
| CAN_SCHEDULE_ACTION_BY_FDT | Evaluate_Schedule_Condition Using BRFplus | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>CAN_SCHEDULE_ACTION_BY_FDT...more details | ||
| CONF_GET_VALID_PPF_PROF | Select Valid PPF Profiles | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>CONF_GET_VALID_PPF_PROF...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>CONSTRUCTOR...more details | ||
|
| ||
| CREATE_INSTANCE | Private | |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>CREATE_INSTANCE...more details | ||
| DETERMINE_PRINTER_BY_ABAP | Determine Printer: ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>DETERMINE_PRINTER_BY_ABAP...more details | ||
| DETERMINE_PRINTER_BY_FDT | Determine Printer: BRFPlus | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>DETERMINE_PRINTER_BY_FDT...more details | ||
| ENABLE_OM_IN_DISPLAY_MODE | Enable output management in display mode of consuming appl | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>ENABLE_OM_IN_DISPLAY_MODE...more details | ||
| EVAL_START_COND_BY_ABAP | Evaluate the Start Condition: ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>EVAL_START_COND_BY_ABAP...more details | ||
| EVAL_START_COND_BY_FDT | Evaluate the Start Condition: BRFPlus | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>EVAL_START_COND_BY_FDT...more details | ||
| FILL_FDT_MESSAGES | Fill BRFplus Messages | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>FILL_FDT_MESSAGES...more details | ||
| FILTER_PPF_ACTIONS | Filter PPF actions: used by print immediate | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>FILTER_PPF_ACTIONS...more details | ||
| FIND_PRINT_FORM | TODO: Change the Print Form | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>FIND_PRINT_FORM...more details | ||
| FIND_PRINT_FORM_BY_ABAP | Change the Print Form Using ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>FIND_PRINT_FORM_BY_ABAP...more details | ||
| FIND_PRINT_FORM_BY_FDT | Change the Print Form Using BRFplus | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>FIND_PRINT_FORM_BY_FDT...more details | ||
| GET_APPL_KEY_4_AGGREGATE_ACT | get the application keys for aggregate actions | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_APPL_KEY_4_AGGREGATE_ACT...more details | ||
| GET_APPL_KEY_4_TRANSIENT_ACT | Gets the application key for the transient actions | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_APPL_KEY_4_TRANSIENT_ACT...more details | ||
| GET_B4_IMAGE_SRC_4_METHOD_CALL | Get the source of before image data method call execution | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_B4_IMAGE_SRC_4_METHOD_CALL...more details | ||
| GET_B4_IMG_SRC_4_METHOD_CALL | Redefine: Return the source of before image data | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_B4_IMG_SRC_4_METHOD_CALL...more details | ||
| GET_COMM_PARNR_BY_ABAP | Get Communication Partners and Their Roles: ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_COMM_PARNR_BY_ABAP...more details | ||
| GET_COMM_PARNR_BY_FDT | Get Communication Partners and Their Roles: BRFplus | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_COMM_PARNR_BY_FDT...more details | ||
| GET_INSTANCE | Get/Create Instance | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_INSTANCE...more details | ||
| GET_INTERACT_FORM_DATA | Gets the Interactive form data | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_INTERACT_FORM_DATA...more details | ||
| GET_LANGU_4_EXT_COMM_BY_ABAP | Get Language for External Communication Outputs | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_LANGU_4_EXT_COMM_BY_ABAP...more details | ||
| GET_LOGON_USER_COMM_PARTNER | Get Logon User Communication Partner | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_LOGON_USER_COMM_PARTNER...more details | ||
| GET_OM_MODE_IN_DISPLAY | Get output management mode while in display | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_OM_MODE_IN_DISPLAY...more details | ||
| GET_ORGANIZATION | Get organization | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_ORGANIZATION...more details | ||
| GET_PRINTER_FOR_LOGON_USER | Get Printer for Logon User and Set it as Default Printer | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_PRINTER_FOR_LOGON_USER...more details | ||
| GET_PROFILES_BY_ABAP | Get Profiles: ABAP Def. Impl by Picking Configured PPF Prof. | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_PROFILES_BY_ABAP...more details | ||
| GET_PROFILES_BY_FDT | Get Profiles: FDT | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>GET_PROFILES_BY_FDT...more details | ||
| INITIALIZE_ALERT_BY_FDT | Initialize Alert function | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>INITIALIZE_ALERT_BY_FDT...more details | ||
| METHOD_CALL_BY_ABAP | Execute Method Call: ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>METHOD_CALL_BY_ABAP...more details | ||
| ON_TRIGGER_EXECUTED | Obsolete: Handler for Executed event of Trigger | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>ON_TRIGGER_EXECUTED...more details | ||
| PERSONALIZE_DOC_BY_ABAP | Personalize Document: ABAP | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>PERSONALIZE_DOC_BY_ABAP...more details | ||
| TRIGGER_EXECUTD_IN_REPORT_ABAP | Method after the execution of trigger from report | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>TRIGGER_EXECUTD_IN_REPORT_ABAP...more details | ||
| TRIGGER_EXECUTED | Method after the execution of trigger | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>TRIGGER_EXECUTED...more details | ||
| TRIGGER_EXECUTED_BY_ABAP | Method after the execution of trigger | Protected |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>TRIGGER_EXECUTED_BY_ABAP...more details | ||
| TRIGGER_EXECUTED_IN_REPORT | Method after the execution of trigger from report | Public |
| CALL METHOD /bofu/cl_ppf_serv_for_bo=>TRIGGER_EXECUTED_IN_REPORT...more details | ||
/BOFU/CL_PPF_SERV_FOR_BO attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_CONFIG | Instance Attribute | PPF Adapter Configurations: Read Module | LIKE /BOFU/CL_PPF_CONFIG | Protected | |
| MO_FDT_FACTORY | Instance Attribute | BRFplus Factory | LIKE IF_FDT_FACTORY | Protected | |
| MO_FDT_UTIL | Instance Attribute | BRFplus Utilities | LIKE /BOFU/CL_FDT_UTIL | Protected | |
| SC_BEFORE_IMAGE_SOURCE | Constant | LIKE | Public | ||
| ST_INSTANCE | Static Attribute | PPF Agent Instances | LIKE TT_INSTANCE | Private |
/BOFU/CL_PPF_SERV_FOR_BO types
TS_AGGR_ACT_KEY -TS_ENABLE_INTR_FORM_4_ACT - Enable interactive form for PPF Actions
TS_INSTANCE - PPF Agent Instance
TS_INTERACT_FORM_DATA - Interactive form parameter data
TS_TRANS_ACT_KEY -
TT_AGGR_ACT_KEY -
TT_ENABLE_INTR_FORM_4_ACT - Enable interactive form for PPF Actions
TT_INSTANCE - PPF Agent Instances
TT_INTERACT_FORM_DATA -
TT_TRANS_ACT_KEY -
TY_BEFORE_IMAGE_SOURCE -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects