cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to copy email body configuration.

ronaldo_aparecido
Contributor
0 Likes
708

I must copy the /SCMTMS/TEND_NOTIF_MAIL_SENT configuration and then put a BOPF code to change the email body data.The path in spro is: SPRO >> Transportation Management >> Freight Order Management >> Tendering >> Define General Settings for Tendering:

My question is how can I copy /SCMTMS/TEND_NOTIF_MAIL_SENT and how can I access its code so I can add my bopf abap code?

Do you have any documents about it?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

1. Include the range you want to copy in the worksheet and press other + F11 to open the Microsoft Visual Basic application window at the same time.

2. In the Open Microsoft Visual Basic application window, click Tools > The reference materials are shown below.

3. Inside refer to the -- VBAProject dialog box, find and check the Microsoft Outlook object library options, and then click the OK button

4. Click the centerfold > Module, and then copy and paste the following VBA code into the Module window.

VBA code: Send an email with a specified range, pasted into the body of the email in Excel

5. Press F5 to run the code. In the Kutools for Excel dialog box that pops up, select the range that you want to paste into the body of the email, and then click the OK button

6. Now you will create an E-mail message with the specified recipient, subject, body, and selected Excel range. Click the Send button to send the E-mail

ronaldo_aparecido
Contributor
0 Likes

frdric.girod I want to understand what /SCMTMS/TEND_NOTIF_MAIL_SENT is. I need to know if it's an FPM config or something else and how to access the code for this thing.