Upload File from Application Server into ABAP Internal Table in SAP

The following code helps in uploading the data from flat file on Application Server to ABAP Internal Table.

Upload To Itab

Continue Reading…

SAP ABAP Transferring Internal Table Contents to a file on the Application Server

In SAP ABAP you can transfer the contents of the internal table to a file. This is required when you wish to extract data from SAP tables into a flat file.

This file can then be used to transfer data to another SAP or NON SAP system. This can also be used for an interfacing when you wish to transfer data on a daily or a weekly basis from R/3 to NON R/3 or SAP.

download

 

 

 

The command used to create a file on the application server is as follows.

Continue Reading…

Upload / Download Data from SAP Tables

There have been some cases where we, as an ABAP programmer, want to take SAP table data backup. Specially for the case where Basis Team refuses to get it back-up and restore the data for us.

There have been some codes available on net where data is backed-up but not restored back to SAP.

backup

It is basically Dynamic table export / import facility.

Continue Reading…

Step by Step LSMW Tutorial

In an SAP implementation the data from legacy system (non SAP) normally transferred to the SAP system. Periodic data transfer between SAP and other system (interfacing) is also required. Both of the above form a part of data migration. In SAP, known tools for data migration are:

  • BDC (Batch Data Communication)
  • LSMW (Legacy System Migration Workbench)

This document presents Overview of LSMW and to provides you information about how to use this functionality.

LSMW

Continue Reading…

BDC to insert Wage Type in Infotype 0008 (Basic Pay)

Addition of new WageTypes to Infotype 0008 often comes as an urgent requirement. Instead of adding WageTypes to individuals, we can upload it through a BDC.

Insert Wage Type In Infotype0008

Continue Reading…

Page 1 of 3123