SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Query on DFKKOP - cases of amount mismatch in BETRW and PSWBT

paresh_vanjara
Participant
0 Kudos
524

HI,

First I have query that is there a possibility that in DFKKOP - BETRW and DFKKOP - PSWBT can be different.

If yes, what could be the scenarios?

More importantly, I want to write query in SQVI to find such cases where DFKKOP- BETRW and DFKKOP - PSWBT are different.

Can I write below query or I have to developed separately as ABAP report?

Regards,

Paresh

3 REPLIES 3
Read only

paul_bakker2
Active Contributor
0 Kudos
403

Hi,

Yes, that is certainly possible. We have many cases in our Prod system where PSWBT is zero and BETRW is not.

I'm not sure what the scenario is.

I don't believe you can write such a query in SQVI, as you can't join a table onto itself. But maybe there's another way?

cheers

Paul

Read only

0 Kudos
403

It is possible to join a table to itself in SQ02, you use an alias for the 2nd instance of the table.

However, I havent yet found a method for comparing values between tables with such a query.

Read only

paresh_vanjara
Participant
0 Kudos
403

HI,

Got the point.

Regards,

Paresh