cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting Plantes replicated from R/3.

Former Member
0 Kudos

Hi,

I replicated plant for mR/3 into SRM using BBP_LOCATIONS_GET_ALL. This worked as expected.

However, I replicated more plants that I wanted. Guess I should have used BBP_LOCATIONS_GET_SELECTED.

My question: Is there a way to delete the plants we do not want in SRM? I know BBP_LOCMAP table stores the plants.

Thanks,

Naing

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

To delete a location, you have to use FM BBP_BUPA_EVENT_DELE2 with the PARTNER_NO (example 0000000012)

Then you can check in table BBP_LOCMAP taht the deletion was done

Kind regards,

Yann

yann_bouillut
Active Contributor
0 Kudos

Hi,

Did it solve your issue ?

Kind regards,

Yann

Former Member
0 Kudos

Yann,

Yes, i was able to delete the Plant using FM BBP_BUPA_EVENT_DELE2.

I first look up BBP_LOCMAP table to get the partner number for the plant.

Thanks,

Naing

Answers (3)

Answers (3)

Former Member
0 Kudos

apart from the FM BBP_BUPA_EVENT_DELE2 mentioned above, you may try t-code BUPA_DEL, input the BP # of the Plant taken from table BBP_LOCMAP. I hope this helps.

Former Member
0 Kudos

Hi Naing,

Have you try FM BBP_ATTR_LOCATION_DELETE ?

You can view uploaded locations from FM BBP_LOCATIONS_GET_LOCAL_SYSTEM

or tables:

BBP_LOCMAP

Regards,

Marcin

yann_bouillut
Active Contributor
0 Kudos

Hi Marcin,

This FM does not delete the location.

Kind regards

Yann

Former Member
0 Kudos

Hi,

You can write a custom program to delete the required entry from BBP_LOCMAP.

BR,

Disha.

Pls reward points for useful answers.