Archive

Posts Tagged ‘Batch Input’

SAP : Batch Input Session

January 16th, 2010

Displaying Session Logs

The batch input system keeps a detailed log of each session that is processed. The log contains not only progress messages from the batch input system itself, but also error messages from the transactions that are processed.

For analyzing an SAP error in a session, you should start by checking the session log for relevant messages. A session log is kept only if the session was generated with the KEEP option or if the session is aborted or contains an error.

Read more…

Viewed 6184 times by 1687 viewers

admin SAP Knowledge ,

SAP Process : Reorganize Sessions and Logs

January 14th, 2010

Some question about the processed items in Batch Input Session. We found that there is no any processed item/log under processed tab in batch input session.

So the question is why the processed items are deleted?

 

Batch Input: Reorganize Sessions and Logs

The program RSBDCREO will delete only successfully “processed” batch session. This SAP standard program will do reorganization on APQD table (control BDC session). Otherwise, the table will become so big.

The SAP program RSBDCREO does the following:

  1. Deletes (sucessfully) processed sessions still in the system and their logs. Only these sessions are deleted and not “sessions still to be processed”, “sessions with errors”, and so on.
  2. Deletes logs, for which sessions no longer exist.

Read more…

Viewed 5887 times by 1535 viewers

admin SAP Tip , , ,