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: 

Finding LOGO name

jyoti_kulkarni2
Explorer
0 Kudos

Hello,

I am trying to find out the Logo name. What are the different ways to find out the name of logo printed. Suppose following is code for script :-

PERFORM GET_LOGO_NAME IN PROGRAM ZQ_CH_COA_R26

USING &*VBDPL-WERKS&

CHANGING &LOGONAME&

ENDPERFORM.

BITMAP  &LOGONAME& OBJECT GRAPHICS ID BMAP TYPE BMON

1 REPLY 1

che_eky
Active Contributor
0 Kudos

Place a break point in the form routine GET_LOGO_NAME in PROGRAM ZQ_CH_COA_R26.

Alternatively turn debugging on in the sapscript and step through it to the point shown in your screenshot.

Che