Archive for June, 2006

Batch Input vs CALL TRANSACTION

Friday, June 30th, 2006

SAP ABAP Interview QuestionsQuestion 9: What is the difference between Batch Input and CALL TRANSACTION?

Batch Input and CALL TRANSACTION are both data transfer methods. Batch Input usually are used to transfer large amount of data. For example you are implementing a new SAP project, and of course you will need some data transfer from legacy system to SAP system. If there is no standard batch input program, direct input program, you would need to write your own data transfer program and it is going to be batch input program. CALL TRANSACTION methods is real-time method, whenever you run the program CALL TRANSACTION can be triggered. CALL TRANSACTION is used especially for integration actions between two SAP systems or between different modules. Users sometimes wish to do something like that click a button or an item then SAP would inserts or changes data automatically. Here CALL TRANSACTION should be considered. You use CALL TRANSACTION and you do everything automatically, collect necessary data, call transaction and so do database update. If any error occurs, show the user them.

(more…)

Data Transfer Methods

Thursday, June 29th, 2006

Batch Input

Thursday, June 29th, 2006

Interactive Reports in ABAP

Thursday, June 29th, 2006

Events in ABAP

Monday, June 26th, 2006

Open SQL vs Native SQL

Monday, June 26th, 2006

The Structure of an ABAP Program

Saturday, June 24th, 2006

SAP ABAP Interview Questions Series

Thursday, June 22nd, 2006

Shai Agassi The NetWeaver Guy

Thursday, June 22nd, 2006

Game for SAP Folks

Wednesday, June 21st, 2006