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

Import from logfile

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
801

Hello All,

I have a statement which reads like this

IMPORT GRID_ENTRIES TO %_P0000000006 FROM LOGFILE ID %_KEY.

I understand its reading data from a logfile with the given key. Could anyone please tell me where I can find this logfile. On debugging I find that the data read from the logfile is wrong. How can I proceed to find the cause for this.

Please help

Thanks in advance

Sudha

Edited by: Sudha Naik on Dec 31, 2007 6:17 AM

Hello All,

I have a statement which reads like this

IMPORT GRID_ENTRIES TO %_P0000000006 FROM LOGFILE ID %_KEY.

I understand its reading data from a logfile with the given key. Could anyone please tell me where I can find this logfile. On debugging I find that the data read from the logfile is wrong. How can I proceed to find the cause for this.

Please help

Thanks in advance

Sudha

Edited by: Sudha Naik on Dec 31, 2007 6:17 AM

5 REPLIES 5
Read only

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
737

I couldnt find the location of the logfile. But i was about to trace where in ABAP Code the logfile is written. and could find the data which is written. Hence was able to find the cause of the error.

Read only

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
737

Issue is solved

Read only

0 Likes
737

Hi Sudha,

Can you tell me how your Issue gets solved.. since i am also facing the similar kind of issue right now. In my case i am able to find where the data is imported from LOGFILE ID but not sure where actually it is writing the data into the file.

Is there any T-Code available for checking the content of the Logfile...

Regards,

Ramkumar.K

Read only

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
737

Hello Ram,

Using debugging I found out the place where this log file was written and traced back. Thus my issue was solved.

Not aware of any transaction where we can see the content of the logfile.

Regards

Sudha

Read only

0 Likes
737

Sudha,

Could you please provide some more specifics about how you went about finding where the log file is written in your case. I am trying to locate the same during the processing of a Purchase Order document. I need to locate the point during processing when the log file is created.

Regards,

MadABAPper