Wednesday, April 27, 2022

VBCS - SDP vs ADP

In VBCS, we are using tables to list or fetch or populate the data. This table component can be populated in VBCS using following two ways:

  1. SDP(Service Data Provider): 
    • This is mostly used when we have Business Objects in VBCS and wanted to populate data using it.
  2. ADP(Array Data Provider): 
    • It provides more flexibility to populate and manipulate data than SDP. 
    • This can be used to populate data using Business Objects, Third Party servics or Static data.
    • Storing data in ADP (rather than SDP) is useful whenever you want to further modify the data on the client side. For example, if you are looking to create updatable tables in your UI.
IN future POCs, we will see how to create a ADPs and use them.

No comments:

Post a Comment

Featured Post

OIC - Oracle Integration Cloud (OIC) – Upload File to UCM, Submit ESS Job, and Monitor Job Status

A common Oracle ERP Cloud integration pattern is to upload a file to UCM, submit an ESS job, and then poll the ESS job status until it compl...