cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization of ABAP and JAVA stack in SAP MI 7.0

Former Member
0 Kudos

Hello experts,

Kindly let me know the purpose of "MINIApp" in PFCG for SAP MI 7.0.

Also I would like to know is there any posssibility to replicate the JAVA stack of NWA -> Mobile Administrator -> Device maintenance -> <b>List of Devices owned by a user.</b> to the ABAP stack (i.e. MiniApp).

Since we are using Generic synchronization,

1- Is there any reports required to run to synchronize the MINIAPPS & device ids, existing in ABAP and JAVA stack respectively on SAP MI 7.0?

2- What are the list of background jobs, function modules to synchronize the ABAP and JAVA stack of SAP MI 7.0?

Points to be rewarded for any kind of small help.

Accepted Solutions (0)

Answers (1)

Answers (1)

peterng
Advisor
Advisor
0 Kudos

Abdul,

The MiniApp inside PFCG transaction is used to setup role deployment of a mobile app via synchronization. (more details here: http://help.sap.com/saphelp_nw2004s/helpdata/en/a3/583aef1baa6d42b22bedcb4dec5db9/frameset.htm)

I believe any data inside the Mobile Administrator (like Device Ids) is stored inside the tables in the ABAP stack.

Here are my responses to the other two questions:

1. You can run report WAF_DEPLOYMENT_FROM_ROLES to start the role synchronization. It synchronizes the miniapp defined and device ids. But this report usually was setup in the background. (more details: http://help.sap.com/saphelp_nw2004s/helpdata/en/a3/583aef1baa6d42b22bedcb4dec5db9/frameset.htm)

2. From here you can find what reports to be setup for background jobs:

http://help.sap.com/saphelp_nw2004s/helpdata/en/a3/583aef1baa6d42b22bedcb4dec5db9/frameset.htm

For Generic Sync, you need to run this report: WAF_MW_MAPPING. It processes the data containers that were defined for asynchronous processing.

Hope that helps. Thanks.

Peter

Former Member
0 Kudos

Thanks for the update.

In our SAP MI landscape, we have our own customized device ids, assigned to specific users in NWA-> Mobile Administrator -> Device configurations.

But after running the reports WAF_DEPLOYMENT_FROM_ROLES and WAF_MW_MAPPING, we are not getting the information updated in PFCG -> "MINIAPP". Based on this, I have the following questions.

1- Is there any report or upload process to bring the device ids from NWA Mobile administrator to ABAP side, in the "MINIAPP"?

2- Is it possible to assign on ABAP side of MINIAPP and update it with some background job on NWA Mobile Administrator?

Thanks

AjithC
Employee
Employee
0 Kudos

Hi Abdul,

WAF_DEPLOYMENT_FROM_ROLES will only update the deployment tables from the roles information (PFCG). It won't do the reverse. There is no report available for this.

Regards

Ajith