Application Development 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: 

Progam name through sap job name ?

Former Member
0 Kudos

Hi All,

I am functional consultant. In my client system sap auto generate a file at night & saved this file on different non-sap server.

Now we are facing error, data that we are sending from sap is not matching to recieving server(showing less qty in non-sap server).

I have only sap job name. Can anybody tell me how to see the program name for the same or where I can see the data in sap that is transfering to non-sap.

Point will be awarded on prompt reply.

Thanks inadvance

Regards

San

Edited by: Sanjay Nair on Oct 10, 2008 1:34 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

go to SM37 enter job name & execute u will find the program name in the job log

note that the tcode is SM37

Edited by: mrugesh phatak on Oct 10, 2008 1:41 PM

4 REPLIES 4

Former Member
0 Kudos

hi,

To see the Program name from Job name go to Se37 select the executed Job click on Job Step on that application toolbar on the top. When you do that it will show you the name of the program that has been executed by the job.

Regards,

Pramod

Former Member
0 Kudos

go to SM37 enter job name & execute u will find the program name in the job log

note that the tcode is SM37

Edited by: mrugesh phatak on Oct 10, 2008 1:41 PM

Former Member
0 Kudos

Use to code SM37 , Give the job name and give username as * then execute . On the generated list choose the checkbox then click step you will get a a table like below....

No. Program name/command Program ty. Spool list Parameters User Lang.

1 XXXXXXXXXXXXXXXXXX ABAP &0000000000009 USername EN

Where XXXXXXXX is the program name.

Former Member
0 Kudos

unsolved