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

Finding LOGO name

jyoti_kulkarni2
Explorer
0 Likes
549

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

che_eky
Active Contributor
0 Likes
450

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