cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter mAPPING NOT DISPLAYED

Former Member
0 Kudos

i AM FOllowing the totorial in http://scn.sap.com/community/mobile/blog/2013/02/20/develop-hwc-app-with-customized-list . Where should i specify the following values in screen.

Kindly suggest in detail

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

As per your screenshot,

There are 2 personalization keys defined.

Personalization keys are run time inputs to the mbo.

You can create these in left hand side under running mbo project you can see personalization keys option.

Create 2 pks of same data type and data length (whatever is configured in backend)

Select storage type as transient.

Go to mbo properties (assuming you have set cache policy as online)

map both load arguments to the respective personalization keys.

Deploy mbo to sup server.

While creating screen design you could be able to map now.

Rgrds,

Jitendra

Former Member
0 Kudos

tried the same , but no luck . Kindly suggest any solution?

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you plz share screen shot of mbo load arguments properties?

For the menu GetPOList , what settings you are doing?

You should choose online request.

Can u plz share the screen shot for that also

Rgrds,

Jitendra

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

You will have two load parameters for the MBO, create two personalization keys for it. PK_RelCode and PK_RelGroup and map these to the existing load parameters.

And you have two edit boxes on the screen for relcode and relgroup. Create two keys for these. rel_code and rel_group.

While you go for an online request you will find the Personalization keys (PK_RelCode and PK_RelGroup)  in the table (click on add). Map these keys with the keys of the edit box. This will send the data (RelCode and RelGroup) you are entering in the screen to the backend as input to the RFC. This is how input is managed in the case of HWC apps.

Hope you got something.

-Midhun VP