sortiekpobyebeln ebelp.sortiekbebyebeln ebelp.loopatiekko.clear:lv_inx.readtableiekpowithkeyebeln=iekko-ebelnbinarysearch.ifsy-subrc=0.lv_indx=sy-tabix.loopatiekpofromlv_indx.ifiekko-ebeln=iekpo-ebeln.clear:lv_i
SAP Managed Tags: ABAP Development hi, you mean Using a Cursor to Read Data ? Andreas Reply ChristianFi Active Participant In response to andreas_mann3 2005 Aug 04 2:06 PM 0 Kudos 224 SAP Managed Tags: ABAP Development I guess you are referring to the SE30 Tipps&Tricks...
or in the case of the background job, calls commit work explicitely. For this reason each task should encapsulate one logical unit of work (LUW). These can never be used to iterate over an open DB cursor as it will be lost when switching. ...
/people/adam.baryla/blog/2010/12/22/optimizing-abap-programs-performance-with-parallel-processing I thought - perfect! That's what we need. However, when starting FM in a new task. <DUMP>. Reading the documentation on open cursor it looked like the dump could be solved by simply using the...
Check this link also. http://www.sapdevelopment.co.uk/perform/perform_pcursor.htm You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (0) Answers (0) Ask...
using parallel cursor read with field symbols Former Member 2015 Jan 28 12:51 PM 0 Kudos 1,170 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 model ...
OPEN CURSOR WITH HOLD problem in a parallel programm former_member205645 Participant 2011 Feb 02 10:15 AM 0 Kudos 851 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 = ...
ABAP Development Hi, I need to update huge amount (around 3 million) of data in parallel process and fetch cursor is giving dump because of database commit during parallel process. I can not take whole data at once in internal table hence need to use fetch next cursor. Please help. regar...
If the problem is with the code, then try to focus in 'select' and 'loop' statement. You can check whether your select statement is effective by using ST05. If you have nested loop, make sure you follow parallel cursor approach as mentioned in SE30 tips and tricks. Hope it helps. ...