Hi,
I've used the code sample provided in SDN to download my BSP application to local folder.
"Tool to download BSP Application including MVC" by Boga Umashankar.
<u>Problem:</u>
In my appln, Utilities --> Settings
> abap editor
>editor, Downwards-comp. Line Length(72) Checkbox is unchecked and there is no limitation on length of code in a line.
When i download that application, In the output text file(of a method in a controller), The length of code in a line is limited to 73 characters and rest of the code is ignored while downloading. So only partial code is downloaded.
So is there any solution so that i can download complete code.
Thanks in advance,