cancel
Showing results for 
Search instead for 
Did you mean: 

Jco Connections - very urgent pls

Former Member
0 Kudos

I think by mistake i have interchanged the following

Modeldata Name : WD_BAPI_MODELDATA_DEST

MetaData : WD_BAPI_RFC_MODELDATA_DEST.

Is there a way to change them without re creating model

Edited by: pankaj kumar on Mar 4, 2008 11:05 PM

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

Go to your model class (e.g. BAPI_Get_Flight_Input) right click and edit. Change in properties

for MODEL(Application)

Model settings modelInstance_defaultLogicalSystem to corresponding Application system JCo (MODEL_DATA_DEST)

for RFC_META(Dictionary)

Go to Dictionary -> corresponding model -> properties

you can change JCo destination here.

regards

nikhil

Answers (5)

Answers (5)

Former Member
0 Kudos

Thank you all.. my issue is solved

Former Member
0 Kudos

Got to model in your project and then to the modelclass of the RFC. Clickon properties tab , you can see the Jco in model settings there.

Alternate way:

go to src-><package>->model-><model>.wdmodel

Change the value of parameter ModelSetting and attribute -value

for modeldata and Package.model.types<Appname>.dtlogicalddic for metadata

Former Member
0 Kudos

Hi,

The easiest way to do would be to change the configuration of both of destinations. You need not change anything on your application side.

Set the modeldata destinations in the metadata and vice versa.

Regards,

Murtuza

Former Member
0 Kudos

Hi

One more way to solve this problem

Login as Content Administrator and find your application name from the Define source tab and you can change or redefine the logical destinations and types also test the connections

[Its not a sensible way; But this also will work]

Regards

- Vinod

*

Edited by: Vinod V on Mar 5, 2008 10:29 AM

Former Member
0 Kudos

Hi Pankaj.

Check this : /people/bertram.ganz/blog/2006/01/27/web-dynpro-adaptive-rfc--how-to-change-logical-system-names-after-model-import

Reward points if useful

Ashok

Edited by: Armin Reichert on May 17, 2008 5:54 PM