How to track returnable drums and Isotainers?

I need to track drums that are shipped out with our liquid product then returned on future deliveries.  We do not charge for the drums and retain ownership.  Also, we ship out large Isotainers (containers pulled by truck) and would like to track which Isotainer was used for which lot # of product.
How do I accomplish this in SAP Business One.  Do I include the part number for the drum or Isotainer in the BOM or will this cause the system to consume the drum or Isotainer?  Any suggestions?
Regards,
Fred

Hi Fred,
Like Gordon said, you should maintain a warehouse to keep track of your drum and isotainer. However, as for your question regarding BoM, if you're using this, you'll issue the drum or isotainer. BoM is not a solution here.
Best Regards,
Hendry Wijaya

Similar Messages

  • How to track return message in file to proxy interface

    I am using file to proxy scenerio, where i will get my file from FTP and updating it into a table , after updating i am calling a program to Run BDC, in my method for proxy, after that i dont how to track return message , anyone please tell me suggestion regarding for this
    thanking you
    Sridhar

    Hi Sridhar,
    What exactly you want to track????
    my assumtion is the call will be of asyn mode, once the data reach the proxy method the XI job done and u can easly track that using monitoring.
    Regards,
    Phani

  • How to track Return in cash sale

    Hi,
    i am doing cash sale process & the account determination in Billing is cash account.(BV - billing doc type)
    But if we customer return the material with ref. to cash sale how di I track that process.because there is no copy control in Between BV(cash billing type) -
    to -
    Re(return order type)
    If i make my own copy control then when I create the billing for return how should I post the te reverse entery in acconts.
    help me
    Thanks & Regards
    Sunil

    why seprate.. not required... use same pricing procedure... and assign same a/c/ keys... ERL and ERS..
    reward if it helps..
    Ramki

  • How to track DDL Changes and source code changes

    How can I track the DDL Changes and the Source code (Functions,Procedures,Packages & views) changes made for selective schemas?.
    I mean I want to maintain the history of DDL changes and the sourcecode change history. How to do that? Please provide your guideline with some example...

    Hi,
    you could use a DDL trigger (before create)
    to maybe capture the code and do the audit as well?
    Try this:
    SQL>create table old_code
    2 as
    3 select user username, 0 version, sysdate date_changed, user_source.*
    4 from user_source
    5 where 1=0
    6 /
    Table created.
    SQL>create sequence version_seq;
    Sequence created.
    SQL> create or replace trigger create_trigger
    2 before create on schema
    3 declare
    4 l_date date := sysdate;
    5 l_ver number;
    6 begin
    7 if (ora_dict_obj_type in ( 'PACKAGE', 'PACKAGE BODY', 'PROCEDURE',
    'FUNCTION' ) )
    8 then
    9 select version_seq.nextval into l_ver from dual;
    10
    11 insert into old_code
    12 select user, l_ver, l_date, user_source.*
    13 from user_source
    14 where name = ora_dict_obj_name
    15 and type = ora_dict_obj_type;
    16 end if;
    17 end;
    18 /
    Trigger created.
    SQL> create or replace function f return number
    2 as
    3 begin
    4 return 0;
    5 end;
    6 /
    Function created.
    SQL> select * from old_code;
    no rows selected
    SQL> create or replace function f return date
    2 as
    3 begin
    4 return sysdate;
    5 end;
    6 /
    Function created.
    ops$[email protected]> select * from old_code;
    USERNAME VERSION DATE_CHAN NAME TYPE LINE TEXT
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 1 function f return number
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 2 as
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 3 begin
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 4 return 0;
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 5 end;

  • How to track SIM id and celphone id

    Dear folks,
    I need to send the SIM id and celphone id along with the other parameters to my servlet. How can i gets these ids. Is there any build in function to track it.
    I appreciate the replies in advance

    Since m doing a banking project, I need to allow client only with that cellphone and sim card along with the password. If he wants to change his cellphone or sim he must inform. This helps in keeping the security tight. So i need to track his mobile id and sim id. HOpu u undrstd my requiremnts.

  • How to track the Back and Forword functiona on a JFrame

    We are Developing an Application with Java swings.In this we 've used some of the components and are JFrame,JPanel,SplitPane,JButtons and etc.
    In this we've used JButton for the Back and forword function as we have with the I.E.
    So the Problem is that
    when I click Back Button I need to get the Previous JFrame Contents and for Forword I need to get next JFrame Contents the Function are same as back and Forword Functions of Internet Explorer.
    I'tried with Undo() Package but I did not get the Required Output
    Thanks in Adv,

    How about the following:
    1. Creat a top level container (ie window) with menus,
    back/forward buttons etc. using whichever layout
    manager is appropriate.
    2. Create a panel, and add it to this window. Set the
    panel to use card layout manager.
    3. Display all output from your app in the panel, and
    let the window's back/forward buttons call the
    appropriate methods on the card layout manager.
    Thanks for reply,
    But i had done the same thing i.e icreated a top level(using JFrame) for the buttons menus and etc.
    then using the layouts manager.
    created a panel andused cardlayout manager but my problem is taht when i add those conetents(called panel contents of the frame) as component and add it this panel then i am geeting thaierror stating
    java.lang.IllegalArgumentException: adding a window to a container
    so that is the problem i.t it is not get added to the newpanel.

  • How to track before image and after image of changes in retro changelog?

    Hi all,
    I've enabled plug-in retro change log and accessed with JNDI successfully. However, the changes column keeps after change only. Is it possible to track before image through retro changelog plug-in?
    Cheers.

    The retro-changelog contains the changes as received by the server.
    There is no way to dump the content (or part of it) of the entry before the change was applied.
    Regards,
    Ludovic.

  • How to track scenes viewed and display image A or image B based on scenes viewed

    I have an interactive story divided into scenes. At the end of each scene a button appears. This occurs on a frame on the timeline.
    There are two different buttons that might appear based on whether a prior scene has been viewed or not.
    For example, there are Scene_1 and Scene_2. At the end of Scene_2 one of two buttons will appear. The buttons will be either "Go see Scene_1" or "Return to Main Menu".
    If the user has already seen Scene_1, Flash will know that and automatically go to the frame in Scene_2 that contains the button "Return to Main Menu".
    Conversely, if the user has not seen Scene_1, Flash will know and automatically go to the frame in Scene_2 that contains the button "Go see Scene_1".
    I imagine there would be an action frame at the end of Scene_2 that will contain the as2 code to enable this action.
    Perhaps something like, but probably not at all like the following:
    if ("Scene_1", last frame == true){gotoAndPlay("frame#");}else{gotoAndPlay("frame#");}
    Any help is greatly appreciated.
    Thanks!
    Jerry T

    create an array.  at the end of each scene push the data you need to judge that scene's been viewed.  use that array at the end of each scene to determine what buttons to present.

  • How do i return pages and keynote and possibly get a refund?

    I recently bought pages and keynote from the app store, the program is fine, but i prefer word. Is there anyway i could return both programs and get a full refund?

    Hi Dale
    Applications from mac App Store are entirely dematerialized. There is nothing to open before installing them.
    You are right that the official policy is "no refund" but from time to time Apple accept to reimburse. They did for Final Cut Pro X.
    If the customer explain that he can't work with the new features Versions and AutoSave, I assume that they will accept to reimburse.
    Yvan KOENIG (VALLAURIS, France) mardi 13 septembre 2011 17:37:29
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How can track my phone and another non-iPhone with one app?

    I installed "Find My Phone" a little while ago on my iPhone 3s, and on my wife's Pantech Burst...because I thought that since they both have the same logo, and background picture, then they must be synced...Well, that didn't work...
    So, I need an app that I can use on my phone and hers, where she can see where I am and I can see where she is...without using up a phone call to ask.
    Is there one app to do this?

    Don't think there is one.  The only apps with this functionality are Find My iPhone and Find My Friends, both of which only locate devices with iCloud accounts.

  • If I have accidentally bouht an app I didn't want how do I return it and don't have to pay??

    Can I get my money back if I talk to apple about my mistake ??

    You'll need to contact iTunes Store support. However, according to the TOS all sales are final. So they are under no obligation to refund your money. But it never hurts to ask.

  • How do I return a song I didnt want in the first place?

    I was looking at songs and so I clicked on them but they were put on my bill and i didnt have the money. How do i return them and get my money back.

    As provided, buy it form another source.Amazon for example.
    If it is not for sale in your country's iTunes store, then you cannot buy it.

  • About return type and parameter type in IDL

    I don't know how to define return type and parameter type in
    operations in a module which are not listed in predefined in
    IDL. can I define these types as java class?
    can someone help me where a tutorial about this in detail can
    be found?
    thanks a lot

    My understanding is that if something is not in the IDL definition, then as far as the CORBA system is concerned it doesn't exist.
    Therefore any methods you create in a class that implements an IDL defined interface, that are outside that interface, are completely free and outside the CORBA system.
    The parameters and return types of these 'local native' methods should be java classes. All methods and variables outside the IDL spec will only be visible to the local JVM.
    ciao
    Jim
    PS - there is a zip file containing a very long and fairly messy demo of this behaviour at http://clio.mit.csu.edu.au/subjects/itc327/Asg2Demo.zip
    it has an html file which describes using additional non-IDL 'local native' methods for implementing a save/load function

  • How do you simply add (software) drums and bass to an acoustic track?!

    I am pulling my hair out just trying to find instructions on how to add drums and bass to an acoustic track.
    Keep in mind the track was laid down by me with a metronome so it's pretty spot-on; however a small adjustment with the timing needs to be made here and there.  So, how do you make these adjustments?
    Your help is very much appreciated!

    Thanks for your reply. If your meaning my user folder, it is also located on the SSD. But If I understand you correctly, I should put all data files, music, videos, recordings, pictures on the HD. I should use the SSD for installing all programs. For example, Lion OS, iLife, iWork, Recording software, Parallels etc.
    The only concern is some of these programs are large. Plus, with Parallels, I have some windows based software to install and this would occupy evenmore SSD space.
    Is it possible to copy the Lion OS from the SSD to a partitioned HD? This way I can install Parallels and a Windows OS on one of the 1TB HD partitions. For example, create 3 partitions on the 1TB HD. Use Partition 1 for MacOS parallels and windows OS, Partition 2 for  Mac and windows data and Partition 3 for Archivable data.
    Does this seem like a logical process? I appreciate your input.

  • I just updated iOS on my iPhone 5. What a shock!! Where is the premium look and feel I bought my iPhone for? If I wanted the lokale feel of iOS 7.0 I would have bought a much cheeper taiwanese smartphone. Please let me know how I can return to the origina

    I just updated iOS on my iPhone 5.
    What a shock!! Where is the premium look and feel I bought my iPhone for?
    If I wanted the lokale feel of iOS 7.0 I would have bought a much cheeper taiwanese smartphone.
    Please let me know how I can return to the original look and feel of the iPhone surface I bought my phone for.

    You had plenty of time to look at screenshots on the internet and read various blog posts about iOS 7.

