LOOP AT WHERE. Vs LOOP.IF. in ABAP

At first sight, both the statements ( loop at itab where <key> = <val> ;   loop at itab. if <key> = <val>. ) looks like performing the same task.

But when it comes to performance, both beats each other in there own domain.

Continue Reading…

Assign/Create Authorization Group for a Table in SAP

Many times an ABAPer or Functional consultant gets the Message ‘You are not authorized to display this table’, when viewing tables, even ZTables. Tables by defualt are created with Authorization Object S_TABU_DIS and Authorization Group &NC&.

Basis Team, as part of Audit/security may not allow this authorization on Tables.

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…

ABAP Program to Execute a DOS command from SAP

This sample program demonstrate the execution of DOS command from SAP.

Continue Reading…

ABAP Program to show My Inactive Programs

Ever found caught in the circumstance where you don’t know, which of your ABAP programs are Inactive?

The utility display a list of all the inactive programs under a SAP user.

Continue Reading…

Page 17 of 20« First...1516171819...Last »