ā2016 Jan 29 5:55 AM
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
ā2016 Feb 04 11:51 AM
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