Skip to Content
0
Nov 06, 2006 at 10:00 AM

Downloading Bsp application

170 Views

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.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3330a5e1-0701-0010-6e81-e88984de611a

<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,