2008 Aug 19 4:05 PM
Hi to All,
I want to create text symbols into the textpool by using standard Function module is there any such function module if so send it me i possible give an sample code for that.
thank you to all,
shabeer ahmed
Hi to All,
I want to create text symbols into the textpool by using standard Function module is there any such function module if so send it me i possible give an sample code for that.
thank you to all,
shabeer ahmed
2008 Aug 19 4:11 PM
You can do it by this syntax:
INSERT TEXTPOOL prog FROM itab LANGUAGE lang
[STATE state]..
Check online help on this statement.
Regards,
Naimesh Patel
2008 Aug 19 4:16 PM
hi .
ya i know i and i have wrote code also and it working fine what i need is i don't want to create it by using that statement i want to create through standard function module or any alternate to that statement.
thanks for your quick reply.
shabeer ahmed
2008 Aug 25 5:35 AM
Sorry, but I don't understand.
You used this command/statement and it works very well, but you WANT to use a FM or an other statement???
Why do WANT an alternate statement for this statement???
Why do not write you own FM???
2008 Aug 27 6:30 AM
if this statement is working well for you then you can use it straight away ......if you insist on using a function module then it would mean loading a separate function group into the memory and adversely affecting the performance of your program. You can of course do it by writing a function module of your own and writing the statement in it but it will be an additional workload for the system in calling a function module as memory will have to be assigned to the entire function group.
It is always recommended to use abap statements if possible compared to calling function modules.
2008 Aug 24 5:47 PM
Hello Shabeer,
The Function Group SETXP supports you with a lot of FMs to maintain ABAP text pools.
Regards,
Heinz
2008 Sep 27 5:46 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |