SAP ABAP IMG Activity _CML_PPO_VSCRN_HDR (Define Tab Page Display in Order Area)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CML-PO (Application Component) Portfolio
     FVVD_OUT_POST_PROCESSING (Package) Postprocessing Tool: Outbound Layer
IMG Activity
ID _CML_PPO_VSCRN_HDR Define Tab Page Display in Order Area  
Transaction Code S_PEN_05000032   (empty) 
Created on 20050427    
Customizing Attributes _CML_PPO_VSCRN_HDR   Define Tab Page Display in Order Area 
Customizing Activity _CML_PPO_VSCRN_HDR   Define Tab Page Display in Order Area 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name /SAPPO/VSCRN_HDR    

Use

In this IMG activity you have the following options for designing the order area on the detail screen of the Postprocessing Desktop:

  • Replace, add, shift or hide tab pages
  • Change the title of the tab pages

Requirements

If you wish to add or replace tab pages, the following prerequisites must be met:

  • In the Function Builder you have created your own function group in the customer namespace (the name starts with Y or Z).
  • In the Screen Painter you have created your own screens, category subscreen , that are within your own function group. Using the Screen Painter you have placed the elements such as output fields, tables, pushbuttons and so on directly on your screen.

    For more information about the Screen Painter, see transaction SE51 via Help-> Application Help.

    Note:

    The tab pages in the Postprocessing Desktop are only for displaying data, but not for changing or entering it. However, on your screens you can use pushbuttons that enable you, for example, to branch to the change function of the object in question. In this case, the assigned function codes must be in the customer namespace.

  • If you do not wish to use any of the PBO and PAI function modules supplies by SAP, neither any of the function modules for updating the application data, you must have created your own function modules in your own function group. You also need your own PAI function module if you wish to include pushbuttons on your screens.

    In this case, note the following:

    • The interface of the PBO function module must be defined as follows:
    • FUNCTION XYZ_PPO_API_ISDAT.
      *"----------------------------------------------------------------------
      *"*"Local interface:
      *" IMPORTING
      *" REFERENCE(I_STR_OBJECT) TYPE /SAPPO/STR_OBJECT
      *"..EXPORTING
      *" REFERENCE (E_XML_DATA) TYPE STRING
      *" EXCEPTIONS
      *" INTERNAL_ERROR
      *" NOT_AUTHORISED
      *"----------------------------------------------------------------------
      You do not have to directly refer to structure /SAPPO/STR_OBJECT; you can use any structure, but the fields must be of the same type. This can be necessary to avoid errors in the package check.
      Using export parameter E_XML_DATA you can query the serialized data, also outside the system. In this case, a check must be made in the PBO function module to find out if the object to be displayed is in the local system. If this is not the case, you can obtain the data from the external system using proxy function module /SAPPO/API_PROXY_OBJECT_ISDAT, which you call from the PBO module.
    • The interface of the PAI function module must be defined as follows:
    • FUNCTION XYZ_PPO_API_FCODE.
      *"----------------------------------------------------------------------
      *"*"Local interface:
      *" IMPORTING
      *" REFERENCE(I_FCODE) TYPE SYTCODE
      *" EXCEPTIONS
      *" INTERNAL_ERROR
      *"----------------------------------------------------------------------
    • Function module XYZ_PPO_API_REFRESH for updating the application data does not need an interface.

Standard settings

To display the standard assignments supplied by SAP, use IMG activity Display System Settings for the Postprocessing Office.

As soon as you create an entry in this IMG activity, the system no longer takes account of any entries in the corresponding system table /SAPPO/SCRN_HDR.

Activities

  1. For identification, enter an alphanumeric key, maximum four characters in length, as reference.
  2. Specify the title of the tab page. In doing so, you overwrite the title supplied by SAP if you specify the reference of a tab page supplied by SAP under point 4.
  3. Specify the position in the order area (from left to right) you want the tab page to appear.
  4. Choose between the following options:
    • If you wish to add a tab page or replace one with your own tab page, specify a function module that the system is to run before the tab page is called for the PBO event and/or a function module that the system is to run after the tab page is called for the PAI event.
    • Also, specify a function module for updating the application data.
      In addition, specify the screen you require (program name) and the screen number.
    • If you wish to hide an existing tab page or shift it to another position within the order area, or if you only wish to change the title of a tab page supplied by SAP, specify the reference from the system table as identification.

      You can only specifiy either the function modules, or a reference.

Example

Business Attributes
ASAP Roadmap ID 203   Establish Master Data 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG /SAPPO/VSCRN_HDR 0 /SAPPO/ABA0000332 Postprocessing Office 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
/SAPPO/VSCRN_HDR V - View FN_PPO_VIEWCALL  
History
Last changed by/on SAP  20050429 
SAP Release Created in 600