cancel
Showing results for 
Search instead for 
Did you mean: 

DEVELOPMENT COMPONENT

Former Member
0 Kudos

hi,

IS THERE DEVELOPMENT COMPONENT IN WEBDYNPRO ABAP?

THANKS

rama

Accepted Solutions (1)

Accepted Solutions (1)

shwetars
Advisor
Advisor
0 Kudos

Hi Ram,

Can you be more specific ? what do you mean by development component ??

Regards,

Shweta

Answers (3)

Answers (3)

Former Member
0 Kudos

yes ,

here its not DC (Developement comp. kind of java stuff) but its individual Web Dynpro ABAP component which does same role.

For many thing WebDYnpro ABAP you use exiting SAP developed Web Dynpro ABAP component then let it be for ALV or may use can use one developed WD component by you in another WD Component. Reuse it.

Cheers

Parry

Former Member
0 Kudos

ok,

in webdynpro java DC'S concept is there for resuabilty components one appliction to another application.is there any resuabilty components form another components.for ALV purpose one standered component sddemo

thanks

rama

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, absolutly. Pretty much any WD component in ABAP can be used in another component, you just need to define the component usage relationship within the component. The ALV functionality is provided in this way.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Ram,

In Web Dynpro ABAP this concept is called as Component Usage. You can check out the following link to get clear idea about this. Also in all ALV examples we have to go for Component usage.

http://help.sap.com/saphelp_nw04s/helpdata/en/13/560b40c6c01961e10000000a155106/frameset.htm

Also check for some standard examples in which they have used the same concept. Check out the standard example WDR_TEST_EXIT_PLUG, Package called as SALV_DEMO.

Hope this will help you.

Cheers,

Darshna.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

This concept is actually the basic object in the ABAP side. In the java side you can create a web dynpro project or a web dynpro development component, on the ABAP side, you just have the component. So when you create your web dynpro object in ABAP the first thing you do is create the WD Component. There is no project like in the java side.

Regards,

RIch Heilman