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

Create a standar screen In Netweaver

Former Member
0 Likes
761

I want to know how to create a standard screen in SAP Netweaver, with the version SAP ECC6.0?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
730

NetWeaver is being used very loosely here, NetWeaver is not one product, but a stack of products.

Coming to your question, creating a screen if you are using ABAP, you can still create the screen using SE80 / SE51 transactions, this will be displayed using SAP GUI.

IF you want to create a screen for portals you can develope a Web Dynpro using either ABAP / Java and then display that using iViews on the protals front.

Not sure what exactly you are looking for.

Regards,

Ravi

note : Please mark all the helpful answers

I want to know how to create a standard screen in SAP Netweaver, with the version SAP ECC6.0?

7 REPLIES 7
Read only

Former Member
0 Likes
731

NetWeaver is being used very loosely here, NetWeaver is not one product, but a stack of products.

Coming to your question, creating a screen if you are using ABAP, you can still create the screen using SE80 / SE51 transactions, this will be displayed using SAP GUI.

IF you want to create a screen for portals you can develope a Web Dynpro using either ABAP / Java and then display that using iViews on the protals front.

Not sure what exactly you are looking for.

Regards,

Ravi

note : Please mark all the helpful answers

Read only

Former Member
0 Likes
730

For more information, I want to display a screen standard (which is created in ABAP) in a web interface (Webdynpro)

Read only

0 Likes
730

1. In that case you can simply create a transaction iView on the portals side and display the transaction in the portals.

2. If you have developed a ABAP Web Dynpro, then you will have to create a iView for the same and display.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
730

I don' t know how to create a iView. Sorry I am a beginner in ABAP.!!!

Read only

0 Likes
730

Hi,

Usually this is done by the portals development team. So, if you have a team which does portal development you can take help from there. You need to know Enterprise portals to create a iView.

Regards,

Ravi

Note: Please mark all the helpful answers

Read only

Former Member
0 Likes
730

I use Java in Web Dynpro. I have to create iVIEW too?

Read only

0 Likes
730

If you want to display the screen through portals, yes you have to create a iView. Otherwise, I think you can deploy that as a stand along application as well from the NetWeaver Developer Studio.

Regards,

Ravi

Note : Please mark all the helpful answers