FI posting not allowed in a specific Plant

Dear Gurus,
My senario is :
I maintained 5 plants , out of 5 in one plant there will be no financial posting aloowed whicle making GR .
Is it possible in SAP ? If so , kindly brief me the procedure .
Thanks in advance
With best regards
Soumen

Hi
Try this way...
Create one material type... for that material type qty and value updation is allowed for all the 4 plants. One plant u dont check the value updation.
The material creating using that material type, GR will be valuated for all the four plants. One plant will be nonvaluated GR. NO FI posting.
Check it out.
This can be done in SPRO- SAP IMG- Logistics general- material master - basic settings - material type- define attributes of material type.
Regards,
Raman

Similar Messages

  • FI  posting not allowed for WBS Element

    Hi All,
    While doing down payment billing I'm getting error that FI posting is not allowed for WBS element. But FI periods are open for all months in 2008.
    Please suggest how to resolve this issue.
    Regards,
    Harish

    Hello
    Account assignment
    If you want to post actual costs and commitments to a WBS element, you have to indicate that the WBS element is an account assignment element in the WBS. All objects that can be assigned costs and commitments within a project (for example, orders, networks, or purchase orders) can only be assigned to a WBS element if you have set the account assignment indicator for the element.
    In Customizing for the Project System, you can set an indicator to specify that costs are planned for all WBS elements or only for specific WBS elements.
    Billing
    If you want to post revenues to a WBS element, you have to indicate that the WBS element is a billing element in the WBS.
    Reg
    assign points if useful

  • Not allowing to change the plants in me51n transaction

    hi all,
    my requirement is to not allow the user to use different plants at item level(10,20 etc) . for that i have used the user exit MEREQ001 in the function module EXIT_SAPLMEREQ_010
    i have written following code
    DATA : WA_EBAN LIKE EBAN,
           WA_EBAN1 LIKE EBAN.
    IF SY-TCODE EQ 'ME51N'.
      READ TABLE IM_T_EBAN INTO WA_EBAN INDEX 1 TRANSPORTING WERKS .
      IF SY-SUBRC EQ 0.
        LOOP AT IM_T_EBAN INTO WA_EBAN1 WHERE WERKS NE WA_EBAN-WERKS.
          IF SY-SUBRC EQ 0.
             MESSAGE ID 'ZM' TYPE 'E' NUMBER '305'.
          ENDIF.
          ENDLOOP.
    ENDIF.
    ENDIF.
    iam able to trigger tha error message when we use diffferent plants at item level.but after that iam not able to change the plants in iten level.so please can anyone suggest me how to solve this problem
    thanks in advance
    rama.

    This OSS [Note 383725 - Enhancement MEREQ001 various problems|https://service.sap.com/sap/support/notes/383725] may help you.
    Regards

  • System not allow to change planning plant

    Hi Experts,
    My problem is I changed company  code , maintenance plant  & planning plant in old system as per client requirement. They are using same system from last 4 years. I changed all require setting in customization but now problem is that in  equipment task list system does not allow to change the planning plant in header data of  IA02 T code. I updated the new planning plant in Function location master,Equipment master , Work center & assign it planner group but even system shows the old planning plant in task list header data. System shows the planning plant data in display mode.
    Pl advice from where system link the planning plant field in task list header data.
    Thx in adavance.
    AVI DDS

    Avi
    Pete is right. There is no way you can change the planning plant in the Task Lists
    Task list creation is done for a planning plant & you will not be able to use the existing tasklist for your updated equipments having different PPlants.
    The only way to proceed is to create new tasklists
    Delete the old assignments of the tasklists to the maintenance item & reassign the new tasklists to the existing items
    In case you dont want the tasklists in the system itself, you will have to delete the tasklists - ie mark the deletion indicator in the change mode & archive the TLs.
    Regards
    Kartik

  • OAM - Method POST Not Allowed

    Hi,
    I have OAM setup with WebLogic Server using OHS as a Webserver. I am not complete yet but just to check I have created a sample login page which will be prompted (Or user wil be redirected) when I will try to access a resource (WebPage) hosted on WLS. I have created this page in 'Orahome_2/Apache/htdocs/login.html'. I can access this page manually on 'http://IP_ADDRESS:PORT/login.html' as following;
    >
    <html>
    <head>
    <title>T24 SSO Login</title>
    <script language="JavaScript">
    function submitForm() {
    document.forms[0].submit();
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="self.focus();document.loginform.login.focus()">
    <center>
    <h2>T24 SSO Login</h2>
    <form name="loginform" action="/webgateaccess/oblix/apps/webgate/bin/webgate.dll" method="post">
    <table cellspacing="0" cellpadding="0" border="0">
    <tr><td valign="center" align="left"><b>Username</b></td>
    <td>    </td><td valign="center" align="left">
    <input type="username" name="userid" size="20" value=""></td>
    </tr>
    <tr>
    <td valign="center" align="left"><b>Password</b></td>
    <td>    </td><td valign="center" align="left">
    <input type="password" name="password" size="20" value=""></td>
    </tr>
    </table>
    <input type=submit id=submit name=submit value=submit />
    </form>
    </body>
    </html>
    When I Press Submit I Get Following Error On Page_
    Method Not Allowed
    The requested method POST is not allowed for the URL /webgateaccess/oblix/apps/webgate/bin/webgate.dll.
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at ukdsk-hpoplaw.europe.temenosgroup.com Port 7777
    What could be the possible reason???
    Thanks,
    Sjunejo
    Edited by: Sheeraz Junejo on 05-Oct-2009 13:30

    Hi Miller,
    I am using '/webgateaccess/oblix' because there is already an alias which is pointing towards access server installation directory and it was completely failing by giving an error message that 'File not found on server' and there was no file even directory called webgate inside access server installation. So I declare one more alai called webgateaccess/oblix and point it towards the 'Webgate/access/oblix' which has 'apps/common/webgate/bin/webgate.dll' file and that what we are lokkiing for is it???
    Yes at this point both of my defaul Policy domains were not enabled so I enabled it but its still giving me the same error message. could you please post a link for Form based authentication tips.
    Finally, I was searching and had this comment that this error can be ommit out by providing a +Execcgi rights to this directory or file explicitly using following xml (Something like);
    <Location /webgateaccess/oblix/apps/common/webgate/bin>
    Options +Execgi
    Order Allow,deny
    Allow from all
    </Location>
    Is it???
    Thanks,
    Sjunejo

  • Not allow loading to specific entities.

    All, I am trying to create a validation which checks a list of entities (defined by me) and tells the loader they are not allowed to load to said entities, like a validation error only thing they see "Inactive Entity/Entities" error.
    I'm thinking a "BefValidate" Sub with a case statement listing the entities, but not sure on how to get the List of inactive entities to appear.
    Any thoughts? Any code?

    Usually this sort  of thing is best handled by the security model of the target application which FDM will respect when it comes to loading data. What scenario would you want to stop a user loading data to an entity via FDM that he/she has permission to load data to the entity in the target application?

  • Asset negative posting not allowed

    Hi
    We are running ECC 6.0 with EP3.
    While data migration certain Assets like Land was uploaded with overstated value. The depreciation key used is SLM 0%. Now Auditors are here and negative adjustment of actual asset value is required. For this purpose, in customizing the definition of depreciation area was changed to u2018All values allowedu2019 for Acquisition value.
    We tested by posting an adjustment entry in client DEV (200) transaction code F-02 with posting key 75 and transaction type 101 with success. However when we test the same in client QAS (510) which is a fresh copy of client PRD (700) having the same configuration we come across following error:
    u2018Low value asset max.amount exceeded. No posting allowedu2019
    Message no. AA614
    We understand that above error relates to low value assets hence we checked all relevant setting and Specified Max. Amount for Low-Value Assets + Asset Classes as 0 i.e. No maximum amount check.

    Hi,
    please check the following settings:
    The fileld ANLB-XGWGK (Low-value asset amount and quantity check) is updated at the time of creation of the the asset.                                                                               
    Please check date of creation of the relevant asset, and the date of changing the LVA settings in the asset class. (Transaction OAY2,  select Utilities - Change log)                                                                               
    If you changed the current LVA settings, take into account that they are not relevant for the assets created when other value for V_ANKB_02-XGWGK was active.
    regards Bernhard

  • Overhead user exit (COOM0001) not being triggered for specific plant

    Hello all,
    I was wondering if anyone came across this situation before. I activated user exit COOM0001 for overhead calculation. This user exit is triggered when I create PCE for plant A but not plant B.
    I can't figure out why it is not being triggered for plant B at all. I put a break point in function module EXIT_SAPLKASC_001, EXIT_SAPLKASC_002 and EXIT_SAPLKASC_003 and the system didn't stop in anyone of these function module.
    Any help is greatly appreciated.
    Regards,
    Cassandra

    Hi
    It seems that you are a Functional Consultant.
    Please follow the following simple step for any userexit to see where all its been called.
    1. Go To T. Code SMOD
    2. Enter the Exit name COOM0001
    3. Click on the COMPONANTS RADIO BUTTON and DISPLAY
    4. U get Function Modules
    EXIT_SAPLKASC_001
    EXIT_SAPLKASC_002
    EXIT_SAPLKASC_003
    5. Now individually double click on each FM and put a break point ther.
    6. Open a new session and see wheather it stop at the break-points of the T. code you are looking for.
    I havent used this user exit, so no comments on how it ll be use ful.
    Reward points if useful
    Thank-You
    regards
    vinsee

  • Source System GD1 and Plant 123 combination not allowed

    Hello everyone,
    I had a requirement to add new values to an already existing variable ssid/plant in my  Planning area, so that the user can see these values when he gets to the relevant planning screen. Therefore I made sure that the values did exist in Master Data for plant with the correct source. I do see the new SSID and Plant in the UPSPL screen as well as a part of the dropdown.
    When I try to execute the manual planning in BPS0 screen, I get u2018Source System GD1 and Plant 123 combination not allowed.
    Can someone please help me in understanding the problem and correcting it .
    Thanks,
    Raj.

    I guess I figured it myself.
    After double clicking on the planning area, I go into the 'Characteristic Relationships' and look for the relevant combo (in my ex: Ss and plant) and looked for the FM that validates the combo and add specific entries I am looking for.
    Thanks,
    Raj

  • FedEx Sun One server does not allow POST

    Hello,
    I am attempting to communicate with FedEx's Direct XML Track. They use a Sun One Server v. 6.1 w/ SSL. When I do a POST with my XML document, I get back a 504, Method Not Allowed. Have communicated with FedEx technical support to no avail. Have downloaded server 6.1 and installed, trying to reverse-problem solve. Cannot see anywhere in the server where POSTs might be set to prohibited. The FedEx documentation specifically says to use a POST, which of course makes sense. Has anyone successfully used FedEx XML Direct, and/or could supply me with a hint as to why this might be happening? Also, am URL-encoding the reuest. Here's the code:
    public class FedexHTTPS {
    static final int HTTPS_PORT = 443;
    public static String enc = "encoding='UTF-8'";
    public static String subRequest = "<?xml version = '1.0' encoding = 'UTF-8'?><RequestHeader><AccountNumber>xxxxxxxxx</AccountNumber></RequestHeader>     <Contact><PersonName>name </PersonName><CompanyName>Ubercom</CompanyName><Department>ActiveIdentity</Department><PhoneNumber>xxxx</PhoneNumber><E-MailAddress>[email protected]</E-MailAddress></Contact><Address><Line1>12 main st</Line1><Line2/><City>Leesburg</City><StateOrProvinceCode>VA</StateOrProvinceCode><PostalCode>20111</PostalCode><CountryCode>US</CountryCode></Address></FDXSubscriptionRequest>>";
    public static String address = "gatewaybeta.fedex.com";
    public static void main(String argv[]) throws Exception {
    String encData=null;
    try {
    encData = URLEncoder.encode(subRequest,"UTF-8");
    } catch (Exception ex){
    System.out.println("Exception: " + ex.getMessage());
    //System.out.println(encData);
    int length = encData.length();
    // Get a Socket factory
    SocketFactory factory = SSLSocketFactory.getDefault();
    // Get Socket from factory
    Socket socket = factory.createSocket(address, HTTPS_PORT);
    /*BufferedWriter out = new BufferedWriter(new
    OutputStreamWriter(socket.getOutputStream())); */
    BufferedReader in = new BufferedReader(
    new InputStreamReader(socket.getInputStream()));
    OutputStream out = socket.getOutputStream();
    String xmlEnc = "application/x-www-form-urlencoded";
    String msg = "GET / HTTP/1.0\r\nContent-Length: " + length
    + "\r\nContent-Type: image/gif"
    + "\r\nReferer: www.EDS.com"
    + "\r\nHost: SSLserver.fedex.com"
    + "\r\nAccept-Encoding: image/jpeg"
    + "\r\nAccept: application/x-www-form-urlencoded, image/gif,image/jpeg,image pjpeg, text/plain,text/html/,*/*"
    + "\r\n\r\n" ;
    out.write(msg.getBytes());
    out.flush();
    String line;
    StringBuffer sb = new StringBuffer();
    while((line = in.readLine()) != null) {
    sb.append(line);
    out.close();
    in.close();
    System.out.println(sb.toString());
    }

    I cleaned up the XML (thanks) and re-did using jakarta - still get the 504 Not Allowed....
    public class FedexPost {
          public static String subRequest = "<?xml version="1.0" encoding="UTF-8"?><FDXSubscriptionRequest>     <RequestHeader>          <AccountNumber>1111111111</AccountNumber>     </RequestHeader>     <Contact>          <PersonName>name</PersonName>          <CompanyName>EDS</CompanyName>          <Department>ActiveIdentity</Department>          <PhoneNumber>7037773333</PhoneNumber>          <E-MailAddress>[email protected]</E-MailAddress>     </Contact>     <Address>          <Line1>10 Main St</Line1>          <Line2/>          <City>Anytown</City>          <StateOrProvinceCode>VA</StateOrProvinceCode>          <PostalCode>20175</PostalCode>          <CountryCode>US</CountryCode></Address></FDXSubscriptionRequest>";  
        public FedexPost() {
         * @param args the command line arguments
        public static void main(String[] args) {
            String encData=null;
            try {
               encData = URLEncoder.encode(subRequest,"UTF-8");
            } catch (Exception ex){
                System.out.println("Exception: " + ex.getMessage());
            // TODO code application logic here
            HttpClient httpclient = new HttpClient();
            PostMethod httpsPost = new PostMethod("https://gatewaybeta.fedex.com/");
            httpsPost.setRequestHeader("Connection", "close");
            try {
                httpsPost.setRequestEntity(new StringRequestEntity(encData, "application/x-www-form-urlencoded", "UTF-8"));
                httpclient.executeMethod(httpsPost);
                System.out.print(httpsPost.getStatusLine());
                System.out.println(httpsPost.getResponseBodyAsString());
            catch (IOException ex) {
                System.out.println(ex.getMessage());
            finally {
                httpsPost.releaseConnection();
     

  • I am trying to ask a question about iPhones, but it will not let me post - I get a message similar to this - you are not allowed to change the content.  Any help on this matter?

    I am trying to ask the following question: Just updated my iPhone5 to V 7.1.2 and can no longer print to my MFC 7860W from this phone.  I researched this issue on this forum and found answers from last October/November.....  Wary of downloading anything that was posted that long ago.  Wondering if there is anyway around this issue, with more recent information?  I was able to use this printer in the past by using Brother's iPrint App. 
    Thanks!!
    But when I hit post, I get an error message at the top - "you are not allowed to change this content"  Can anyone help me?

    I am assuming you got that message when attempting to post an old thread. The old post is probably locked/archived.
    FYI, posting on old threads usually yields no responses at all.
    I have requested that this post be moved to the iPhone forum where you might get assistance.
    Barry

  • In Sales order plant is not allowing to change

    Hi Guru's
    In Sales order plant is not allowing to change it's showing gray but some materials it's allowing to change plant. What is the reason for this error can any one please help me.
    dnr

    Hi friend,
    I suppose you cannot change the plant at order level if the material is created to a particular plant.
    As you say for few materials you are able to change, may be due to the fact that the material is extended to the other plants. You need to extend the material to the other plant in MM01 enter tha material and enter the industry sector and Material type and give the same material as the copy from material. A screen will pop up asking for the plant details. Here you can enter the other plant and tha material is extended to the other plant.
    Regards

  • Why I'm not allowed to create post in support of apple online?

    Trying to post a question, but seeing a message that I'm not allowed to do that, Why?
    Thanks

    You seem to have sucessfully posted here today:
    How to delete "Other" data on MacBok Air?
    Are you trying to make a different post?
    Understand the forums have been ill-behaved for several months since the major format change and we all see spurious error warnings  and occasional failures to post. Sometimes you have to wait a few minutes and try again.

  • The value  is not allowed for the field Cross-plant CM

    Hello All
    When i copy material in refernce to existin gone. I am getting this message
    "The value  is not allowed for the field Cross-plant CM"
    I am not putting any thing in this Basic-view Cross-plant CM, but still getting this message.
    Any help will be good...Thanks in advance...

    Hi,
    Please check the check box in front of the field config material is checked?
    If so then this material is configurable material
    A material that can have different variants.
    For example, a car can have different paint, trim, and engines.
    Configurable materials have a super bill of material (BOM) that contains all the components for producing every variant of the material. Similarly, they have a super task list that contains all the operations. When a material is configured, only the components and operations needed for a variant are selected.
    Please check
    BR
    Diwakar

  • Error in CJ88  Posting transaction is not possible (value date not allowed)

    When i try CJ88 with a wbs element, it shows the following error :
    Posting transaction is not possible (value date not allowed)
    Message no. AA 478
    Diagnosis
    A retirement was already posted on the asset 000022400733 0041 on 20091231. Based on the value date 20091231 of the transaction, this transaction should have been included in the calculation of values for the retirement.
    System Response
    The transaction is rejected.
    Procedure
    Check the value date of the transaction.
    In need to put year 2009 in date of the transaction, but it isnt posible. ¿Why? I dont know very much about asset accounting...

    Hi
    It is not allowing for WBS element final settlement, because of your asset already retairement was done.
    By best suggetion is, You will create the new WBS element and transfer the all cost line items from old WBS element to new WBS element, then you will try to settlement for another asset in CJ88.
    I hope it will use for you.
    Regards
    PVCPVC

Maybe you are looking for