‎2007 Aug 06 9:15 PM
hi,
I created set of function module in a function pool SAPLYCAU_I227 ( ie i specifiend one include in it and designed the subroutines in that)
ok when i am doing extended program check it is giving some errors saying
<b>TEXT 079 from text pool SAPLYCAU_I227 is not used</b>
can anyone guide me how to rectify this error...
what ever the list of errors upto 11 all are same description can anyone guide me plz
Thanks a lot for your anticipation
‎2007 Aug 06 9:20 PM
Hi,
It is just pointing out that text symbol no 79 has not been used anywhere in the program SAPLYCAU_I227 but it is defined, so as to rectify it, use can go to text symbols of program SAPLYCAU_I227 and can delete the message no 79.
1. Go to SE38 & give the program name as SAPLYCAU_I227.
2. Go to GOTO ->TEXT ELEMENTS -> TEXT SYMBOLS.
3. Select message no 79 and delete it.
4. Reactivate your program.
It will solve your problem.
Reward points if the answer is helpful.
Regards,
Mukul
Message was edited by:
Mukul R. Kulkarni
‎2007 Aug 06 9:19 PM
Hi Nitesha,
You have a text element with 079 is had in your functional pool and not used at all in the functional pool. To avoid this error either use the text element in any of the function modules in the function pool or simply delete this text element.
Thanks,
Vinay
‎2007 Aug 06 9:21 PM
hey vinay,
how to find the exact text element ...?
In the above functional pool there are almost 20 function modules how to find out where exactly it is existing
any idea plz?
‎2007 Aug 06 9:20 PM
Hi,
It is just pointing out that text symbol no 79 has not been used anywhere in the program SAPLYCAU_I227 but it is defined, so as to rectify it, use can go to text symbols of program SAPLYCAU_I227 and can delete the message no 79.
1. Go to SE38 & give the program name as SAPLYCAU_I227.
2. Go to GOTO ->TEXT ELEMENTS -> TEXT SYMBOLS.
3. Select message no 79 and delete it.
4. Reactivate your program.
It will solve your problem.
Reward points if the answer is helpful.
Regards,
Mukul
Message was edited by:
Mukul R. Kulkarni
‎2007 Aug 06 9:43 PM
‎2007 Aug 06 9:40 PM
Hi,
Some of the text-elements may dynamically called in programs , may be you used where used functionality in text elements to find wherever used, I think in extended check you will get only warning instead of errors. and also use #EC to hide the errors
aRs