2008 Jun 05 6:51 AM
which one is correct
To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field?
A: PBO module include program
B: TOP include program
C: PAI module include program
😧 Subroutine include program
and give reason
Edited by: srinu vasu on Jun 5, 2008 7:51 AM
which one is correct
To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field?
A: PBO module include program
B: TOP include program
C: PAI module include program
😧 Subroutine include program
and give reason
Edited by: srinu vasu on Jun 5, 2008 7:51 AM
2008 Jun 05 6:52 AM
2008 Jun 05 6:54 AM
Hi,
The declaration of that field must be in the TOP include.If it is declared here,it would be available globally,Also,after declaring it,you can place this field on screen by selecting the radiobutton Get from program.Also,you can use this variable on other screens also.
2008 Jun 05 6:57 AM
hi.....
It must be in tha top include of your program.And befor placing this field on your screen activate your program.and then ue get from program in tha scren layout.Then you can use this field.
thankls....
2008 Jun 05 7:06 AM
Hi,
Top Include so that the variable is globally accessible.
Shruthi
2008 Jun 05 7:21 AM
hi,
B is the answer , Top include.
Includes like programTOP for data declaration, programF01 for form routines programO01 for PBO modules,programI01 for PAI modules Etc.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |