cancel
Showing results for 
Search instead for 
Did you mean: 

Field not Displaying in Form

Former Member
0 Kudos

What are the possible reasons why a particular data field (ex. WRITE-AAAAA) is not displaying in a SAPscript form? The value of the field is properly saved, but it's still now showing up in the form for display.

Does the placement of the window (of which the data field is part of) a factor? Can tabs or spacing of the paragraph format used be causing it to be written off the page or something like that?

Thank you in advance for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Just go to SE71->Utilities-> Activate Debugger.

When u come across the window. Check whether you get the value for that particular field.

In the Scripts, if u want to display Use like this &itab-matnr& then it will be displayed.

See Example programs...

Hope it helps.

Thanx

Chaithanya

Former Member
0 Kudos

Thanks. I ran the form in debugger mode, line by line, and noticed that when it came to the window line where the missing field is located, it was just skipped through. What's causing this? When I viewed the value of the field, the right amount came out, so why could it be skipping it?

Not sure if this can help, but to illustrate, the first 5 fields (TEXT1, SUPINC, TEXT2, PERPEN, TEXT3) below were passed through, even though some of them are blank/null. However, right after the tab after TEXT3, the debugger skipped NLINSL and went to the next line.

T1 ,,&WRITE-TEXT1&,,&WRITE-SUPINC(8)&

T2 ,,&WRITE-TEXT2&,,&WRITE-PERPEN+1(8)&

T2 ,,&WRITE-TEXT3&,,&WRITE-NLINSL+1(8)&

Any ideas?

former_member200872
Active Participant
0 Kudos

Hi,

Check if the value you want to print is commented / command line / paragraph format.

With Regards,

Wajid.