Monday 23 November 2015

CTRL-N

Opens a new session... Just like Word, Outlook, Chrome, Notebook etc etc.

Press Ctrl-N in GUI. Now triggers new session. Useful. 3 of my colleagues hadn't heard about this, so thought it worth broadcasting! SAP starts to behave a bit like other software. Good.

Wednesday 11 November 2015

WSDL Loading

So my third party gave me a WSDL that needs to be consumed. I was using the wizard in SE80, when I get the following error : 

"Proxy Generation : Error Occurred" Incorrect Value: Entity (1/0) Unexpected End of file.

Okay.

Now the WSDL was a text file that was sent to me via e-mail. I'd just saved it from Outlook onto my desktop...

I was able to double check the WSDL using this website:

https://www.wsdl-analyzer.com/service/service/1118547868?version=1

which took a copy of the file and gave me a natty little report on how well formed the file was. It didn't much like my WSDL, and told me the same thing that SAP did... not happy!

I then cut and pasted WSDL content into Eclipse in a new WSDL file, saved that to my desktop. Eclipse seemed to like it. Once that had been saved to the DT, it passed the SAP and WSDL Analyser.

My only summation is that there must be something in notepad / outlook that messes up the WSDL definition...

Wednesday 4 November 2015

Creating data on the fly... just like Javascript and Visual Basic!

This blog from Horst (hero!) describes one of the "new" features of the ABAP editor.

http://scn.sap.com/community/abap/blog/2013/05/23/abap-news-for-release-740--inline-declarations

This is ace! No more jumping up to the data declarations or local variable declarations. Just do them on the fly!