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

Read ABAP Program from Transport File

Former Member
0 Likes
587

Hi Guys,

I have a transport log file which contains an abap program, i want to read that program before inporting that to my system, when i open the file the program sources come in not readable format we are on ECC.6 and transport file is also generated out of ECC.6 system.

Does anyone have any idea how can i read the source of and any editor where i can get that converted in readable format.

Atul

3 REPLIES 3
Read only

Former Member
0 Likes
526

Hi,

I think it is downloaded in binary format.

Use the method of uploading binary data files from PC to Internal tables by function module.

GUI_UPLOAD

As filetype - BIN

Read only

0 Likes
526

I tried it uploads the file in same format.

Atul

Read only

0 Likes
526

Hi Guys...

Any ideas on this.

Atul

Edited by: Atul Dhariwal on Mar 17, 2008 7:44 AM