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

bitmap where used list

Former Member
0 Likes
3,363

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
Read only

Former Member
0 Likes
2,538

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

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
Read only

Former Member
0 Likes
2,539

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

Read only

0 Likes
2,538

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

Read only

Former Member
0 Likes
2,538

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: [;

Read only

0 Likes
2,538

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

Read only

Former Member
0 Likes
2,537

You can search through the Report RPR_ABAP_SOURCE_SCAN

Read only

Former Member
0 Likes
2,537

Hi,

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