Abdel SIDHOM has written 38 articles

SAP Job Injector

You will find in this article two ABAP tools for injecting jobs in SAP from Excel files. Simple injector Download program ZTREXPI100 Input file : Tab delimited text  Zone Length Description  JOB  32  Job name  USER  12  Execution User  TYPE  1  P(Program) or S(Script)  PROG  100  Program or Script  PARAM  100  Variant or parameter A…

BADIs : search method

 Before starting, please read BADIs Introduction. There are different ways to search a business add-ins : Search for the string ‘CL_EXITHANDLER’ in the relevant application program. If you call a business add-in from the program, you must also call the ‘GET_INSTANCE’ in this class. Double-click the reference variable and note the name of the interface used. Using class…

BADIS : Introduction

Before starting, please read this article about ABAP Objects : Advantages of BABIs The business add-ins are a natural extension of conventional extension techniques. They reuse the management layer of customer exits, associated with various components of extension. Implementing Object-Oriented provides new opportunities. It is for example possible to make an extension of the Object ‘Document’.…

BADIS : Exercice

This exercise will allow you to have a comprehensive view on the use of BABIs. Before starting, please read the following articles: ABAP Objects Badis: Introduction The exercise covers two steps : definition and implementation of BADI knowing the definition phase is performed by SAP. 1-Defining a BADI 1.1-Initial Screen To create a BAdI, use…