cancel
Showing results for 
Search instead for 
Did you mean: 

MBO Personalization keys set from Windows mobile app problem SMP2.3

Former Member
0 Kudos

Hi Experts,

I've a problem regarding to MBO SMP2.3.

I've created RFC which have 2 imports (Sales_man and date) and has an output table.

I've created MBO upon this RFC and map 2 personalization keys to the 2 imports values. The keys are saved on server.

I've tested the execution of MBO and it's OK.

In windows mobile app, I set the personalization key as follow:


PersonalizationParameters pp = new PersonalizationParameters();

pp.SalesEmployee_VLIST = salesEmployee;

pp.ExDate = exDate;

pp.Save();

Then I synchronize the (PROJ)DB.

When make MBO.FindAll(), I did not find the values should be returned.

So, What do you think the problem is?

Regards,

MMAK.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I Found the answer in the following post:

The problem was, I didn't set load arguments by personalization keys values as follow:

Regards,

Marakby.

Answers (1)

Answers (1)

Former Member
0 Kudos

Personalization keys can have unpredictable results if they're not defined correctly.

Please take a look at these 2 links that describe the behaviour.

They refer to SUP 2.1.3 but the information is still valid for SMP 2.3 MBOs

Thanks

Mark

Former Member
0 Kudos

Hi Mark,

Thanks for your response.

Actually I'm here talking about the simplest case. just one user, personalization keys are mapped to input parameters to execute BAPI and return table.

It seems that the values are not mapped at all after save values as discussed earlier when I make synchronize().

If there is something wrong kindly mention it here.

Regards.