SAP ABAP Source Code Based Class Builder

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

SAPABAPSE80SourceCodeBasedClassBuilder

26.11.2009

Summary
ItisshownhowtoeditSAPABAPclassesinamoreeffectiveway.Youcaneditclasseslikein C++/Java.

Update12.02.2010
Itlooks,thatSAPmeanwhileremovedthisoption.Insteadnowyouhavetheimplementationbutton andthenthepublicandprivatesections.Theessenceisstillvalid,youcanedit/export/importABAP classesmuchfasterusingsourcecodeinsteadoftablesanddialogs.

Problem
SAPstandardclassbuildercanbequiteclumsy:

Tochangeparametersyouhavetoselectmethod,thenpushparametersbutton.

Settinguponeparametercantakeupto510clicks.

Solution
InsteadchoosemenuUtilities>Settings>ClassBuilder:

TurnonSourceCodeBasedClassBuilder.

Youcanthenedityourclassesinadifferentway,youcandeclareyourmethodsmuchfaster.

Youwillseeallyourmethodsinonespace.Nowyoucanevencopyandpastefullclasses.

Keywords
SAP,ABAP,WD4A,SE80,ClassBuilder,parameters,changeparameters,effectiveediting,directclass editor,tips,bestpractices,zbalai.com

You might also like