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

Need custom generated ABAP Editor

Former Member
0 Likes
906

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 *

----


Date : xxxxxxxxx

*----


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.

6 REPLIES 6
Read only

andreas_mann3
Active Contributor
0 Likes
780

Hi,

use :

se38 - utilities - more utilities - edit pattern - create pattern

-> try to use/modify pattern "report"

A.

Message was edited by:

Andreas Mann

Read only

0 Likes
780

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.

Read only

0 Likes
780

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.

Read only

0 Likes
780

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

Read only

0 Likes
780

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.

Read only

0 Likes
780

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.