Application Development 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: 

Text Symbols are possible on Enhancement Point Implicit?? - ECC 6.0

former_member146451
Participant
0 Kudos

Hi Experts,

I am working with enhancement points implicit for modify a standard program.

The program run correctly, but i need to put 3 text symbols in my enhancement code.

When i try to create, the system returns the message for register the standar object (In this case F0KA Function Group)

There are any possibility to create text symbols Without register SAP object to support multi-language system??

Too much thanks.

Best Regards

3 REPLIES 3

Former Member
0 Kudos

Hi!

You could define some texts in an own Z program.

You can retrieve the texts from this program using the following statement:

READ TEXTPOOL prog ... INTO itab ... LANGUAGE lg.

A bit complicated, but working. Press F1 on the READ statement in the ABAP editor for detailed help.

Regards

Tamá

0 Kudos

Hi, Tamás

Thanks for the response.

I open a OSS note for know if SAP have any option for enhancement text symbols. This solution will be ideal, for clarity and Simplicity.

If the response are no, i prove this solution and tell you the result.

Thanks another time.

Best Regards.

0 Kudos

Is it possible to add additional text symbols in standard class? if yes, then How?

...Naddy

Edited by: Naddy on Mar 22, 2010 10:38 PM