cancel
Showing results for 
Search instead for 
Did you mean: 

processing mode

Former Member
0 Kudos

hi SAP_XI experts,

can u explain me what are the different types of processing modes and how they atre used.

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member556603
Active Contributor
0 Kudos

Hello Vijaya,

Processing Mode

In the maintenance transaction initial screen you can choose between three processing types. At the same time, you can specify whether you want to work with all the database records, or whether you want to make a selection. To restrict the selection, select the option "restricted data area" before you choose a processing function. After you have fetched a complete or restricted work area into the buffer or onto the screen for processing, you can either process individual records or create a sub-work area.

The processing modes in the initial screen are:

Maintain (Change, Insert, Delete entries)

Maintenance processing can also be restricted by field, i.e. you may have authorization, but if you try to maintain a field which is flagged as "Read only" in the Dictionary, it will not be ready for input.

Display

In this processing mode you can only display. It is possible to select by field contents to create sub-work areas. Maintenance functions can not be used.

Transport

Changed records are usually copied into a change request when they are saved. "Usually" means (see also Transport 😞

for client-independent tables or views

for client-dependent tables or views, if the client is set.

If this is not the case, or if you want to transport unchanged records for other reasons, you can manage records in change request tasks in this mode.

Thanks,

'Satya Kumar

former_member187563
Contributor
0 Kudos

hi vijaya,

Your question is not very clear.

but If you want to know about Synchronous and asynchronous modes.

Synchronous : In this mode you get an acknowledgement back whether processing occured correctly or not.Mail ,soap adapters are used mostly in this mode.

Asychronous : In this mode there is an option of receiving acknowledement or not.

refer to this link

http://help.sap.com/saphelp_nw04/helpdata/en/3e/a35c3cff8ca92be10000000a114084/frameset.htm

regards,

ujjwal kumar

Former Member
0 Kudos

modes are:

1)Synchronous

2)asynchronous

Asynchronous is used to send the request to the receiver.

synchronous mode is used to get response from the receiver.

Former Member
0 Kudos

Hi

the processing mode in case of File adapter:

there are different types of processing mode in case of sende fikle adapter.

1. delete mode: when you set the processing mopde as delete then the file adapter will delete the file from the directory after reading.

2.Set to Read -only: when you select the mode as Read only mode then the file adapter only read the file and it you can make any updaton in the file during the testing.

3.Test: in the test mode the file will be not deleted from the directory and the same file will be used each time the adapter ping to the directory during testing.

Thanks

Rinku

Former Member
0 Kudos

Hi Rinku,

2.Set to Read -only: when you select the mode as Read only mode then the file adapter only read the file and it you can make any updaton in the file during the testing.

Set to Read - only: File adapter take the copy of the file from the directory and make the file is in Read Only mode(by default this mode is not set...You can check in properties of file).File Adapter does not poll the data from the next poll onwards...(ie take the copy only once....File Adapter cannot read the read only Files)

vijay_b4
Active Contributor
0 Kudos

Hi Vijaya,

check this link

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

If Processing mode (File) - Delete, Append,Test etc you can mention as per the requirement.

Reward points if this helps

Regards

Vani.

Former Member
0 Kudos

> can u explain me what are the different types of processing modes and how they atre used.

Hi,

Processing mode are of two types.

1. Asynchronous Mode

2. Sysnchronous Mode

Asynchronous Mode: In XI you can use this mode when you don't require any acknowledgement (response).

Synchronous Mode: Use this mode whenever you require any acknowledgemet.

And if you are talking about file processing mode in CC, then i guess you can understand it by it's name, e.g. if processing mode is Delete the file will be deleted from source dir by sender file adapter, if it is Create then file will be created by Receiver adapter and so on..

Regards,

Sarvesh