Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pattern - Functional Method Calls

Former Member
0 Likes
752

Hi

I've recently come off the BC401 course and I thought that there was a setting that when you use the PATTERN option it would format it in the functional method style?

ie p_bee = cl_htmlb_dropdownlistbox->factory ( etc etc etc )

instead of

call method cl_htmlb_dropdownlistbox etc etc etc

Am I correct? I searched in Utilities->Settings but couldn't find anything?

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
590

From the editor:

Utilities->settings->ABAP Editor->Pattrn->Functional Writing Style for Call METHOD.

if you don't find it, perhaps it's only available in newer releases.

matt

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
591

From the editor:

Utilities->settings->ABAP Editor->Pattrn->Functional Writing Style for Call METHOD.

if you don't find it, perhaps it's only available in newer releases.

matt

Read only

Former Member
0 Likes
590

Hi Matthew

Thanks for the reply. I'm on 620 and since the course was on Netweaver 7, I'd agree it must have been introduced in a later release.