using parallel cursor read with field symbols Former Member 2015 Jan 28 12:51 PM 0 Kudos 1,118 SAP Managed Tags: ABAP Development Hi all. I am trying to do loop inside a loop with field symbols to add some values checking same Profit center. I am doing loops on a BPC ...
With this statement, you are instructing the SAP system to process function module calls in parallel. Typically, you’ll place this keyword in a loop in which will divide up the data that is to be processed into work packets. Calling program is continued using the statementCALL FUNCTION, as ...
SAP Managed Tags: ABAP Development can anyone tell me what is use of parallel cursor method? 2 REPLIES andreas_mann3 Active Contributor 2005 Aug 041:49 PM 0Kudos 194 SAP Managed Tags: ABAP Development hi, you mean Using a Cursor to Read Data ? Andreas ChristianFi Active Participant In...
Using class CL_ABAP_PARALLEL is a convenient way to mass process in parallel dialog work processes. This can be especially powerful in a system with more dialog vs other
SAP Managed Tags: ABAP Development Hi Michelle, Do you have the code that you fixed the short dump? I'm facing the same problem where there is short dump in the Fetch Next cursor code. Appreciate if you could paste the code that you have fixed the problem Thanks. MY Reply Former...
OPEN CURSOR WITH HOLD problem in a parallel programm former_member205645 Participant 2011 Feb 02 10:15 AM 0 Kudos 832 SAP Managed Tags: ABAP Testing and Analysis Hello Gurus, i am running a 20 job parallelized programm, that reads two database tables: IF l_flg_second_time ...
If you have nested loop, make sure you follow parallel cursor approach as mentioned in SE30 tips and tricks. Hope it helps. Reply Former Member In response to Former Member 2008 Sep 24 10:47 PM 0 Kudos 536 SAP Managed Tags: ABAP Development Thanks. Can you please give me ...