2006 Oct 05 3:29 PM
I must use the field from one screen structure to write code in another screen module program.what should I do for that?
I must use the field from one screen structure to write code in another screen module program.what should I do for that?
2006 Oct 05 3:33 PM
Hi,
Declare a variable in the TOP include of the program, in the screen Move the Field value to the variable which you declared in the TOP include, so this value will available every where, so in another screen using this variable you can write the logic ..
Regards
Sudheer
2006 Oct 05 4:01 PM
2006 Oct 05 4:05 PM
Check where all the data declaration are done. It might be a include too.
Is it a standard program?
Regards,
Prakash.
2006 Oct 09 2:39 PM
2006 Oct 09 2:45 PM
2006 Oct 09 3:11 PM
Can You please give me your email so that I can mention it in detail to you and I will post the full points for you.
Thank you
2006 Oct 09 3:19 PM
2006 Oct 09 3:33 PM
2006 Oct 05 3:34 PM
Hi,
screen 100.
use
export itab to memory id 'TEST'.
screen 200
import itab from memory id 'TEST'.
itab should of same type and length in both emport and
export
Regards
amole
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |