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 NameDescriptionVisability
CAN_SCHEDULE_ACTIONCan Generate Output Requirement? Evaluate Schedule ConditionPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>CAN_SCHEDULE_ACTION...more details

CAN_START_ACTIONCan Start Trigger Execution? Evaluate Start ConditionPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>CAN_START_ACTION...more details

CHANGE_PRINT_FORMChange Output Req. (Trigger) During Generation: Ext Comm.Public
CALL METHOD /bofu/if_ppf_serv_for_bo=>CHANGE_PRINT_FORM...more details

COMPLETE_ALERTChange Output Req. (Trigger) During Generation: AlertPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_ALERT...more details

COMPLETE_FAXChange Output Req (Trigger) During Generation: SmartForm FaxPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_FAX...more details

COMPLETE_MAILChange Output Req (Trigger) During Generation:SmartForm MailPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_MAIL...more details

COMPLETE_METHODChange Output Req. (Trigger) During Generation: Exec. MtdPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_METHOD...more details

COMPLETE_PRINTChange Output Req (Trigger) During Generation:SmartForm PrntPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_PRINT...more details

COMPLETE_SENDChange Output Req. (Trigger) During Generation: Ext Comm.Public
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_SEND...more details

COMPLETE_WORKFLOWChange Output Req. (Trigger) During Generation: WorkflowPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>COMPLETE_WORKFLOW...more details

DETERMINE_PRINTERChange Output Req. (Trigger) During Generation: Find PrinterPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>DETERMINE_PRINTER...more details

GET_ALERT_DATATrigger Execution: Prepare Data for AlertPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_ALERT_DATA...more details

GET_DOCUMENT_PARTNERSGeneration of Output Req: Get Communication Partners & RolesPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_DOCUMENT_PARTNERS...more details

GET_LANGUAGE_FOR_EXT_COMMSet the Language for Triggers for External CommunicationPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_LANGUAGE_FOR_EXT_COMM...more details

GET_NODE_CHANGESGeneration of Output Req: Get Node Changes (Refer Meth Doc.)Public
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_NODE_CHANGES...more details

GET_ORGANIZATIONGet organizationPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_ORGANIZATION...more details

GET_PROFILESGeneration of Output Req: Get PPF Act Profiles for Node InstPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>GET_PROFILES...more details

METHOD_CALLTrigger Execution: Execute Method CallPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>METHOD_CALL...more details

PERSONALIZE_DOCTrigger Exec.: Ext. Com. Personalize Doc (PDF Only) Chk DocPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC...more details

PERSONALIZE_DOC_BCS_SMART_FORMTrigger Exec.: Ext. Com. Personalize Doc (SmartForm) Chk CocPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC_BCS_SMART_FORM...more details

PERSONALIZE_DOC_BCS_VAR_REPLTrigger Exec.: Ext. Com Personalize Doc (Var Reply): Chk DocPublic
CALL METHOD /bofu/if_ppf_serv_for_bo=>PERSONALIZE_DOC_BCS_VAR_REPL...more details

PRE_PROCESSTrigger 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 Key
TS_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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!