ABAP

ABAP
Showing posts with label abap design. Show all posts
Showing posts with label abap design. Show all posts

Thursday, January 3, 2013

selection screen F1 help, message tipleri



http://saptechnical.com/Tutorials/ABAP/F1Help/Create.htm



SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
PARAMETERS: cb_check AS CHECKBOX .
SELECTION-SCREEN COMMENT 4(60) text-003 FOR FIELD cb_check.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1.



AT SELECTION-SCREEN ON HELP-REQUEST FOR cb_check.
  CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
    EXPORTING
      dokclass         = 'TX'
      doklangu         = sy-langu
      dokname          = 'Y_F1_HELP_FOR_CHECK'
    EXCEPTIONS
      class_unknown    = 1
      object_not_found = 2
      OTHERS           = 3.


se61 den general text olarak yarat yarattıgını fonksiyona gonder





**** Mesaj Tipleri ***

A (Abend)
Termination
E (Error)
Error
I (Info)
Information
S (Status)
Status message
W (Warning)
Warning
X (Exit)
Termination with short dump

 message e000(yuauth) with text-025 gt_itab-value.

Total Pageviews