Home

  • 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 : …
  • 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 …
  • 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 …
  • Change IDoc status
    There is no SAP standard tool to change the status of an IDoc. The ABAP program YTREXPA700 changes the status of IDocs to “Archived”. Status is changed to 38 or 73 depending on …
  • Compare customizing between two SAP systems
    Go to transaction OY19. Put the table you want to compare on the remote system Choose the remote SAP system
  • Extract SAP table Data from Excel
    Cet outil permet d’extraire le contenu d’une table SAP directement à partir d’Excel. Il utilise pour cela le module fonction RFC de SAP RFC_READ_TABLE. Il permet également de filtrer les champs à récupérer …
  • Extract SAP Table structure from Excel
    Get SAP table structure directly into Excel bypassing SAPGUi and SE11. You need RFC autorisations to call function module RFC_READ_TABLE. RFC_READ_TABLE_FIELDS.xls
  • Get SAP variant content from Excel
    This tool allows to extract variant attributes and values from SAP to Excel. Install first a new RFC enabled function module in your SAP system YY_ASI_RS_VARIANT_CONTENTS.txt Download RS_VARIANT_CONTENTS.xls To use the tool, …
  • How to find a transaction in SAP menu
    Go to transaction search_sap_menu and enter a keyword.
  • Optimizing the number of SAP work processes
    This is a simple method to determine the optimal number of work processes DIA, BTC, UPD, … – Execute transaction SM50 – Display CPU time via CTRL+SHIFT+F6 or menu List -> CPU …
  • Own text on SAPGui logon screen
    See Note   205487. Go to Transaction SE61and select the document class ‘General Text’ (selection using F4 help), and create a text with the name ZLOGIN_SCREEN_INFO in the system language determined with …
  • Run ABAP program from Excel
    Very useful tool to excute by RFC a SAP program and then get its spool. To use it, you have to install the RFC function module YY_RFC_ABAP_RUN Télécharger l’outil Excel RFC_ABAP_RUN.xls Usage is …
  • SAP ALE performance optimization
    Optimum ALE processing is synonymous with an optimum throughtput of IDocs IDocs are processed during the ALE processing flow in the following places : A: In the sending SAP system when IDocs …
  • 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 …
  • SAPGUI Shortcut with password
    By default, and for evident security reason, the login password is not saved when the user creates a SAPGUI shortcut. Procceed as follow to create a password enabled shortcut : First, register …
  • Send POPUP to connected users
    With program ZTREXPA800, you can send a POPUP message to all or part of connected users. The POPUP appears on the user’s screen even if the user is not on a SAP …
  • Triggering SAP Events from External Programs
    Use the SAP program SAPEVT to trigger an event from a program running outside the SAP system. The syntax for SAPEVT is as follows: sapevt <EVENTID> [-p <EVENTPARM>] [-t] pf=<Profile Name>|name=<SAP system …