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: 
Read only

back ground processing

Former Member
0 Likes
637

I have a program to be scheduled in the background .It reads data from application server file . I am giving the filename in the program itself but if i need to change the filename later how do i do it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

Hi,

Create a selection-screen parameter for the filename..

You can create a variant for the program with the default filename....Use the variant to create the job...

If there is any change in the filename...change the filename in the variant..

Hope this is what you are looking for..

Thanks,

Naren

5 REPLIES 5
Read only

Former Member
0 Likes
615

Hi,

Give the filename as a parameter in the selection-screen..

Otherwise you have to change the program to read it from the new file....

Thanks,

Naren

Read only

0 Likes
615

that will be scheduled to run daily automatically . It just updates a custom table. Can i still use the filename as selection parameter.

Read only

0 Likes
615

Yes Priyanka

By taking the filename as input parameter, we can change the filename at anytime without changing the program.

When the program is scheduled to work in background, just changing the variant will do the task.

Kind Regards

Eswar

Read only

Former Member
0 Likes
616

Hi,

Create a selection-screen parameter for the filename..

You can create a variant for the program with the default filename....Use the variant to create the job...

If there is any change in the filename...change the filename in the variant..

Hope this is what you are looking for..

Thanks,

Naren

Read only

Former Member
0 Likes
615

Under what circumstances does the filename change?

Rob