ABAP Editor: Create custom Pattern

Ever got frustrated with typing the same set of commands (like select-options, case, if condition, etc.) or comments (like header comments, insertion comments in between, etc.) ?

SAP provide and option called as ‘Pattern’ in ABAP Editor to reduce this redundant work. Pattern can be of two types, Static pattern and Dynamic pattern.

Create Pattern (common step for static & dynamic types)

Create Pattern (common step for static & dynamic types)

Continue Reading…

ABAP Program to Break the Editor Lock

Some of you must had came across this simple problem when you want to modify a program that ‘ The program locked by previous programmer ‘ . So what we should do? We need to unlock the program. Here a simple program to lock/unlock a program.

Continue Reading…

Page 1 of 11