Maybe you are looking for

  • Como desabilitar ativação do "first run" e pedido de navegador padrão? Já tentei pelas opções sem sucesso.

    Sempre que inicio o Firefox abre a página de First Run junto com a página inicial, e também abre a janela de ativação de navegador padrão. Quanto à pergunta de navegador padrão, já tentei tanto respondendo na janela, como dentro de opções sem sucesso

  • Safari/Windows Vista Home Premium x86 Answers Needed

    I have a few things that need to be answered 1. Is it possible to have more than one version of Safari installed at the same time. Can I have 3.1.2 and either 3.1.1 or 4.0 installed so I can have 2 versions of Safari installed on the same operating s

  • Problem with Router 54g2

    Hi,  I want configure router 54g2 for work mode bridge , but I can't . I have read manual but I can't find instruction enough for procedure. Somebody can help me ? The router 54g2 work mode bridge ?  Thank very much  Bruno Steven 

  • My flash player freezes when im half way through playing a game

    hi i have a small issue with my flash player. when i load a game on facebook it let s me play so much of the gamebut when i try to go to another level it fre ezes but it doesnt freeze my whole internet explorer just the game. i have conta cted facebo

  • MIGO print - GRN document

    Hi SAP Gurus, In MIGO, General Tab i select "Collective slip" beside Print Indicator and tick mark that field. System gives me message "System can not create any outputs" Do i need to configure output types? How?? How do i get output type in Material