cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer and IW26

Former Member
0 Kudos

Hello,

I'm trying to reproduce a iW26 (notification) in visual composer.

I'm quite new at sap in general, and i was wondering if it was doable?

Has anyone ever tried to do it? And if yes, what should be the steps to take?

Thank you very much in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Khadija Sako

This functionality can be done.

but you need to create seperate RFC for each tab of IW26 t code

and call this RFCs in VC,and develop the application as per your requirement

Regards

Srinivas

Former Member
0 Kudos

thank you very much!

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

This is possible.

follow the steps like this

1) bring the IW26 t code in transaction iview (i.e based on gui for html)

look into this wiki for more info [Wiki|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/howtoConnecttoSAPR3SystemthroughEnterprisePortal7.0Usingan+iView.]

2) now get the url for transaction iview

for this login into portal, navigate to content administration->portal content->select ur transaction iview right click and preview, you get the preview in new window. from that window take the url

3) now in vc place the html view and set its default url to transaction iview url which u taken from second step

run the application and see the preview

Regards

Srinivas

Former Member
0 Kudos

Hi Srinivas,

First, i would like to thank you for your answer.

But, i think i didn't phrase my question right. What i want to do is break down the different screens of a IW26 transaction in visual composer.

I would like to simplify the whole process, i.e right now there are a lot of tabs, and fields that are not very useful, i would like to know if the process could be brokendown and the screens redone in visual composer.

Actually i want to do some callable objects in visual composer that will called in a guided procedure, (that GP will do exactly what IW26 transaction does, but with simplified screens, and a better flow)

i'm not sure if this is clearer....

Once again, thanks a lot.

Regards