Originally published at - ABAP 740 – Is CONSTANT not a Static Attribute anymore?CLASS_CONSTRUCTOR would be called automatically whenever the class would be accessed – either by creation of an instance or accessing any component. But seems like it is ...
This has been a SALV Editable week. Earlier this week, I published a blog on standard application using SALV for editable(SALV Editable? Yes, as per this Standard SAP Application)
The solution works great if there is an extra button. This extr...
Don’t get too excited about the editable SALV solution out of the box, but I think we have a solution.Recently paul.hardy2 published a blog International Editable SALV day as the 8th anniversary of the first SALV Editable question and so far no out o...
Originally Published at: Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – Sneak Pick at d3.jsBring Data to Life – Integrating D3.js in SAP via RESTful Web Service – RESTful WebService Step-by-Step guideBring Data to Life – Int...
In the previous post of the series Object Oriented Design Principles, we have seen:
1) Object Oriented Design Principles (OODP): Open-Closed Principle(OCP)2) Object Oriented Design Principles (OODP): OCP with Business Scenario
3) Object Oriented Des...
Thanks for the iterator design pattern. I wrote about it a while back ABAP Objects Design Patterns – Iterator
I did implement my own collection handler instead of using the CL_OBJECT_COLLECTION. Mainly due to these reasons:
Do you know why ADD, R...
Looks like you are missing the key end-to-end how-to guide by Bertram Ganz and Bernhard Siewert:
http://go.sap.com/documents/2012/11/44779e8c-5b7c-0010-82c7-eda71af511fa.html
Regards.
Or you can create the dynamic Internal table http://zevolving.com/2008/09/dynamic-internal-table-creation/ based on the number of inputs. I assume that you have range on selection screen and user can enter say 2001 to 2016 and you want to have 16 col...
You need to have the TRY.. CATCH .. ENTRY block to catch this exception where the method is being called. If you are not calling this method directly but, this method is called from another method, then all the methods of the call stack needs to have...
Hello There, I don't get your question fully. Do you want to get the layout or Save the layout? Do you want to save the layout automatically? or anything else?Regards.