Stock can not be create

Hi friends
I am trying to create stock using /nmb1c. I entered movament type 561, material name and quality and all required fields. When press save, system display error "display account determination entry INT GBB-BSA 7920 not possible'.
How i should solve this error.
Raj

Hi Prasant
Thank you very much. My problem is solve, now i can create stock and can save order.
Another small problem when i create delivery system display error "delivery can not be created for order no........... order type OR", what wrong i am doing
Raj

Similar Messages

  • Output message can not be created in a PO

    Hi to you all,
    Output message can not be created in a PO for a customer. During my tests, the yellow output message was created automatically after I have saved the PO.
    I checked ME9F and the table NAST, there is no entry for the PO of the customer. This happens arbitrarily.
    Do you know how and why this can happen? Is it a program error or something else?
    Thanks.
    Esra

    Hi Esra,
    if I do understand you correctly, when creating the PO the system always finds a message to be created ("yellow" message). But arbitrarily the message cannot be generated in ME9F, correct?
    In my view, if the message is always determined correctly in the PO there cannot be any trouble concerning condition records, the error has to occur later in the process.
    Are there any error messages in the processing protocol of a message that cannot be created? What happens if you set the transmission time-spot to 4 (immediatelly)?
    Just my 2 cents
    Alicia

  • Business Partner can not was created in a hire

    Hi, Good night.
    I have the following issue. I am check an employees that was hired with earlier date to the current date and not generated Bussiness partner. I understant that the system not create the business partner when the employees are hire to future date.
    However i did the hire in the client of test and the system if create the BP. The question is:
    What are the reasons for which a Business Partner can not be created in a hire, in the role of employee?
    Regards
    sanew2

    Hello,
    Please check if infotype 6 (addresses) is maintained for the employee. If not maintain a record for address and try.
    Also, what are the infotypes that you create for an employee during hire?
    Br,
    Remya.

  • Question!hi!i try to install mac os x lion from 10.6.8. the system apprear the error message, the recover system can not be created . how should I do?

    question!hi!i try to install mac os x lion from 10.6.8. the system apprear the error message, the recover system can not be created . how should I do?

    Peruse the hits from a google search for recovery system can't be created site:apple.com

  • .xlsm Can't exit design mode because Control 'Command Button 3' can not be created

    I have several Windows 7 Enterprise machines that cannot open one .xlsm file properly. When it opens, it is opening in Design mode rather than as a spreadsheet with macros. My users are getting the error "Can't exit design mode because Control
    'Command Button 3' can not be created". All our machines have Office 2010 ProPlus, but this file will only open on the XP PC's that have yet to be upgraded. Any ideas?

    Hi,
    How do you create the button in Excel 2010? Just insert the control manually or insert it using a macro?  This issue may be caused by the controls aren't instantiated before you can exit design mode.
    Please try the method:
    Code can only run after all controls are instantiated and properly connected. Make sure every file needed for the control is available before trying again.
    Quote from:
    http://msdn.microsoft.com/en-us/library/office/gg251344(v=office.14).aspx
    Regards,
    George Zhao
    TechNet Community Support

  • Instance of javafx.collections.FXCollections can not be create by FXML load

    <ListView>
    <items>
    <FXCollections fx:factory="observableArrayList">
    <String fx:value="One"/>
    <String fx:value="Two"/>
    <String fx:value="Three"/>
    <String fx:value="Four"/>
    <String fx:value="Five"/>
    </FXCollections>
    </items>
    </ListView>
    why the netBeans 7.3beta2 say "Instance of javafx.collections.FXCollections can not be create by FXML loader"?

    Hi,
    PLS-00201 : identifier 'v$INSTANCE' must be declared. Please note that, this package having a procedure that is loading a text files rows to table. Its using UTL_FILE package.
    And directories are used to load the data. I created the directories in the TEST database and create the physical directory in the TEST database host machine. 1. when issuue was raised from pl/sql - have you check the code ?
    2. Have you tested code independently - instead of executing from job. ?
    3. Forget about production system for a while, try to check the pre-requisites required for the things to run. ?
    4. what is the pacakge code dependent on v$instance error - have you checked across ?
    5. Have you tried to debug the code or not ?
    - Pavan Kumar N

  • Debit memo can not be created

    Hi All,
    We have an issue regarding debit memo. Actually we have created a sales order for $600. But due to internal issues that company code not supposed to have any A/R. So we created a credit memo but with incorrect amount of $540. So again we tried to  create a debit memo of $540, but its giving an error message like "Item category XX can not be involved with billing type XXX". Please help me in this issue as it is very urgent.
    Thanks
    Uday

    Hi,
    Have you tried to maintain the copy controls between the dr memo and referencing doc for the item category XX i.e. source doc to billing doc and proposed item category for dr memo..?
    Pls maintain it and retry creating the Dr memo.
    Regards,
    Raghu.

  • Managed bean can not be created. - dynamic menubar using ADF

    hi All,
    had to post the thread again to make sure it dint go un noticed!
    scenario:
    making dynamic menu navigation using ADFFaces, all steps followed as mentioned in SRDemo Sample. but still i get this error:
    error encountered:
    SEVERE:Managedbean menuItem_General could not be created.
    javax.faces.FacesException:Can't get value from value binding expression: '#{resources['erms.menu.gen']}'.
    more details here on last thread posted:
    ADF- managedbean creation error while making dynamic menus.
    plz help!

    We found the solution how it works... But its a little bit strange.
    Before we had the following on the sending part:
    connectionFactory = (ConnectionFactory) ctx.lookup("jmsfactory/default/FactoryName");
    destination = (Queue) ctx.lookup("jmsqueues/default/QueueName");
    We could not use EJB injection here as the place were it was used is a POJO.
    Now in our Job-Bean we do the following:
         @Resource(name="FactoryName")
         private ConnectionFactory connectionFactory;
         @Resource(name="QueueName")
         private Queue destination;
    and then we transfer the connection factory and queue to our POJO... and it works... From our understanding both should be the same???
    Frank

  • Can not find created directory

    Hi everyone
    I created a directory using CREATE OR REPLACE DIRECTORY mediadir AS 'C:\mediadir' command and when I use SELECT * FROM DBA_DIRECTORIES command I can see that the directory is there. But I can not seem to reach to that directory, under C:\ there is no directory created as MEDIADIR. What is the problem? I need to put a .wav file in it but i cant reach it through Windows Explorer. I am using Vista by the way.

    The Oracle database command CREATE OR REPLACE DIRECTORY AS ... does not physically create the directory - it simple creates a "logical" entry within the database. You will need to create the physical directory on the OS yourself.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_5007.htm#i2061958
    HTH
    Srini

  • File can not be created

    I'm having a little trouble with safari. I want to download some apps from the internet, so I click on the link to start the download, it starts the download, but then it says a file can't be created. I try another app, it still doesn't work, so that eliminates the fact that it's the app.

    Go to your Finder>HD>Users>User account. Right click, or control key click on the User Account (whatever you named it) and select "get info" from the contextual menu. Down the bottom of the panel, look at the Ownership and Permissions. If it says "read only", click on the drop down menu and change to "read and write". Restart Safari and try a download.
    If the permissions as listed are correct (read and write) post back.

  • PO can not be created due of amount value approved in related PR

    Hello Gurus,
    My client would like to set an error message while creating a PO related to a PR when the net price item differs in more than 10% from the value released in the PR related. All the PR are subject to release strategies with total amount as a chareacterisitc. Is this possible to set? Could please kindly provide me the path or any clue on how to do this?
    Currently when a PO is created in relation to a PR system allows to change the net price without restrictions.
    Please advice.
    Thanks

    I assume you do not work with PO approvals?
    Normally  when you create PR, system picks Price  frm the material master you can try to control PO price  maintain Tolerate Key "PE"  for Cocode here.
    SPRO -> MM -> Purchasing -> Purchase order -> Set Tolerance Limits for Price Variance
    This will check the PO price VS the Material Master valuation Price  (this will  not be useful if the PR price has been manually changed )
    But if a check against PR Value specifically is reqd. , In suchcase, there is no standard setting/config  with which you can have system issue an error  when the PO value exceeds the PR  amount by a certain %. 
    The ME_PROCESS_PO_CUST BADI could be used, where you enter this validation Logic.

  • InitialLdapContext can not be create with chinese principal name

    We use JNDI to search Domino 7 directory. It works well when the principal name contains only ASCII characters, but failed when chinese charaters are used in the principal name.
    This issue not occurrs when the same application is used to search Active Directory.
    Can you please tell me what's wrong in my application?
    Thanks for your help very much!

    Of course the problem does not arise with Active Directory :-) We're DBCS friendly !
    Not wanting to help the opposition, I couldn't help but perform a search. Perhaps this is related to your problem: http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/index.jsp?topic=/com.ibm.support.was.doc/html/APARs/PQ61389.html

  • Can not rename created file via UTL_FILE package

    Hi,
    I am wondering why I am not able to rename file after the procedure has created it?
    I am closing the file with UTL_FILE.FCLOSE (v_file);
    but it seems that oracle still keep it open.
    Any suggestions?
    Thanks
    BEGIN
    SELECT TO_CHAR (SYSDATE, 'YYYYMMDD')
    INTO v_sysdate4filename
    FROM DUAL;
    v_filename :=
    ('MyFileName_' || v_sysdate4filename || '.txt'
    v_file := UTL_FILE.FOPEN ('MY_DIR', v_filename, 'w');
    FOR v_current_row IN my_c
    LOOP
    UTL_FILE.PUT_LINE (v_file,
    v_current_row.record_type
    || v_current_row.operation_type
    || v_current_row.child_id
    || v_current_row.parent_id
    || v_current_row.start_date
    || v_current_row.end_date
    || v_current_row.process_field
    END LOOP;
    UTL_FILE.FCLOSE (v_file);
    END ;

    (I have administrator rights) Again, If you are not able to rename the file, what the error message is returned by the OS.
    Did you try to disconnect your Oracle session and then try?

  • In ADOBE BRIDGE CS6 "folder can not be created" appears when getting photos from camera

    Has anyone seen this when getting photos from camera in ADOBE BRIDGE CS6?
    "Folder cannot be created"

    I solved the problem myself.
    jwerth2

  • Can not copy/create order on mobile

    Hi All,
    I am unable to copy an existing sales order on the mobile device. Get the following error while saving copy of Sales Document
    Type - User Error
    Error Code - 235
    Context - 2005
    Description - Enter a value in the field PSTYV.
    (PSTYV = Sales document item category)
    Get the same error, even when copying the sales order WITHOUT  any line item.
    I am able to successfully create a new sales order with reference in SAP R/3.
    Regards,
    Naveen

    Are you sure if the BoM validity from date is prior to the planned order start date.
    Try deleting the BoM and re-creating. WHile creating enter the key date in the past say from 01.01.2007. Then in MRP run - MD50 choose 3 in planning mode, select the check box "Also plan unchanged components" and run MRP.
    Also check if the sales order and item number is appearing in the planned order. If no there is some problem in MRP strategy setting in Mat master
    Then try it out.
    Ram
    Message was edited by:
            Ramanujan Chitrakootam

Maybe you are looking for

  • 6030 dead screen

    I have Mobile 6030 with dead screen, i can't see any thing, i want to copy all the contacts from the Phone to the SIM card, can any one help me the way to do that with steps as i can't see any thing. I want someone to tell how , like press menu  then

  • Will DBMS_LDAP package works when SSL is enabled?

    I am trying to retrieve user name stored in MSAD using DBMS_LAP package. So i just want to know will the same will work if SSL is enabled?

  • Problem in migrating from JRE1.3.1 to JRE1.4.1

    Hi, I have developed an application in jdk1.3.1. The application is all in Applets. Previouly I was running it in Java Plugin in 1.3.1. Now I have shifted to java plugin 1.4.1. Now I am facing various problem like: 1. The Text of the radiobutton is n

  • What are best pdf converters?

    I want to know the best pdf converters that give the original pdf layout in converted file. I want to convert pdf files to images,word files,xml,html and many other popular formats. Please help.

  • Flash intro in a lightbox

    Hi all, does anyone know what steps i need to take to make make my website start off with my flash introduction in a lightbox? link to lightbox info