2023 Sep 13 10:35 AM
Hello everyone,
Error is coming in below given code :
MESSAGE w000(yv01) with 'XYZ' wa_pl_lic_mntn 'Some Text'.
Error:
"WA_PL_LIC_MNTN" cannot be converted to a character-like value.
Can someone please suggest me the new syntax for above code without using any extra variable?
2023 Sep 13 10:45 AM
I guess WA_PL_LIC_MNTN is a structure.
You should just give a single field of that structure (e.g. WA_PL_LIC_MNTN-EXAMPLE).
2023 Sep 13 10:45 AM
I guess WA_PL_LIC_MNTN is a structure.
You should just give a single field of that structure (e.g. WA_PL_LIC_MNTN-EXAMPLE).
2023 Sep 13 11:05 AM
Without knowing the type of WA_PA_LIC-MNTN it's kind of hard to know.