syerazvi
Participant
Member since ‎2011 Mar 06

User Statistics

  • 60 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...