Call Transaction Method in SAP BDC

Introduction A Call transaction is a very simple report program. Once you execute and come out of the program, there is no log to cross check. Syntax: CALL TRANSACTION <transaction code> USING <it_bdcdata> MODE ‘A/E/N’ UPDATE ‘A/S/L’ MESSAGE INTO...

Exception and Error Handling in ABAP Reports

Preface – This post is part of the ABAP Beginner series. Introduction A programmer always tries to code in such a way that his code is bug free and full proof. But there are certain scenarios, where his codes can fail. In such case, if the coder already knows the...

SAP Smart Styles

Preface – This post is part of the ABAP Beginner series. Introduction SAP Smart Styles are used to define paragraph and character formats. It can be assigned to texts and fields in the Smart Forms. A Smart Style has to be assigned to each Smart Forms. This is done...

SAP SmartForms Trace

Preface – This post is part of the ABAP Beginner series. Introduction The SmartForms trace allows us to trace the processing of the Smart Form during printing. It can be analyzed to determine the sequence of the processing of the nodes and the point at which the...