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

Table linking graphics object to a smartform

Former Member
0 Likes
734

Hello,

We are changing logos/ bitmap images that contains our address ( because we are moving to another place).

Is anyone aware of a table that links the graphics object to a smartform? For eg, All the texts in a smartform is available in table STXFTX. This helps to have a where used list kind of report.

We are not able to find that can give us a hwere used list of graphic objects loaded via se78.

If anyone could give some pointers, that owuldbe of great help.

Thanks

Ganesh.S

Hello,

We are changing logos/ bitmap images that contains our address ( because we are moving to another place).

Is anyone aware of a table that links the graphics object to a smartform? For eg, All the texts in a smartform is available in table STXFTX. This helps to have a where used list kind of report.

We are not able to find that can give us a hwere used list of graphic objects loaded via se78.

If anyone could give some pointers, that owuldbe of great help.

Thanks

Ganesh.S

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
438

You would need to scan the source code for each of your generated function modules. The graphics calls are directly embedded in the generated code and are called at runtime via function SSFCOMP_PRINT_GRAPHIC. Check one of your functions and you will see how this works.