Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Background Transaction

Former Member
0 Kudos
262


Hi there,

We have a custom transaction which is based on a SAP standard one.

On the selection screen there is an option for 'File Store' where a file can

be created locally.

If I run this transaction in the foreground  the following pop up appears:

Can anyone tell me how I can supress this pop up because I want to be able

to schedule this in the background and this pop up is preventing it from

working

Thanks

Andy

1 ACCEPTED SOLUTION

Former Member
0 Kudos
208

Hi Andy,

If the file storing location and file name is constant i.e fixed and will not require any interaction then only its possible to bypass this pop up and directly to save the file to the presentation server.

Hope this helps.

Thanks,

Tooshar Bendale

6 REPLIES 6

nabheetscn
SAP Champion
SAP Champion
0 Kudos
208

Hi Andy

I dont think in background you can interact with presentation server.

Nabheet

Former Member
0 Kudos
209

Hi Andy,

If the file storing location and file name is constant i.e fixed and will not require any interaction then only its possible to bypass this pop up and directly to save the file to the presentation server.

Hope this helps.

Thanks,

Tooshar Bendale

0 Kudos
208


Hi Tooshar,

Yep the file name/location will be fixed so how can I bypass the pop up??

Thanks

Andy

0 Kudos
208

Hi Andy,

As you said that it is a custom transaction, so this will require to modify the program with the file name / location parameters. There are function modules which directly download the data to specified fixed location.

Hope this helps.

Thanks,

Tooshar Bendale

former_member192854
Active Participant
0 Kudos
208

Hi Andy, indeed like Tooshar said, you should customize the transaction further.

Next to this, it's also not possible to upload during a background process. Therefor, you need to upload the file to the sap file server (al11), from there you can fetch file content in the background.

Good luck!

Best,

Sander

0 Kudos
208

Many thanks guys for your help