cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel processing for ABAP prorams in Process chain.

former_member184624
Participant
0 Kudos

Hi All,

In one of the process chain, we have added the ABAP program. In Backend,the job is running as "BI_PROCESS_ABAP".

I just want to know, same like DTP, can we keep parallel processing for the ABAP programs also. Please suggest.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

abhishek_shanbhogue2
Contributor
0 Kudos

Hello Jalina

Also check with BASIS if the memory allocated to run this program has not overflowed and the selections you have in your ABAP program is in small chunks and use variants to run them in parallel OR series

Thanks

Abhishek Shanbhogue

former_member185132
Active Contributor
0 Kudos

If your ABAP process has a selection screen, you could create multiple variants of the selection screen (with different selection criteria) and pull them in parallel in your process chain.

The other option is to modify the code in order to support parallelism. This requires an ABAPper and significant code changes.

former_member184624
Participant
0 Kudos

Thanks for your reply.

There is one ABAP program while running, we are getting the error as "SQL Error 3135 when accessing table XXXX. This program ran more than one hour and finally we got ABAP dump. Please suggest, how to proceed.

Thanks.

MartinMaruskin
Active Contributor
0 Kudos

Hi Jalina,

If you are on ORACLE DB it is worth to check if some table space is not exceeding its space. If this is not the case most likely there is some other inconsistency within your DB. you may want to check with SAP Basis people what is going on in the system.

cheers

m./

Former Member
0 Kudos

Hi,

   Can you please provide a ABAP code for parallel processing....I have to develop an abap program to delete entries in DSO table.

Thanks

Nit