‎2006 Jul 05 2:33 PM
how to give link between diffrent tables like kna1,vbak,vbap with in a smart form
‎2006 Jul 05 2:36 PM
You will have fetch the data uisng the conditions like this
KNA1-KUNNR = VBAK-KUNNR
VBAK-VBELN = VBAP-EBELN.
You will have to fetch the data using selects and display the data in the form.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Jul 05 2:39 PM
hi Sai,
Use select Statements using KUNNR as a primary field ..
Regars,
Santosh
‎2006 Jul 05 2:40 PM
‎2006 Jul 05 3:07 PM
Hai Sai
you can use Kunnr as key field
that is
select -
where kna1-kunnr = vbak-kunnr and
vbak-vbeln = vbap-vbeln.
Thanks & regards
Sreeni
‎2006 Jul 05 3:42 PM
hi
good
you can give the link between two table in this process
go to smart form window
click on global definition
here in the type tag you can give the link between the tables
thanks
mrutyun