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

How to create textpool by using standard function module?

Former Member
0 Likes
1,888

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

14 REPLIES 14
Read only

Former Member
0 Likes
1,788

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.

Read only

0 Likes
1,788

hi ,

MY_TEXTPOOL_LOAD

Read only

0 Likes
1,788

please check this one also

RS_TEXTPOOL_ADD

~hitesh

Read only

0 Likes
1,788

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

Read only

0 Likes
1,788

hi.

try this and share with me. if it working or not

MY_TEXTPOOL_LOAD

Read only

0 Likes
1,788

i have used this one also but it directly opening the textpool window.

Is there any other than this.

shabeer ahmed

Read only

0 Likes
1,788

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

Read only

Former Member
0 Likes
1,788

thank u all

Read only

Former Member
0 Likes
1,788

thank u to all

Read only

Former Member
0 Likes
1,788

thank u to all

Read only

Former Member
0 Likes
1,788

thank u to all

Read only

Former Member
0 Likes
1,788

thank u to all

Read only

Former Member
0 Likes
1,788

thank u to all

Read only

Former Member
0 Likes
1,788

thank u all