Type of Database Updates in SAP

There are three types of Updates that can occurs to the database, depending upon the priorty given to the work.

V1 – Synchronous update
V2 – Asynchronous update
V3 – Batch asynchronous update

Continue Reading…

ABAP Program Showing a progress bar in SAP

This process is very easy but a lot of programmers don’t know how to do it. You just have to call the ABAP Function Module ‘ SAPGUI_PROGRESS_INDICATOR ‘ , at the appropriate points.

Progress Bar

Continue Reading…

ABAP Program to Execute a DOS command from SAP

This sample program demonstrate the execution of DOS command from SAP.

Continue Reading…

ABAP Program to Send Mail through SAP

There are many posts like this to send external and internal emails from SAP. I thought to consolidate them. So, here is the code to send email from SAP with and with out attachments.

Continue Reading…

Page 6 of 6« First...23456