cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Help

former_member422932
Participant
0 Kudos

I have a view that reads in a material then does an RFC to see if the material is a valid material. If the material is valid I display the reuslts. If the material is not valid, I want to return back to the previous view but not sure how to do it. I have a work around, but want to know if I can return to the previous view if the material is not valid.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member422932
Participant
0 Kudos

Figured it out

Former Member
0 Kudos

Hi,

Correct me if my understanding is worng.

In view 1 you are reading a material and you are checking whether the material is valid or not in another view.

If its valid then show the result otherwise return to view1.Right ??

In that case create a outboundplug from View2 to view1 and fire the plug !!!

Anilkumar

Former Member
0 Kudos

Hi,

if you call the RFC that check the material on a Button click event you can perform the navigation on the second view ONLY if the RFC check is ok and do NOP else.

Best regards,

Gianluca Barile