Re: Validation is giving an error even if the prerequisite isn't met
Hi , what is your error message . This one looks like Standard error message. Did you assign the standard message ? also check below thread on same errorGGB0 : ValidationValidation
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Thanks for replying. I have the error message set to Message type E and messge number is 146. The error message is standard. I am not sure why though. The prerequisite isn't being met, so why should it...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Hi, Activate trace in OB28 and create your document with FB60.tx OB28, select Validation, Extras -> Activate Trace. Run program RGUGBR00 to see if there is any error in validations. Kind Regards
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Thanks Gustavo. I have been debugging the program and I see where the check is failing in the "check' of the validation, hence I get the error, but it is hitting the user exit no matter what. I changed...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Hi helpme, I would check the step where the exit is. Can you change your preconditions so only 1 case is valid. ie: BKPF-BLART = "XX" AND BKPF-AWTYP = "BKPF" ? If the condition is true, the exit will...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Thank you. I changed my validation to BKPF-BLART <> 'ZA' check - BSEG-SGTEXT <> '' error- wrong document type when I use KR and leave the text field blank, it gives me an error, wrong...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
I had another validation active at the header level. I deleted that and it is working fine with my test valdiation. I need to do it for my actual one now. I think the problem is because I am using AND...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
It goes to the user exit despite failing the check in the trace. I checked all the validations and none of the other conditions are met. I am not sure why it's doing that. Any idea?
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Hi helpme, If it goes to the user exit despite falling check in Validation, the exit is called somewhere else. If you disable the validation step, the user exit is still called ?You will have to debug...
View ArticleRe: Validation is giving an error even if the prerequisite isn't met
Thank you guys.. I am not sure why it was going to the exit, but I just changed the exit, so it is now working. The issue is that for postings through are coming through a BAPI, the system doesn't do...
View Article