Skip to Content
0
Former Member
May 14, 2008 at 02:03 PM

form

20 Views

Hello all,

when i call the function

call function 'WRITE_FORM'

exporting

element = 'DOKU'.

and in the form

/E DOKU

/: STYLE S_DOCUP1 DOMINANT

/: INCLUDE &T9IDO-TDOBNAME& OBJECT &T9IDO-TDOBJECT& ID &T9IDO-TDID&

/: IF &SAPSCRIPT-SUBRC& NE ' 0'

  • *** not found: &T9IDO-TDOBNAME& &T9IDO-TDOBJECT& &T9IDO-TDID&

/: ENDIF

this from will bring documenation for give object(table,dataelement,report .........) in the print program,

can any body iexplain me that

what include will do ? here i have to get documentation depending on the system language .

if i want to use the language field in text elment what shall i do.