Hello,
I'm trying to process a background session using RSBDCSUB:
SUBMIT rsbdcsub
EXPORTING LIST TO MEMORY
WITH mappe EQ p_group
WITH von EQ sy-datum
WITH bis EQ sy-datum
WITH z_verarb EQ 'X'
WITH fehler EQ ''
WITH logall EQ 'X'
AND RETURN.
(Assuming that <b>p_group</b> is a parameter with <b>apqi-groupid</b> type and it's default value is '<b>ZXXXXX</b>').
The fact is that:
- The <b>ZXXXXX</b> batch-input is created.
- The screens fields are properly filled.
- The problem is that the batch-input <b>ZXXXXX</b> status remains 'being created' (i.e. the processing of that BTCI never starts).
Could anybody help me to solve that problem?
Regards