*&---------------------------------------------------------------------*
SELECTION-SCREEN BEGIN OF BLOCK pole WITH FRAME TITLE text-001.
PARAMETERS:inf_x AS CHECKBOX USER-COMMAND u01.
PARAMETERS:ed TYPE p9022-education MODIF ID m00.
SELECTION-SCREEN COMMENT 40(40) ed_text.
PARAMETERS:form_ed TYPE p9022-form_education MODIF ID m00.
SELECTION-SCREEN COMMENT 40(25) frm_text.
PARAMETERS:vid_y4 TYPE p9022-slart MODIF ID m00.
SELECTION-SCREEN COMMENT 40(79) vid_text.
PARAMETERS:y4_zav TYPE p9022-code_school MODIF ID m00.
SELECTION-SCREEN COMMENT 44(79) y4_text.
PARAMETERS:god_o TYPE p9022-endyear MODIF ID m00.
SELECTION-SCREEN END OF BLOCK pole.
*&---------------------------------------------------------------------*
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
CASE screen-group1.
WHEN 'M00'.
IF inf_x IS INITIAL.
screen-input = 1.
ELSE.
screen-input = 0.
ENDIF.
ENDCASE.
MODIFY SCREEN.
ENDLOOP.
*&---------------------------------------------------------------------*
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.