Problem in UD through t.code QA32

Hi,
When we are doing UD through transaction QA32, there is a problem showing in UserStatus - NOID and system status is LTIN STIC SPST.
If UD would be successfully, then No UserStatus should be there and system status would be LTIN STIC SPCO STUP.
According to my observations, i found few things like..
1...Under Insp. lot quantities tab, Posting field should be blank when UD would successfully, but there is posting qty. is showing..
2...In Status Details, under Status tab..SPCO - Stock posting completed & STUP - Statistics updated text is there for successful UD .. But here, SPST - Stock posting started text showing inplace of SPCO - Stock posting completed and STUP - Statistics updated text not showing there...
What should be problem here??

When we insert Inspection Lot - 10000680371 in transaction QA12 and hit enter, system shows an popup with error message - The function you selected cannot be carried out: with following buttons:
Detailed Info
Status Display
Cancel
When we click on Detailed Info, there shows 2 messages -
Influencing system status
UD - Usage decision has been made (with Green symbol)
Influencing system status
NOID - Material not identified  (with Red symbol)
When we click on Status Display, shows like this:
System Status
SPST Stock posting started (last one)
and in Status with Status No. following are there:
NOID Material not identified
CMAT Material is correct
IMAT Material is incorrect
Now how can i post the remaining qty.
please guide...

