‎2009 Oct 29 12:25 PM
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
‎2009 Oct 29 12:34 PM
Program Name is : SAPLLOCAL_EDT1 and screen number 2520.. U can check the code in PBO module for the logic...
‎2009 Oct 29 12:34 PM
Program Name is : SAPLLOCAL_EDT1 and screen number 2520.. U can check the code in PBO module for the logic...
‎2009 Oct 29 12:36 PM
Thats a strange requirement. What would you want to rename the button as?
Vikranth
‎2009 Oct 29 12:41 PM
Vikranth sir -- requirment is little diffrent .. It is not renaming the button.
‎2009 Oct 29 12:46 PM
‎2009 Oct 31 12:51 PM
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
‎2009 Oct 29 1:09 PM
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