cancel
Showing results for 
Search instead for 
Did you mean: 

Get if a DTP's Parallel Extraction is checked through abap

Former Member
0 Kudos

Hello,

In the extraction tab of a data transfer process there is a property "Parallel Extraction" and I'm trying through an ABAP program to know if this property is checked or not.

For the moment I'm checking the processMode column in the RSBKDTP table for a specific DTP and if the processMode value = 3 , I assume that the "Parallel Extraction" field is checked.

But I've noticed that in some old DTPs even if the field is checked the database value is equal to 1 (and I can't chose "Parallel extraction and Processing" in the Execute tab of the DTP), so is this a bug due to the update from BW 7.0 to 7.3 or I'm using the wrong way to get this property ?

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182470
Active Contributor
0 Kudos

Hi,

This will clarify you:-----

http://scn.sap.com/thread/3215489

Regards,

Suman

Former Member
0 Kudos

Tanks for your anwser, my issue is that some DTPs have the parallel extraction check box checked in the Extraction tab (meaning they comply to the conditions in your link) but when I go to the Execute tab there is no way to choose the "Parallel Extraction and Processing" process mode.

When I check the DTP in the RSBKDTP table it's processmode column equals 1.

If I reactivate the DTP the parallel extraction field is automatically unchecked.

Seems like a bug to me and I want to develop a program that returns all the DTPs with this bug (ie parallel extraction checked in the UI but ineffective).

Does anyone have an idea of which property or table I can check ?