How to create virtual business component?

Showing Answers 1 - 7 of 7 Answers

raju

  • Jun 5th, 2006
 

Hi,

Virtual Business component is used to it pass the external data for the business component.

raju.I

  Was this answer useful?  Yes

Sharon

  • Jun 27th, 2007
 

You create a VBC by:
1. Create a Business Component with a class type of "CSSBCVExtern"
2. Add fields to the VBC without specifying the columns (as we are accessing
data from an external system)
3. Create a Business Service with class “CSSService” (write a script to connect
to the external system and get the data)
4. Add Business Service to the VBC user prop object
5. Create a Link for Parent/child Business Component (VBC can only be a child
BC)
6. Add Link to BO
7. Create applet to display data with class “CSSFramelist” or “CSSFrameForm”
8. Create/Edit View for Applet9. Edit screen for View


PRAGYAN

  • Jun 3rd, 2014
 

Create a business component without any underlying table with the class as CSSBCVExtern(Class imparts virtual bc behaviour).Create a bC user properties as follows:Service Name,Service Parameters(Optional),Remote source.
Service Name points to the business service used for the same.We use XML Gateway or customized BS.Parameters includes the following Transport=EAI HTTP Transport;HTTP Request URL Template=;HTTPRequest Method=POST

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions