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

Dynamic picking

Former Member
0 Likes
781

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

6 REPLIES 6
Read only

Former Member
0 Likes
748

hi

go to makt table and get the discription. After that write a PAI event and pass it into scree field.

Thanks

Siva Kumar

Read only

0 Likes
748

Thanks Shiva,

can pls send the code how to implement, iam not familiar wity Dialog Programming.

Thanks & Regards

Jagadeeshwar.B

Read only

0 Likes
748

Hi Siva,

pls can u send the code to write pai module.

Thanks

Jagdeesh

Read only

Former Member
0 Likes
748

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

Read only

0 Likes
748

Thanks Kunjal,

but Kunjal here is iam normal report only.

Thanks & regards.

Jagdeeshwar.

Read only

0 Likes
748

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