2009 Jan 21 5:43 AM
Hi.,
In my system I am having one zprogram, where..,
If we enter F1 and F2 in the first screen we can present with second screen where we can have details...
In that details we are having F3 field(Say).
So this is not standard program. and for first screen we are having T'Code as TT1(Say).
And the most important thing here we have to note is F3 is not fetching from any database or tables...
So Here they are developed one code to generate that. Later they are not saving it in any data base or custom table..!
So Now my reuirement is..,
Here I want to develop one report with some columns(Fields) where it contains above F3.
Now,
I am having F1 and F2 with me.,
So how can I get F3 Value?
Do i need to use same logic behind the above program?
Or,
Can I call that second screen by inputting first screen inputs i.e F1 and F2?
If soo, How can read F3 from second screen?
Thanks for your attention.
Let me know if you want any further information.
--Naveen Inuganti.
2009 Jan 21 6:08 AM
In your report ,u can use the same logic code to calculate F3 ,dat they have used in the program.
If you feel value of F3 is needed in lots of places in your project,then u can develop a FM to calculte F3 inpuuting F1 and F2..and use the FM where evr u want...