Application Development 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: 

How to save data ztable through web dynpro application

Former Member
0 Kudos

Dear all,

I am web dypro beginer.

Creat a one sample ztable with two field .

I try to save data throgh web dynpro application in zatble.

can you provide sample program with screen shot how to save data in ztable.

Regards

Raju

Don't ask these kind of questions in any of the forum, search SCN for more info on WebDynpro

Edited by: Vijay Babu Dudla on Jan 28, 2009 4:22 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi raju,

I think this question must be posted in webdynpro forum rather than ABAP Dictionary forum,

Any way the answer for your question must be ,

1. Create the simple tabel ztable in se11 (ABAP Dictionary) with 2 fields.

2. Write a functional module in se37 , with the two fields as import and in the coding part write the source code for inserting imported values into ztable and most importantly make it rfc enabled. (Assuming you have idea of how to create a rfc)

else use this as a reference to create func module.

http://www.heyiamonline.com/abap/FunctionModule/FunctionModuleCreateTutorial.pdf

3. Now what you have to do in webdynpro is to create an webdynpro application and add a model to that application with the corresponding rfc so that you can enter values into the ztable through the web dyn pro application,

http://help.sap.com/saphelp_webas630/helpdata/en/13/d439910490a445ba721a700f8fbb47/content.htm

use this link to create a model and create your own model and configure the context accordingly .

Regards

Sam Charles J

2 REPLIES 2

Former Member
0 Kudos

Hi raju,

I think this question must be posted in webdynpro forum rather than ABAP Dictionary forum,

Any way the answer for your question must be ,

1. Create the simple tabel ztable in se11 (ABAP Dictionary) with 2 fields.

2. Write a functional module in se37 , with the two fields as import and in the coding part write the source code for inserting imported values into ztable and most importantly make it rfc enabled. (Assuming you have idea of how to create a rfc)

else use this as a reference to create func module.

http://www.heyiamonline.com/abap/FunctionModule/FunctionModuleCreateTutorial.pdf

3. Now what you have to do in webdynpro is to create an webdynpro application and add a model to that application with the corresponding rfc so that you can enter values into the ztable through the web dyn pro application,

http://help.sap.com/saphelp_webas630/helpdata/en/13/d439910490a445ba721a700f8fbb47/content.htm

use this link to create a model and create your own model and configure the context accordingly .

Regards

Sam Charles J

0 Kudos

Dear sam,

Thanks for your reply,

i create a one function for posting in ztable but how can i

use this function module in web dynpro application.

can you send sample web dynpro example how to post data in ztable

through function module?

Regards

Raju