cancel
Showing results for 
Search instead for 
Did you mean: 

Sceduling of report of previous monthe in background job

Former Member
0 Kudos

Hello Techies,

I have 2 issues.

1. i want to scedule bacground job of some previous months dates . How to do that?Please tell me step by step. And also i want content of that report should be visible to me.

2. I want to do some chanes in Single Role which has been assigned to various user. That role containes the profile which is copy of SAP_ALL profile. Now i want to remove some specific Transactions from itlike CJ20N,VA02,FB08 ETC.

NOTE: Menu tab is unmainted int it. And I also gone with Tcode Ranges BUT ITS NOT WORKING.

Expecting reply on early basis.

Renu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Answer for the first point

1.Make a transaction which fetches the required data from ECC(O any data source), i suppose you must be having some data source where the past records are stored.

2.In this transaction you must be using some Action Block to fetch the data (Eg BAPI or FM), this BAPI or FM must have some input on which you want to fetch the data , and i guess there must be some start and end date i/p field on which you want the data.

3. In this start and end date field map two transaction variable like Start_Date and End_Date.

4. Now from the schedular you can pass the start and end date to this BLS and in the BLS before mapping these dates you can use date functions which converts the date passed by you to one month back or so according to your requirement.

I guess this will resolve your first query.