cancel
Showing results for 
Search instead for 
Did you mean: 

How to get workitem id in ABAP-Webdynpro application

Former Member
0 Kudos

Hai All,

When a user clicks on a work item in universal worklist, a ABAP-Webdynpro screen is called. I want to pass the workitem number to this ABAP-Webdynpro application.

Please let me know how to pass this.

Thanks & Regards,

H.K.Hayath Basha.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for the response

Former Member
0 Kudos

Hai Kari,

Thanks for the link, i am looking into it.

Hai Naresh,

Where should I give this link,

http://abc.com:8001/sap/bc/webdynpro/sap/ztest? param1= Val

What I have done is,

In SWFVISU transaction I maintained the following entry,

Task = TS99000208

Visualization Type = WD_ABAP

Visualization Parameter Visualization Parameter value

APPLICATION = ZWD_OFFICIAL_012

NAMESPACE = SAP

and registered this task in in universal worklist.

Where the specify the code you mentioned.

Thanks & Regards,

H.K.Hayath Basha.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

[Document|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/using%20web%20dynpro%20java%20and%20web%20dynpro%20abap%20applications%20in%20universal%20work%20list.pdf] will be helpful

Abhi

Former Member
0 Kudos

Hi

you can pass the parameter with URL like this


http://abc.com:8001/sap/bc/webdynpro/sap/ztest? param1= Val

here param1 is your parameter name and Val is the parameter value. You can define the parameter in the parameter tab of application.

and in the HANDLEDEFAULT method of window you can read the paramter and use in your application.

Regards

Naresh

Former Member
0 Kudos

Hello,

You can transfer the wi_id as a parameter. Take a look into https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6 (page 20->)

(By the way the document the first result in Google if you search with key words ABAP Web Dynpro UWL.)

Regards,

Karri