Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

get data on TextEdit in TCODE QM02

Former Member
0 Likes
391

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

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

1 REPLY 1
Read only

Former Member
0 Likes
340

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