Hello,
starting an Info Package in SAP BW creates a corresponding extraction job in the SAP R/3 system with
jobname "BIREQU_....". The request number of the info package is part of the jobname.
We are looking for a possibility to set the jobname by program, bapi or function module.
Any ideas? Thank you for your help.
Best regards
Lothar
Hi,
It is possible to change the job description using the BAPI_IPAK_START Infopackage scheduling BAPI. I have done this in the past where I use the infopackage BAPIs to automatically create and schedule the infopakages.. However, I seem to recall that the job names are always created with the prefix BIREQ.... followed by whatever description the BAPI import variable is supplied with......
Add a comment