cancel
Showing results for 
Search instead for 
Did you mean: 

PO Output Mail Customization Issue

former_member305388
Active Contributor
0 Kudos

Hi,

We are using SRM 7.0 and we have customized the PO output layout. As part of the customization we have also changed the mail with the PDF attachement. We have changed the mail to display different language output in the mail. The functionality was achieved as given belwo

1) Create a copy of class CL_PD_PO_PROCESSING_BBP. (ZCL_PD_PO_PROCESSING_A and ZCL_PD_PO_PROCESSING_b)

2) Modify method PROCESS_BBP_PO_MAI with the custom smartform name as required.

3) SPRO->SRM Server->Cross Application Basic Settings->Set Output Actions and Output Format->Define Actions for Purchase Order Output

4) Select BBP_PD_PO and double click Action Definition and Processing Types.

5) Highlight Mail and click Set Processing button.

6) Insert the copy of CL_PD_PO_PROCESSING_BBP created before in Processing Class.

Now we have created two such custom class ZCL_PD_PO_PROCESSING_A and ZCL_PD_PO_PROCESSING_B. Recently i have added a new processing class and assigned the method ZCL_PD_PO_PROCESSING_B but during runtime i find it always picks up ZCL_PD_PO_PROCESSING_A.

Any pointers as what might be going wrong?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

2 things over here:

You mentioned in point 2

2) Modify method PROCESS_BBP_PO_MAI with the custom smartform name as required.

This is not required . To have the custom smartform to be picked you can implement the badi

BBP_OUTPUT_CHANGE_SF. So that way you do not need to modify the standard SAP method.

For the fact that the new class is not being picked. You can do the following

Tr- SPPFCADM

In this transaction Clean Up inconsistencies

Check all the 4 check boxes and clean up the inconsitencies,

It might solve the problem.

Regards,

Sapna

Answers (1)

Answers (1)

former_member305388
Active Contributor
0 Kudos

Any one got any links to solve the issue?