by Barry Allen | Aug 17, 2023 | ABAP, ABAP Beginner, SAP
Transporting changes between systems is crucial for maintaining consistency across your SAP landscape. Below are the steps to perform this operation: 1. Initiate the Process in the Source System: – Go to the system from which you want to port changes to other... 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... 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... 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... 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...