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

RSNAST00

Former Member
0 Likes
3,125

I would like to know the Transaction Code or the Access Path to start report RSNAST00 as a backgroud process at a certain time ((Tools > Administration ?).

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member183879
Active Contributor
0 Likes
2,462

Hi ,

1.You can go to SE38 give the report RSNAST00 and give the input criteria.

2. Now save this as a variant in the path Goto-Variant-Save as Variant

3. In the new screen give a variant name and save it with a description

4.Now go to SM36 and give a job name, and job class (Status should be scheduled and target server should be nil

5.Then click the Step button at the top

6. In the new screen, click the button ABAP program, and in that screen meant for ABAP program, in the place of name, give the program which you want to execute(In this case RSNAST00) and select the variant of your program which needs to be executed.

7. If you want the ouputs to be triggered in some specific language, you can mention the language also.Otherwise it will be executed in your logon language.

8.If you want the background job to be executed with some other user id, that user id can be mentioned in the user id field at the top.

9. After entering these data, click the check button and then save this.

10. Now the screen will go off, and the earlier will come. Now click save in this screen once again.

11.Now click the startcondition button at the top, click the Date/time button in the new screen and give the date and time at which the job should execute.

12. Save the new screen.

13. Again save the old screen now.

Once this is done, the job will be automatically scheduled for the time you have mentioned, Now you can check this job in SM37 at that time.

Pls reward points if it helps

I would like to know the Transaction Code or the Access Path to start report RSNAST00 as a backgroud process at a certain time ((Tools > Administration ?).

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
2,462

Hi,

RSNAST00 an processing program used in EDI .it is used to send IDOC's in EDI format.

But there is another program RSNASTSO, this program is used to send the sapscript via EMail, [use the transaction VKO1 for configuration]

Regards,

Priyanka.

Read only

Former Member
0 Likes
2,462

Hi,

For setting up background job..You don't require a TCODE..Just the program name is enough..

Check this link for scheduling jobs..

http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

Thanks,

Naren

Read only

Former Member
0 Likes
2,462

Hi

see the steps for scheduling JOB in background

Scheduling JOB in background:

Go to SM36 create a Job

click on Start Condition

Click on DATE and TIME enter date scheduled Start and END times

click on Period Values

Click on HOURLY/WEEKLY etc

CLick on RESTRICTIONS also to use further criteria.

so your job will be scheduled and run as per your requirement.

Check this link for scheduling jobs..

http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

RSNAST00 is the program used to process the entries in the NAST table, which stores the entries for Output types created in the application Document like (SO or PO). Are you scheduling this Program in Background?

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
2,462

hai Sadhu Kishore

RSNAST00 is the program which processes the entries in nast table and starts EDI process.

configure your output type in VK01 transaction with timing 4 so that RSNAST00 program schedules automatically or we should schedule it explicitly in SE38.

reward me with suitable points if helpful.

S.RAMESH

Read only

former_member183879
Active Contributor
0 Likes
2,463

Hi ,

1.You can go to SE38 give the report RSNAST00 and give the input criteria.

2. Now save this as a variant in the path Goto-Variant-Save as Variant

3. In the new screen give a variant name and save it with a description

4.Now go to SM36 and give a job name, and job class (Status should be scheduled and target server should be nil

5.Then click the Step button at the top

6. In the new screen, click the button ABAP program, and in that screen meant for ABAP program, in the place of name, give the program which you want to execute(In this case RSNAST00) and select the variant of your program which needs to be executed.

7. If you want the ouputs to be triggered in some specific language, you can mention the language also.Otherwise it will be executed in your logon language.

8.If you want the background job to be executed with some other user id, that user id can be mentioned in the user id field at the top.

9. After entering these data, click the check button and then save this.

10. Now the screen will go off, and the earlier will come. Now click save in this screen once again.

11.Now click the startcondition button at the top, click the Date/time button in the new screen and give the date and time at which the job should execute.

12. Save the new screen.

13. Again save the old screen now.

Once this is done, the job will be automatically scheduled for the time you have mentioned, Now you can check this job in SM37 at that time.

Pls reward points if it helps