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

help needed to trace a program ...

Former Member
0 Likes
565

Hi,

I am trying to reach the program which actually generates the PO from ME21N/ME22N. Could you please help me trace or let me know the program name ??

Once PO is created and if I have the print option set in the "Messages", the PO is printed to the printer. I want to trace after the point, the PO is saved in the table. i.e. from the time PO output is assembled for printing. also i want to know if its in .txt format ??

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
517

You can use ST05 .

- Kalpana

Read only

FredericGirod
Active Contributor
0 Likes
517

Hi Rad Sha,

your program should be run in background, if you want to look that, you have to activate the background debuging.

To do that, start a ME22N/ME21N, put /hs (in the field for the transaction). Save your PO, that will go in debuging. Use the button Setting, select the background debugging and press save.

After this you could press the key F8.

You will have a new window that will appear, in debug mode. This window correspond of the background.

Rgd

Frédéric

Read only

Former Member
0 Likes
517

I think fedric is right wheever you run the transcation just use /h for debuging the program and get the naem of the program from there.

Reward point for useful answers.

regards

Siddarth

Read only

abdul_hakim
Active Contributor
0 Likes
517

Hi,

From where you want to trace just start the debugger by putting /h in the command field.Then you will come to know the program.

If u want to the know the program name of any transactions in SAP R/3 just use the below path.

system->status

Here you will get the corresponding program name and other details...

REgards,

Abdul