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 140 SAP Managed Tags: ABAP Development I guess you are referring to the SE30 Tipps&Tricks...
Parallel Cursor is an obsolete way of avoiding badly performing nested loops on Internal Tables. It is not for database tables. You just need to write a select with appropriate joins. You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, registe...
Simple, readable, helpful unit tests. Contribute to paralleldrive/riteway development by creating an account on GitHub.
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 a Question Type your question here...Rec...
using parallel cursor read with field symbols Former Member 2015 Jan 28 12:51 PM 0 Kudos 951 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 ...