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…

Debugging Background Scheduled Jobs in SAP

ABAPers some times find themselves struggling to get the background scheduled jobs in debugging mode specially in the case where the jobs have different Job Status.

background 

Following steps helps you to debug background scheduled jobs with different statuses:

Continue Reading…

ABAP Automailer program for sending output of SAP TCodes in Background

There has been requirement from users to get output of some report(s), mailed to them in excel format(so that they can adjust/formulate the data as they want). And mostly such reports have fixed periodicity, such as weekly, fortnight or monthly.

schedule

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…

SD Document Flow, TCodes and SAP Table Names

 

The following flow diagram shows the generic Process Flow, T-Codes and the SAP Tables involve in the SD domain.

 

It is not a comprehensive/detailed diagram but an overview to the SD process flow and the relevant objects, making it a good reference for SD/ABAP beginners.

 

SD Flow (Functional / Technical )

Page 3 of 3012345...Last »