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

Prog/Function Module which call during pressing the button "Pattern" inSE38

Former Member
0 Likes
1,058

Dear Guru,

I have encountered an issue : issue is like that I want the name of the function module/ program which invokes as soon as we press the "Pattern" Button in Application tool bar of ABAP se38 editor.

Please help.

Thanks & regards

Saifur Rahaman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,000

Program Name is : SAPLLOCAL_EDT1 and screen number 2520.. U can check the code in PBO module for the logic...

6 REPLIES 6
Read only

Former Member
0 Likes
1,001

Program Name is : SAPLLOCAL_EDT1 and screen number 2520.. U can check the code in PBO module for the logic...

Read only

Former Member
0 Likes
1,000

Thats a strange requirement. What would you want to rename the button as?

Vikranth

Read only

0 Likes
1,000

Vikranth sir -- requirment is little diffrent .. It is not renaming the button.

Read only

0 Likes
1,000

Oops am sorry i dint read your question properly.

Read only

0 Likes
1,000

Dear Guru,

I have Encountered an Issue.

The Scenario Is like this :-

As soon as we create a new prog using SE38 it automatically generates a standard pattern like below :

*&---------------------------------------------------------------------*
*& Report  ZSR_TEST_05
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
 
REPORT  ZSR_TEST_05.

But the requirment is like this as soon as we create a new prog using SE38 it automatically it should generate the The Pattern like below :--

*&---------------------------------------------------------------------*
*& Project            :
*& Program Name       :
*& Transaction Code   :
*& Program Type       :
*& Functional Domain  :
*&---------------------------------------------------------------------*
*& Technical Coding   :
*& Functional Guidance:
*& Coding Review      :
*& Spec. Review       :
*&---------------------------------------------------------------------*
*& Program Description:
*&                                                                     *
*&                                                                     *
*&---------------------------------------------------------------------*
REPORT  ZSR_TEST_05.

After going through sdn documentation i have identified that using dynamic pattern we can create this and call that dynamic pattern using PATTERN button in ABAP editor.

But the thing we require as soon as we generate the prog thr. SE38 atomatically all the details must generate before the report <report_name>.

For achieving thins what i have to do ... please show me some path to achieve this

Duplicate locked

Edited by: Rob Burbank on Oct 31, 2009 3:26 PM

Read only

Former Member
0 Likes
1,000

HI,

I tried finding the program name in debugging mode while pressing the "PATTERN" button. This is what I got.

Program Name: SAPLS38E

Screen Event: PAI

Hope this helps.

Thanks,

Harini