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

automatic material description

Former Member
0 Likes
431

Hi gurus,

I am using table control.i am input material number then i want material discription come automatically in next coloum of table control.

How can i do the coding for this.

Pls. guided me.

Best Regards.

Pravin

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi,

In PAI module, when you are looping at the table control. When you are modifying the table control data to internal table, before that fetch the material description and populate the respective field of the internal table. And during PBO, when you are reading the internal table automatically the material desc wil be displayed.

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
385

thax you very much.