PCR on Constant for IT0015/IT0014
Hi Experts,We have an requirement to write a PCR based on different constants.Scenario: In IT0014 we want give EE band number (1,2,3 etc) under one WT ABCD and value should be pick up from Constant...
View ArticleRe: PCR on Constant for IT0015/IT0014
Hi Reddy, You can try like by maintaining wage type amount as 1, 2, 3, 4 in IT0014 & then using PCR you can overwrite your it0014 values to you constant table values, try this once. ***** amt=&...
View ArticleRe: PCR on Constant for IT0015/IT0014
Hi Kedhar, Thank you for the above. Is there any other way to use number in IT0014 , instead of amount and convert the number into amount in RT table with considering constant values from Table...
View ArticleRe: PCR on Constant for IT0015/IT0014
Dear Reddy, if you want ignore the number you have processed in the same pcr before addwt* you can make the num=zero. Please find the example as below. *****num=abcdnum?1=amt=KZABC1num-zeroaddwt...
View ArticleRe: PCR on Constant for IT0015/IT0014
Hi Ganganna Dora, Thank you for the above. And able to get the amount values from constant for '=' in the above pcr. My PCR:* **** Num= ABCD Num?1 = AMT=KZABC1 NUM=ZERO ADDWT *...
View ArticleRe: PCR on Constant for IT0015/IT0014
Dear Reddy, For the number 3 and 4 you have to write the same logic as below. *****num=abcdnum?1=amt=KZABC1num-zeroaddwt *<num?2=amt=KZABC2num=zeroaddwt *<num=?3=amt=KZABC3num=zeroaddwt...
View ArticleRe: PCR on Constant for IT0015/IT0014
Hi Ganganna Dora, I have written PCR as below...but I am unable to see the amount in RT table..I can able to see only number given in IT0015 In Schema I have entered input as 'PIT >BON' Could you...
View ArticleRe: PCR on Constant for IT0015/IT0014
Dear Reddy, You are missing the > logic while querying with number 2. Please find the pcr below. *****num=abcdnum?1=amt=KZABC1num-zeroaddwt *<addwt *>num?2=amt=KZABC2num=zeroaddwt *<addwt...
View ArticleRe: PCR on Constant for IT0015/IT0014
Hi Ganganna Dora, Thank you so much for your help... Now I can able to get the values correctly. Thanks once again.. Rgds,Reddy......
View Article