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

Pre Defined Data Element

ramco1917
Participant
0 Likes
1,478

Hi

I have 2 fields TrfrFrom & CreatedBy. I want to use PreDefined Data Element.

Thanks

1 ACCEPTED SOLUTION
Read only

Patrick_vN
Active Contributor
1,337

Transaction SE11 > select Data type option > open search help > Search for Data Elements >..

At that point you can select on Field Label, Short description and/or data type and field length (with or without wildcards).

3 REPLIES 3
Read only

Patrick_vN
Active Contributor
1,338

Transaction SE11 > select Data type option > open search help > Search for Data Elements >..

At that point you can select on Field Label, Short description and/or data type and field length (with or without wildcards).

Read only

matt
Active Contributor
1,337

Best to only use those in packages related to the module you're working on. RS* and S* are usually good choices. Or simply create your own.

Read only

joltdx
Active Contributor
1,337

You could also consider where you're getting the data from and/or what you're going to do with the data. Like BAPI, DB Table, etc... You might want to use the same, depending on your situation.

But "borrowing" just because a label is suitable is not recommended. Then create your own instead.