cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro & Z Table

former_member184166
Participant
0 Kudos

Web Dynpro can help for update data Z Table via Web ?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I don't know exatly what you want, but with you're thinking in use no code abap in to mantain a Z table in Abap AS your answer is No.

You should use a bapi or web service in abap in order to exposing the functionalities. The best practices is share functionality and not data.

If it is possible, you can create the table in Java Web AS.

I wish help you.

Former Member
0 Kudos

hi,

ya sure.. if your going to do with abap... any table can be updated... the codings are same as you use for your normal abap programs. create an action for a button and write the 'insert' statement for updating the database inside the action method.

Former Member
0 Kudos

Hi,

Ya you can,

Create a webservice that has the functionality of updating your z-table and call this webservice in the webdynpro to get it executed.

Regards,

Sirisha.

Former Member
0 Kudos

Hi,

Yes, From webdynpro we can update ZTable in SAP R/3. For this, create one RFC in SAP R/3. This RFC recieves updated data and in this RFC write code to update this Ztable. At webdynpro side, create RFC model for this RFc. Then, provide data to this model and then execute model.

It wil execute RFC in SAP R/3 with this data.

Regards,

Bhavik