We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] select-options input disable field

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by Khatia_ (ABAP Developer)
on Jul 21 at 2:24 AM
Mark this reply as helpfulMark as helpful
Thank you :) But i use CS and it worcks.

On 20 July 2010 18:05, horacio zapettini via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:

> Posted by horacio zapettini
> on Jul 20 at 10:04 AM Kathia,
>
> You can use modif id as well
> Select-options so_matnr for mara-matnr modif id MTR.
>
> At selection-screen output
> Loop at screen.
> If screen-group1 = 'MTR'.
> Screen-input = '0'
> Modify screen
> Endif
> Endloop
>
> Going this way you can disable more than one select-options (and parameters
> too).
> HTH
> Horacio
>
>
>
>
>
> De: Khatia_ via sap-dev [mailto:sap-dev@Groups.ITtoolbox.com]<http://groups.ittoolbox.com%5d/>
> Enviado el: Martes, 20 de Julio de 2010 10:52 a.m.
> Para: Horacio Zapettini
> Asunto: [sap-dev] select-options input disable field
>
> Posted by Khatia_ (ABAP Developer)
> on Jul 20 at 9:47 AM
>
>
> Hi to all. I have problem, can anybody help me?
> my problem is: I want that my select-option field have been input disabled.
>
> I use code but it only works to parameters:
> SELECT-OPTIONS: so_matnr FOR mara-matnr.
>
> AT SELECTION-SCREEN OUTPUT.
> LOOP AT SCREEN.
> IF screen-name EQ 'SO_MATNR'.
> screen-input = '0'.
> MODIFY SCREEN.
> ENDIF.
> ENDLOOP.

__.____._
Copyright © 2010 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements
_.____.__

0 comments:

Post a Comment