cancel
Showing results for 
Search instead for 
Did you mean: 

Configure regarding program RSWUWFMLEC

Former Member
0 Kudos

Hi All,

I have a configure question about RSWUWFMLEC. I have already create new Z_RSWUWFMLEC copy from RSWUWFMLEC.

And our client have a requirement:

insert the following below the last sentence u201Cuse the following linku2026u2026u2026.

Overview of Shopping Cart No. (include SC no & SC name) and table (eg. Below)

But I think this program aleady soluted this requirement. But I can't test the right result for this requirement.

Where is wrong? my new program can't be triggered when I create new shopping card. and have no any shopping card table.

My question is: I need to change the code to get Shopping card detail format table in notification mail body? or already exist?

I need to any configure for this new program?

Thanks a lot.

Alice.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

the previous answer is correct.

To answer your question

"my new program can't be triggered when I create new shopping card. "

It wont be automatically triggered, if a new SC is created!!

You have to plan a job with sm36, which starts the RSWUWFMLEC, or your program, ZRSWUWFMLEC. If you are in SRM 5.0 use RBBP_NOTIFICATION_OFFAPP.

You may check the documentation at help.sap.com as well.

Regards,

Daniel

Former Member
0 Kudos

Hi,

Implement the badi BBP_OFFLINE_APP_BADI.Use the method "MAIL_CREATE" to create your custom specific mail body for the email.This BADI works with the recent program RBBP_NOTIFICATION_OFFAPP used to generate mails for SRM 5.0.For SRM 4.0 and lower versions,the program

RSWUWFMLEC is used.So you need to find whether this BADI works in SRM 4.0.

If not,you may have to modify the program to include the Sc details as a part of the Mail content.Since you have already created a Copy of the Std program,you can easily change it as per your requirements.

Also see this related thread:

BR,

Disha.

Do reward points for useful answers.