cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: SyncBo Data not updated in Back-End system

Former Member
0 Kudos

Hi Gurus,

We are using SyncBo UMAM30_010 to update notification data from Mobile device to Back-end R3 system and also implemented badi ALM_ME_010_NOTIF in ECC.

My problem is when i update activity text in Mobile device it should get saved in ECC, currently, we are sending Activity text codes from Mobile device and our requirement is to convert those codes into texts which are existed in cawn/cawnt tables.

i have written code in the following methods of badi ALM_ME_010_NOTIF MAM30_CHANGE, MAM30_CREATE, MAM30_GETDETAIL

but only MAM30_CHANGE seems to be working but existing entry is not getting changed in the notification activity moreover another same entry is getting created with acitivity text and also i am not able to trigger debugging from Mobile device.

Can any one please help on how to resolve this or at least throw some light on how to debug SynBo when user synchronised the data with R3.

You suggestions are highly helpful.

Thanks

Former Member
0 Kudos

Hi Can anybody please help me to resolve this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Kudos

Hello

Normally you should be able to Debug the mentioned BAdI implementations when using the same User ... You could make use of trx. "ALM_ME_DEBUG" to maintain Debugger settings?

I am guessing you are aware of and have checked into "MEREP_DELTABO" / "MEREP_207" / ... tables.

Some resources :

  • SAP-Help : Incorrect or Unexpected data on Backend : link
  • SAP-KBA : 1150955 - MAM:Debugging not possible in Notif. getDetail and Change : link
  • SAP Service Portal : You should (hopefully still) be able to get to MAM-documentation .PDF on Configuration / Error Handling / etc.
Former Member
0 Kudos

Hi Nic,

Thank you for the information.

We are using different users and the users on mobile client are of type communication not dialog, that is the reason i was not able to trigger debugging. Is there any way to trigger debugging in the middleware client when mobile user performs any action on the device.

Also i have checked in the pathe and was not able to find the R3 user id linked to mobile user id, is there any eay to find that out.

Your help is highly appeciated.

Thanks

Mahesh

NTeunckens
Active Contributor
0 Kudos

Hello Mahesh

It is a pitty the Archives (here and here) do not point to the Documentation anymore. There were some good Documents on Troubleshooting.

We've migrated from (x)MAM / MI to SMP so we do not run these systems anymore.

However I do recall :

  • You can set up Debugging of a User via trx."MEREP_PD" in Mobile Infrastructure ...



Former Member
0 Kudos

Hi Nic,

Thank you very much for the reply.

We have similar setting in our system and i have followed the steps mentioned in the post for debugging but unfortunately i was not able to trigger the debugging.

As it is very old technology and very few amount information is availble on this and i am very new to this one.

Can you please help to get some pointers on this.

Thanks

Mahesh