‎2008 Apr 07 7:05 AM
hi experts ,
during bdc why we need to save excel file in '. prn ' format ..
4 what is stands for ? ...and in same way we have to save word file (.doc) also in this format or not ?
thank in advance ..
vikas sharma
Edited by: vikas sharma on Apr 7, 2008 8:06 AM
‎2008 Apr 07 7:17 AM
‎2008 Apr 07 7:20 AM
Hi,
PRN files are created when u try to print any document into a file instead of in paper. What happens here is it can be used later to print at our convenience. So in the printer parameters there will be check box stating "PRINT TO FILE". Check that one and see in any document. Similarly u can set the parameter in SAP as well.
It should be a file created when it chooses to print a document into a file instead of a printer by Window.
.prn file is not a text file but u can try to read that file by OPEN DATASET using option in BINARY MODE.
Reward if useful.