‎2009 Mar 30 5:20 AM
Hi all,
how to use EDIT_TEXT???
i have defined these things :
header-tdobject = 'VBBK'.
header-tdname = 'VBAK-vbeln'.
header-TDID = '0001'.
header-tdspras = 'EN'.
and then called EDIT_TEXT.
but i am not getting an text editor to edit.
‎2009 Mar 30 5:30 AM
Hi Poonam,
You need to call below as well.
for ex:
header-tdform = 'SYSTEM'. "You need look this tdform in your system *SE75* of your *object*
header-tdstyle = 'S_DOCURM'. "You need look this tdsytle in your system *SE75* of your *object*
hope it helps
Thanks!
‎2009 Mar 30 5:44 AM
even this is not working ..
hello .........
can anyone tell me why this function module is not calling an editor in my case???
i have defined this:
header-tdobject = 'VBBK'.
header-tdname = 'vbeln'.
header-TDID = '0001'.
header-tdspras = 'EN'.
Edited by: Poonam Naik on Mar 30, 2009 11:18 AM
‎2009 Mar 30 1:50 PM
Hi Poonam,
did you searched same thing in the table STXH
if you are getting the table entries then it should work from the program wise.
header-tdobject = 'VBBK'.
header-tdname = 'VBELN'. "Look this.
header-TDID = '0001'.
header-tdspras = 'E'. "Look this.hope it works now.
Thanks!
‎2009 Mar 31 8:12 AM
Hi,
i checked in this table, but the entries are not available.
what do i do to get the entries there? actually in this vbeln i want the document which i enter in my selection screen then how can i give the value here?
Edited by: Poonam Naik on Mar 31, 2009 11:38 AM