Creating RFC Destinations

We need RFC destination to connect either to non-SAP or SAP data externally from our existing system. To make other systems available for the access, we need to provide an RFC destination in our SAP such that it accesses the external system.

To summarise you can communicate via RFC:

1. R/3 -> R/3
2. legacy -> R/3
3. R/3 -> legacy

  • Share/Bookmark

Custom HR Infotypes Creation

There are requirements for an ABAP-HR programmer for creating custom HR infotypes.

The following PDF shows a walk-through of the steps required to set up custom Infotype from scratch.

The steps include creating new Infotype from PM01, to defining structure for it, to defining attributes, till dialog module assignment.

 

 

Download link: ABAP HR Infotype Creation

  • Share/Bookmark

Complete Reference to ABAP Basics

The following ebook is for the ABAP beginners giving an overview of basic topics in ABAP.

This reference guide focuses on following topics:

  • ENTERPRISE RESOURCE PLANNING (ERP)
  • SAP ADVANTAGES
  • Role of ABAPer
  • R/3 ARCHITECTURE COMPONENTS
  • WHAT IS CLIENT IN SAP
  • Developemt Obects -  REPOSITORY OBJECTS and  DATA DICTIONARY OBJECTS
  • ABAP GUI
  • DATA DICTIONARY
  • INTERNAL TABLES
  • SUBROUTINES
  • Reports
  • MODULE POOL PROGRAMMING
  • Menu Painter
  • BATCH DATA COMMUNICATION
  • LSMW ( Legacy System Migration Workbench)
  • SAPSCRIPTS
  • SMARTFORMS

  Continue Reading…

  • Share/Bookmark

Change assigned Package in SAP

ABAP prgrammer sometimes do workout on things locally (Technically, making the object Local in nature). After all the changes done to the object, the object is ready to transport to the next landscape for further testing.

Following steps defines how an ABAPer can reassign the Transport Package to the Object to be transported.

Continue Reading…

  • Share/Bookmark

ABAP program to create Formatted Excel File using XML

From release 620, ABAP has provided us a way to transform our data using the XML transformation. We can very use the XML to generate the formatted Excel File.

The advantages of the XML technique over the OLE:

  • Using XML technique, File can be generated in Background processing. It would not be possible with OLE technique to generate the Formatted excel file because it needs the active connection with the windows.
  • Using XML we can send the fancy generated file as an Email Attachment.
  • We can create formatted excel file using the XML technique from the Web applications generated using Web Dynpro or BSP.
  • It’s faster when compared to OLE technique.

Continue Reading…

  • Share/Bookmark
Page 1 of 1612345...Last »