Archives

Title Comments Posted on Views

ABAP RegEx – Regular Expressions

Regular Expressions or RegEx are very powerful and useful when working with Text literals. Check out how RegEx can be...

2 Oct 03, 2013 42856

New Poll – Technical Specification – How much details you mention in TS?

Technical Specification is the design document which is prepared by developer over the duration of the development...

Comments Off on New Poll – Technical Specification – How much details you mention in TS? Oct 02, 2013 817

Poll Wrap-up – Your choice for ABAP Editor

Poll results for Your choice for ABAP Editor. So many from you has given their input for the...

Comments Off on Poll Wrap-up – Your choice for ABAP Editor Oct 02, 2013 781

</> Popup using SALV

Popup generated using the SALV Model in ABAP. This would be very handy code snippet for informative...

4 Sep 23, 2013 10524

ABAP Objects Events – SENDER, know who raised the event

Gaining access to the object, when working with ABAP Objects Events, which raised the event would be an added advantage...

Comments Off on ABAP Objects Events – SENDER, know who raised the event Sep 19, 2013 16455

ABAP Objects Events – Raising and Handling

Events are good way to communicate between objects. They are very useful when the object doesn’t care about the handler...

3 Sep 17, 2013 34140

Celebrating 5 years

This September 2013, the site completed 5 years of existence – from year 2008 to 2013, from a blog to...

15 Sep 13, 2013 1048

</> SALV Making All Columns Invisible from A Specific Type

Code Snippet to access all columns from a Type when working with SALV table using RTTS (Run Time Type...

2 Sep 11, 2013 6053

Trick to Find Any Node in Smartforms

Smartforms has a nice tree display but it doesn’t provide Search functionality in the tree. This trick provides way to...

5 Sep 09, 2013 10556

Copying ABAP Programs Guidelines

Few guidelines you want to follow whenever you need to copy a standard program to meet the...

6 Sep 03, 2013 7316

Why ABAP Table Controls Are Evil

Table Controls are not that much flexible enough. On top of that it would also add more issues in the...

1 Aug 29, 2013 4879

New Poll – Your choice for ABAP Editor

Over the time ABAP Editor has evolved a lot. I think this is good time to see which editor is...

13 Jul 30, 2013 2588

Poll Wrap-up – Commenting your code

Poll results for the poll Commenting your Code. Quite a few people cast their vote for the...

Comments Off on Poll Wrap-up – Commenting your code Jul 30, 2013 916

</> Dynamic ITAB migration from create_dynamic_table to RTTS

RTTS is around for years in ABAP now. Code Snippet to generate Dynamic Internal Table using RTTS which was previously...

4 Jul 18, 2013 6562

Difference Between && (Chaining Operator) and & (Literal Operator)

With ABAP release 731, you have && which can be used instead of CONCATENATE. You also have & which seems...

4 Jul 16, 2013 20210

ABAP String Templates New Feature in ABAP 731

String Templates are introduced in SAP with ABAP release...

5 Jul 11, 2013 17737

ABAP Database Connectivity ADBC

ABAP Database Connectivity also known as ADBC provides Object Oriented approach to access the database. You can also access the...

7 May 16, 2013 27583

ABAP Unit Test Global class usage

Since ABAP release 7.0, you can create ABAP Unit Test Global Class. Lets see what to do and what not...

2 May 13, 2013 14013

</> Get Current Transaction Variant Name

Transaction Variants are very good for hiding the Screen Elements. Simple code snippet to get the Transaction code variant...

3 May 13, 2013 5371

Announcement – Tools on Zevolving.com

Recently, I have been working on introducing various tools on Zevolving.com. Just want to capture them...

5 May 07, 2013 1365