Dear SD/FI experts,I have checked the community threads and found the answer but it did not help when i tried in the systemI am using ECC and I already know that that tax code appears for MWST condition type in the sales order conditions screen as lo...
Dear Variant Config experts,In S4 i find that the variant pricing populates into sales order conditions screen without the CHARACTERISTIC having the SDCOM and VKOND in its setting, is this a new feature in S4 ??Ahmed
Dear Variant Config users,
I am using S4 (not sure about AVC) but i see the VA00 is pulling price from VK12 without having any settings like SDCOM and VKOND (table CABN). This is strange. Please advise if this is how S4 behaves or there is somethin...
DATA V TYPE I. v = 20. write / v. perform change1 using v. write / v. FORM CHANGE1 using P_V. p_v = 40. write / p_v. ENDFORM.
I am getting the below only on doing F8 when i use USING as well as when CHANGING. What can i do to get 20 40 20 inst...
syntax-error.png
Dear VC,
I am getting the attached error for the variable declared before class. Please advise.
000010 OBJECTS:
000020 Z_Z IS_A(300)SKEY'FORA-123'
000030 where A =Z_Z.COLOR; B =Z_Z.COLOR_INT.
000040
000050 RESTRICTIONS...
Dear experts, one CHARACTERSTIC was auto determining another CHARACTERSTIC due to variant tables and that new CHARACTERSTIC was hidden and maintained with SDCOM and VKONDThis is now solved
Dear Flavio, thanks for the replyYes thanks for confirming on the SKEY part.i think in my piece of syntax i was also including the variable before the class but the variant table itself is not mentioned which is why syntax check was throwing the atta...
Hi Rahul/Rob,I am getting the attached error if i use a SKEY, my class has a hyphen (please see attached)E28102 Variable declaration for object expectedE28025 Syntax error in constraintsyntax-error.pngPlease kindly advise