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

Extended Program check

Former Member
0 Likes
613

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

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

5 REPLIES 5
Read only

Former Member
0 Likes
589

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

Read only

0 Likes
589

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?

Read only

Former Member
0 Likes
590

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

Read only

0 Likes
589

Thank you very much mukul...

It really helped me...

Read only

former_member194669
Active Contributor
0 Likes
589

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