Error in adding stock with mb1c

Hi experts,
Already i have created stock in mb1c later when i try to add some more quantity it showing document number 2345 1 2011 was already assigned.. how to solve this ?

HI,
Thanks for your reply
yes.. already i have posted 500 quantity in mb1c it is not showing in unrestricted use. again i want to add some more material..
Regards,
S.Govind

Similar Messages

  • Error while  uploading stock using Mb1c and migo

    Hi
    Following error is showing,while  uploading stock using Mb1c and migo
    Return code 8 is not permitted with BAdI 'FAGL_PERIOD_CHECK'
    Can anyone help me?/
    Thanks

    Hi
    You will need the help of an abaper in solving this , as a BAdi FAGL_PERIOD_CHECK - Posting Period Check has been activated.
    Please check the implementation of the BAdi , i feel that it has not been implemented properly.
    This Business Add-In (BAdI) enables you to extend the existing check of open posting periods.
    The result of the period check is provided to you as a parameter (CH_SUBRC). In your implementation, you can derive this parameter again (for example, if a posting is rejected under a certain condition).
    The following values are allowed for parameter CH_SUBRC:
    0 Posting allowed
    4 Period & is not open for account type & and general ledger &
    6 No authorization for posting period & &
    This is a custome developemnt , so only the ABAper present at your end will be able to resolve it.
    Thanks & Regards
    Kishore

  • Error in adding stock of the material

    Hi
    While adding stock to the material using MB1C I am getting an error "Fld selectn for mvmt type 561 / acct 399999 differs for Ext. GA amount in LC (023)"
    What can be the solution ??

    Option-1: Check Field status group in the create/bank/interest TAB for G/L in FS00 & check its assignments in OBC4 & Field Selection for status of Ext. GA amount in LC like optional/required/suppress
    Use OMJJ t.code - 561 mvt - field selection and check additional account assignment (here Ext. GA amount in LC  is optional/required/suppress.)
    Option-2: Can also run the programme RM07CUFA through SE38 to update.
    Regards,

  • Error in adding stock to the material

    Hi
    While adding stock to the material using MB1C I am getting an error "Fld selectn for mvmt type 561 / acct 399999 differs for Ext. GA amount in LC (023)"
    What can be the solution ??

    Option-1: Check Field status group in the create/bank/interest TAB for G/L in FS00 & check its assignments in OBC4 & Field Selection for status of Ext. GA amount in LC like optional/required/suppress
    Use OMJJ t.code - 561 mvt - field selection and check additional account assignment (here Ext. GA amount in LC  is optional/required/suppress.)
    Option-2: Can also run the programme RM07CUFA through SE38 to update.
    Regards,

  • SAP posting period error while mainting stock in MB1C

    Hi,
    Error Description:-
    While I am maintain the stock in MB1C i got an error i.e.
    Error:-  Postingonly possible in periods 2006/12 and 2006/11 in company code CLC1 ( CLC1 is mycompany code.)
    To resolve this error  I did some pre-requisite, 
    First :- In OB29, I define my fiscal year variant ( Here,  I copied the K4 andrename S4 and save )
    Second :- then, in OB37, I Assign fiscal year variant to company code.
    Third :- I define variant for open postingperiod, ( Here, I define my ownvariant  to use the following  menu path - IMG-- FAFinancialaccounting global settingsDocuments-- Posting periods--Define variant forposting periods).
    Forth:- in OB52, i define the open and close posting periods ( Here, in new entries i choose my variantwhich i define in 3rd step  and define myperiods).
    still system not allowing me the current dated posting, then i use the following step to resolve the error,
    I mgoing to MMPV for close the periods. (here I  closed all periods, month wisetill 2012/01).
    stilli got the same error,  so  Icheck  MMRV & OMSY, weather postingperiods change or not.. ( Here, systemshows me backdated posting periods i.e. 2006/12).
    Kindly help me to resolve this error.
    reg.Mayur

    Hi,
    As you Said i closed each period as well as fiscal year , but still my problem not resolved .. system shown me following notification after i closed the period..
    Mode: Close period only
    Client:800
    Period entered (month/year):042010
    Invalid period for company code CLC1; no conversion here.
    Period closing complete; log issued.
    Mode: Close period only
    Client:800
    Period entered (month/year):012012
    CoCd CLC1: table T009B incomplete; no conversion here.
    Period closing complete; log issued.
    Mode: Close period only
    Client:800
    Period entered (month/year):022012
    Incorrect period in control rec. of CoCd CLC1; no conversion
    The current period (month/year) of the control record is122006
    Period closing complete; log issued.
    E N D

  • Cant update the OPEN STOCK with MB1C

    Hellow guru's,
    i had face one problem with open stock updation in MB1C t-code. An error message appeared as " WM movement type 561 not allowed for warehouse no 717" and message no: L9006.
    How to solve this problem? kindly explain with detail.

    Hi
    It seems that WM is activated for the Stock postings. U need to configure the WM settings for the movement type 561 to the WHN(Ware house no)
    Path > SPRO > Logistics Execution > Warehouse Management > Activities > Transfers > Define Movement Types
    U can also use Mvt type 501 if already defined in the settings. Just look for that
    Regards
    Brahmaji

  • Batch/Serial No error when adding Stock Transfer

    Hello,
    I'm trying to add Stock/inventory Transfer thru SDK Code using the SAPbobsCOM.StockTransfer Object. It works fine except for items with, Manage by serial no property.
    Here is the error i'm getting:
    WTR1.WhsCode line: 1, 'Cannot add row 109106010 without complete selection of batch/serial numbers.'
    Please help, how can i select batch/serial nos.?
    Edited by: Rohanp on Nov 23, 2009 12:30 PM
    Edited by: Rohanp on Nov 23, 2009 12:31 PM

    Hello
    when you adding the  inventory transfer, use the following code as an example
            oDoc.Lines.SerialNumbers.SetCurrentLine(0)
            ' Use the correct line for selection of serial numbers:
            ' I have the settings "None" -> Systemserialnumber will be used
            ' query: SELECT T0.[SriUniqFld] FROM OADM T0
            oDoc.Lines.SerialNumbers.SystemSerialNumber = "1"
            'oDoc.Lines.SerialNumbers.ManufacturerSerialNumber = "1"
            'oDoc.Lines.SerialNumbers.InternalSerialNumber = "1"
            oDoc.Lines.SerialNumbers.Add()
            oDoc.Lines.SerialNumbers.SetCurrentLine(0)
            oDoc.Lines.SerialNumbers.SystemSerialNumber = "2"
            'oDoc.Lines.SerialNumbers.ManufacturerSerialNumber = "2"
            'oDoc.Lines.SerialNumbers.InternalSerialNumber = "2"
            oDraft.Lines.SerialNumbers.Add()
    Of course you should know the serial number you would like to transfer
    Regards,
    J.

  • Error -while updating stock in MB1C for make to order (561-E)

    Hi all,
    I have created a sales order with reference to quotation.
    Stock is updating for Quotation number. But i stock should be updated to the sales order number.
    When i am updating the stock for this sales order number, its not accepting. Its asking the preceding number.
    system shows the following error,
    "Account assignment cannot be carried out because of different origin no.
    Message no. V1134
    Diagnosis
    The sales document to which you want to refer is based on sales document 10000001 and item 000010. Therefore, the settlement and possibly inventory management are carried out using the number of the preceding document.
    System Response
    This entry is not allowed.
    Procedure
    Enter the document and the item number of the preceding sales document."
    Can anyone tell me how to solve this issue?
    Thanks in advance,
    Babu

    solved

  • Error in SAP Stock Creation - MB1C

    Dear,
    I am facing an Error while creating SAP Stock Creation through MB1C.
    The error is "Material XYZ is not maintained in Plant 1234".
    Plz can any one explain what the user have to do in order to maintain this material in the Plant 1234.
    This material is created through MM01 & its Plant is 1234.
    Thanks in advance.

    Hello,
    I just managed to check this for the material in plant 1234
    Material xyz not maintained in plant 1234
    Message no. M3351
    To overcome this error;
    No material master data exists for material XYZ in plant 1234. This may be for one of the following reasons:
    In this case, create the plant data by maintaining material master record XYZ from the Purchasing, MRP, or Storage view.
    If your material is a planned material, that is, the data has been scheduled for this plant level for a future point in time.
    In this case, you can display the planned changes for the material.
    Br,
    Tushar.

  • SQL Error when adding data with UDO + Form

    Good morning, friends.
    Initially, I apologize for any mistakes in my English.
    I am developing an addon for a client and now I came across a problem that started happening about 5 days ago:
    I customized a MasterData postcodes in B1, I created a UDO (oCNSTCEP) and bind to a form created by the Screen Painter. It is noteworthy that this program has been operating without any problems in the customer environment for at least 3 months. Finally, for reasons unknown to the system now has to give the following message when I insert a new record:
    [Microsoft] [SQL Server Native Client 10.0] [SQL Server] Conversion failed When converting the nvarchar value 'oCNSTCEP' to data type int. (CINF)
    The strange thing is that the record is written into the UDT corresponding to the UDO. But the error message is given, giving the user the impression that the routine was not completed successfully.
    Yesterday you told me what is happening the same error in another form, ie, the way any given recording through UDOs are giving problem.
    I searched for this post in SDN and the maximum that I discovered is that it could be happening because of the variable @ object_type in SBO_Notification be as int instead of being as nvarchar (20). I checked the stored procedure and @object_type is nvarchar(20) type.
    I would like to help for a solution to this problem. Since now, thank you!
    Sincerely,
    Junior

    The error is coming from the stored procedure and is easy to fix,
    Anywhere where you check the @object_type, you need to put the value in single quotes.
    e.g if your stored proc includes both of these:
    IF @object_type = 17
    IF @object_type = 'oCNSTCEP'
    It will fail with the error you mentioned. But if you have:
    IF @object_type = '17'
    IF @object_type = 'oCNSTCEP'
    It will work.

  • Error when adding mp3s with add audio

    I'm trying to add some mp3s into a song, using the add audio function. however, although this is something I do frequently, it is now showing an error. With every MP3 I try (some of which I have previously imported into other, or even the same sessions) I get the error message:
    Skipping file "whatever.mp3" because it can't be read.
    Does anyone know anything about this? I have not changed any settings, done any upgrades or anything recently. It just suddenly isnt working. And I really need to do some work on these files. Ideally converted to AIFFs, but even working on them as mp3s would be enough!
    cheers
    Fuller

    Hi,
    If alll else fails, you canset your iTunes to convert them into Stereo AIFF files.
    Cheers

  • Open stock updation not performed with MB1C

    Dear Frieds,
    While performing open stock updation with MB1C T-Code, an error message will appeared as " Material xxxx does not exist in warehouse xxxx". Kindly give the solution.
    Regards,
    Gopi

    Hi,
    Go to MM01, select warehouse - 1 & 2 views, specify the warehouse nos & extend the warehouse views for this material. Once the above is done, you can proceed to use MB1C.
    Regards,
    Vivek

  • Error while creating stock using tcode: MB1C

    Error while creating stock using tcode: MB1C
    The Error is: Check table T004F:entry G006 does not exist

    Hi ,
    Please check the FSV (field status variant) for your company code in OBY6 .
    then go to transaction code OB14 --> enter the FSV --> Check if field status group G006(Material account) is maintained there or not.
    if not please maintain it.
    Thanks & Regards
    Anshu

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Our benefit administrator keeps getting an error on adding a social security number that starts with a 9, that is a valid SSN for a spouse, How do we allow this to go through?

    Our benefit administrator keeps getting an error on adding a social security number that starts with a 9, that is a valid SSN for a spouse, How do we allow this to go through?

    To attempt a new chat session...
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    http://helpx.adobe.com/x-productkb/global/service1.html

Maybe you are looking for