cancel
Showing results for 
Search instead for 
Did you mean: 

HOW SAP ME SFC NO. PASS IN MII

Former Member
0 Kudos

Hi Expert's,

In my project we have created POD ,in which there is one button , on click of this button MII page opens. we are facing one issue where we need to pass SFC no. in SAP MII page. Please guide us how to pass SFC no. in MII screen.

quick response will be appreciated.

Thanks

Vivek Gangal

Accepted Solutions (0)

Answers (1)

Answers (1)

swaroop_anasane
Active Contributor
0 Kudos

Hi Vivek,

In this case, you can pass the SFC no. by appending a query string to the URL of the page when you are re-directing it. You can then fetch the same from pageURL using javascript on source page.

You would have been able to pass this using session variables, but javascript would not supprot it every time.

Hope this helps.

Regards,

Swaroop