cancel
Showing results for 
Search instead for 
Did you mean: 

Change Mail content for standard mail 'Simultaneous logon approval required' in 2 Envelop RFx

Former Member
0 Kudos

Hi Experts,

Please suggest, we have a requirement where we need to Change Mail content for standard mail 'Simultaneous logon approval required' and Simultaneous Logon Successful in 2 Envelop RFx in SRM.

Thanks.

Regards,

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gaurav,

please implement BADI /SAPPSSRM/BD_SIM_LOGIN

Enhance Simultaneous Logon

Use

You can use this Business Add-In (BAdI) to incorporate customer-specific functions into the initiation and completion processes for simultaneous logon and to adapt simultaneous logon e-mail notifications.

Method PROCESS_FINISH

You use this method to add customer-specific functions to the simultaneous logon process. This method is called on completion of the simultaneous logon process.

The following parameters are provided

  • IV_EXT_GUID
    Process ID of the external process
  • IV_MODE
    Indicates the mode of the e-mail function (completion)
  • CV_SUCCESS
    Indicates whether the process was successful
  • IV_SET_GUID
    Process ID of the customer-specific process

  Method PROCESS_INIT 

You use this method to add customer-specific functions to the simultaneous logon process. This method is called on initiation of the simultaneous logon process.

The following parameters are provided:

  • IV_EXT_GUID
    Process ID of the external process
  • IV_MODE
    Indicates the mode of the e-mail function (initiation)
  • IV_SET_GUID
    Process ID of the customer-specific process

  Method SIM_EXT_MAIL 

You use this method to change the content of the e-mail sent to participants on successful initiation, completion or failure of the simultaneous logon session and to define the external process that is calling the simultaneous logon application.

The following parameters are provided:

  • IV_OBJECT_ID
      Business object identifier
  • IV_MODE
      Indicates the mode of the e-mail function (initiation, completion or failure)
  • IV_EXT_MODE
      Indicates the external process, for example, technical RFx response opening, of the calling application. This could be any process for which you want to use simultaneous logon.
  • CT_MAIL_BODY
      Content of the e-mail
  • CV_MAIL_SUB
      Subject line of the e-mail

Standard settings

If the customer does not define a BAdI implementation, SAP delivers a default BAdI implementation. The default implementation incorporates the simultaneous logon process with the two-envelope RFx response process. You cannot use the simultaneous logon process with standard RFxs in the default implementation.

Activities

Information about the implementation of BAdIs in the context of the enhancement concept is available in the SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

Regards,

raghuveer

Former Member
0 Kudos

Hi Raghu,

Thanks for your quick help/suggestion.

I am proceeding with it. Thanks a lot.

Regards,
Gaurav

Answers (0)