Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help needed on ABAP Query

Former Member
0 Likes
534

Hi Guys,

I need to join RBKP,RSEGand BKPF using SQ01. But BKPF has no link to RBKP or RSEG.

The only link is AWKEY field of BKPF which contains MIRO DOC as first 10 charcters but in SQ01 i cant split 10 characters of BKPF to link with RBKP.

Please help m on how to use CODE option in this regard in SQ01.

Is it possible to link these 3 tables.

I can write simple ABAP program but if it can happen thru SQ01 query. It is helpful.

Thanks

Eswar Rao.

Hi Guys,

I need to join RBKP,RSEGand BKPF using SQ01. But BKPF has no link to RBKP or RSEG.

The only link is AWKEY field of BKPF which contains MIRO DOC as first 10 charcters but in SQ01 i cant split 10 characters of BKPF to link with RBKP.

Please help m on how to use CODE option in this regard in SQ01.

Is it possible to link these 3 tables.

I can write simple ABAP program but if it can happen thru SQ01 query. It is helpful.

Thanks

Eswar Rao.

2 REPLIES 2
Read only

Former Member
0 Likes
466

Go to edit mode in Infoset (SQ02) and from menu GO TO ---> Code

Here you will find various events to write your code.

Read only

0 Likes
466

Hi,

I tried in code but how will i get internal table structure at runtime becoz query generates a run time program .so how will i use that.

i kept break point and tried but i am not getting how to proceed further.

please suggest.