‎2007 Sep 27 5:21 AM
Hi all
i am wondering how to get data on textedit under description on second tab(Subject) by QM02.
i looked inside program(SAPLIQS0), but i could not find any help code. i will use this data for smartform to print out.
Please help me with coding.
thanks
venven
null
‎2007 Sep 27 7:14 AM
Hi,
You find the data in Table QMEL Fields under the heading subject are QMGRP, QMCOD, QMTXT. you can read the longtext by FM READ_TEXT by giving following keys:
TDOBJECT: QMEL
TDNAME: <Notif. Number - QMEL-QMNUM>
TDID: LTQM
TDSPRAS: <language of creation of the LT>
Hope this helps.
Best regards, Murugesh AS
‎2007 Sep 27 7:14 AM
Hi,
You find the data in Table QMEL Fields under the heading subject are QMGRP, QMCOD, QMTXT. you can read the longtext by FM READ_TEXT by giving following keys:
TDOBJECT: QMEL
TDNAME: <Notif. Number - QMEL-QMNUM>
TDID: LTQM
TDSPRAS: <language of creation of the LT>
Hope this helps.
Best regards, Murugesh AS