cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript problem

milascon_daniel
Participant
0 Kudos

Hi dear friends,

I'm stuck in this weird problem. I have created a simple sapscript form (ITCSY structure, PERFORM subroutine from sapscript) that display bname,aname,erdat and locnt fields from usr02 table. It works but I have one problem:

1)information from locnt field isn't displayed but this field isn't blank, i've checked with SE16.

Any clue?

Answers will be rewarded.

Thank you.

Edited by: Dan M. on Apr 21, 2008 12:26 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member609120
Contributor
0 Kudos

Check if the value for locn is coming in the print program..If yes, then it is not getting passed to the script.Also check if you printing the locn variable correctly in the script

milascon_daniel
Participant
0 Kudos

I've checked in Debuging mode and in Debug mode I've put a watch on wa_usr02-locnt and it seems to be OK. But when I assign wa_usr02 to it_out-value, it_out-value is not changing, it remains blank.

former_member184657
Active Contributor
0 Kudos

it must be a problem with the assigning/linking.

can u revert back with the code for the same?

as always

pk