cancel
Showing results for 
Search instead for 
Did you mean: 

Can we call multiple infotypes from a single WD component?

Former Member
0 Kudos

Hi,

Can we call multiple infotypes from a single WD component?

Regards,

Chaitanya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ok, let me elaborate a bit further.

I'm importing two different Adaptive RFC's, each pointing to a different infotypes IT0006 and IT0105.

Can we call both the infotypes within the same DC. Please confirm on this.

Former Member
0 Kudos

Chaitanya,

Yes you can. Once you have imported the 2 models into your WD project, goto your WD component and right click on Used Modles and add both the models. Create a custom controller to execute these 2 models and call the custom controller execute method from your view controller to access the data provided by these 2 RFCs and play with the data returned by these RFCs in your view.

Thanks!

Surya.

Former Member
0 Kudos

As long as the updation of one infotype does not interfere/violate the other infotype, its okay and this is strictly a functional and backend decision.

To be more precise, WebDynpro doesnot "care" what infotypes are. It only lets you call RFCs and BAPIs irrelevant of what they do.

Regards,

Rajit

raja_thangamani
Active Contributor
0 Kudos

You can call both RFCs. In fact, IT0006 & IT0105 does NOT depend on each other,so it wont affect you functionally also.

Raja T

Message was edited by:

Armin Reichert