‎2008 Sep 30 8:54 AM
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 ?
‎2008 Sep 30 8:57 AM
hi
You can write a select query like this :-
"select single vdatum from QAVE into wa_vdatum where PRUEFLOS = qals-PRUEFLOS.Regards
‎2008 Sep 30 8:57 AM
hi
You can write a select query like this :-
"select single vdatum from QAVE into wa_vdatum where PRUEFLOS = qals-PRUEFLOS.Regards
‎2008 Sep 30 9:01 AM
Hi
QALS-PRUEFLOS = QAVE-PRUEFLOS, u can fetch with that relation
‎2008 Sep 30 9:01 AM
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