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…

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…

Tcodes in SAP – Part 1

Everything function that is to performed in SAP is represented in the form of a Transaction and to execute that Transaction, SAP provide a Transaction Code (T-Code). On the SAP Intial Screen, you can enter this T-Code in the T-Code field provided at the top.

T-Code Field

Continue Reading…

Page 11 of 12« First...89101112