Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a workflow using the Report

Former Member
0 Likes
674

Hi all,

There is a requirement like this....

The User want to create a report with a selection screen and when he executes the REPORT the output record

should be sent to the SAP Workplace by triggering.

Please help me someone on this...

Thanks in advance

Chakri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

hi

check this program

http://www.sapdev.co.uk/reporting/email/email_sapmail.htm

if you dont understand anything , ask here

Hi all,

There is a requirement like this....

The User want to create a report with a selection screen and when he executes the REPORT the output record

should be sent to the SAP Workplace by triggering.

Please help me someone on this...

Thanks in advance

Chakri

4 REPLIES 4
Read only

Former Member
0 Likes
639

hi

check this program

http://www.sapdev.co.uk/reporting/email/email_sapmail.htm

if you dont understand anything , ask here

Read only

Former Member
0 Likes
638

Hi all,

My requirement is something like this....

1. The User want to create a report with a selection screen and when he executes the REPORT the output record

should be sent to the SAP Workplace by triggering.

2. In Extension to the above is: When a file stores in the application server...an EVENT need to trigger the REPORT. How

to achive the trigger of report is the specific requirement.

Please help me someone on this...

Thanks in advance

Chakri

Read only

0 Likes
638

>

> Hi all,

>

> My requirement is something like this....

>

> 1. The User want to create a report with a selection screen and when he executes the REPORT the output record

> should be sent to the SAP Workplace by triggering.

You dont need a workflow to send report output to SAP workplace. This can be a simple mail using SAP standard function modules or methods.

>

> 2. In Extension to the above is: When a file stores in the application server...an EVENT need to trigger the REPORT. How

> to achive the trigger of report is the specific requirement.

>

What creates a file in the application server? if it is a program, you can call your program from this program and run the report. If not a program, you might need to create an event

> Please help me someone on this...

>

>

> Thanks in advance

>

> Chakri

Read only

Former Member
0 Likes
638

Hi all,

Now the requirements is something like mention below....

I am collecting the Idoc Numbers from EDIDC and sending each Idoc number as work item to Business workplace.

But we are not able to process the error idoc from the Business workplace. How to further update the information.

Thanks in advance

Chakri

Edited by: chakradhar manchikanti on Oct 20, 2009 5:32 PM