Transacting between Serialized Org and Non Serialized Org

Hi
I have a general question on serialization I am hoping that someone can help me with.
If you have any inventory org where items are serialized and another inventory org where the same items are not serialized will this cause a problem if you transact between the two orgs?
For example you could ship an item from the serialized org into the non serialzed org or vice versa.
Can oracle handle this?
Regards
Sundeep
Edited by: user7575824 on Sep 11, 2009 5:19 PM

Should not be a big deal.
When you ship from the serialized org, you will have to enter the serial number.
Oracle will issue that serial number out of stores.
When you do the receipt in non-serialized org, it won't ask you for a serial number.
However you have to make sure that the attribute control for Serial Number Genertaion is set at org level.
(Inventory > Setup > Items > Attribute Controls)
Hope this answers your question
Sandeep Gandhi
Independent Consultant
513-325-9026

Similar Messages

  • Difference between Snapshot scenario and non cumulative scenario

    Hi,
    Can any one please tell me the difference between snapshot scenario and non cumulative scenario in
    inventory management.
    Also please give example. I read the pdf " how to handle inventroy management scenarios", but can any one please give some easy to understand examples.
    full points guaranteed-

    hi,
    In Non-cummulative method your stock movements are stored in the cube (inflow and outflow of NC KF) and the Total stock is calculated during query execution. Hence if there are lot of movements in the stock for the period you want to report on, query will take long time to execute.
    In case of Snap shot scenario Stock movements are not loaded to cube. you use ODS to load the status of the stock and then from ODS you can load to Cube once in a month. So only summarized data will be availabe in Cube. Reporting will be fast.
    Check the below threads
    Inventory Management - SnapShot model
    snapshot scenario?
    SNAP SHOT Scenario in IM

  • Stock transfer between Excise Plant and Non Excise Plant

    Scenario : Stock is imported from say Singapore. One of the import duties can be claimed back as CVD and pass the benefit to customer.
    Requirement : Stock transfer between Excise Plant and Non Excise Plant
    Question : i) If I do stock transfer from Excise plant to non-excise plant, can I transfer the CVD amount which I captured in RG23A - Part1/Part 2?
    ii) If I do stock transfer from Non- Excise plant to Excise plant, can I get the benefit of CVD and pass on that benefit to customer?
    Pls let me know the possiblity of above two in SAP and Legally?
    thanks in advance
    Sridevi

    Ok! Thanks for the replies. Pls let me allow to elaborate the earlier requirement.
    Trading Goods say A gets imported to India. Issue was :
    1) We need to issue Excise invoice only to few customers. So, we thought of treating one batch as excise batch and remaining as non excise batch per day.
    2) Stock price varies every day being batch wise produced in say Singapore.
    Means Mateiral is A but price varies evey day and because of the duty payment also gets varied. For a single material master we do have different prices for each batch and also excise/non excise scenario. So, how can I get material value for each of this combinations in the system and how to identify the same.
    Because of the above reasons, we thought of having two plants. I can not configure depot here because cleint requires single plant for each state as of now.
    Am I clear? If not, pls let me know,
    regards
    Sridevi

  • Transfering Master and Transaction data to active and non active versions

    Hi Gurus,
                 I am planning to transfer ECC master and transaction data to APO active and simulation versions.My question is
    1. Is it possible to release Master and transaction data to active and non active versions ?
    2. How i need to config if i want to release Master and Transaction data in version 001?
    Please let me know .
    Thanks in Advance
    Regards,
    Raj

    Hi Raj,
    1) Once you create active integration models for master data and
    transactional data, the data will get updated in active version 000
    2) For creation of non active version use transaction
    /SAPAPO/MVM
    3) For copying of data from active to non active version, use
    transaction /SAPAPO/VERCOP
    Regards
    R. Senthil Mareeswaran.

  • Difference between Coupon Codes And non-Coupon Codes

    Hi everybody.,
    i want to know the difference between Coupon Codes And Non-Coupon Codes in ATG..

    I dont think we have anything called non-coupon codes.
    We have promotions codes or coupon codes associated to a single promotion. If you apply couponcode, then the promotion associated to the user gets applied to it if dates and other properties related to coupon are valid.
    -karthik

  • What is the difference between buffered acquisition and non buffered acquisition?

    What is the difference between buffered acquisition and non buffered acquisition? How will I decide whether I want buffered acquisition or non buffered acquisition?

    I will also add that with non buffered acquisition you have to use software timing. Windows is not a real time OS, so the the timing is not accurate. But if you use buffered acquisition the timing will be controlled with an accurate internal clock on the Daq unit. I think non buffered acquisition should be avoided in most cases.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Wht is the difference between unicode program and non unicode program ?

    Hi guru,
    wht is the difference between unicode program and non unicode program ?
    Regards
    Subash

    About brief idea about unicode
    In the past, SAP developers used various codes to encode characters of different alphabets, for example, ASCII, EBCDI, or double-byte code pages.
    ASCII (American Standard Code for Information Interchange) encodes each character using 1 byte = 8 bit. This makes it possible to represent a maximum of 28 = 256 characters to which the combinations 00000000, 11111111 are assigned. Common code pages are, for example, ISO88591 for West European or ISO88595 for Cyrillic fonts.
    EBCDI (Extended Binary Coded Decimal Interchange) also uses 1 byte to encode each character, which again makes it possible to represent 256 characters. EBCDIC 0697/0500 is an old IBM format that is used on AS/400 machines for West European fonts, for example.
    Double-byte code pages require 1 or 2 bytes for each character. This allows you to form 216 = 65536 combinations where usually only 10,000 - 15,000 characters are used. Double-byte code pages are, for example, SJIS for Japanese and BIG5 for traditional Chinese.
    Using these character sets, you can account for each language relevant to the SAP System. However, problems occur if you want to merge texts from different incompatible character sets in a central system. Equally, exchanging data between systems with incompatible character sets can result in unprecedented situations.
    One solution to this problem is to use a code comprising all characters used on earth. This code is called Unicode (ISO/IEC 10646) and consists of at least 16 bit = 2 bytes, alternatively of 32 bit = 4 bytes per character. Although the conversion effort for the R/3 kernel and applications is considerable, the migration to Unicode provides great benefits in the long run:
    The Internet and consequently also mySAP.com are entirely based on Unicode, which thus is a basic requirement for international competitiveness.
    Unicode allows all R/3 users to install a central R/3 System that covers all business processes worldwide.
    Companies using different distributed systems frequently want to aggregate their worldwide corporate data. Without Unicode, they would be able to do this only to a limited degree.
    With Unicode, you can use multiple languages simultaneously at a single frontend computer.
    Unicode is required for cross-application data exchange without loss of data due to incompatible character sets. One way to present documents in the World Wide Web (www) is XML, for example.
    ABAP programs must be modified wherever an explicit or implicit assumption is made with regard to the internal length of a character. As a result, a new level of abstraction is reached which makes it possible to run one and the same program both in conventional and in Unicode systems. In addition, if new characters are added to the Unicode character set, SAP can decide whether to represent these characters internally using 2 or 4 bytes.
    A Unicode-enabled ABAP program (UP) is a program in which all Unicode checks are effective. Such a program returns the same results in a non-Unicode system (NUS) as in a Unicode system (US). In order to perform the relevant syntax checks, you must activate the Unicode flag in the screens of the program and class attributes.
    In a US, you can only execute programs for which the Unicode flag is set. In future, the Unicode flag must be set for all SAP programs to enable them to run on a US. If the Unicode flag is set for a program, the syntax is checked and the program executed according to the rules described in this document, regardless of whether the system is a US or an NUS. From now on, the Unicode flag must be set for all new programs and classes that are created.
    If the Unicode flag is not set, a program can only be executed in an NUS. The syntactical and semantic changes described below do not apply to such programs. However, you can use all language extensions that have been introduced in the process of the conversion to Unicode.
    As a result of the modifications and restrictions associated with the Unicode flag, programs are executed in both Unicode and non-Unicode systems with the same semantics to a large degree. In rare cases, however, differences may occur. Programs that are designed to run on both systems therefore need to be tested on both platforms.
    You can also check out these official SAP locations on the SAP Service Marketplace:
    http://service.sap.com/unicode
    http://service.sap.com/unicode@SAP
    http://service.sap.com/i18n
    Regards,
    Santosh

  • Difference between Leading ledger and Non-Leading ledger

    Dear friends,
    what is the main difference between Leading ledger and Non-leading ledger in New G/L.
    Thanks in advance,
          Babu.

    This concept is introduced in SAP Ecc6.0
    Many companies have to maintain books for more than two fiscal years (For example 31st December as per companies act & 31st March as per income tax Act).
    So leading ledger & non leading concept helps in maintianing same.
    Leading Ledger is the ledger in which all the entries are posted originally. From Leading ledger all entries flow into non keading ledger. You need not pass entries seprately in leading or non leading ledger.
    In case your leading ledger is Jan to December, January will be the 1st period & so on.
    In case your non leading ledger is April to March, April will be 1st period.
    Also, The leading ledger is based on the same accounting principle as that of the consolidated financial statement.
    The non-leading ledgers are parallel ledgers to the leading ledger. They can be based for example on local accounting principles
    Leading ledger is integrated with all subsidiary ledgers and is updated in all company codes. This means that it is automatically assigned to all company codes.
    In each company code, the leading ledger receives exactly the same settings that apply to that company code currencies, FYV and posting periods. You can define a second and third parallel currency for your leading ledger for each company code.
    Non-leading ledgers are parallel ledgers to the leading ledger. They can be based on a local accounting principle of a country, ex: You have to activate a non-leading ledger for the individual company codes.
    Regards

  • Difference between using Java and Non-Java in Webi.

    Hi ,
    I have one more question requesting for an answer.
    Would like to know what is the Difference between using Java and Non-Java in Webi.
    Thank You in advance.
    Appana Ganesh.

    Hi,
    check the Information in following post, the differences are discussed there:
    http://scn.sap.com/thread/3295306
    best regards,
    Victor

  • Client Copy between unicode system and non-unicode system

    Hello,
    we have to build up a new system for japan. It is planned to install a new 4.7Ext200 unicode system and then make a client copy from a non-unicode 4.7Ext200 (language= german, english) system to the unicode system. I don't think that this is possible way, but I can't find information regarding client copies from non-unicode to unicode. I would advice the project to convert the existing non-unicode system to unicode, make a system copy for the new system and then install japan languages. Any information, which can help me.
    Regards,
    Alexander

    Hi,
    without conversion client copy is not possible
    look at following
    Re: Client copy between unicode and Non-unicode
    regards,
    kaushal

  • Using a 2-D array Single Process Shared Variable w/ RT FIFO for comm between a Deterministic and non-deterministic loop on an RT Target

    Our problem is that we currently use a 2D array to store CAN data on a Real-time Target. The array is 20 elements of 3 byte elements as so:
                    0              1              2
    0              [byte]   [byte]   [byte]
    19           [byte]   [byte]   [byte]
    These values are passed between a Deterministic Timed (DT) loop where they are set and a Non-Deterministic Timed (NDT) loop where they are read and passed into a Network Published Shared Variable (NPSV) for communication across the network to a Host PC. I have insrted an image for illustration, pardon the size.
    Currently to pass the data between the DT and NDT loop we are using a Global Variable (GV). To improve the system we have attempted to replace these GVs with Single Process Shared Variables (SPSV) with an RT FIFO enabled.
    To create the shared variable I simply right clicked the GV of interest and selected create Shared Variable Node form the drop downs. At this point LabVIEW presented me with a 2D NPSV within a new Library hosted on the RT Target. I then selected this new NPSV from the Project, changed it to a SPSV, and enabled a single element FIFO. This variable was initialized with a default value for the size described above and then used in our code for the DT to NDT communication, and conversion to a corresponding NPSV for sending to the Host.
    When I went to run the code I noticed that the variable was in fact 2D, however its size was only 2 elements of three bytes each, in other words only two of the row indices were populated and the other appeared as uninitialized. in addition, this data had no resemblance to the set initilazation value. This was also how the variable was presented on the host side of the network after tranfer into a NPSV.
    The peculiar part is that If I change this SPSV to a NPSV and then try to change it back, I receive an error saying the type is not supported for SPSV with an RT FIFO enabled. I have to disable the FIFO (which defeats the entire purpose) in order to successfully compile! I am unclear as to what is the bug in this case. Should I not be allowed to create the original 2D SPSV with a single element RT FIFO enabled without receiving an error? Or if this is okay how do I fix the problems associated with the variable after being allowed to create it?
    I have found the following discussion in which a user states “The only limitations for custom controls is the ability to use it with RT FIFO enabled on a network-published shared variable”. Is this also true for SPSV? I have not found any documentation explicitely stating this for SPSV, though it is stated for the NPSVs.

    Martin,
    RT FIFOs don't support Multi-Dimensional Arrays, which would corroborate the issues you're seeing.  You can break up the 2D array into 1D arrays by reshaping the array, then you'll be able to use the RT FIFO enabled variable, just set the array size to the total number of elements (20*3 = 60).
    You can also pass the 2D array via pre-allocated queue, or using a Functional Global.  We have a reference example for a circular buffer using Functional Globals here.

  • Difference between R/3 and Non R/3 Source Systems...!!!

    Hi BW Experts,
    Could anyone please tell me what are the differences when extracting data from R/3 and Non R/3 Source Systems. I might have to use Oracle as a Source System.
    Thanks in Advance.
    Regards,
    Giftedbrain.

    Hi Gifedbrain,
                  Check this previous thread.
    How to load data from R/3 to BW
    Cheers,
    Aravindhan

  • What's the difference between dot sourcing and non-dot sourcing?

    My teacher is incompetent in this matter.
    I've been struggling to make logic out of the use of dot-sourcing and non dot sourcing. 
    What is the difference? I've been bashing my head against the wall for the past hour.

    Hi Loginux,
    "simply" put, non-dotsourcing scripts / functions will run them in their own small box ("Scope"), which is discarded when the execution finishes. Dotsourcing will run it in the current environment. Example:
    script.ps1:
    $Hello = "Hello World"
    non-dotsourced:
    $Hello = "Hi Mark"
    & .\script.ps1
    Write-Host $Hello
    dotsourced:
    $Hello = "Hi Fred"
    . .\script.ps1
    Write-Host $Hello
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • MTL Interface transaction between a OPM and a non OPM organization

    Hi all,
    I'm doing an automated process in order to transfer some items between an OPM organization and a non OPM organization.
    I have completed all the required fields from mtl_transactions_interface inclusiv the transaction_cost; after the transaction it is processed my items are not costed, the next error it is shown ORA-00001: unique constraint (INV.MTL_CST_TXN_COST_DETAILS_U1) violated.
    Can you give me an idea/solution?
    Thank you!
    All the best,
    Laurentiu

    Hi,
    Initial the were no cost specified, but after the transaction was done the transferred items weren't costed. So i had to detect the cost from the price list associated with the shipping network between organizations.
    Context:
    For a transfer between O1 and O2 ( where O1 is an OPM organization and O2 a non OPM organization, let say an inventory one) there exists a shipping network created (SN1)
    This network SN1 has a price list associated PL1.
    I need that the item transferred from O1 to O2 to come with the price/cost from PL1.
    Thank you!
    All the best,
    Laurentiu

  • Purchasing - A/P Transaction Processing for Services and Non Inventory Item

    On of the main areas of concern that businesses have is in the area of Purchasing, Goods Receipts and AP Invoices Processing - There is a requirement that businesses have widely referred to as 3-way matching.
    While SAP Business One has this functionality covered quiet well via the following, there is still some need for enhancements so that the application can correctly reflect the AP Accruals:
    - Purchase Order processing with Approval Process (if configured)
    - Ability to perform Goods Receipts for Services.
    - Matching of AP Invoices to Goods Receipts with AP Invoice Approval Process (if configured)
    The above transactions serve the 3-way matching quiet well for all purchases however when it comes to accuring for Services that have been provided, the application does not do this. The Goods Receipt transaction processing to acknowledge the service delivery is allowed however the related posting to the allocation account is missing.
    The process that is followed by the application is same for Items that have not Inventory Items in Item Master.
    As a result of the above, the business have to manually work out what the Accurals for services provided but not invoiced should be.
    With little enhancement to the product this shortfall could very easily be overcome.

    Hi,
    Once there are transactions, we cannot make existing Inventory type item to Non Inventory type item.
    Check SAP note:937297 which states as follows :
    Symptom
    Changing the status of the Inventory Item checkbox (in Item Master Data) for items with inventory transactions and documents, might lead to inaccuracies in the calculations of inventory value.
    Other terms
    Inventory Item, Non-inventory Item, Item Master Data, Continuous Stock, Perpetual Inventory, Inventory Valuation, 2004, 2005, 2005 A SP01
    Reason and Prerequisites
    Consulting Note
    Solution
    The status of an item (Inventory Item/Non-Inventory item as selected in the Inventory Item checkbox in the Item Master Data window), cannot be changed once an A/P, A/R, or Inventory document is posted for the item.
    Regards,
    Jitin Chawla

Maybe you are looking for

  • Run time configuration in jbuilder.

    I have a program which will need to set some system parameters when executing it. java -D {setparameter} -D {set some other parameter } -jar program.jar. I want to know where can i enter this information in the JBuilder as as to use it for executing

  • Pictures in drop zones look mushy

    I have a menu in DVD SP with a movie in the background and a number of text based buttons, I am trying to place my clients logos on the menu as well and I am creating drop zones for the logos and placing them where I need them. Trouble is they look m

  • Photoshopmarkeplace Publisher status denied?

    My status for publisher was rejected before I even upload any offerings. The message was "Please review the Marketplace Terms and Conditions regarding the terms for becoming a publisher." I've check my profile (edit), but there is no option or button

  • Active client at risk shows wrong information

    Hello, I have 12 clients reporting that they are at risk and 8 reporting that FEP is not installed. Product status says: definitions out of date. If I look at the server they are all updated and updates get installed. I have pushed a reinstall of the

  • Change creating IDOC  process

    I have retail program which create IDOC by FM. And when I can find retail customizing to process of creating IDOC. I know only that in program SAPLXWPU there are INCLUDE LXWPUU03.   "EXIT_SAPLWPUE_102 which include zretail file but in this file there