cancel
Showing results for 
Search instead for 
Did you mean: 

calling SAP transactional iview with multiple values from WDA

Former Member
0 Kudos

Hi all,

1. I use the transaction iView to call SAP transaction from my WDA application using method 'Navigate_absolute'.

I already pass parameter like "sales order Number" with the parameter "S_VBELN-LOW" and it works fine.

Now I would like to pass multiple values(not range) of this type - e.g. the numbers 001,005,012,101like these numbers i need

to pass to the selection screen of calling SAP transaction.

2. Also please tell me how to execute selection screen automatically ( i.e when i call SAP transaction iview from WDA application

the corresponding transaction needs to execute and display the results based on the values that i passed to the application)

can anybody please helpme on this.

Thanks,

Naveen

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member574468
Participant
0 Kudos

I am also facing the same problem....

Can u suggest how u solved this issue?

Vimal

Former Member
0 Kudos

Hi Naveen,

I have a similar kind of issue.

I have a standard WD iView. There are some customer values need to be filled before calling this Iview.

So, I developed a WD screen where I have designed all customer fields now If I execute Enter button It should call

the standard iView by passing the required value by iView.

So, I want to do something like submit operation we do in SAP ABAP.

Hope you undestood my question.

Regards,

Atul

Former Member
0 Kudos

Solved.