SAP /BOFU/IF_PPF_SERV_FOR_BO OO Class - PPF Agent Services for BO Nodes (Refer Documentation)
/BOFU/IF_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/IF_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
Method list of /BOFU/IF_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 |
| CAN_SCHEDULE_ACTION | Can Generate Output Requirement? Evaluate Schedule Condition | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>CAN_SCHEDULE_ACTION...more details | ||
| CAN_START_ACTION | Can Start Trigger Execution? Evaluate Start Condition | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>CAN_START_ACTION...more details | ||
| CHANGE_PRINT_FORM | Change Output Req. (Trigger) During Generation: Ext Comm. | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>CHANGE_PRINT_FORM...more details | ||
| COMPLETE_ALERT | Change Output Req. (Trigger) During Generation: Alert | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_ALERT...more details | ||
| COMPLETE_FAX | Change Output Req (Trigger) During Generation: SmartForm Fax | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_FAX...more details | ||
| COMPLETE_MAIL | Change Output Req (Trigger) During Generation:SmartForm Mail | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_MAIL...more details | ||
|
| ||
| COMPLETE_METHOD | Change Output Req. (Trigger) During Generation: Exec. Mtd | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_METHOD...more details | ||
| COMPLETE_PRINT | Change Output Req (Trigger) During Generation:SmartForm Prnt | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_PRINT...more details | ||
| COMPLETE_SEND | Change Output Req. (Trigger) During Generation: Ext Comm. | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_SEND...more details | ||
| COMPLETE_WORKFLOW | Change Output Req. (Trigger) During Generation: Workflow | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_WORKFLOW...more details | ||
| DETERMINE_PRINTER | Change Output Req. (Trigger) During Generation: Find Printer | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>DETERMINE_PRINTER...more details | ||
| GET_ALERT_DATA | Trigger Execution: Prepare Data for Alert | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_ALERT_DATA...more details | ||
| GET_DOCUMENT_PARTNERS | Generation of Output Req: Get Communication Partners & Roles | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_DOCUMENT_PARTNERS...more details | ||
| GET_LANGUAGE_FOR_EXT_COMM | Set the Language for Triggers for External Communication | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_LANGUAGE_FOR_EXT_COMM...more details | ||
| GET_NODE_CHANGES | Generation of Output Req: Get Node Changes (Refer Meth Doc.) | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_NODE_CHANGES...more details | ||
| GET_ORGANIZATION | Get organization | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_ORGANIZATION...more details | ||
| GET_PROFILES | Generation of Output Req: Get PPF Act Profiles for Node Inst | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_PROFILES...more details | ||
| METHOD_CALL | Trigger Execution: Execute Method Call | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>METHOD_CALL...more details | ||
| PERSONALIZE_DOC | Trigger Exec.: Ext. Com. Personalize Doc (PDF Only) Chk Doc | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC...more details | ||
| PERSONALIZE_DOC_BCS_SMART_FORM | Trigger Exec.: Ext. Com. Personalize Doc (SmartForm) Chk Coc | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC_BCS_SMART_FORM...more details | ||
| PERSONALIZE_DOC_BCS_VAR_REPL | Trigger Exec.: Ext. Com Personalize Doc (Var Reply): Chk Doc | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC_BCS_VAR_REPL...more details | ||
| PRE_PROCESS | Trigger Execution: Preprocessing (Mass Read/Pre Read/...) | Public |
| CALL METHOD /bofu/if_ppf_serv_for_bo=>PRE_PROCESS...more details | ||
/BOFU/IF_PPF_SERV_FOR_BO types
TS_PARTNER_COLLECTION - Communication Partners per KeyTS_PARTNER_PREPROC - Partner Data for BO Node Instance Key: with Data, Triggerkey
TS_TRIGGER_4_EXT_COMM - Trigger and Partner for a Node Instance for Ext. Comm.
TT_PARTNER_COLLECTION - Communication Partners for Keys
TT_PARTNER_PREPROC - Partner Data for BO Node Instance Keys: withdata, Triggerkey
TT_TRIGGER_4_EXT_COMM - Triggers and Partners for Node Instances for Ext. Comm.
Links to Related Class(s)
/BOFU/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects