on 2014 Apr 16 4:37 PM
Hi Guru
W create a Validation rule for certain GL Account associates with Cost centers. When I am crating a document is FB50, it create mssage "Must Post Account XXXXXXXXXX to XX-XX tier Cost Center. but at the time of creating purchase order in Account Assignemnt table I allow to use any combination of Gl account and cost center. Business requirement is to create a same error message as we are getting at the time of creating document in FB60.
Please advice.
Hi Kanp...
Please find the below which i have post the message....its wokring fine for us .also.
http://scn.sap.com/thread/1443112
Thanks.
Regards
asuvamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Svami
The requirement is when we creating a Purchase Order and if the GL Account >= 9990000000 or <= 9990000999 and
KOSTL LIKE '++++++0+++' OR
BSEG-KOSTL LIKE '++++++1+++' OR
BSEG-KOSTL LIKE '++++++2+++' OR
BSEG-KOSTL LIKE '++++++3+++' OR
BSEG-KOSTL LIKE '++++++4+++' OR
BSEG-KOSTL LIKE '++++++5+++')
So if we try to use cost center ++++++6+++ this would not allow to create or save and create an error message
Thanks
Salaam Shoeb Bhai
In my opinion, implement this custom check using Badi ME_PROCESS_PO_CUST
It will work for sure.
Br. Ajay M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We had a similar type of requirement in past.
You can try create a validation using transaction code OKC7 at Callup point 1. Use Field COBL-HKONT as prerequisite for validation and Check using the Cost Centre in your case.
This will help you to throw error message at time of PO creation as well.
Regards,
Anand Raichura
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anand;
In OKC7, I don't see the call point 1. The so have a following fields for the input:
COAr, Event, Validation, Name and Active.
Do you you some kind of documentation?. please send me on following Email: shoaib.kanpurwala@gmail.com.
Thanks
Hi Anand,
How do I select the Field "COBL". here is the formula I am inserting in the pre-requist
( COBL-HKONT >= '9990000000' AND
COBL-HKONT <= '9990000999' ) AND
( COBL-KOSTL LIKE '++++++0+++' OR
COBL-KOSTL LIKE '++++++1+++' OR
COBL-KOSTL LIKE '++++++2+++' OR
COBL-KOSTL LIKE '++++++3+++' OR
COBL-KOSTL LIKE '++++++4+++' OR
COBL-KOSTL LIKE '++++++5+++' )
What is your email address. I will send you the documentation and the error I am getting it.
User | Count |
---|---|
106 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.