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: 

basic ....

Former Member
0 Kudos

hi dudes,,,

1) what is the diffrence between Golden-Client and Client..?

2) work process details..?

in bdc..

in bdc.. Call transaction method is there back ground or not ..?

==> In Call transaction method in syntax..

mode 'n' == > mean it runs with out displaying screens...it is in back groun or not for call transaction....

1 REPLY 1

Former Member
0 Kudos

<b>Master Client</b> – An SAP client, sometimes referred to as the “golden client” that is carefully managed to minimize the opportunities for data corruption. It typically is the source client used in replications to training and sandbox clients.

This differs from a normal client.

<b>Work Process</b>

A process that as a component of an application server executes an ABAP application.

To process SAP requests from several front ends, an SAP application server has a dispatcher, which collects the requests and forwards them to work processes for execution.

There are the following types of work process:

Dialog

For executing dialog programs

Update, Upd2

For asynchronous database updates

Background (batch)

For executing background jobs

Enqueue

For executing lock operations

Spool

For print formatting

Work processes can be assigned to dedicated application servers. In the service overview (SM51), you can see which work process types are provided by the individual servers.

Each work process is logged onto the database system as a user for the entire runtime of the SAP system.

Each work process is assigned for the duration of a dialog step to an ABAP program.

<b>BDC</b>

Yes upto certain extained 'N' is used just to not display screen while uploading.

But this whole task also we can set in background.

Reward if useful!