Commonly Used Transactions for EDI Support

Transaction               Function

 IDOC Maintenance

 WEDI                      SAP Easy Access – EDI and IDOC Basis

 WE02/05/09             Change/Display/Search IDOC

 WE07                      IDOC Statistics (IDOCs in Error)

 WE19                      Inbound IDOC Testing Tool

 BD87                       Process IDOC

Read more

The New ABAP Editor

The Code Editor is an ActiveX control that can be used to replace the standard source code editor (based on an SAP TextEditor) for any SAP system that supports ActiveX embedding. The reason for the replacement is that the standard RTF control, which the SAP TextEditor is based on, is not optimized for working with line-based text (as source code) and does not support modern code-editing functionality.

  • Powerful, Fully-Customizable Highlighting for Predefined Keywords, Comments, and Strings
  • Language Schemes
  • Fully-Customizable Display Functionality
  • Different Types of Word Wrap
  • Different Cursor and Caret Styles
  • Active Status Bar
  • Edit Functionality
  • Drag & Drop Editing
  • Clipboard Ring
  • Block Selection of Text in Addition to Normal Selection
  • Multiple Clipboard Formats
  • Extended “Pretty Print” Functionality
  • Automatic Brace and Structures Matching, Current Scope Displaying
  • Powerful Find/Replace Functionality
  • Incremental Search (Forward/Backward)
  • Code Outlining/Structuring
  • Code Hints
  • Quick Info
  • User-Defined Code Templates
  • Bookmarks
  • Scroll navigation
  • Printing with Previewing of documents in color
  • Window Splitter
  • Go to Line
  • Different Keyboard Schemes
  • External Files Handling
  • Export Functionality
  • XML Settings

Read more

SAP BAdI Introduction

BADIBusiness Add Ins are enhancements to the standard version of the code of SAP. They can be inserted into the SAP system to accommodate user requirements too specific to be included in the standard delivery. Customers can find the possible enhancements (BADIs) in their SAP system in the Implementation Guide (IMG) and in the component hierarchy. BADI definitions are included in the IMG so that the customer can create suitable, company-specific implementations. SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces.

Read more

Interfacing with SAP

Overview:

SAP AG has been coming up with new tools and techniques to support emerging industry standard EAI technologies from time to time.
The following are the techniques currently supported by SAP (as in SAP Version 4.6c) for both
batch and real-time interfacing.

Read more

SAP Workflow Troubleshooting Guide

This article focuses on practical techniques used to assist in the debugging and resolving workflow issues during the development and production support phases of SAP implementations. The SAP Workflow application incorporates the use of several components, i.e. graphical editing tool (workflow builder), some object orientated concepts (use of the Business Object Repository), ABAP, and a hook/trigger mechanism into one of the SAP application modules (FI, CO, MM, etc).

Read more