Skip to Content
0
Former Member
Jul 07, 2009 at 07:07 AM

Technical Information

559 Views

Hi All,

If we maintain field document (F1 help) in Deta element we can get Technical Informtion from pop-up box after pressing F1 from that field. If we maitain F1 help docu by calling FM DSYS_SHOW_FOR_F1HELP , there is no complete technical info passing technical infor button from F1 help pop-up box. I am passing parameter as below.

  CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'
    EXPORTING
      dokclass                 = 'TX'
      DOKLANGU            = SY-LANGU
      dokname                 = 'docum-name'
      APPENDIX               = 'X'.

  IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

Plz help me on this. Thnx in advance.