Application Development 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: 

bitmap where used list

Former Member
0 Kudos

Hi Experts,

could any of You pls help me to find out where a specific bitmap is used.

I am about to replace a grafic (bitmap) which is used in many smart forms and sap script, but I actually not sure, if I know all forms and scripts, I suppose to change.

Where can I found a list / how can I check in which object the bitmap is used?

Answers will be appreciated

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The bitmap is storred in the table wwwdata ( cluster table) using tcode SMWo .

Look at tcode SECR to see a simple way to display .

Thanks

Arbind

6 REPLIES 6

Former Member
0 Kudos

Hi,

The bitmap is storred in the table wwwdata ( cluster table) using tcode SMWo .

Look at tcode SECR to see a simple way to display .

Thanks

Arbind

0 Kudos

Hi Arbind,

thank You for answering, but I really could not use the Audit info system for this purpose.

In wwwdata - I only found obsolite text object, but not the bitmap i am looking for.

anyway, thank YOu for investigating

Br

Former Member
0 Kudos

Hi!

You can try this solution gived by Abhishek Jolly

One option (For Smartforms) is to search the Logo Name through the Report RPR_ABAP_SOURCE_SCAN.

In program name provide - /1BCDWB/SF*

You will get the Includes where the Logo Has been used.

E.g. Include - /1BCDWB/LSF00000036F01

Now to get the Form name goto table STXFADMI and pass the Number "00000036" to the field FMNUMB you willl get the Smartform name.

Thanks & Regards,

Abhishek Jolly

Font: [;

0 Kudos

Hi there,

thank You for answering - but I could not found the bitmap usage here eigther. Program name was not enough, the string was required - and I did not get it.

Thanks for investigating

former_member634198
Discoverer
0 Kudos

You can search through the Report RPR_ABAP_SOURCE_SCAN

former_member676258
Discoverer
0 Kudos

Hi,

Its an Old post but even I have similar requirement. I was wondering if the solution was found for this. Thanks.