Extensibility of Manage Payment Blocks: ItemDetail View

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 additional extensibility options and how to extend the master list (S2 view), see: