on ‎2008 Jul 16 12:53 PM
Hi All,
Im very much new to SAP EP...im a background of Java recently joined in SAP.Can you plz help me out in this.
I need to create a form which has some data entry input fields, like Emp ID, Emp Name, Desg...
i want to store this data into data base and need to generate another screen which displays these employee details.
and also can u plz tell me how to connect to backend database.can i connect to oracle to store this data?
can u plz guide on this how to achieve this task?
Thanks and Regards,
Viswes
Request clarification before answering.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Adding to deepak's reply. connecting to oracle will be
http://help.sap.com/saphelp_nw70/helpdata/EN/2d/5c085d9f585d4b912392ba075e1ce7/frameset.htm
you will find many more documents in sdn or http://help.sap.com
regards,
Pradeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Well come to the world of SAP EP.
Yes you can do this task, create you project and create two view one for form view and second for detail view in the formview come to the Outline window present in the bottom left.
Right click the root container and select the Apply template option and choose form from that. Before that create a node in the context and inside that create attribute they will just behave like a class with the variables.
at the time of form creation select those attribute and finish, your form is ready. and add button and create action for that. on that action you can perform the Dbase insertion action and you can navigate to the second detail view also via fireplug.
You can connect with the Dbase just the way you have done for the java application.
Plz reffer http://help.sap.com for the study of WebDynpro UI.
if you provide me you mail id i can give you sample application of the WebDynpro with Oracle Dbase interaction.
Hope this may help you.
Regards,
Deepak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.