by Barry Allen | Dec 29, 2022 | ABAP, ABAP Beginner, SAP
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... by Barry Allen | Dec 29, 2022 | ABAP, ABAP Beginner, SAP
Introduction In SAP environment, suppose you need to upload a data from an external source like an excel sheet. You have a program for the upload already in the system. You will therefore, visit the program or transaction, and then simply open the file location,... by Barry Allen | Apr 8, 2022 | ABAP, ABAP Beginner, Oracle, SAP, SQL
Preface – This post is part of the ABAP Beginner series. Introduction There are two forms of SQL used in the ABAP/4 programming language: OPEN SQL and NATIVE SQL Regardless of the database platform used by the R/3 system, Open SQL allows you to access the database... by Barry Allen | Oct 17, 2020 | ABAP Beginner
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... by Barry Allen | Aug 2, 2020 | ABAP Beginner
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... by Barry Allen | Jul 12, 2020 | ABAP Beginner
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...