Posted: Fri Apr 25, 2008 5:19 pm Post subject: Re: Прерывание по Checkbox
Crystal_Ra wrote:
Подскажите еще такой момент как отловить , когда пользователь нажимает на Checkbox ?
parameters: gACTSET2 as checkbox default 'X'.
И как по казать или спрятать поле ввода по этому нажатию?
Code:
PARAMETERS: gactset2 AS CHECKBOX DEFAULT 'X' USER-COMMAND cm1.
PARAMETERS p_belnr TYPE bkpf-belnr.
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-name CS 'P_BELNR'.
IF gactset2 IS NOT INITIAL.
screen-active = 1.
ELSE.
screen-active = 0.
ENDIF.
ENDIF.
MODIFY SCREEN.
ENDLOOP.
Спасибо большое, разобрался! Все заработало...
Просто под конец дня .. просты истины становятся сложными )). _________________ (SAP) Система нипель... выпускает лучше, чем впускает!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.