cancel
Showing results for 
Search instead for 
Did you mean: 

Submit RFEBKA00 via a report program is success in frontend execution, But, Not in Background

karumudi9
Explorer
0 Kudos

Hi All,

I am executing RFEBKA00 for statement upload using a driver program with submit RFEBKA00 with selection table and return. Now after execution from front end, Statement is getting uploaded and accounting documents are also being posted. But, When schedule it as a background job, Statement is getting uploaded but, accounting documents are not getting posted. Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

FredericGirod
Active Contributor
0 Kudos

The program indicate there is an ALV. 

Did you check when you run in foreground if there is an output like an ALV Grid ?  

In most case, an ALV grid could not be run in background (issu with container)

 

Fred

karumudi9
Explorer
0 Kudos

Hi Fred,

There is no ALV display associated with. When executed in frontend, Able to see uploaded statement in FEBAN and corresponding clearing(accounting) entries are being posted.  But when scheduled as background job, able to see statement in FEBAN but clearing(accounting) entry is not posted.

FredericGirod
Active Contributor
0 Kudos

@karumudi9there is an oss note 17928 - RFEBBU00;RFEBKA00;execute in background

 

Bank statement files are not stored in the UNIX file system but locally (e.g. drive a:, c:, .....).
The module WS_UPLOAD cannot be accessed in the background, that is, a PC upload (field in selection screen) cannot be carried out.

 

1. Start the report online only

2. On the selection screen, select the field "Execute as background job", "PC upload", leave files where they are (e.g. on a:) and choose "Execute".

This has the effect that the report RFEBKA00 is started immediately and RFEBU00 is executed in the background.

3. Transfer bank statemetnt files to the UNIX file system and schedule a background job "as usual" (System-Services-.....).

    CAUTION: in the selection screen of RFEBKA00, neither the field "PC upload" nor the field "Execute as background job" may be selected !!!!!

 

 

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @karumudi9 

Have you checked the spool in SM37 or logs in ST22? Also make sure that you are using the same variant for executing in background and front end

Thanks & regards

Sanil Bhandari

karumudi9
Explorer
0 Kudos
We checked both the SM37 for spool and ST22 for run time errors, All are clear