cancel
Showing results for 
Search instead for 
Did you mean: 

Function module/ program for deleting Vendor purchasing org. in BBPMAININT?

Former Member
0 Kudos

Hi,

Is there any function module or program available by which i can delete purchasing org. maintained for SRM vendors in BBPMAININT.

Regards

Bharat M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Please use the Standard SRM function module

*BBPPORG_DELETE*_

to delete the Purchasing organizations ->

Sample code - >

CALL FUNCTION 'BBP_PORG_DELETE' IN UPDATE TASK

TABLES

IT_FRG0060 = LT_FRG0060

IT_FRG0061 = LT_FRG0061.

COMMIT WORK.

Hope this will help. Do let me know.

Regards

- Atul

Former Member
0 Kudos

Fantastic Atul,

I needed this FM badly..

Awarded full points..

BR

Bharat

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Try to take a look at the BUPA function module

for instance you have BUPA_TEST_DELETE to delete vendors

or also BBP_UPDATE_PORG might be useful

Good luck

Stephane

Former Member
0 Kudos

Hi,

I know abt BBP_UPDATE_PORG tcode but it is not going to serve my purpose.. we want to delete certain purchasing organisation for 1400 vendors in the system & not for all..

In the above tcode, there isn't option available to input vendors..

Do you have any better solution to tackle this?

BR

Bharat M

Former Member
0 Kudos

Hi,

Try the foll FM's:

RH_DELETE_OBJECT

RH_DELETE_ORGE

BR,

Disha.

Pls reward points for useful answers.