cancel
Showing results for 
Search instead for 
Did you mean: 

what what is work process blocking

Former Member
0 Kudos

Hi all,

please post me how to block the work process( Dialog and Batch ) for Synchronous / Asynchronous Transports.

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi revanthkumarkadali ,

Please refer to this procedure to setup Operation Modes if this solution exactly suits your requirement.

Setting up operations mode:

u2022 Choose Administration -> CCMS -> Configuration -> Operation Modes/Instances, or call transaction RZ04

u2022 Create a new operation mode (which can be switched automatically)

u2022 Operation Mode -> Create.

u2022 Enter the Name of the Operations Mode:

u2022 Enter the description of the Operations Mode:

u2022 Enter the Monitoring Variant: SAP_DEFAULT

u2022 Repeat above steps for more operations modes.

u2022 Create Instance Data and maintain work process distribution

u2022 Operation Mode -> Maintain instances -> Operation Mode View

u2022 Instance -> Create New Instance

u2022 Enter the following data:

u2022 Hostname of the SAP Server

u2022 Instance Number (xx)

u2022 Start Profile of the SAP Server

u2022 Instance Profile of the SAP Server

u2022 Click on the Save icon

u2022 Maintain Work Process Distribution for operation modes

u2022 Select the Operation Mode

u2022 Adjust the Work Process Distribution for the selected operation mode

u2022 Save

u2022Repeat the above for all the operation modes.

Maintain the operation mode timetable:

u2022 Choose CCMS -> Configuration -> Operation mode timetable. Alternatively, call Transaction SM63

u2022 Choose Normal operation (24 hr), and Change.

u2022 Double-click on the start time and end time that is required for an operation mode.

u2022 Choose Assign to assign these times to the operation mode.

u2022 Enter the name of the operation mode to be active for the time period that is defined.

u2022 Save the changes.

u2022 Assign time range to other operation modes.

u2022 Finally, save the table.

Thanks

Sekhar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi revanthkumarkadali ,

You need to configure 'Operational Modes' such that certain critical Background & Dilalog workprocess are available and dedicated for critical processes.

In detail - Operation modes can be defined to suit specific system requirements to provide additional dialog or background processing resources during a particular period of time without having to restart the SAP System

Regards

Sekhar.

former_member759680
Contributor
0 Kudos

You cannot block Workprocesses per se.

But, you can make sure that you transport job RDDIMPDP finds a background workprocess free in teh following manner -

1. RZ04 - Operation Modes allows you to set reserve workprocesses for Priority A jobs. Set that number to more than 2.

http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f53505211d189550000e829fbbd/content.htm

2. logon to client 000 with DDIC and execute the report RDDNEWPP and it will ask you for the priority to schedule job RDDIMPDP (transport job). schedule it with priority A.

This should do it.