cancel
Showing results for 
Search instead for 
Did you mean: 

How to read Input Parameters for report while passing parameters through URL

Former Member
0 Kudos

Hi All,

In web Dynpro page , i m calling xk03 T-code by passing LIFNR and EKORG values in url in one report. How to read LIFNR and EKORG values from report, so i can set this parameters on sap screen .

Please help me .

Thanks in advance!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We got solution , we have created a program and passing GUI id values to report parameters . and executed program stores it into internal table.

Onclick event , we are encrypt table values and passing to url, and deleting table entry., so that no one can hack the link.

ramakrishnappa
Active Contributor
0 Kudos

Hi Vijay,

You need to identify the screen field names of LIFNR and EKORG from the report and concatenate those into URL and call from WD.

If above lines wont help you, then give some more details.

Regards,

Rama