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

ABAP editor pattern

Former Member
0 Likes
734

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

3 REPLIES 3
Read only

Former Member
0 Likes
504

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

Read only

Former Member
0 Likes
504

Kiran,

Did you create function module ZPATT? Is that available in your system? What is creating pattern?

Read only

Former Member
0 Likes
504

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%.