cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger roundtrip after popup close event

Former Member
0 Kudos

Hello,

depending on the result of a popup with input fields I need to trigger a new server roundtrip to process DO_VALIDATE_INPUT again. How can I do this?

Regards, Kay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ralph,

I don't think you need a round trip after closing a pop up as the standard has already provided you the option to define the close event and handle your logic there.

In case you are using a value help pop up , then using a parameter  iv_trigger_submit while creating value help you can trigger a round trip.

Regards,

Nithish

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Ralph Fischer,

DO_VALIDATE_INPUT can be called manually from on popup close event.

Regards

Rajarama U

Former Member
0 Kudos

Hi  Rajarama,

thank you for your answer but this is not what I want. The question is "How can I trigger a server roundtrip (in any cases / if neccessary)?"

Regrads, Kay