cancel
Showing results for 
Search instead for 
Did you mean: 

Bid invitation email content text modification

Former Member
0 Kudos

Hi Srm Gurus,

I have copied and modified the smart form bbp_output_cover for bid invitation (which has the email text and is sent as an email to vendors)...i need to know where i have to specify the form name in configuration .

we are not supposed to enter the form name in define actions ....becoz this form is sending only the email notification to the vendors ...not the application document.

i had implemented the badi BBP_CHANGE_SF_BID to change the form name

Even then system takes the std form name.

please help me out.

Points will be awarded

Thanks,

Radha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Radha,

specify your smartform name in BADI BBP_CHANGE_SF_BID using

method method if_ex_bbp_change_sf_bid~change_smartform.

Just assign the name, e.g. :

if sy-subrc = 0.

smartform = xxxxxx.

else.

exit.

endif.

Thanks,

Claudia

Former Member
0 Kudos

Hello Radha - Were you able to solve this below problem you had? Were you able to trigger the custom form instead of std. form through BADI? If you find the solution please repsond to me since i am having the same problem.

I would like to trigger the zbbp_output_cover through BADI ? I am wondering can i still use the same Badi BBP_CHANGE_SF_BID and change the smart form name to my zbbp_output_cover . Does that work? Please respond.

Thanks,

Sekhar.

Former Member
0 Kudos

Hello..

For bid invitation..

try to implement this BADI "BBP_OUTPUT_CHANGE_SF" for changing Smart form.

hope this will help you..

please reward points if answer helps to you...

Thanks

Venkatesh

mani_sreedharala
Active Participant
0 Kudos

Hello Radha,

Did you activated the BADI Implementation ?

Regards,

Mani

Former Member
0 Kudos

Hi Mani,

After creating bid we have to run prg 'rsppfprocess' .After executing the prg, custom smartform was called.

thanks

Radha

mani_sreedharala
Active Participant
0 Kudos

Hello Radha,

If you are using the program "rsppfprocess" to send the outputs, then you have to customize the settings in the trasaction SPPFCADM. Please maintain the settings/changes and check again.

Hope your problem got solved...

Regards,

Message was edited by: Mani Sreedharala