‎2007 Dec 05 10:33 AM
Hi Friends,
i have one requirement in report output, there is materaial field with editable option.
in that editable field if i enter materail number dynamically it has to materail description and show in mat description field.
Thanks & Regards
Jagadeeshwar.B
‎2007 Dec 05 10:39 AM
hi
go to makt table and get the discription. After that write a PAI event and pass it into scree field.
Thanks
Siva Kumar
‎2007 Dec 05 11:19 AM
Thanks Shiva,
can pls send the code how to implement, iam not familiar wity Dialog Programming.
Thanks & Regards
Jagadeeshwar.B
‎2007 Dec 05 11:59 AM
Hi Siva,
pls can u send the code to write pai module.
Thanks
Jagdeesh
‎2007 Dec 05 10:45 AM
Hi,
I think it is ALV Grid you are talking about. If it is so you can use field change event and on that event you can fetch data from MAKT and show description....
Regards,
Kunjal
‎2007 Dec 05 11:17 AM
Thanks Kunjal,
but Kunjal here is iam normal report only.
Thanks & regards.
Jagdeeshwar.
‎2007 Dec 05 11:28 AM
Hi,
If you have selection screen, there you can take this as an option:
You can create a button adjoining the field of Material and when user will have to press this button and on the AT USER-COMMAND event you can write select query to perform the required operation.
Instead of any button you can do the same thing with press of ENTER.
Regards,
Kunjal