cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment .PDF in Bid Invitation and Auction e-mail

pedro_santos6
Contributor
0 Kudos

Hi experts,

Anybody knows how can I take off the Attachment .pdf of my e-mail to vendors when I create a Bid Invitation or Auction?

See this print scren to see what I talk about: [SOST Print|http://sapsrm.xpg.com.br/SAP/SOST_ATTACHMENT.jpg]

I want to exclude the attachment.

Thanks,

Pedro Marques

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check the BADI BBP_OUTPUT_CHANGE_SF.

You can change the value for CS_PARAMETERS-ATTACH_IND.

Clear CS_PARAMETERS-ATTACH_IND.

Regards,

Masa

pedro_santos6
Contributor
0 Kudos

Hi Masa,

I did it! But nothing happenig! I have to do other thing?

Thanks,

Pedro

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I'm sure the BADI is correct one. Could you double check the BADI is active ?

Regards,

Masa

pedro_santos6
Contributor
0 Kudos

Hi,

I used this code:

IF cv_smartform = c_bbp_auction.
  cv_smartform = ' '.
ENDIF.

IF cv_smartform = c_zbbp_auction.
  cv_smartform = ' '.
ENDIF.

To all documents!

Thanks,

Pedro

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You need to clear the value for CS_PARAMETERS-ATTACH_IND parameter.

Regards,

Masa

Answers (0)