cancel
Showing results for 
Search instead for 
Did you mean: 

Mass change of EBP Purchase orders

Former Member
0 Kudos

Hi,

I have around 100 purchase orders, in that invoice reciept indicator is not set, due to this in backend all the 100 PO showing net price as zero, is there any mass change option in SRM so that i can check invoice indicator for all the 100 PO's in SRM,

User is not ready make changes individuaally, asking for mass changes.

Please suggest

Thanks ,

Jairaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jairaj,

As far as I know in SRM 5.0, this kind of mass change is available only for contracts but not for PO.

So the only option seems to create a custom program where you can loop on PO and change it using below logic inside your loop:

1. BBP_PD_PO_LOCK

2. BBP_PD_PO_GETDETAIL

3. BBP_PD_PO_UPDATE

4. BBP_PD_PO_SAVE

5. COMMIT WORK

6. BBP_PD_PO_UNLOCK

7. BBP_PD_PO_RESET_BUFFER (to reset buffer for next loop iteration to avoid memory bottleneck issues)

Rgds,

Prasanna

Former Member
0 Kudos

Hi,

Thanks for valuable suggestion,

Reagrds,

Jairaj

Former Member
0 Kudos

Hi All,

We can change the ECS PO from Backend, via masspo change T-code.

jai

Former Member
0 Kudos

Hello Jairaj,

Can you please tell me what is the T-code you used for this??

Regards,

Naresh.