cancel
Showing results for 
Search instead for 
Did you mean: 

How to add transactional Iviews into an webdynpro appliaction

Former Member
0 Kudos

Hi Everyone,

I have a custom application running , where in which there is an approve iview where user approves entry sheets .

Now the user wants some links under same iview for accessing transaction like iw32, ml81n, migo etc .

Now that I have an iview approve, either I have to mention the links for each transactions or create a seperate folder under a the worset and create all transaction iview ...

How can i accomplish in case of first option , the are links created via webdynpro code...

I generally create a transactional iview and after creating i previewed it but it doesnt show anything apart from the blank screen , i mentioned the system and transaction parameters correctly

Regards,

Raj

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

ok

Former Member
0 Kudos

ok

former_member189631
Active Contributor
0 Kudos

Kandaraj,

If your custom application supports javascript then you can use Navigation API of EPCF (Enterprise portal Client Framework).

Once user click on the link u call a javascript function that has the similar syntax as mentioned below:

EPCM.doNavigate("ROLES:/<PCD Location of ur Transaction Iview>");

Ramganesan Karuppaiyah

Former Member
0 Kudos

Hi ,

Check if the ITS entry is maintained in the Hostfile - in drivers folder i.e

C:\WINDOWS\system32\drivers\etc path

Regards,

Sunitha Hari.

Former Member
0 Kudos

Hi Sunitha,

I check the path which u mentioned, But I dont find any path there . wat could be the issue