โ2010 Apr 22 5:32 AM
Hi Friends
In ABAP editor i am not able to create patterns
while trying to create patterns
like zpatt giving message pattern found
Anyone suggest me in this
Regards
Kiran
โ2010 Apr 22 6:40 AM
Hi,
Abap Patterns are those using which we can call the objects. For eg, we can call the function module which already exits.
What exactly you are looking for? If you need to call the function, first you need to create the function module using function builder and from pattern you can call that function module.
Regards,
Murali Krishna T
โ2010 Apr 22 7:01 AM
Kiran,
Did you create function module ZPATT? Is that available in your system? What is creating pattern?
โ2010 Apr 23 1:40 PM
1. go to Utilities -> Settings -> Front-End Editor (New) to switch to the New ABAP Editor
2. Click on available at the right side bottom of the editor button .
3. Click on CODE TEMPLATES
4. Press add button and give Name and Description for example NAME:- alv_test , DESCRIPTION :- alv_test (ยง)
5. In code write following code
6. press save button .
7. Now in editor u write alv_test and then press cntrl + enter
*---------------------------------------------------------------------*
*Report : %Report Name%
*created : %DateTime%
*Created By :
*----------------------------------------------------------------------*
Report : %Report Name%.