2018 Dec 06 12:26 PM
Hi All.
Custom output type is always Incorrectly processed (RED) in VF03 (Only for specific custom output type) and the process log have a warning message as "Address texts do not exist". Unable to give print smartforms from VF03
Could you please help to resolve this issue.
Regards.
JNJ
2018 Dec 07 8:47 AM
Hi All.
Custom output type is always Incorrectly processed (RED) in VF03 (Only for specific custom output type) and the process log have a warning message as "Address texts do not exist". Unable to give print smartforms from VF03
Could you please help to resolve this issue.
Regards.
JNJ
2018 Dec 06 1:36 PM
Hello JNJ,
You have the solution in the error message: create the address text used in the smartform.
What do you think it could be? Which investigation did you do before asking here?
2018 Dec 06 2:46 PM
Hi Simone.
Thanks for your reply. Actually Address text is a warning message and got to know by debugging that is not the reason for RED.
I have tried with new invoice and created output type but another error got as "Text XXXXXXX000010 ID 0001 language EN not found"
I have no header text at invoice and i have checked already condition in form to display READ_TEXT.In smartform that READ_TEXT node is not getting called in debug mode since no header text .
I am not sure how could this message getting triggered. Could you please assist me.
2018 Dec 06 2:48 PM
Hi nagaraj.j
Check your Smartform and where there is a text, just flag "ignore when not found" to avoid such kind of errors
2018 Dec 06 2:53 PM
Hi Simone.
Already am getting flag from driven program if header text is maintained in transaction and checking flag in TEXT node's output condition. I have checked in debugging mode .No header test so READ_TEXT was not called.
2018 Dec 07 8:13 AM
Hi JNJ
As mentioned by Simone you need to check all text node in Smartforms and we have a checkbox ignore if not found in the node itself, you need to check that. Even if you are passing the flag their might be other place where you are calling text which is not created. So better check the checkbox for text node.
Thanks
Nabheet
2018 Dec 07 8:30 AM
nagaraj.j honestly, i do not understand what are you doing with the READ_TEXT FM.
Check your smartform text node and set the flag: READ_TEXT works with the sy-langu by default but the language used in the Smartform is the output one that can be different from sy-langu.
2018 Dec 07 8:47 AM