cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT: Issue in BADI BBP_CHANGE_SF_BID

Former Member
0 Kudos

Hi Experts,

I need to customize the email sent for RFQ.

I have created a Z copy of standard smartform and implemented BADI BBP_CHANGE_SF_BID with following code:

METHOD if_ex_bbp_change_sf_bid~change_smartform.

  IF smartform = 'BBP_BIDINV_BID'.

    smartform = 'ZEKF_SF_BIDINV_BID'.

  ENDIF.

ENDMETHOD.

But still my email for RFQ is taking standard smartform for email only.

Can you please help if I am missing some step?

Thanks,

Megha Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Megha,

Implement the BAdI BBP_OUTPUT_CHANGE_SF to send notification and use the following line to send new smart form name for attachment.

* Smartform used as PDF attachment to email

            cv_smartform = 'SmartFormName'.

Hope this helps.

Regards,

Krishna

Former Member
0 Kudos

Hi Megha,

I would like to know if the solution above is worked for you.

Regards,

Krishna