cancel
Showing results for 
Search instead for 
Did you mean: 

Design suggestions to Send attachments to the Users

Karthik_Gali
Participant
0 Kudos

Dear Experts,

Could you please share your suggestions on the following requirements.

We are currently developing an SAP fiori application. The application performs mass registration i.e creating relationship(M:N) between the Student and Module objects.

The idea is to just give an information message as a pop up to the user after the action has been triggered(i.e. clicking on button to perform the mass registration) to check the summary report(error and information log) in the My Inbox app(SBWP inbox) and as an E-mail.

I would like to know,

1.Is the proposed design of generating the summary report during the program run and send it as attachment to the users inbox(SBWP) and as an E-mail for the analysis purpose is ideal (or) is there any better alternative for this kind of scenario in terms of development effort and also from the end user usability standpoint.

2.If the above design is appropriate,could you please share how this can be achieved.I am currently looking into the following discussion

https://archive.sap.com/discussions/thread/3246300

Thanks in advance.

Regards,

Karthik

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor

You could also build a small html table as main body of the mail?

Karthik_Gali
Participant
0 Kudos

Dear Raymond,

Thanks for your reply.

Sounds interesting,I will give it a try.

Moreover,since the application processes mass records as the name of the app

suggests, the summary report may contain too many records to display in the mail

body.

The proposal for attachment was to make the results persistent,so that the user

can later analyse the unprocessed records.

Thank you.