What is the run time difference of query vs. ABAP?

I created a query using a logical database BRM to extract financial data using tables BKPF and BSEG. I am running for period 1 with company code. The query ran an hour to extract data for period 1. I used same logical database BRM to create a simple ABAP report. But the ABAP program is taking one full day to get period 1 data.

What is the run time difference of query versus ABAP? I've used all performance tricks in the ABAP program.

    Requires Free Membership to View

ABAP queries generate ABAP code. Have a look at the program behind the query you have written, and you'll see the techniques in use.

This was first published in June 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.