cancel
Showing results for 
Search instead for 
Did you mean: 

Standards of WDJ

Former Member
0 Kudos

HI,

To start with the project we have to create a WDJ standards documents. Can any one tell me where can i get the sample Documents for me.

Reagards,

H.V.Swathi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

check this link for the STANDARDS AND NAMING CONVENTIONS OF WEDYNPRO JAVA

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b31...

and for check this

Thanks

Former Member
0 Kudos

Hi,

Please let us know what do you mean by 'create a WDJ standards documents'.

In our project, we created technical design documents(TDD) before start of the project which included explaination on following sections of Development Components:

a) SC it belongs to

b) Name of the DC , Used DCs, Public Parts

c) Models, if any

d) Web Dynpro Components (CC)

e) Custom Controllers

f) Message pool

g) CC methods, context, events

h) Views - Methods, context

i) Windows

regards,

ganga

Former Member
0 Kudos

Hi,

Thanks for your first reply..

This is the first project i am doing, can just tell me what and all documents should be created according to SAP Standards.

Reagards,

H.V.Swathi

Former Member
0 Kudos

Hi,

As per my knowledge, there is nothing like 'SAP Standards' for documents.

But usually the process of documentation includes following types of documents at different stages of SDLC of project:

a) Use Case Documents (Requirements)

b) Functional Design Documents

c) Technical Design Documents

d) Unit Test Case Document

e) Integration testing document

f) Migration Check list

Developer will be involved only in case of c,d and f

regards,

ganga

Former Member
0 Kudos

Hi,

Regarding naming convention standards in WebDynpro we need to consider below objects

Global/ Local Variables (Java naming conventions)

Complex DataTypes (Java naming conventions)

WebDynpro Methods (Java naming conventions)

Constants

WebDynpro DC

WebDynpro Application

WebDynpro Component

WebDynpro Additional Controllers

WebDynpro Window

WebDynpro View Controllers

WebDynpro Context Value Node

WebDynpro Node Instance

WebDynpro Node Element Instance

WebDynpro Context Attribute

WebDynpro Action

WebDynpro EventHandler

WebDynpro Event

WebDynpro Inbound/Outbound plug

For loop count variable

WebDynpro DC Public parts

Packages

Regards,

Charan