sortiekpobyebeln ebelp.sortiekbebyebeln ebelp.loopatiekko.write:/ iekko.clear:lv_inx.readtableiekpowithkeyebeln=iekko-ebelnbinarysearch.ifsy-subrc=0.lv_indx=sy-tabix.loopatiekpofromlv_indx.ifiekko-ebeln=iekpo-ebeln.write:/ iekpo.clear:lv_indx1.readtableiekbewithkeyebeln=iekpo-ebeln eb...
ABAP Development hi, you mean Using a Cursor to Read Data ? Andreas ChristianFi Active Participant In response toandreas_mann3 2005 Aug 042:06 PM 0Kudos 194 SAP Managed Tags: ABAP Development I guess you are referring to the SE30 Tipps&...
Forgroup, you must specify a data object of the typeRZLLI_APCLfrom the ABAP Dictionary. This is usually one of the RFC server group created in transaction RZ12. In our case it is “parallel_generators”. For each asynchronous RFC where the group is specified, the most suitable application...
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. ...
SAP Managed Tags: ABAP Development 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 types of work processes. Due to limited documentation, there was a small learning curve ...
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...
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...
SAP Managed Tags: ABAP Development, ABAP Extensibility, ABAP Cloud how to write parallel cursor method condition for multiple table fetching, in my case I am joining ekko,ekpo,ekbe,lfa1,adr6. here ekko, ekpo, ekbe tables are having more records for single po number(ebeln).Know...
SAP Managed Tags: ABAP Testing and Analysis Hello Fernando, thank you for the answer. I have 20 different jobs and each job needs it's own cursor because each job has its own interval(range) for the select. Example: Job 1: Interval 1-10 Job 2: Interval 11-20 Job 3: Interval 21-...
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 ...