Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Whenever we create a Adpative RFC Model in WebDynpro , we need to create corresponding Jco destinations in the Content Administrator.If you re install the WAS then you need to create all your destination again manually!! We can do this by writing simple application so that when ever you want to create destinations just you need run the application !!!

Lets look into the WDSystemLandscape API .We need to pass the basic required parameters like "JCO ClientName", "MessageServerName","SystemName","Logon Group" etc etc. The following code will create Jco destination by passing the required parameters.



once you run the above code , you can open the content administrator and you can see the JCoClientName created in the JcoDestionations table !!!

6 Comments