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…

MACRO in ABAP – an under-used Modularization Technique

Macros are hardly used by the programers and quite often underused. Lets have a closer look at this modularization technique, to have a better idea of it.

Continue Reading…

Conversion Routine in SAP

Write this simple code.
REPORT ZFIELDCONV.
data: d_auart LIKE vbak-auart.
d_auart = ‘TA’.
WRITE d_auart.

What the result output on screen do you expect, “TA”? No, the result will be “OR”.

Continue Reading…

Assign a T-code to Maintenance View in SAP

There are some cases where you want your application to call the Maintenance View (instead of creating Create/Changes/Delete i.e. CCD screens for the operation).

In this case you have to assign a T-Code to the Maintenance View you created. (Note: User should have the authorization for SM30).

Continue Reading…

SAP Tables Part I

SAP Tables: The most useful component/object of an ERP as a whole. It is important component of all domains whether Functional, Basis or ABAP.

A comprehensive List of useful SAP tables are listed below, which can be used as a reference.

Continue Reading…

Page 16 of 17« First...1314151617