2008 Aug 27 2:39 PM
Hi Friends,
I have to create Info set through below details.
I need to get the data from the table BSAD like Belnr, Vbeln,....etc. And also i need the data of materials matnr and its discription. So i tried to join BSAD and VBRP, but here the problem is in vbrp table there is no data for posnr. First i need to pick belnr say 100000, vbeln say 2000 and posnr say 10.
Affer getting this i need pick matnr and its description.
I need the tables to get data of posnr and the matnr.
Thanks in advance.
Regards,
Vishal.
Edited by: vishal g v on Aug 27, 2008 3:40 PM
2008 Aug 27 2:47 PM
Hi Vishal,
To get the material text you have to take one more table i,e MAKT
You can join this on VBRP-MATNR and MAKT-MATNR
Hi Friends,
I have to create Info set through below details.
I need to get the data from the table BSAD like Belnr, Vbeln,....etc. And also i need the data of materials matnr and its discription. So i tried to join BSAD and VBRP, but here the problem is in vbrp table there is no data for posnr. First i need to pick belnr say 100000, vbeln say 2000 and posnr say 10.
Affer getting this i need pick matnr and its description.
I need the tables to get data of posnr and the matnr.
Thanks in advance.
Regards,
Vishal.
Edited by: vishal g v on Aug 27, 2008 3:40 PM
2008 Aug 27 2:47 PM
Hi Vishal,
To get the material text you have to take one more table i,e MAKT
You can join this on VBRP-MATNR and MAKT-MATNR
2008 Aug 27 3:06 PM
Hi
thanks for reply.
I have taken the MAKT table.
BSAD is joined with VBRP BSAD-VBELN, BSAD-POSN2.
I have to create Info set through below details.
I need to get the data from the table BSAD like Belnr, Vbeln,....etc. And also i need the data of materials matnr and its discription. So i tried to join BSAD and VBRP, but here the problem is in BSAD table there is no data for posnr. First i need to pick belnr say 100000, vbeln say 2000 and posnr say 10.
Affer getting this i need pick matnr and its description.
I need the tables to get data of posnr and the matnr.
So posn2 doesnot contain data. i need to compare with posnr because vbeln is mutiple.so posnr will be third key. i need the tables for to get this data.
I am BI Consultant, After creating info set i need to get the data in BW. Any one can help me out in this .
Regards,
Vishal.
Edited by: vishal g v on Aug 27, 2008 5:07 PM
Edited by: vishal g v on Aug 28, 2008 1:32 PM