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 update values in ztable through hyperlink

PoojaThareja
Participant
0 Kudos

Hi Gurus,

The Problem is I want to send sales order in mail to any id and mail should have two links

like Accept or decline and when user clicks on this link there sholud be some process to update z table.

Pls help how to achive this.

Should i use some services or webdynpro or there is some another mehod by which i can get values inside SAP.

Thanks

Pooja

1 ACCEPTED SOLUTION

Former Member
0 Kudos

webdynpro could be the easiest method for this..

make one view for SO number input.. and keep two buttons.. and assign actions to those buttons.. work done..

8 REPLIES 8

Former Member
0 Kudos

Hi ,

You can go for using a Workflow.

Hope this is helpful.

Regards,

Uma Dave

0 Kudos

Hi Uma

workflow is not configured in my company..

Please suggest some other option..

I am able to send data through mail but how to capture the links pressed outside and update tables in sap.

Please guide

thanks

Pooja

Former Member
0 Kudos

webdynpro could be the easiest method for this..

make one view for SO number input.. and keep two buttons.. and assign actions to those buttons.. work done..

0 Kudos

HI Soumya

Thanks for reply. But there is a requirement to send mail to any mail id and the user will only click any two links in mail Accept and decline and based on the link clicked i have to update my Ztable. My problem is how can I get the link clicked for respective sales order and then get the data inside sap

0 Kudos

then go for workflow and implement your approval though outlook email.(search SDN you will find this).

go though this:

[Link removed 7 Nov 2012]

0 Kudos

but in our company workflow is not configured....

pls tell me some other option

Thanks

PoojaThareja
Participant
0 Kudos

Hi Gurus

please tell me some option to update my table through links outside sap.

whether i can use rfc, idoc pls tell how to proceed....

thanks

pooja

0 Kudos

you can give a link for your web dynpro in the mail.. so that when they click on that.. the window will open.. but you directly start the processing based upon the link they clicked.