Creating Requisition for items, with no  "Inventory Asset Value"

Is it possible to create the Internal Requisition for items for which inventory asset value flag is disabled.
the requirement is that the item should be stockable, inventory, transactable but no asset value has to be calculated.
If I disable the flag the cost manager is unable to update the cost price after receiving in store,
and if there is no cost value then how can i create internal requisition.
Thanks in advance.

Dear Arif and PS,
Thanks for the response.
You are correct that the costing manager will not calculate the cost price if the flag is disabled, now the requirement is we want to take in the items through PO at central org and distribute to other org's where they can consume this item, and we want to track the quantity and also it should effect the accounts, and item should not present in inventory value report.
Do we have any option for this scenario.
Regards,
Ahmed.

Similar Messages

  • Goods Receipt entry for items with serial number

    Hi All,
    When I try to create a Goods receipt entry, for items with serial number, i'm always getting the following error message.
    [OSRI] , 'The selected quantity of serial/batch numbers is greater than the quantity in row Id'
    The following is the code that I'm using
    Dim oInvetoryGenEntry As SAPbobsCOM.Documents
    Dim oSerialNumber As SAPbobsCOM.SerialNumbers
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim ret As Long
    Set oInvetoryGenEntry = oCmp.GetBusinessObject(oInventoryGenEntry)
    Set oSerialNumber = oInvetoryGenEntry.Lines.SerialNumbers
    oInvetoryGenEntry.DocDate = Now
    oInvetoryGenEntry.DocRate = 1
    oInvetoryGenEntry.TaxDate = Now
    oInvetoryGenEntry.PaymentGroupCode = "3"
    oInvetoryGenEntry.Comments = "GRN Entry11"
    oInvetoryGenEntry.Lines.ItemCode = "A00004"
    oInvetoryGenEntry.Lines.Price = 100
    oInvetoryGenEntry.Lines.Quantity = 1
    oSerialNumber.SystemSerialNumber = 55555
    oSerialNumber.InternalSerialNumber = "2354"
    oSerialNumber.BatchID = "bt1"
    oSerialNumber.Add
    ret = oInvetoryGenEntry.Add
    If ret <> 0 Then
            oCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        Else
            MsgBox "GRN Entry made."
        End If
    It would be wonderful if anyone help me out to trace the exact reason for this issue.
    Thanks
    John

    Hi John I'm almost sure that your working with SDK 6.5 with SP1 or lower, visit this address
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://DI: Add more than one serial numbers in Invoice
    Maybe you can find your answer if you can fix it let me Know my email address is [email protected] because i had the same problem.
    Regards

  • Unit Price in Issue for Production for Item with wrong UoM

    Dear All,
                In issue for production the item cost being picked does not match either our Last Purchase Price or Price List1. In some cases the price considered is an average:
    Eg:- For Item A with Purchase UoM in Nos. and Inventroy UoM in Gms, we had not enetred the conversion factor i.e 1 No=100g. Thus GRN was made for 25 Nos. @ Rs.450/Unit. But actual stock was 2500g. Hence to rectify the stock we made an OB entry for 2475 as on GRN date with zero Price. Thus total stock was 2500 and Value 25*450=RS.11250
    When we did an Issue for Production for this item: Qty:400g, the unit price considered was Rs.28.125 when the actual price to be considered is Rs.450[Unit Cost]/100 [UoM Conversion]=Rs4.5. We had entered Rs.4.5 in Price List1 and had selected this price list in the BoM as we had not entered a conversion factor in the Item Master Data and SAP does not allow alterations to this tab once the Item is involved in transactions.
    I think the system calculated the price as follows: (25450+14750)/400=Rs.28.175
    How do we avoid/correct this in the future?

    If you need the stock price correct, the only option might be creating a new item with correct information in the first place.  Once you have error data to start with, there is no way to corrected as you wish.
    Thanks,
    Gordon

  • Can not change the control level of item attribute "Inventory Asset Value"

    I can not change the control level of the item attribute "Inventory Asset Value" from Master Level to Org Level. It's show me the message "FRM-40200: Field is protected against update".
    Version is below:
    Oracle Application: 10.7SC
    Form: INVIDCTL 6.0.26

    I did a trace when I chage the control level. the SQL is below:
    SELECT COUNT(*)
    FROM CST_ITEM_COSTS CHILD
    , CST_ITEM_COSTS MASTER
    WHERE MASTER.INVENTORY_ITEM_ID = CHILD.INVENTORY_ITEM_ID (+)
    AND MASTER.COST_TYPE_ID = 1
    AND CHILD.COST_TYPE_ID (+) = 1
    AND NVL(MASTER.ITEM_COST,0) != NVL(CHILD.ITEM_COST (+) ,DECODE(MASTER.ITEM_COST, NULL ,0,-99999))
    AND MASTER.ORGANIZATION_ID IN (SELECT MASTER_ORGANIZATION_ID
    FROM MTL_PARAMETERS
    WHERE ORGANIZATION_ID != MASTER_ORGANIZATION_ID )
    AND CHILD.ORGANIZATION_ID IN (SELECT ORGANIZATION_ID
    FROM MTL_PARAMETERS
    WHERE MASTER_ORGANIZATION_ID = MASTER.ORGANIZATION_ID )

  • How to create inbound delivery for items with no confirmation control key.

    hi Please help me with this..
    are there any user exits to create an inbound delivery for scheduling agreement items with no confirmation control key.
    my req is
    i have 12 items (me33 transaction) of them three have confirmation control key populated and out of those three 2 will be deleted so only one item is left for inbound delivery creation, but i need to have all this possible for all items with or without confirmation control key.
    thank you

    hi
    for inbound delivery there is BAdi called LE_SHP_DELIVERY_PROC... in there is method called ITEM_DELETION... in this u can flag the item to delete or not..
    this will be triggered for inbound as well as oubound delivery..
    you can check confirmation status for the PO in the table EKES... in this table there is filed called EBTYP.. using this field u can check the PO item confirmation status..
    I hope above information is helpuful for u

  • BAPI_SalesOrder_CreateFromDat2 fails for items with free goods

    Hi all, I have a very weird problem when I am trying to create a sales order using SAP .net connector with the BAPI function BAPI_SalesOrder_CreateFromDat2().  The problem happens through the following scenario:
    1 - Item X has a free good rule on it that states "If user buys 5 Cartoons of Item X he will take 1 pack of Item Y free of charge" while Item Z has no rules like this
    2 - using BAPI and .net connector, an order is needed to be created with following details:
            a - Item X with quantity 6 Cartoons.
            b- Item Z with quantity 3 Cartoons
    3 - If BAPI_SalesOrder_CreateFromDat2() assigns these details to Order_Items_In with the same order (a then b),  SAP will return an error for Item z that states "No item category available (Table T184 ZKE NORM  KEN)."; while if the function tries to create the order with details in reverse order (b then a ), the order will be created successfully.
    I have done the following steps:
    1 - Tried the same order in SAP GUI but it succeeded. (So no problem in Item Category Determination)
    2 - Tries the same order with the suspicious order in the BAPI function Test inside SAP GUI (using tcode BAPI or SE37) but the function had not return any errors also.
    3 - Tried to send Item Category in code when calling the bapi function (Forced the code to KEN), but the same message appeared as SAP insist on redetermining the Item Category and return this meaningless message.
    thanks

    Hi Mohamed Abd Elbaset,
    I am facing the same issue while creating the Sales order through "BAPI_SALESORDER_CREATEFROMDAT2" All is going well in normal cases but when I process the contract with FREE GOODS line items for which free goods condition record is maintained it fails
    to create the Sales order. Is there any special treatment for this Free goods case..
    Regards,

  • Create Sharepoint list-item with Software AG

    Hi everybody
    I'm trying to add an item to a list in Sharepoint using the BPM-program Software AG. I've created a webservice using the Lists WSDL and I can retrieve items from the list, so the webservice should be alright.
    But when I try to create a new item I get the error 'Date at the root level is invalid. Line 1, position 1.'
    I have checked all parameters and don't know what I'm forgetting or doing wrong.
    Below a link to an image that shows the structure of the UpdateListItems Service:
    http://imgur.com/cLu41Uo
    The variable tns:listName, user, pass and _port are all correct, I've checked these with GetListItems and it retrieved all data as it should.
    For *body, I filled in following XML:
    <Batch OnError='Continue' PreCalc='TRUE'>
    <Method ID="1" Cmd="New">
    <Field Name="Title">SAG BPM</Field>
    <Field Name="Type of Material">Book</Field>
    <Field Name="Date">20/03/2014</Field>
    <Field Name="Email">[email protected]</Field>
    <Field Name="Person">Test Person</Field>
    <Field Name="Storage Location">Locker 3</Field>
    <Field Name="Position in Storage">Shelf 5</Field>
    </Method>
    </Batch>
    When I run this service the error I mentioned above occurs and I don't know what is wrong or if I'm forgetting anything.
    With kind regards
    Kevin

    I don't seem to find the relevant URL's in my history anymore but here's what I tried.
    I used the same XML as I posted in the question, once without the <Batch> tag and once with <updates></updates> surrounding that XML. Neither worked.
    I also found an example of the structure <updates><xsd:schema>schema</xsd:schema>xml</updates> . Here I replaced
    schema with everything in the updates tag in this link: http://msdn.microsoft.com/en-us/library/dd955870(v=office.12).aspx and
    xml with the XML's I tried before.
    After this didn't work I tried writing my own schema without success.
    Most of the solutions I viewed are about C# or VB.NET, I don't need this because with Software AG I don't have to write code. It just consumes the webservice provided by http://<site>/<subsite>/_vti_bin/Lists.asmx?wsdl
    Hope this helps.
    Kevin
    *EDIT* I have downloaded SoapUI after my internship mentor advised it and this is the result for the first XML I provided: http://i.imgur.com/ZiVosgX.png

  • Full-day event created from todo item with one day off

    Can anyone reproduce this?
    1) Create a todo item
    2) In week view, drag-and-drop it to create a full-day event
    Expected Results:
    A full day event is created on the day onto which I dropped the todo item.
    Actual Results:
    The event is created the THE DAY BEFORE the one onto which I dropped the todo item...!?

    Welcome to the Apple Discussions. How photos are separated when imported is set in iPhoto's Events preference pane:
    Click to view full size
    When importing from the Finder, i.e. a folder on the hard drive, all of the photos will be in a single Event unless that checkbox that's pointed to in the screenshot is checked.
    FWIW my workflow is to upload after every shoot to a folder, name the folder to identify the occasion of the photos and import the folder into iPhoto. This gives me an Event with the same name as the folder. I also rename the photos with the international date format for the date the photos were taken: YYYY-MM-DD-001.jpg, -002.jpg, etc. This avoids duplicate file name issues that can crop up at a later date.
    I then have the camera reformat the memory card for the next shoot.

  • How to create report for Slow / Non moving inventory

    Hi
    I want to create one report Slow / Non moving inventory reports.
    I need it in following form
    Plant     Material     Desc     UOM     Current stock     Value     Last consumption date      Last Movement date
    I have found & confirmend table & fields names from which data should come into this report which is as follows
    Plant(T001L - WERKS)     Material(MARA - MATNR)     Desc(MAKT - MAKTX)     UOM(MARA - MEINS )     Current stock(MARD - LABST)               Value(MBEW-SALK3.)     Last consumption date (BUDAT - MKPF)          Last Movement date(BUDAT - MKPF)
    As I am creating this report at first time, I am not getting how to go ahead.
    Do I need to create new datasource as existing datasource doesnt have all of these fields..
    Please help me.
    Dont send me links & documents which are there on sdn. I already have gone through it.
    Thanks
    Swati

    Hi
    You have to create Generic Data source as you know the filed/tables names.
    Hope you know how to build a Generic Delta or else.https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Create a Generic Data Source
    a). Select the Data Source type and assign a technical name to it.
    b). Choose Create The screen for creating a generic Data Source appears.
    3. a) Choose an application Component to which the data source is to be assigned.
    b) Enter the descriptive texts. You can choose these freely.c) Choose Generic Delta.
    4. Specify the delta-specific field and the type for this field. Maintain thesettings for the generic delta:
    Specify a safety interval. (NOTE: Safety interval should be set sothat no document is missed u2013 even if it
    was not stored in the DB table whenthe extraction took place.
    4. Select Delta type: New status for changed records (I.e.after-image); This can be used with Data target ODS (AIE). Additive Delta (I.e. aggregated data records) (ADD)Then choose Save.
    6. After step 4, the screen of step 3 comes back. Now choose Save again. This will generate the data source. After generating the data source, you will see the Delta Update flag selected.
    7. Choose Save again.
    Hope it helps

  • PC WF - Agent Determination for Items with Multiple Account Assignment

    Hello Gurus!
    The quoted text below is from [SAP Help Documentation|http://help.sap.com/saphelp_srm70/helpdata/en/ad/d8fd25beb64bbe9d671f3199eb7edf/content.htm]. I haven't been able to find any further documentation on how to implement this feature. Is this something the system can do without any BAdI implementations? Has anybody implemented this? How can this be accomplished? We are on SRM 7.0.
    "You can distribute costs across accounts by percentage, by quantity, or by value. If the responsibility for approving items according to given accounting data is divided between several approvers, the system can create one work item for each approver. The item can only receive the status Approved after each approver has approved it. As soon as one approver rejects an item, the item receives the status Rejected."
    Regards,
    Ramki.

    Hi,
       SAP does not provide the standard Badi implementation to achieve your business requirement.. but you can refer enhancement implementation /SAPSRM/BD_WF_AGENTS_SC where you can find badi implementation /SAPSRM/BD_WF_SC_RR_PGRP is similar..
    Saravanan

  • Trying to create a text item with a scroll bar in Indesign 5.5

    Is there a simple way to create a scrollable text article in Indesign 5.5? It will later be exported to a SWF as a mini-flash web portfolio.
    I would appreciate any help.
    I'm new to Indesign.

    quote:
    Originally posted by:
    wildfire121
    Can someone please help. I am trying to create a text box
    with a working scroll bar that will scroll the text in the text
    box. Can someone please help me with this?
    Do you mean a text box people can type in (for a Web form
    entry) or one for displaying your content?
    If the first, then you use the textarea tag and scrollbars
    appear when the user types more lines that you specify. See the
    textarea
    description at W3Schools.
    If the second, then that's usually done in Flash, but can be
    done with CSS. See these two pages:
    Dynamic
    text with scrollbar (Flash)
    Textbox
    with scrollbar (CSS)

  • Creating videos for web with QuickTime Pro

    HI,
    I need to create videos for my web site that are compatible with the Ipod. However, I also need to create a file that can be played on a PC, without requiring the use to install a plug in (e.g. Flash or similar).
    Does QuickTime Pro have anything that can help me produce a video that is compatible with both the Ipod and the standard PC web browser?
    Thanks very much,
    Jamie Dolan

    Every video format will require a browser plug-in be used.

  • TR creation for items with no available stock

    Hi,
    I have the problem that SAP is creating Transfer requirements for Items which we can not replenisment, because we do not have sufficient qty on stock.
    Where in customizing can I change this. We have a centralized WM.
    Also is there a way to turn-off TR creation at all. That means that system is creation directly TO's if possible and nor TR's at all?
    Thanks for your responses.
    Guersel

    Go to OMLR which is the WM Interface to WM and for your movement type in the Column for TR creation leave it Blamk so that no TR is created and in the column for 'immediate' creation set 'A'
    I hope that this helps
    Frenchy

  • C/C for parts with zero inventory

    I need to C/C fot parts with zero inventory and I'm using T-Code LI01N to do it, however using this T-Code the complete bin is blocked during c/c, Iwould like to have a T-Code that I can do the cycle count not suspendind the complete bin , just the part #, I tried to do it using LICC but does not work with parts with zero inventory, please help me.
    Thanks

    I really need help, some path direction, please.

  • Updating Items with DTW : error valid value

    hello,
    When I try to update one item with DTW I got one valid format error like this :
    "" is not a valid value for field "SellItem" the valid value are 'Y' 'Yes' 'N' 'No' application-defined or object-defined error65171.
    and this is my CSV file :
    RecordKey     ItemCode     ItemName     ItemsGroupCode     BarCode     SalesVATGroup     PurchaseItem     SalesItem     InventoryItem
        1;               AB1072;     IDE_CISL_HOBBY_1033;                  101     ;        5010356990356     ;  C4     ;Y     ;Y     ;Y
    So the same error came for the Last Three fields.
    Did someone have a solution ?
    JPL

    Hi Jean Pierre,
    Try entering the following values:
    yes: tYES
    no: tNO
    Case sensitive!
    Hope it helps,
    Adele

Maybe you are looking for

  • Condition Type NAVS not determined for Goods PO

    Hi all, I am working on SRM 5.0 and R/3 4.6C.The problem im facing is for the tax condition determination for PO for Goods type which replicated from SRM to PO . In case of Service PO,the conditions are determined correctly and can be seen in the PO

  • Revenue Account Determination based on Sales Order Document Type & Service Order Type

    Hi Expert, I have Customer Service Module with Resource Related Billing for services attached with SD. When DP90 runs sales document debit memo request is created & then debt memo is created. I need to configure Revenue Account Determination based on

  • Adding a time stamp

    How do I add a time stamp to video clips using the date and time the video was taken?

  • Query running, and never ends, need guidance

    I am trying to track down 64 Id's that are not in one table and cannot seem to get the query right. I am in need of some guidance if anyone can help I have joined two tables in one query: SELECT line_item.ID   FROM sforce_opportunitylineitem line_ite

  • Partial reversal of ARE-1 certificate

    Dear All, Can anybody tell me, if it is possible to reverse an ARE-1 Certificate partially but not for the entire document. Rgds,