cancel
Showing results for 
Search instead for 
Did you mean: 

parallel cursor method for multiple table joining

thamizh04
Member
0 Kudos

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).

anne-petteroe
Community Manager
Community Manager
0 Kudos

Hello,

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

Feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will also help you when preparing questions for the community.

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage your readers to respond.

Kind regards,
Anne

Sandra_Rossi
Active Contributor
0 Kudos

Why do you want to "write parallel cursor method"?

What issue do you want to address?

Accepted Solutions (0)

Answers (1)

Answers (1)

matt
Active Contributor
0 Kudos

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.