2012 Sep 27 4:02 PM
Hello,
I'm working on a smartform, did all the declarations, Even print some data from my report, and the first colum of my internal table. but when i try to print second from the internal table just close, without throw me a dump or a error message.
Example.
This what i can print
item nº price
nail
cloud
sock
I even can print the first colum 3 times
This what i can print
item nº price
nail nail nail
cloud cloud cloud
sock sock sock
But when i try to print some numeric data, jus crash.
This make the smartfoms just close
This what i can print
item nº price
nail 1 12
cloud 2 12
sock 3 12
2012 Sep 27 4:29 PM