‎2016 Apr 18 2:35 PM
Dear All,
My issue is that i need to display text as dynamic text, which is working fine if I execute it manually and not otherwise, from crmd_order.
Below are the details which might be needed to understand the issue.
I have created a Template->under which I have added a dynamic text node
Field Type- TSFTTEXT
Error Screen as below:
Please ask for more details:
Thanks in advance.
‎2016 Apr 18 2:42 PM
Looks like you incorrectly have defined V_INFO. If should be referenced to a data element or a filed form a given type, but it seems you have it defined with type of a table (h = Internal table)
Regards,
Naimesh Pate
‎2016 Apr 18 2:42 PM
Looks like you incorrectly have defined V_INFO. If should be referenced to a data element or a filed form a given type, but it seems you have it defined with type of a table (h = Internal table)
Regards,
Naimesh Pate
‎2016 Apr 18 2:46 PM
Hi Naimesh,
First of all M a big fan of your work. Zevolving helped me alot from time to time.
check below screnshot , how i have declared it.
‎2016 Apr 18 3:29 PM
‎2016 Apr 18 3:36 PM
Hi Juwin,
Though issue is resolved.
Just for the info.. this field takes input as table type only i.e. tsftext.
The mistake was that i missed to delete a text node where this variable was written.
‎2016 Apr 18 2:48 PM
‎2016 Apr 18 2:51 PM
Hi,
I am using it as shown in below screenshot.
Also, Same is working if i execute it manually