‎2007 Jul 27 6:16 AM
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
‎2007 Jul 27 6:26 AM
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
‎2007 Jul 27 6:20 AM
‎2007 Jul 27 6:22 AM
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
‎2007 Jul 27 6:25 AM
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
‎2007 Jul 27 6:25 AM
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
‎2007 Jul 27 6:26 AM
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