cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve the Object Code in se38

Former Member
0 Kudos

Hi,

I have devoloped a report in se38 and saved in a Request.

I was actually intending in chaging the code by calling into another program.Unfortunately the code was been overwritten and i am not able to see the old code.

Even i tried to get the old version by version management.

Please sugget me how i can retrieve the code.

FYI, all the custom FM and all the structures were been visible which was been used in the main prog.

Kindly suggest.

Thanks,

Tayi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

try with Std tables E070 and E071.

Put the codename in OBJ_NAME in E071 and it will give you a list of all transports.

Sort them in order and see the order of transports.Hope u can get the old version here.

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

I have devoloped a program in se38 and when i tired to submit the output of the program in PDF and then later to be sent it the same to mail using the code in

https://wiki.sdn.sap.com/wiki/display/Snippets/Send%20email%20in%20background%20-PDF%20output%20of%2...

and my program was replaced with another code in the above link and below is the replaced code.

REPORT ZR_SYSTEM_MONITOR .

INCLUDE zrep_print .

*IF flag ne 'X' AND Sy-subrc eq 0 .

SUBMIT ZR_SYSTEM_MONITOR

TO SAP-SPOOL SPOOL PARAMETERS print_parameters

*ARCHIVE PARAMETERS archi_parameters RETURN.

SELECT rqident FROM tsp01

INTO gd_spool_nr WHERE rq2name = print_parameters-plist .

*export gd_spool_nr to MEMORY ID 'SPOOLNO' .

*ENDIF .

Can anyone help me out how i can retrieve the old code.

1) I havent released the task .

2)also through the version management but not been able to get.

Thanks,

Anjani