Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

I'm overloaded with a ton of ideas and new information gleaned from the sessions over the past two days.

There's even things I think I can put to immediate use at my 'real' job!

Let's keep it going online, share your ideas and experiences today.

PB Coding Tip

You can place multiple statements on a single line in Powerscript.

Use the semi-colon between statements.

Example:

ls_blah = ls_msg; IF ls_blah = 'stop' THEN RETURN

You should exercise caution with this approach, however, as it can lead to confusion for the developers who end up supporting your code.

Labels in this area