2008 Sep 17 12:20 PM
how to populate screen fields which are of input/output type from program? as we can populate the fields from dictionary by giving the namesof them ..here if i give the name it is not accepting?
2008 Sep 17 12:22 PM
hi,
Give the same name for field in screen and in program
Yogesh N
how to populate screen fields which are of input/output type from program? as we can populate the fields from dictionary by giving the namesof them ..here if i give the name it is not accepting?
2008 Sep 17 12:22 PM
hi,
Give the same name for field in screen and in program
Yogesh N
2008 Sep 17 12:23 PM
2008 Sep 17 12:25 PM
hi,
for this we have to declare in the program.
like internal table declaration, then we can give the internal table name.
Regards,
Sathish reddy.
2008 Sep 17 12:31 PM
I hve declared the variables as data types and used them for calculating the values. then i put fields with same name in screen.
when i assign the fields to screen fields it is not displaying
2008 Sep 17 12:30 PM
hi,
just make one internal table in main , then open LAYOUT in screens there just press
"dictionary\program field window (F6) " enter the program name there and press get from program, select that field and press enter.
IT WILL DEFINATELY HELP YOU
thanks and regards
RAHUL SHARMA
Edited by: RAHUL SHARMA on Sep 17, 2008 1:30 PM
2008 Sep 17 12:30 PM
hi,
see if this code helps you or not this code is for PBO module
IF SY-TCODE EQ 'ZVA01'. "you can give your TCODE here
SELECT SINGLE * FROM zvbak INTO zvbak_it WHERE zvbeln = zvbak-zvbeln.
SELECT SINGLE * INTO wa_vbap FROM zvbap_it WHERE zvbeln = zvbak_it-zvbeln.
ENDIF.
ENDMODULE.
*****zvbak is DB table and zvbak_it is internal table to retrieve data.
thnks
2008 Sep 17 12:35 PM
some time se80 is missed the link
so do one thing
go out of the se80
then come back once again
and try to insert
Regards,
Alpesh
2008 Sep 17 12:36 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |