Hello,
Tcode GGB0 and I am in need to create a validation rule to check the postings made by the Tcode F-63, 55 to the supplier, where accounting records can be only 422205 or 446000.
Can someone help me.
I'm not able to develop the condition nor check.
Thanks,
Cristiane
Edited by: Cristiane França da Silva on Oct 11, 2011 10:28 PM
Request clarification before answering.
Hi,
In Pre-requisite please write the below:
Transaction Code = 'F-63' or Transaction Code = 'F-55' AND ACCOUNT TYPE = 'K'
Check:
BSEG-HKONT = '422205' or BSEG-HKONT= '446000'
Message:
Create your own Z message.
Please let me know if you face any issues.
Br,Vivek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Kiron,
I have included the field BSEG-LIFNR = '55 ', and looked like this:
Condition: SYST-TCODE = 'F-63' AND BSEG-KOART = 'k'
Verification: BKPF-Blart = 'kr' AND BSEG-HKONT = '422205 'OR BSEG-HKONT = '446000' AND BSEG-LIFNR = '55 '
But it still does not validate. When I run the test in TCODE: F-63 in another account accountant he still accepts the release.
What else is there?
Hi, to run simulation you need to select Node which superior of your step.
Eg Validation QQ1 has steps- Step1, step2. So you need to select QQ1, and then choose in Menu Validation-Simulation.
"Verification: (BSEG-HKONT = '422205 'OR BSEG-HKONT = '446000')
AND BSEG-LIFNR = '55 '." -that's looks better.
"What do you suggest for me to replace the SYST-TCODE?" may be. I suggest you to simulate and see which value of SYST-TCODE.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.