Show TOC

 Extensibility of Manage Payment Blocks: ItemDetail View Locate this document in the navigation structure

Extensibility of the ItemDetail View

To extend the ItemDetail view, the following extensibility entities are available on the different software layers. You have to extend each of these entities according to your specific business needs:

UI

Back End/ABAP

View

Extension Point

Design Time: Gateway Entity

Design Time: Extension Include (in DDIC Structure)

Runtime: Superclass/ Method to Be Redefined

ItemDetail

  • ItemDetailListContentStart

    (Extend beginning of list content)

  • ItemDetailListContentEnd

    (Extend end of list content)

FAP_MANAGE_PAYMENT_BLOCKS_SRV

FAPO_S_PB_OPEN_ITEM_INCL

Superclass:

CL_FAP_MAN_PAY_BLOCK_DPC

Method:

OPENITEMSET_GETENTITY

OPENITEMSET_GETENTITYSET

  • ItemDetailTabBeforeList

    (Extend ItemDetail view before ItemDetail list)

  • ItemDetailTabAfterList

    (Extend ItemDetail view after ItemDetail list)

  • ItemDetailTabBefore

    (Extend beginning of tab container)

  • ItemDetailTabEnd

    (Extend end of tab container)

  • ItemDetailHeaderTop

    (Extends beginning of ItemDetail header data)

  • ItemDetailHeaderBottom

    (Extends end of ItemDetail header data)

For more information about extension includes, see Extension Includes.

The following graphic shows the app layout with the master list (S2 view) on the left and the ItemDetail view on the right:

This graphic is explained in the accompanying text.

App Layout: Master List (S2 View) and ItemDetail View

For more information about additional extensibility options and how to extend the master list (S2 view), see: