Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi ....

Former Member
0 Likes
650

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?

5 REPLIES 5
Read only

Former Member
0 Likes
631

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

Read only

0 Likes
631

hai ...

Really thanks for the answers .......

they were really helpfull for me.....

Read only

0 Likes
631

Hi

you can award points if it was helpful

Regards

Zarina

Read only

former_member632991
Active Contributor
0 Likes
631

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

Read only

0 Likes
631

hi sonika...

Thanks for u'r reply ...thsy were really helpfull......

Thanks & Regards

Pavan