cancel
Showing results for 
Search instead for 
Did you mean: 

How can we delete uploaded mobile components from R/3

Former Member
0 Kudos

Hi All,

I need to know the function module or any transaction through which I can delete the uploaded mobile components from R/3.(which have been through Web console).

Can anybody tell me?

Please reply,

Deepak.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hello deepak,

there's no FM to delete all the registered MCDs in the MI

server at the moment. MCDs can only be deleted/removed if

there are no users/devices that use it. you can clear all

data of the user using the following FMs.

DELETE_ALL_DATA_OF_DEVICE

DELETE_ALL_DATA_OF_USER

DELETE_DATA_FOR_ALL_MI_DEVICES

DELETE_DATA_FOR_ALL_MI_USERS

if the existing dependencies are removed, then you can delete

the MCD using the FM

ME_JSP_SMOMO_MSD_DELETE

or directly clean up table BWAFDEPL.

regards

jo

Former Member
0 Kudos

hi Deepak,

There is a functional Module DELETE_DATA_FOR_DEVICE. it will delete the device id too. you may reinitialize the device follwing Jo Gel Santiago's weblog.

Go to the T-Code MCD or MI_MCD. you will find all the mobile components there. you may delete the same from here. but if the MCD is used in any device, you can't delete the MCD. only after unassigning the same from the device(s) you can delete.

Instead you can just do it form the Webconsole.

Regards

Arunkumar

Former Member
0 Kudos

actually I was looking for a FM which can explicitely ask for a name of component and range of the versions,

anyways Thanks Arun & Jo for the information,

I am closing this problem,

Deepak

Former Member
0 Kudos

hi Deepak,

Probably you may write one and give it out as code sample to the community!

Regards

Arunkumar

Former Member
0 Kudos

hello deepak,

it's pretty simple to create. you can extend the current

ME_JSP_SMOMO_MSD_DELETE function. if i can find a system

to try it, i will share it here again...

regards

jo

Former Member
0 Kudos

hi jo & Arun,

This is definitely a good suggestion,

I will try doing it,

Thanks,

Deepak