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

Using Edit_text

Former Member
0 Likes
680

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.

4 REPLIES 4
Read only

Former Member
0 Likes
636

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!

Read only

0 Likes
636

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

Read only

0 Likes
636

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!

Read only

0 Likes
636

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