cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Implementation problems with SUP iOS

MANUEL1
Discoverer
0 Kudos
147

Hi All,

I have two RFCs, the first one is quite simple with two string inputs (defined as load parameters) and the output without any table. The Second one has several output tables and several inputs (String) including an Inputstructure.

The first one is working fine, the second one doesnt work at all. I'm really sure that I implemented everything according to the Documenatation:

Sybase Unwired Platform 2.1 > Sybase Unwired WorkSpace - Mobile Business Object Development 2.1 > Develop > Developing a Mobile Business Object > Creating Mobile Business Objects > Creating Multiple Mobile Business Objects From a Single Operation

Are there any known pitfalls regarding the RFC implementation in SUP that are not documented? I'm trying to implent this RFC now for days and I'm not sure if its my fault or a bug in SUP....

Thanks for any help

View Entire Topic
Former Member
0 Kudos

If I understand your problem correctly you are not able to see the out parameters while creating an MBO in SUP? if that's the case, for multiple parameters as an out put you might have to implement a result checker, it will not turn up as an output while creating the MBO.

Srinivas Divakarla

MANUEL1
Discoverer
0 Kudos

Hi Srinivas,

thanks for your for answer and sorry for my late answer.

I solved the problem already. The Problem was a load paramter that was configured wrong....

Best regards