2007 Apr 14 9:39 AM
1.How to upload logo to layout set and what is the program name?
2.what is the syntax for eliminating the duplicates in ITAB.
3.What do u mean by development class ?
4.If iam in in 15th secondary list how to navigate to the 5th secondary list?
5.How to navigate from basic to secondary list?
1.How to upload logo to layout set and what is the program name?
2.what is the syntax for eliminating the duplicates in ITAB.
3.What do u mean by development class ?
4.If iam in in 15th secondary list how to navigate to the 5th secondary list?
5.How to navigate from basic to secondary list?
2007 Apr 14 9:58 AM
Hi pavan
You can upload logo using the transaction code SE78. login with this tcode in the menu bar go with import and get teh bmp file which u want to upload.
For elimination of duplicate records use this syntax
DELTE ADJACENT DUPLICATES from int_table comparing the feild_name.
ex: DELTE ADJACENT DUPLICATES from it_kna1 comparing kunnr.
development class is a place where u assign all ur objects to, u need to save ur objects so under dev class u can save them.
Hope this might solve ur doubts.
Regards
Zarina
2007 Apr 14 1:05 PM
hai ...
Really thanks for the answers .......
they were really helpfull for me.....
2007 Apr 16 8:56 AM
2007 Apr 14 10:00 AM
Hi,
1.How to upload logo to layout set and what is the program name?
program name -s RSTXLDMC to uplaod logo in ur system and then in layout create a window-> its text element-> insert graphics
2.what is the syntax for eliminating the duplicates in ITAB.
delete adjacent duplicates from itab comparing f1 f1( where f1 f2 are field which u want to compare)
3.What do u mean by development class ?
4.If iam in in 15th secondary list how to navigate to the 5th secondary list?
set sy-lsind = 5
5.How to navigate from basic to secondary list?
use at line-selection event , set sy-lsind = 1.
Regards,
Sonika
2007 Apr 14 1:08 PM
hi sonika...
Thanks for u'r reply ...thsy were really helpfull......
Thanks & Regards
Pavan
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |