Sap Program Naming Convention

Posted on -

Pragmas are program directives thatcan be used to hide warnings from various check tools. Pragmas are availablefrom the ABAP release 7.0 EhP2.

  1. Database Naming Conventions
  2. Program Naming Convention

SAP XI 3.0 Best Practices for Naming Conventions July 2006 7 For example, a customer develops a financial application in Java on a UNIX operating system and DB2 database. The product is the financial application developed by the customer, and not the operating system, programming language, or database. The naming conventions described here are not compulsory. Our intention is to provide general recommendations and principles that should help to define your own company wide naming conventions. As every company is different in structure and size it is important to gauge what level of granularity is required when naming objects in your landscape.

Sap Program Naming ConventionExampleSap Program Naming Convention

Pragmas has replaced Pseudo Comments. PseudoComments are absolute and should no longer be used.Let us understand Pragmas and PseudoComments more.For the demo purpose, we have createdthe following program:Let us do the “Extended ProgramCheck” for this program:Do not check the above highlightedcheckbox (“Also display hidden messages in source code”). Acer h236hl driver windows 10. Click on“Perform Check (F8)”.We have 2 items listed in the report.You can observe the comment here “Can be hidden using pragma ##NEEDED”.Let us include the Pragma in ourprogram now:Please note that Pragmas have to bepart of program code. You might observe that the Pragma ##NEEDED is includedbefore the end of the statement (before the period ‘.’ Symbol). PseudoComments were actually comments and we would put them after the ‘.’ Or‘,’.Activate the program and rerun theExtended Program Check (EPC).This time we have zero errors.Now let us rerun the EPC check bychecking the checkbox “Also display hidden messages in source code”:Here is the EPC report:The list of available Pragmas (or thereplacements for Pseudo Comments) can be obtained by executing the reportABAPSLINPRAGMAS.Please send us your feedback/suggestionsat.© 2006-2007SAPTechnical.COM. All rights reserved.Allproduct names are trademarks of their respective companies. SAPTechnical.COMis in no way affiliated with SAP AG.SAP, SAP R/3, R/3 software,mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks areregistered trademarks of SAP AG in Germany and in several other countries.Everyeffort is made to ensure content integrity.

Database Naming Conventions

Use information on this site at yourown risk.Graphic Design.

Program Naming Convention

Hi,for creating a dialog program steps:first:create an executable program with 'type' module pool and activate it,open the program in change mode and write INCLUDE ZMMPROGRAMTOP.(say).and double click on it.