Procedure documentationCreating Form Repeater Component Configurations for Biz Cards

 

The following procedure describes how you create the form repeater UIBB component configuration required for a biz card of your infotype to display it in the object profile page.

You need a form repeater component configuration for the following instances:

  • For the dataset view in the infotype-specific page.

  • For displaying a biz card for your infotype in the object profile page.

    Note Note

    For figures of form repeater component configurations and the prerequisites, see Creating FPM Configurations.

    End of the note.

For a procedure for creating a form repeater configuration for the dataset view, see Creating Form Repeater Component Configurations.

Procedure

  1. Choose transaction SE80.

  2. In the Repository Browser, choose Web Dynpro Comp./Intf. (= Web Dynpro Component or Interface) and enter the FPM component name FPM_FORM_REPEATER_UIBB.

  3. Position the cursor on the component name and choose Create/Change Configuration with a right-mouse click.

  4. In the Editor for the Web Dynpro ABAP Component Configuration, enter a new configuration ID and choose New.

    Example Example

    If you want to follow the SAP naming convention, you enter a configuration ID such as ZHRPAO_OVR_FORMREP_IT****_XX. **** stands for the infotype number. The XX stands for international infotype and should be replaced by a country ID such as US if the infotype is country-specific.

    End of the example.
  5. In the Create Configuration dialog box, enter a description and choose OK.

  6. In the Select Package dialog box, enter your customer-specific package and choose OK.

  7. Enter the required Feeder Class:

    • CL_HRPAO_GUIBB_PA_FORMREP for infotypes for employee data

    • CL_HRPAO_GUIBB_OM_FORMREP for infotypes for organization data.

  8. Choose Edit Parameters and edit fields as listed in the table below and choose OK.

    Field

    Value/Input

    For Biz Card

    X (Check)

    Component

    • For infotypes for employee data: HRPAD

    • For infotypes for organization data: HRPD

    Object Name

    Enter the name of the infotype from the BOL model:

    IT**** (**** = the 4-digit infotype number), for example IT9987

    Editable

    Leave unchecked

    You are now on the Component Configuration screen.

    In the Form Repeater UIBB Schema, a default configuration is already provided and contains:

    • Swap UIBB: Do not change.

      A generic field is provided by the element VALID_FROM_UNTIL.

    • Edit and delete buttons.

    • In the Start of the navigation path General Settings Next navigation step Additional Settings End of the navigation path, the following settings are available:

      • Layout = 8/1

      • Separator: Empty Space

  9. In General Settings, in Group Field, enter a field name for the grouping description displayed in the biz card.

    Example Example

    For example, for the Addresses infotype (0006) biz card, Group Field = STEXT (the subtype name) is used.

    End of the example.
  10. In the Form Repeater UIBB Schema, choose Add Element to add the infotype fields that you want to display in the biz card.

    Recommendation Recommendation

    SAP recommends to add 4 fields to ensure the consistency of the layout.

    End of the recommendation.
  11. In the menu bar of the component configuration screen, choose Attributes.

  12. In the attributes for each field that you want to display in the biz card (Element), enter Display Type = Text View.

  13. Choose Save.

Result

You have created a form repeater UIBB configuration for your infotype for a biz card on the object profile page with the following data:

Configuration Element

Technical Name

Form Repeater UIBB Configuration

ZHRPAO_OVR_FORMREP_IT****_XX

WD Component

FPM_FORM_REPEATER_UIBB

WD Window

FORM_REPEATER_WINDOW

Feeder Class

CL_HRPAO_GUIBB_PA_FORMREP

or

CL_HRPAO_GUIBB_OM_FORMREP

Feeder Parameters

Component: HRPAD or HRPD

Object Name: IT****(_XX)

For Biz Card: x (checked)

Editable: Not checked

Layout

8/1

More Information

For information about how to test your configuration, see Testing FPM Configurations.