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

Create DATA ELEMENT with passing Parameter

Former Member
0 Likes
917

Dear All,

When we create the Data elementt in tcode SE61, normally we will write the text inside the text area. How about can we pass the paramater to the data element in tcode SE61 ?

Example i pass the parameter with the text "Tesing 123" , so the Data element will display Testing 123 when being called. The text flexible.

Thank

4 REPLIES 4
Read only

venkat_o
Active Contributor
0 Likes
717

Hi olrang, <li>Using SE61 transaction code, We maintain Documentation for the data element which has been already created using SE11. <li>You can enter parameter value using SE61 transaction code. <li>For example, Take any z* or y* data element which was created in SE11 and go to SE61 and press on CREATE button . Enter some text. now save and activate. Come to SE11->Select Data type radio button ->enter data element->Display button->Click on Documentation button. You will see document entered in SE61. Thanks Venkat.O

Read only

Former Member
0 Likes
717

Dear Venkat.O,

Thank for you reply, as i know your solution cannot make the text become flexible rite, now my case is want to make the text flexible can pass by the parameter. The text word is disply by refering the paramater. Can i do that ?

Read only

Former Member
0 Likes
717

Thank

Read only

Former Member
0 Likes
717

Hello

I want to use TPLNR to create data element in Operating Concern but I am not able to because of length of TPLNR (30) in Operating Concern we can create data element only upto 18 char. If i want to create new data element YTPLNR.

I did following steps

1. SE11

2. Data Element

3. and settings of particular data element what ever is required.

My question is how can I use YTPLNR as characteristic as same value of TPLNR. I want all data that is available in TPLNR. I am creating new element because of data length issue.

Table: IFLOT has data element TPLNR. I want all information of TPLNR in YTPLNR how it is possible to use that info in that.

I tried to create user defined characteristics for operating concern

i want to use with reference to existing value option in user define

How can I do that

thank you