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

ABAP editor

Former Member
0 Likes
672

hi,

What is the meaning of ABAP editor integrated with ABAP data dictionary?

What are selection texts? When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it?

Thank you

Ashok kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

Hi,

What is the meaning of ABAP editor integrated with ABAP data dictionary?

--- means, u can accees data dictionary form editor, u can check data dictionary from editor. and editor program comiple that time they will chk data dictionary.. means if u given a table name in program, in editor while compling it will chk whtere table exists in db or not

What are selection texts? When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it?

-- selection text are text shown against to selection screen in report programming... this iwll be automatically transported with program ... no need to do extra things.....

Jogdand M B

5 REPLIES 5
Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
639

Hi Ashok,

Please check thsi thread for ur query

Regards,

Satyendra

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
639

Hi,

What is the meaning of ABAP editor integrated with ABAP data dictionary?

This can mean that we get to se F1 and F4 helps that configured in DDIC into the ABAP Editor when we run the program. Also recognizing all the DDIC elementsi n your program can also be called as Editor being integrated with DDIC.

What are selection texts?

Selectio texts are text that you assign to the PARAMTERS and SELECT-OPTIONS you create in a report program. For example your PARAMTER name in the program is say "PARA" and you want the screen to show "Employee ID" then you goto menu Goto->Text Elements->Selection texts and there enter your text as Employee ID for PARA.

Yes they will be transported when you transport the program.., you will be asked for the request when you enter the selection texts so use the same request that your program uses then everything will be transported.

Regards,

Sesh

Read only

Former Member
0 Likes
639

Hi

ABAP editor, dictionary,screen painter,Menu painter,Fun module etc are integrated in ABAP development Workbench and are integrated together.

Selection texts are the texts which we give for the selection screen fields

when we declare some fields as Parameters, select-options , we need to give some meaning ful text to appear on screen.

Yes, when the program transported they will go automatically to PRD server along with the code.

Have to check and see in other server whether they are coming or not on selection screen

if not

again change the program in SE38 and agin raise a separate transport request and transport to Production.

So care to be taken always to add Text elements and selection texts are included in the program request.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
639

Hi

Selection text is that text u want to associate with select-options or parameters.

Yes all the selection texts get transported automaticaly.

Hope this helps

if it helped, you can acknowledge the same by rewarding

regards

dinesh

Read only

Former Member
0 Likes
640

Hi,

What is the meaning of ABAP editor integrated with ABAP data dictionary?

--- means, u can accees data dictionary form editor, u can check data dictionary from editor. and editor program comiple that time they will chk data dictionary.. means if u given a table name in program, in editor while compling it will chk whtere table exists in db or not

What are selection texts? When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it?

-- selection text are text shown against to selection screen in report programming... this iwll be automatically transported with program ... no need to do extra things.....

Jogdand M B