Similar Messages

  • Problem with executing shell script on linux through java code.

    i am facing problem to kill jboss process on linux that is my application requirement. for that i created one shell script that will get all the process for jboss instance and kill them when i am running that script from command prompt on linux its working perfectly.
    The command i am using ---
    /opt/RW9/jboss/v4.0.5.GA/bin/restartjboss.sh.
    but when i am running through java code its not working.
    the java code i am using is:-
    pp = Runtime.getRuntime().exec(new String[]{"/bin/sh", "-c", "/opt/RW9/jboss/v4.0.5.GA/bin/restartjboss.sh"});
    could anyone tell me what is the problem ?
    Edited by: akm198110 on Sep 2, 2008 9:24 AM

    I got the problem after long struggle ,after doing proper path i am able to execute the shell script..

  • Getting problem when connecting to SMTP server through java code

    Hi all,
    I am getting problem when i am going to connect with "Kerio SMTP server" through java code. The error what i am getting is :
    "[16/Sep/2008 15:59:09] Sent: Queue-ID: 48cf8a73-000000f9, Recipient: <[email protected]>, Result: failed, Status: 5.3.2 554 5.0.0 Too many hops (101, max 100), message looping" when sending an email from [email protected]

    Looks like something is set up wrong on your server that's causing messages
    to be forwarded around a loop too many times without ever reaching the destination.
    For instance, if server A forwards to server B, and server B forwards to server A,
    this would happen.

  • Problem while transfering documents from FI to CO through t.code 1KEK

    Dera Experts,
    When I am posting FI document through transaction code 1KEK (Profit Center Accounting : Transfer Payables/REcievables) from FI to CO, line items are not shown in Profit Center document. Means in profit center document, G/L are not shown after the transfer.
            It is urgent. Pls get back ASAP if find the solution. Thanks in advance.
    Regards,
    Taral Patel

    I think you have to use for line items:
    Balance Sheet Adjustment
    F.5D - Calculate
    F.5E - Post
    F.5F - Display Log
    F.5G - Special Functions

  • Electronic Bank Statement (EBRS) through T.Code: FF_5 Vs FF67

    Dear Experts
    My client so far BRS is doing manually through T.Code: FF67 or FF68.
    Initially the configuration is done wit two GL accounts, (1) Main bank account ending with +++++++0 ,(2) Outgoing clearing account ending with ++++++1 and there is no incoming clearing account, whenever the client issue the cheque credit to the outgoing clearing account and debit to the vendor account and whenever receive the cheque Debit to the Incoming clearing account is debit & Credit to the Customer. and the same manual BRS is completed very weel without problems.
    But now as per client requirement I have to do run Electronic bank reconcilation in the system using T.code : FF_5. I have received  file format SWIFT MT940 from banks about 5banks and rest of the banks around 25 babnks  they have to continue with manual BRS FF67 / 68 only.
    so i should not change the configuration , so i have to continue with existing configuration and have to complete the EBRS using with two GL account (main bank, outgoing clearing ) , if i continue with existing configuration shall i complete the EBRS with extra additional settings (Assign External Transaction Types to Posting Rules, and Assign Bank Accounts to Transaction Types ) using T.Code: FF_5.
    what is the impact, whether i can complete  EBRS or not, kindly advice on this how i have to procssed futher.
    Please advice on this and what is the impact on EBRS or manuall BRs.
    Regards
    Eswar

    Hi,
    no problem working with two accounts in your business process. In this case your reconciliation will be like  before.
    Anyhow FF_5 (FF.5) or FF67 do the same thing. Post transactions from the bank statement. To learn more about the accounts used in your company check the transaction OT83.
    regards

  • I need to be able to debug through cfc code

    I need to be able to debug through cfc code being called from a Flex app remote object. I know how to debug straight cfm code using cfeclipse for flex builder but am unable to figure how to get this working for cfc's. If I set a break point in my cfc and start my coldfusion debugging session in Flex Builder and run my flex app and get it to call the cfc the debugger doesn't stop.
    Any ideas? Do i need to modify the Flex-config?

    Write a simple cfm page that invokes the method in question.  Do whatever you have to do to get the cfc working properly.  After that, don't touch it.  Subsequent problems will be due to something else.

  • Uncaught Exception occured while sending mail through abap code.

    Hi,
    Uncaught Exception occured while sending mail through abap code.Run time Errors "UNCAUGHT_EXCEPTION" occured after excuting the call method  CALL METHOD SEND_REQUEST->SEND( ).kindly help in resolving the issue.

    HI,
    Runtime Error:  UNCAUGHT_EXCEPTION details.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_ADDRESS_BCS
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_ADDRESS_BCS' was raised, but it was not caught anywhere along
         the call hierarchy.
         Since exceptions represent error situations and this error was not
         adequately responded to, the running ABAP program 'SAPLZSEND_MAIL' has to be
         terminated.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_ADDRESS_BCS', was not caught in
        procedure "SEND_MAIL" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        An exception occurred
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_ADDRESS_BCS"
        "SAPLZSEND_MAIL" or "LZSEND_MAILU01"
        "ZSEND_EMAIL"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "SEND_MAIL" "(FORM)", or its possible occurrence must be declared in the
    RAISING clause of the procedure.
    Please help me to resolve this issue.

  • Trigger created through C# code is not compiled

    Hi,
    I have problem. In my C# code I've created trigger, but it doesn't get compiled. I can see that trigger is created and It's possible to compile it manualy in SQLDeveloper, but not through code. I've tried to call
    cmd.CommandText = "ALTER TRIGGER trigger_name ENABLE";
    cmd.ExecuteNonQuery();
    but id doesn't help. Trigger is correct, because if I create it through Oracle SQL Developer it get compiled without errors and works fine.
    Could anybody help me with this problem?
    Thank you.

    Thank you guys for all your replies!
    Problem is solved!!!
    If anybody will face the same problem, here is solution:
    Problem was, that C# and Oracle uses different special marks (\n\r end of row etc. ). When I run create trigger command from C#, he adds this marks into command text. Oracle SQL developer can read them(even they are invisible in program user interface), but Oracle compiller not. So Alter trigger <trigger_name> Compile ends with some non-visible error.
    On the other hand, when I clicked on trigger in Oracle SQL developer and chose compile ... it somehow inernally changed them (or remove) to be compatible with oracle compiller and compiles trigger successfully.
    So solution si to remove (\n \r \t etc. marks from command.text property in C# code.
    Edited by: user11763373 on 5.8.2009 4:02

  • Opening a word file in MS Office Word software window through Java code

    I want to open a word file in MS Office Word software window through Java code.
    Is it possible ? If possible then please let me now how can I do it.
    Bhoopender

    Thanks for replying.
    I tried the following code -
    public class OpenFileWithItsExt
         public static void main(String[] args) throws java.io.IOException
              Runtime.getRuntime().exec("a.doc");
    and it gets compiled successfully, but on running outputs as -
    Exception in thread "main" java.io.IOException: CreateProcess: a.doc error=193
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    at OpenFileWithItsExt.main(OpenFileWithItsExt.java:5)
    My file is in the pesent working directoty.
    Please solve my problem.
    Thanks

  • QM order through t-code qk04

    Dear all,
    I am facing this problem at time of creation of QM order through t-code qk04
    "No account assignment is specified for order generation
    Message no. QA044
    Diagnosis
    An account assignment, which can be stored as an accounting rule in a new QM order, has not been specified.
    The account assignment is required in new QM orders as a profile for the accounting rule so that a valid accounting rule can be generated.
    System Response
    As the account assignment has not been specified, the functions for creating, assigning and replacing an order are not active.
    Procedure
    Enter a valid account assignment if required"
    Plz guide me
    Rgds
    Harish

    Dear Harish
    For generation QM order you need to assign to a cost center. I think you have not maintained any cost centre while executing Qk04.
    please give cost centre and execute
    Please let me know your feedback
    Regards
    gajesh

  • Raising Quotation through t-code dp81.

    Hi Guys,
    I am trying to create a Quotation through t-code DP81with reference to an Inquiry. I have configured the dip profile, given the wbs element in the Account assignment tab and given the DIP profile in the sales B tab of item and in the project profile.
    My problem is: when I create the quotation with reference of the Inquiry it is taking the first material given in the Materiel determination of the DIP profile. It is not taking the material given in the Inquiry. I have even given the material in the Inquiry as a line item in the Materiel determination of DIP but I'm facing the same problem.
    Please help me.
    Thanks & Regards
    Sagar

    Hi Srinivas,
    The characteristics in the DIP Profile are:
    Accounting Indicator   - Character Relevant
    Activity type                - Character Relevant
    Cost Element               - Character Relevant and Material Determination
    Material                       - Character Relevant
    Object Number            - Character Relevant.
    Transaction Currency - Character Relevant
    Unit Of Measure            - Character Relevant.
    Each Material has only cost element set and I have given different sets for each material.
    The source is "Planned costs  - Total Records.
    I have given 2 materials A & B in the material determination. I have raised separate Inquiries for both the materials and assigned each inquiry to different WBS elements.
    When I try to crate quotation with the inquiry of material A I have no problem. When I try to create quotation with the inquiry of material B, the quotation is taking the material as A in the quotation.
    Please Help
    Thanks & regards
    Sagar

  • I am trying to get the free trial to cc but it said there seems to be a problem with the files (Error code: 205)

    I am trying to get the free trial to cc but it said there seems to be a problem with the files (Error code: 205) please help

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Error in preparing cash journal through T code - FBCJ

    Hi All,
    The following error is throughing, while I am preparing cash journal through T code-FBCJ.
    1. Posting Date is initial.(Massage No F5669)
    2. Only enter initial document type for russian company code (Message. F5A402)
    3. Number range interval 01 does not exist (where number range is 01 is already exist)
    I am using ECC 6.0 software.
    Please suggest me how to solve the problem.
    Thanks,
    Sitansu.

    Hi.
    Answers for your query.
    1. Posting Date is initial.(Massage No F5669)
    Solution - Check posting date is matching with your period opened.
    2. Only enter initial document type for russian company code (Message. F5A402)
    Solution - Check with document type that is used for your company code
    3. Number range interval 01 does not exist (where number range is 01 is already exist)
    Solution - Check number ranges are created for current year.

  • How  To Remove Tables Through SDK Code(Using MetaDataObject)

    Hi Experts,
    I am with a problem in my sdk code.As follows,I added a table with no object  into the database through the sdk code using OUsertablesMd object.Now My Query is i want to delete the same table through my code.I am using oUserTablesMD.Remove()
    Method.It's throwing an error message.If any one culd send the sample of removing sap tables through dk code would be helpful
    Help Would be appreciated!!
    Thanking You,
    Vijay Kumar

    Hi,
    try this one
    Dim rsd As SAPbobsCOM.Recordset
            rsd = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            rsd.DoQuery("SELECT T0.[TableName] FROM OUTB T0")
            Dim sTableID As String
            Do Until rsd.EoF
                sTableID = rsd.Fields.Item("TableName").Value.ToString.Trim
                Dim oTables As SAPbobsCOM.UserTablesMD
                oTables = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                If oTables.GetByKey(sTableID) = True Then
                    oTables.Remove()
                End If
                oTables = Nothing
                rsd.MoveNext()
            Loop
    Regards,
    Siva

  • How to disable formsetting menuitem through sdk code

    hi experts,
    I am facing bit problem while loading my udo screen ,when my screen is getting opened sap's menuitem formsetting is enable'd,My requirement is to disable the formsetting menuitem only when udo screen opens through sdk code.so,that user cannot change any of the field in the matrix.
    help would be appreciated.
    regards,
    Vijay Kumar

    Hi Vijay ,
    Try This.....
    'After Loading form
    oform=sbo_application.forms.item("ur fromid")
    sbo_application.Menus.Item("5890").Enabled = False
    Thanks
    Shafi

Maybe you are looking for

  • One inventory for multiple ORACLE_HOMEs ?

    RDBMS version:11.2, 10.2 Platform : AIX In one server , we are going to install multiple ORACLE_HOMEs (both 10.2 and 11.2). I have been asked to configure separate inventory for each ORACLE_HOME (each inventory within its own ORACLE_HOME). But i came

  • Using Exception Handler in an ADF Task Flow

    Hi folks. Today I gave a try on Exception Handling. while i go through the blog. https://blogs.oracle.com/ADFProgrammers/entry/using_exception_handler_in_an I cant able to attain the Solution 2: Re-Routing the task flow to display an error page As pe

  • What's up with Pagemaker 7.0

    It downloaded yesterday with error message on install "Corrupt File" / Today it isn't available and without any description of why or how long before it will be available. Seems counter professional and counter pro ductive to myself. (And yes, the ca

  • Poor memory or poor documentation?

    This might be no more than a failure of my memory, but I can't figure out what the up statement in the following does:      IF :System.Record_Status = 'NEW' THEN           vRecNum := :System.Cursor_Record;                up;      END IF; I can't seem

  • PDFs to Word

    Can I convert Acrobat 11 PDFs to any version of Word?