‎2008 Aug 22 6:48 AM
hi,
gurus.
I have find two function modules ( RS_TEXTPOOL_READ / BX_AGR_READ_TEXTPOOL ) which is used to read but i want to write into the textpool is there any standard function module
‎2008 Aug 22 6:52 AM
write your own function module pass the program name to it. with the help of INSERT TEXTPOOL code it.
I don't think there is a function to create Directly.., If you find it share it with me.
‎2008 Aug 22 6:53 AM
‎2008 Aug 22 6:57 AM
‎2008 Aug 22 7:04 AM
hi.
This Function module MY_TEXTPOOL_LOAD witting unwanted text elements into the textpool but i want only particular one.
i don't want global or local text elements.
thank for ur quick response.
shabeer ahmed
‎2008 Aug 22 7:05 AM
hi.
try this and share with me. if it working or not
MY_TEXTPOOL_LOAD
‎2008 Aug 22 7:07 AM
i have used this one also but it directly opening the textpool window.
Is there any other than this.
shabeer ahmed
‎2008 Aug 22 7:17 AM
REPORT ZTEST1.
WRITE : / 'ddddddd'.
WRITE : / 'ddddddd'.
WRITE: / 'hhhhhhh'.
WRITE: / 'ddddddd'.
WRITE: / 'ddddddd' , 'uuuuuuuu'.
WRITE: / 'ddddddd', 'sssssssss'.
for example i am this report i want to convert it into text elements like
REPORT ZTEST1.
WRITE : / 'text-001'.
WRITE : / 'text-001'.
WRITE: / 'text-002''.
WRITE: / 'text-001''.
WRITE: / 'text-001'' , 'text-003''.
WRITE: / 'text-001'', 'text-004'.
this elements also store into the textpool so how can we achieve this functionality by using standard function module.
can any body give some idea .
shabeer ahmed
‎2008 Aug 23 7:06 AM
‎2008 Aug 23 7:07 AM
‎2008 Aug 23 7:07 AM
‎2008 Aug 23 7:07 AM
‎2008 Aug 23 7:07 AM
‎2008 Aug 23 7:08 AM
‎2008 Aug 23 7:08 AM