Application Development 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: 

alv grid

Former Member
0 Kudos

hi

in alv grid line item i have one icon button (ICON_CREATE_NOTE)

if the text is available in the line item this button should active mode.

other wise not.

can you please help me code

1 REPLY 1

Former Member
0 Kudos

Hi Create a field in PS_Structure as

Text1 type C (predefined type)

Go to the Screen editor

Now delete the p9XXX-text1 filed from the screen

Drag and drop the button on the screen rename it to P9XXX-text1 ---> Double Click for the property ---> place the icon as ICON_CREATE_NOTE ---> also enter the function code as "TEXT1".

Please give me reward point If it is useful

Thanks

Murali Poli