‎2020 Dec 24 1:33 PM
Hello guys,
I am trying to print a smartform, however in the development testing server it is working perfectly fine, but in case of quality system, there is no value passed.
lv_vbeln = is_bil_invoice-hd_gen-bil_number ""error statement
Data is passed from is_bil_invoice-hd_gen-bil_number to lv_vbeln, in quality there is no data passed but in development, I can see that value is passed in development. Can someone please tell me why I can not see value in lv_vbeln in the Quality system??
‎2020 Dec 24 1:40 PM
I see nothing wrong in that line, meaning that it depends on the calling program to fill the value.
It could be anything: the wrong field, the wrong test document, an older version of the print program not yet deployed to Quality... hard to tell with so little information.
‎2020 Dec 24 1:55 PM
‎2020 Dec 24 2:00 PM
Yes, check the printing program is indeed the same (with all the includes) that you tried in the DEV system and then check the document you're printing is the same type. You might need help from a functional consultant on this last part.