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 symbol within a user exit

former_member182371
Active Contributor
0 Kudos

Hi,

within a user exit i´ve used a text symbol. (e.g. text-001).

I´ve used it because i need to concatenate data into a table field that will

be used in different languages.

The transport request has arrived to production but this text symbol has not been transported.

1.- Can´t i use text symbols within user exits?

2.- what do i need to do in order to transport this text symbol to production?

Best regards.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

1. You can use text-symbols in the user-exit

2. For transporting

Create a transport using SE01.

Program ID = LIMU

Object Type = REPT

Object Name = your Main Program name for which have Text symbol

and transport.

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

1. You can use text-symbols in the user-exit

2. For transporting

Create a transport using SE01.

Program ID = LIMU

Object Type = REPT

Object Name = your Main Program name for which have Text symbol

and transport.

former_member188685
Active Contributor
0 Kudos

you can include the texts using SE09/SE03

LIMU REPT SAPLXYZL "XYZ is coming from zxinclude

ZXYZABC <----Include name

and transport the texts

0 Kudos

Hi Vijay,

Can you explain me how can we create text symbols in an user exit and transport it to quality?

scenario: I am right now working on EXIT_SAPMM06E_013 . i need to populate text and values in PO trailer text on the creation of PO. when i am trying to create a text symbol its giving a message "Original language german display in english".

i am not able to create texts symbols.

Can please help me out with this issue.

thanxs.

Juli

0 Kudos

i don't have any issues in maintaing the text elements.

i checked in the include ZXM06U44 . i used the menu Goto ->Text Elements -> Text symbols, here i am able to maintain the text elements.(you can find the program SAPLXM06)