Application Development 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: 

what is parallel processing ?

Former Member
0 Kudos

What is parallel processing ( i don't understand )?

in my program, there is one custom function module...when program control comes to that custom function module (I observed while exectuing the program in debugging mode ), A seperate screen gets opened in debugging mode with the above function module and starts running.

what is the use of parallel processing ?

Thanks in ADVANCE

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sam,

Read the following links.

[http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/096e92543b11d1898e0000e8322d00/frameset.htm]

[http://help.sap.com/saphelp_erp2004/helpdata/en/6b/00973945bfa500e10000000a114084/content.htm]

[http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f1f505211d189550000e829fbbd/frameset.htm]

The above links will give a good answer to your question

Regards,

Kinshuk

Edited by: Kinshuk Saxena on Sep 8, 2008 6:04 PM

2 REPLIES 2

Former Member
0 Kudos

Hi Sam,

Read the following links.

[http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/096e92543b11d1898e0000e8322d00/frameset.htm]

[http://help.sap.com/saphelp_erp2004/helpdata/en/6b/00973945bfa500e10000000a114084/content.htm]

[http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f1f505211d189550000e829fbbd/frameset.htm]

The above links will give a good answer to your question

Regards,

Kinshuk

Edited by: Kinshuk Saxena on Sep 8, 2008 6:04 PM

matt
Active Contributor
0 Kudos

With parallel processing, you can have two ot more processes running at the same time. This can deliver better performance than running one process after the next. Hence the term parallel