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

qals & qave

Former Member
0 Likes
2,564

please anybody can help me ?

How mainten the relationship between QALS & QAVE?

i need a feild called vdatum from QAVE table but i didn't found the relationship between this two report ?

how do i found it ?

1 ACCEPTED SOLUTION
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,506

hi

You can write a select query like this :-

"select single vdatum from QAVE into wa_vdatum where PRUEFLOS = qals-PRUEFLOS.

Regards

3 REPLIES 3
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,507

hi

You can write a select query like this :-

"select single vdatum from QAVE into wa_vdatum where PRUEFLOS = qals-PRUEFLOS.

Regards

Read only

former_member585060
Active Contributor
0 Likes
1,506

Hi

QALS-PRUEFLOS = QAVE-PRUEFLOS, u can fetch with that relation

Read only

Former Member
0 Likes
1,506

Hi,

the simplest way is to create a quck-viewer (SQVI) with table-join.

insert both tables and you see the relation.

In this your it's PRUEFLOS.

Regards, Dieter