cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass the screen input value to other screen in Hybrid Workflow app

Former Member
0 Kudos

Hi All,

I am trying to develop an Hybrid workflow app, where i stuck up at some prob.

I have one Screen where i am entering Username as input and on clicking of button (Menu Item) navigate to second screen with some data.

Now on second screen i have one button (Menu Item) which im just navigating to third screen.

on 3rd screen i have one input field called Created By, where i want to show the value of username from screen 1.

Please see the attached file for more details...

Your help will be appreciated....

Thanks & Regards

Saket

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Saket,

i tried the above flow on my system,and it worked.

1. goto your mbo properties.(right click on MBO > attribute)

   create an object queries.

 

   give some name (findByUser)..

   click on Add

    dont mapped to any attribute.

    click on generate

    select return a single Object

2. then deploy ur MBO to server

     3.in workflow editor.

        select

  go to "credential req"  screen.. then put a nativigation to start (2nd screen) scrn.

(  meanwhile create a new scren say "3rd scrn")

  in the "start scren" create a menu "go"

  set the properties as below:

go to parameter mappings of the "go" menu

(here cc_username is the key for username in the first screeen)

go to "3rd scrn"

create an EditBox "created by"

and set the properties as below;

you ll see the output like below:

i hope this would help your query.

Regards,

Jitendra

Former Member
0 Kudos

Hi Jitendra,

Thanks for replying...

i did all the steps as per mentioned but when i click on go buton...its goin back to initial screen.

I will explain the scenario....

1st MBO (Display PR as per entered SAP User) : input are username & password ---- output will be PR list (table).

2nd MBO (create PR): input are plant, purch org, purch group, material, deliv date & created by.

Now i have 1st screen: where i will enter username and password to 1st MBO and on second screen i will get all PR list.

Now on second screen i have one button which will navigate to create PR screen where i have all input plant, purch org, purch group, material, deliv date & created by.

So i want to pass username value from 1st screen to field created by. so that i dont have to enter created by value again.

Thanks and waiting for your valuable inputs.

Saket

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Saket,

i m trying with similar scenario.

i wil let you know.

Regards,

Jitendra

Former Member
0 Kudos

Is it possible from Jquery/HTML code??

Former Member
0 Kudos

Hi Saket,

select the createdby edit field in the second screen -> goto advance tab -> select credential cache username.

you will get same user.

Thanks&Regards

SatyaMurthy

Former Member
0 Kudos

Hi Satya,

Thanks for replying,

I am not using Credential request workflow.

Its just an value from one screen i want to pass to other screen and show in some other field.    

can it be possible.

Is it possible thr jquery/HTML.

Your help will be appreciated.

Thanks & Regards

Saket    

Former Member
0 Kudos

Resloved the Issue.

see the below thread.

http://scn.sap.com/thread/3214697

Answers (0)