cancel
Showing results for 
Search instead for 
Did you mean: 

How to get value from backend Services to the webdynpro context?

Former Member
0 Kudos

Hi All,

I need to get the value from Backend Services( from process in the transaction hrasr_dt ) to the WebdynproContext.

if anyone have any idea ,please tell me how to achieve this?

Regards,

Lakshmi.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

from backend services ( from process in the transaction hrasr_dt ) what does it mean?

you can not interchange data between a web dynpro application and sap standard transaction.

At most you can get the data using BAPI/Function Module/Methods of Class or directly from Select query into your web dynpro context

Abhi

Former Member
0 Kudos

Hi,

I am able to pass data from Webdynpro Comp to backend Services(a badi implementation class which populates the data ) using the function module 'HR_ASR_WDA_SET_EMPLOYEE' and getting this value in badi class using GET fm of this.

and now i want to get the variable value let's suppose a flag value 'X' from memory to the webdynpro Comp.is there any FunctionModule / or any thing else?

Regards,

Lakshmi.

Answers (0)