cancel
Showing results for 
Search instead for 
Did you mean: 

Popup in Visual Composer

Former Member
0 Kudos

Hi Experts,

I have the following requirement:

- I'm creating a new application that consists mainly in a table view where I can change the status of each row selected by calling an RFC.

- If I select 3 rows, for example, I can call the RFC and the status is correctly changed for those 3 rows. My problem is that if I want to have a confirmation popup before changing status, I'm not being able to do that.

Do you know if this is possible?

Thanks in advance.

Kind regards,

Ricardo

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hi Daniel,

Here are the steps to solve your issue...

1. Create/Drag a Pop to your model.

2. Drag a From to that pop up.

3. write the confirmation text in plaintext UI of form.

Pop Up will come with standard OK and Cancel buttons.

Now,

4. Take out the action to call RFC from table and keep that action in OK button of pop up. dont forget to append * (astrict) before action name of thedata mapping line. This is because data is transferring from table but you are calling the action from pop up. So put * infont of the action name in CONFIGURE DATA MAP properties.

5. Create an action of type TRIGGER TRANSACTION on table where you were calling RFC and select the name of pop up. this will pop up on action of table and ask for confirmation. On click of OK button you are calling the RFC so your issue is solved.

Thanks,

Pradeep

Former Member
0 Kudos

Hi Pradeep,

I'm a little bit lost...

I call a popup from my table, instead of calling the RFC, right?

Then, in the popup I have a form with 2 buttons - OK and CANCEL - right?

From the form in the popup iview I drag the RFC and associate the action with OK button, right?

Now it's when I'm not being able to keep up to your enlightments...

Thanks in advance.

Kind regards,

Ricardo

PradeepBondla
Active Contributor
0 Kudos

You are right...

go ahead.... all the best....

-Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ricardo,

I try to change a functional location status from a table.

Can you describe how you did it in VC please ?

Thank you

Sylvain