‎2006 Dec 15 11:38 AM
Hi,
We are looking for the custom generated ABAP Editor, when ever we create a new program in SE38, the editor should be displyed with some comments. For example:
*----
User : xxxxx *
----
*----
Desc: xxxxxx *t
so whenever we create a new program we shall get this kind of commented statements by default. We are using ECC 6.0, Also we are creating a BDC program to auto create an SE38 Program , but when we create using SHDB recording we are getting the Old screen instead of new. Could any one help us in the above two areas.
Thanks in advance.
Bharadwaj.
‎2006 Dec 15 11:59 AM
Hi,
use :
se38 - utilities - more utilities - edit pattern - create pattern
-> try to use/modify pattern "report"
A.
Message was edited by:
Andreas Mann
‎2006 Dec 15 1:08 PM
Hi Andreas,
Thanks a lot, it really helped me. I have another doubt when we create a new program with some standard pattern Editor is being displayed, is there any way to overwrite the existing pattern.
Also when I do recording for SE38, I am getting old Editor and how to get this new Editor from the Recording programs.
Thanks a lot once again.
Thanks & Regards,
Bharadwaj.
‎2006 Dec 15 1:25 PM
Also Andreas,
Do you know where this standard Patterns store, in fact the Pattern REPORT is different from the one which comes default in our case. We have got to modify that.
This is to give clear picture on our requirement.
Thanks in advance.
Bharadwaj.
‎2006 Dec 16 10:05 AM
you need to update table TSE05
use APP_OBJ = ABAP and KEYWORD = REPORT
what ever text you maintain here will come as default text in your report editor.
Raja
‎2006 Dec 17 1:23 PM
Hi Raja,
Thanks for the early reply, I have been to the table TSE05 and checked the contents of combination ABAP & REPORT. The contents present in this fields are completely different from what comes in ABAP Editor as default.
When I create a new program I am getting a default lines which are not there in table TSE05. Is there any other place I have got to check.
I will be waiting for your reply eagerly.
Thanks in advance.
Bharadwaj.
‎2006 Dec 19 12:14 PM
Hi Raja,
I have got the solution we have to maintain with ADDM not ABAP.r desired Now we are getting our desired default editor.
But still we have another pending request, when we do SHDB recording to SE38 transaction it is opening older version ABAP editor, may I know how and where to change this settings.
Thanks & Regards,
Bharadwaj.