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_ACTIONMethod 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 Name | Description | Visability |
| CHECK_CARDINALITY | Check Cardinality | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>CHECK_CARDINALITY...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>CONSTRUCTOR...more details | ||
| DO_PREVIEW | DO Preview | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW...more details | ||
| DO_PREVIEW_PERS | DO Preview (Personalize) - only OS txn undo control | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW_PERS...more details | ||
| DO_PREVIEW_PERS_INT | DO Preview (Personalize) - internal - calls BCS/PPF/BADI | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PREVIEW_PERS_INT...more details | ||
|
| ||
| DO_PRINT | DO Print | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>DO_PRINT...more details | ||
| GET_ACTIONS | Get Actions | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ACTIONS...more details | ||
| GET_ACTIONS_OF_PPF_PROFILE | Get Actions of PPF Profile | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ACTIONS_OF_PPF_PROFILE...more details | ||
| GET_ALL_ACTIONS | Get All Actions | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_ALL_ACTIONS...more details | ||
| GET_AND_CHECK_ACTION | Get, Check PPF Action | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_AND_CHECK_ACTION...more details | ||
| GET_BO_CONF | Get BO Conf | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_BO_CONF...more details | ||
| GET_COMM_PARTNERS | Get Communiaction Partners | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_COMM_PARTNERS...more details | ||
| GET_COMM_PARTNERS_INT | Get Communiaction Partners (internal) | Protected |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_COMM_PARTNERS_INT...more details | ||
| GET_MEDIUM_CLASS_AND_ACTION | Get Medium Class Name and PPF Action Name | Public |
| CALL METHOD /bofu/cl_a_ppf_immediate_print=>GET_MEDIUM_CLASS_AND_ACTION...more details | ||
| GET_PPF_CONF | Get PPF Conf | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_FUNCTIONS | Constant | Immediate Print Functions | LIKE | Public | |
| MC_CONDITION_DEVICE | Constant | Device from PPF Condition configuration | 'C' | LIKE CHAR1 | Protected |
| MC_USR_PROF_DEVICE | Constant | Device from User profile | 'U' | LIKE CHAR1 | Protected |
| MO_CONFIG | Instance Attribute | PPF Adapter Configurations: Read Module | LIKE /BOFU/CL_PPF_CONFIG | Protected | |
| MV_PRINT_SETTINGS | Instance Attribute | Printer preference | MC_USR_PROF_DEVICE | LIKE CHAR1 | Protected |
| SC_MEDIUM_TYPE_EXT_COMM | Constant | PPF: Type of Processing (Print, Fax, Mail, EDI ..) | 'BCS' | LIKE PPFDMETYPE | Protected |
| ST_FUNC_TEXTS | Static Attribute | LIKE TT_DOM_VALUES | Protected | ||
| SV_MEDIUM_CLASS | Static Attribute | PPF Processing Type: Output Medium (Class) | LIKE /BOFU/PPF_MEDIUM_CLASS | Protected | |
| SV_PPF_ACTION | Static Attribute | PPF: Name of Action Definition | LIKE 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