Dear all,
We're testing mySAP 2005. We found that the form we created at SE71 for Jetform are no longer work at mySAP 2005.
It is because the emtpy field are joined to the same line. For example we have the following form,
/ ^FIELD PF_NO
/ &ITAB-PF_NO&
/ ^FIELD TF_NO
/ &ITAB-TF_NO&
.....
where ITAB-PF_NO and ITAB-TFNO is empty.
The 640 system will not have problem and output as
^FIELD PF_NO
^FIELD TF_NO
....
But mySAP 2005 will output as
FIELD PF_NOFIELD TF_NO
This causes error in Jetform.
Any one encounter this and how to solve?
Message was edited by: Thomas Ng