cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink in Material count screen in SAP IM 3.2

former_member199619
Participant
0 Kudos

Hi ,

I want to navigate to screen(say New Screen) which has been assigned a collection when I click on a field in Material count screen (transaction screen) and after clicking on record in New Screen, i have to get the selected value to the previous screen.

Is it possible ? If yes, how can I do this.

--Shyam

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_latko
Advisor
Advisor
0 Kudos

Shyam,

Can you be more specific as to your requirement please?  Sharing values between screens is usually as simple as just saving the value in a main object variable using a transaction.  You can then reference that main object variable from any screen.

Jason Latko - Senior Product Developer at SAP

former_member199619
Participant
0 Kudos

Thanks for your reply Jason.

We have so much of data coming in CTParts table. So we created a ABAP program that fetches the material which were used in the last 5 years.

When we download the PI documents having the materials which are not used in the last 5 years, we are not getting the alternate UoMs or serial profiles.

How can I get the alternate UoMs and their conversion factors for the materials which are not there in CTParts complex table.

--Shyam