Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform Issue

former_member683747
Participant
0 Likes
814

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??

3 REPLIES 3
Read only

abo
Active Contributor
0 Likes
772

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.

Read only

0 Likes
772

Is there anything I could do as a technical?

Read only

abo
Active Contributor
0 Likes
772

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.