cancel
Showing results for 
Search instead for 
Did you mean: 

Need to display the text in the sapscript(debugging working fine)

Former Member
0 Kudos

I want to display the text in the sapscript I did the coding but the problem is the text is displayed in debugging mode but without debugger it is not getting displayed. Kindly help me what needs to be done. Actually the text should be displayed only when certain button is pressed

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member185488
Participant
0 Kudos

Hi Megha,

I am not sure whether i have got your question right. Please go through the following,

Open SP01 and Go to --> Display Requests --> Settings then click on "Raw".

Now open the sapscript and you can see it with the font wise.

Regards,

Jegan Raj

aidan_black
Active Contributor
0 Kudos

Hi,

Note #1243485 applies for Z priograms and forms. It fits the symtom that the data of the symbols can be seen in the deugger but they are not outut to the preview or print.

Regards,

Aidan

Former Member
0 Kudos

Thanks for your help. My problem is resolved. No need to include the SAP note

Former Member
0 Kudos

How did you resolve this? I have similar issues.

aidan_black
Active Contributor
0 Kudos

Hi,

Check if the code correction of the following SAP note resolves this:

1243485 - Unprinted variables and lines of a SAPscript form

Regards,

Aidan

Former Member
0 Kudos

Actually its a Zprogram.

nabheetscn
Active Contributor
0 Kudos

Button in SAP SCRIPT...?

Have you written the code for calling that script plus make sure you have proeper window size etc for the same.

Nabheet

Former Member
0 Kudos

Hi,

The button is not in the script it is in the ME9F Tcode. The window size is proper. In debugging mode, the text is displaying but without debugger it is not showing anything.

Thanks

Former Member
0 Kudos

are you doing something during debugging aside from looking?