SAP /BOFU/CL_A_PPF_IMMEDIATE_PRINT OO Class - PPF Output Mgmt: BOPF Action class for Immediate Print Serv









/BOFU/CL_A_PPF_IMMEDIATE_PRINT 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_A_PPF_IMMEDIATE_PRINT 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 /BOBF/IF_FRW_ACTION

Method list of /BOFU/CL_A_PPF_IMMEDIATE_PRINT 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
CHECK_CARDINALITYCheck CardinalityProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>CHECK_CARDINALITY...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /bofu/cl_a_ppf_immediate_print=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_a_ppf_immediate_print=>CONSTRUCTOR...more details

DO_PREVIEWDO PreviewProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW...more details

DO_PREVIEW_PERSDO Preview (Personalize) - only OS txn undo controlProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW_PERS...more details

DO_PREVIEW_PERS_INTDO Preview (Personalize) - internal - calls BCS/PPF/BADIProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW_PERS_INT...more details

DO_PRINTDO PrintProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PRINT...more details

GET_ACTIONSGet ActionsProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ACTIONS...more details

GET_ACTIONS_OF_PPF_PROFILEGet Actions of PPF ProfileProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ACTIONS_OF_PPF_PROFILE...more details

GET_ALL_ACTIONSGet All ActionsProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ALL_ACTIONS...more details

GET_AND_CHECK_ACTIONGet, Check PPF ActionProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_AND_CHECK_ACTION...more details

GET_BO_CONFGet BO ConfProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_BO_CONF...more details

GET_COMM_PARTNERSGet Communiaction PartnersProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_COMM_PARTNERS...more details

GET_COMM_PARTNERS_INTGet Communiaction Partners (internal)Protected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_COMM_PARTNERS_INT...more details

GET_MEDIUM_CLASS_AND_ACTIONGet Medium Class Name and PPF Action NamePublic
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_MEDIUM_CLASS_AND_ACTION...more details

GET_PPF_CONFGet PPF ConfProtected
CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_PPF_CONF...more details



/BOFU/CL_A_PPF_IMMEDIATE_PRINT 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.

NameLevelDescriptionInitial ValueTypeVisability
GC_FUNCTIONSConstantImmediate Print FunctionsLIKE
Public
MC_CONDITION_DEVICEConstantDevice from PPF Condition configuration'C'LIKE
CHAR1
Protected
MC_USR_PROF_DEVICEConstantDevice from User profile'U'LIKE
CHAR1
Protected
MO_CONFIGInstance AttributePPF Adapter Configurations: Read ModuleLIKE
/BOFU/CL_PPF_CONFIG
Protected
MV_PRINT_SETTINGSInstance AttributePrinter preferenceMC_USR_PROF_DEVICELIKE
CHAR1
Protected
SC_MEDIUM_TYPE_EXT_COMMConstantPPF: Type of Processing (Print, Fax, Mail, EDI ..)'BCS'LIKE
PPFDMETYPE
Protected
ST_FUNC_TEXTSStatic AttributeLIKE
TT_DOM_VALUES
Protected
SV_MEDIUM_CLASSStatic AttributePPF Processing Type: Output Medium (Class)LIKE
/BOFU/PPF_MEDIUM_CLASS
Protected
SV_PPF_ACTIONStatic AttributePPF: Name of Action DefinitionLIKE
PPFDTT
Protected




/BOFU/CL_A_PPF_IMMEDIATE_PRINT types

TS_PARAMETERS -
TT_DOM_VALUES -
TV_ACTION_CARDINALITY - Cardinality of NodeIDs of Actions
TV_FUNCTION -

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



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!