Is Lite Optimise essential during multiple custom DM processing in a single link

Hi All ,
I am processing data in revenue application using 7/8  custom data manager packages in a single link. When I am processing JAN 2014 ACtual category data , account A & B successfully get copied to cost application. But for the month of FEB 2014 ACTUAL category, 'A' account get inserted properly and 'B' get inserted only for rptcurrency 'INR' not for 'LC'.
when I checked my data in revenue appl , for account 'B' for both the categories inr / lc . data is properly available on desired version.
When I copy my patch from custom script to test script and execute in revenue application, i got the data for ''B' account for both the currencies. Why system / script is not working for FEb 2014.
Following is my code  :
*DESTINATION_APP = COST
*SKIP_DIM = BFL_CUSTOMER
//*SKIP_DIM = SEGMENT_NEW
*XDIM_MEMBERSET BFL_ACCOUNT = 900003
*XDIM_MEMBERSET BFL_CATEGORY = MASTER
*XDIM_MEMBERSET BFL_LINE = NONE
*XDIM_MEMBERSET BFL_PRODUCT = <ALL>
*XDIM_MEMBERSET BFL_DIST_CHANNEL = NONE
*XDIM_MEMBERSET TIME = %TIME_SET%
*WHEN BFL_ACCOUNT
*IS 900003
*REC(FACTOR = -1,BFL_ACCOUNT = "NTWTCOST")
*ENDWHEN
*COMMIT
In my REvenue appl link , there are 8 custom data manager packages as below :
1] Copy version 0 data to version 1 for actual data
2] copy master data from version 0 to ver 1.
3] process data before currency conversion.
4] currency conversion for master rate.
5] currency conversion for actual rate.
6] process data after curr conversion.
7] copy data from revenue to cost appl.
8] copy data from revenue to planning appl.
Is lite optimise essential before copying processed data from revenue application to cost appl in a single link ?
Best Regards,
Milind ..

Hi Vadim,
I am not merging my all packages into a single one only because of ease of maintenance and easy to debug.
I am only worried about the scirpt , When I copy to test script , it wroks perfectly. but not in entire one.
Now , I am incorporating the lite_optimise twice in existing link after step no.5 and 8. Lets check the result.
Regards,
Milind.

Similar Messages

  • Having multiple Node manger process in a single host machine.

    I am using weblogic server(portal)10.2.
    I am running the Node Manager to start the admin server.I have installed Java based Node manager in the host machine .Created a unix id ND1 and started the Node Manager utiliy with this id.
    I keep on creating domain for my new applicaitons and add this ND1 in each new domain group,so that ND1 will access the new domain's admin folder.
    Now when I add this ND1 in more than 16 domain groups,I got trouble in accessing the domain folder.In unix OS there is group membership limitation where a unix id cannot be in more than 16 groups.
    Anyone came acroos this issue?
    Possible options.
    1) Can we have multiple node manager ids(ND1,ND2,ND3..etc) for a single Node manager utility in single host?
    2) While starting the server,will node manager look only the nm_password.properties file in domain folder?

    You can boot multiple Node Managers if you change the NodeManager home. To do that, create a directory for each NodeManager and copy the startNodeManager script to it. Then edit the NODEMGR_HOME, LISTEN_ADDRESS, and LISTEN_PORT

  • SO creation for one internal item with multiple customer code

    Hello,
    We want to create sales order for one internal product for one customer with multiple customer product code.
    SAP allows only one to one relation in customer info record. Is there any work around for having multiple customer product code for our single internal product code in single sales order.
    Regards,
    Balu J Karbhari

    Hello,
    It is not possible. Please check OSS note 626931.
    One alternative approach might be to trying to use the material determination functionality. Please try the below steps and check if it works for you.
    T Code VD51: Create CMIR for Customer & Material
    T. Code VB11: Maintain material determination for all required materials to point to the Material which has the CMIR.
    T Code OVRQ: Substitution reasons. Make the configuration to print Original material . Check  the column ENTRY, so on output the original material will be printed.
    Hope this helps
    Regards
    Sai

  • Returnable packaging in customer consignment process

    I have this scenario:
    I have returnable packaging (drums) that have been setup as non valuated materials in SAP. The item category in deliveries in YB10.
    These drums have serial numbers. Since some maintenance needs to be done on these drums from time to time, therefore, equipment's need to be created for the drums. The equipment number and serial number are the same and the serial number profile is setup in such a way that the equipment is created automatically when the serial number is created
    When the drums are in stock, the status is ESTO
    Now, in the normal order to cash process, this is what happens:
    1) Sales order - order is created for a material
    2) Delivery - The drums are added to the delivery along with the material through a packing proposal. A serial number is specified for the drum and the order is PGI'ed to the customer
    At this point, the status of the equipment/serial number changes to ECUS
    3) Billing - normal billing (drums are billed)
    4) Return delivery YBG5 - the empty drum is accepted back into warehouse
    After PGR, the status of the serial number changes back to ESTO
    During the customer consignment process, this is what is happening:During the consignment fill up when stock goes from warehouse to customer, the status of the serial number is changing to ECUS
    During consignment issue, since we can only issue whatever material is there, the same serial number that was used during fill up is being used
    However, when we do a delivery against the consignment issue, we are getting an error that the status of the serial number is ECUS and it is not suitable for movement
    Since consignment stock is still owned by the company until an consignment issue is done, I am wondering whether SAP is behaving correctly by changing the status of the serial umber to ECUS after the consignment fill up.
    Is there a way to use the same serial number in the consignment issue as the consignment fill up?
    Please reply urgently

    Try the following
    Go to OMWB transaction and simulate the posting using your plant, material and movement type
    The simulation will show the standard postings based upon goods movement
    E.G. 601 GBB VAX valuation class, account
    Identify your accounts assigned to both sides of the posting and then you should be able to re-assign the g/l accounts to the appropriate modifier string within OBYC
    Hope it helps
    Steve

  • Transaction Locking during multiple Webservice - persistent webs sessions

    Hi All,<br>
    <br>
    Yesterday evening we had a discussion concerning ESA architecture. We want to create (web)services for accessing the SAP business objects (using XI) and use these (web)services via visual composer, webdynpro or custom java development.<br>
    <br>
    It does not seem a big problem to perform creations and reads of transaction, but when we want to change objects, we saw some problems concerning locking/commiting and rollbacks.<br>
    <br>
    From our GUI we would like to be able to go in edit mode and from that moment on, the transaction should be locked. We then want to change certain parameters and commit only when we push the save button.<br>
    <br>
    We can invoke a webservice wich tries to lock the transaction, but at the moment the XI scenario is completed (=the lock is created), the program at SAP side (=proxy in our case) is also finished and the lock is automaticly removed. How can we do locking, when using webservices via XI?<br>
    <br>
    The problem of the rollback and commit we can partially solve by putting more logic in the GUI, but we don't want to do that. How can we do a change of a business object and remember this change without doing a commit on the SAP system.... . Same problem for the rollback.<br>
    <br>
    Is there a away to keep a session "alive" during multiple webservice calls or to simulate it? Every webservice invokation happens in a different context...isn't it?<br>
    <br>
    <br>
    <b>Just to make it a bit more clear.</b><br>
    <br>
    Suppose we create 6 service related to the business object bupa (business partner).<br>
    - read<br>
    - change<br>
    - commit<br>
    - rollback<br>
    - lock<br>
    - unlock.<br>
    <br>
    We create a GUI which uses these services.<br>
    <br>
    <b>Step1:</b> we want to see bupa in detail, so the read webservice is called and the retrieved details are shown in the GUI<br>
    <b>Step2:</b> we want to go in edit mode, so the lock webservice is called to lock the bupa. The bupa should stay locked, untill the unlock is called. Here occurs the problem. The webservice lock is called, XI will trigger the proxy on the SAP system. This proxy will lock the bupa. As soon as the proxy-program is completed, the bupa lock will automaticly be removed ... . We want to keep this lock!<br>
    <b>Step3:</b> we change the bupa using the change webservice. Only the user who locked the bupa should be able to change it.<br>
    Problem concerning the locking occurs: standard we don't know who locked the bupa (this is done by the generic RFC user, configured in sm59). Should we pass some kind of GUID towards the proxy and build some additional logic to know which end-user in fact locked it... . Using the userid isn't sufficient, because a user could logon multiple time simultanously.<br>
    <br>
    Another problem is that we want to change the bupa, without having to do a commit yet.De commit should be called only when pushing the save button. When the proxy is ended and we did not do a commit, the changes are lost normally ... .<br>
    <br>
    What we in fact want to do is Simulate the bsp behaviour.<br>
    <b>Step4:</b>We want to perform a save of the things we changed or a reset. This means the commit or rollback webservice is called.<br>
    <b>Step5:</b> We want to unlock the bupa by calling the unlock webservice.<br>
    <br>
    <br>
    Please give me your comments.<br>
    <br>
    Kind regards<br>
    Joris<br>
    <br>
    Note: Transaction Locking during multiple Webservice "sessions".
    Message was edited by:
            Joris Verberckmoes

    There are multiple strategies how to resolve this. They require that the last change time is available in the changed object, and also that the client keeps the value of the change time when it read the data.
    1. First one wins
    Immediately before posting the changes, the current change time is read from the server. In case it is different from the client buffer, then the client changes are discarted.
    Example:
    1. Client A reads data
    2. Client B reads data
    3. Client B changes its buffer
    4. Client B checks if server change time has changed (result is no)
    5. Client B writes his changes to the server
    6. Client A changes its buffer
    7. Client A checks if server change time has changed (result is yes)
    8. Client A discarts its changes
    2. Last one wins
    Easy. Client just writes his changes to the server, overwriting any changes that might have occured since it read the data.
    Example:
    1. Client A reads data
    2. Client B reads data
    3. Client B changes its buffer
    4. Client B writes his changes to the server
    5. Client A changes its buffer
    6. Client A writes its changes to the server -> changes from client B are lost
    3. Everybody wins
    Most complicated. In case of concurrent changes, the client is responsible for merging his changes with the changes from other clients and to resolve any conflicts.
    Example:
    1. Client A reads data
    2. Client B reads data
    3. Client B changes its buffer
    4. Client B checks if server change time has changed (result is no)
    5. Client B writes his changes to the server
    6. Client A changes its buffer
    7. Client A checks if server change time has changed (result is yes)
    8. Client A merges its changes with changes from client B
    9. Client A writes his changes to the server
    "Last one wins" is definitely not water-proof. But even with the other strategies, data can potentially get lost in the short timeframe when the change time is checked and the actual update.
    To make it more secure, server support is required. E.g. the client could pass the change time from its read access to the server. The server can then reliably reject the update if the change data has been updated in beetween by another client.

  • Can you assign multiple customer masters to one Business Partner in R/3?

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

    We are trying to configure SAP Business Partners in ECC5.0 but it seems the relationship between a business partner and a customer master is one-to-one so a business partenr cannot have multiple customers (table BD001 only allows for a single entry).  Does anyone know if it's possible to assign multiple customer masters to one business partner?  If so, is there any documentation available?
    Many thanks.

  • How to send multiple customer statements by email using RFKORD11 program.

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program. Is it possible?
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    thanks in advance.
    Regards,
    Mahesh

    Try execute the program in the background to see if that helps.

  • How to send multiple customer statements by email using RFKORD11

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program.
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if  i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    Regards,
    Mahesh

    Hi .
    You first need to copy that program to Z and make the changes in it. Can you convert sapscript to smartform?
    then you can write a logic to send mail in the loop.
    to send the pdf file
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/mailsendthroughoutputcontrols
    Regards,
    Madhuri
    Edited by: madhuri sonawane on Jun 10, 2009 4:20 PM

  • Single Payment receipt aganest Multiple Customer invoices

    Hi All,
    I need your help to slove this business senario,  here i have one payment receipts i need to clear against multiple customer invoice, how to clear the single payment receipt for multiple customer invocies,
    But customer will not infore which invoice should be clear first.  system will pick automatically and clear invoices as per First in first out method.
    how i process this soultion.
    thanks
    Kiran

    Hi Akash,
    Can you explain me what are the seps and how can i proced with that.
    thanks
    Kiran

  • QM01 - Quality notification - Multiple Custom subscreens

    Hi,
        Please let me know if it is possible to have multiple custom subscreens under one tab for quality notification. We already have one custom subscreen "0101" and requirement is to add one more at the bottom of 7200 screen. Please advise
    Regards
    Ram.

    just closing

  • Multiple customer part number in VD51

    Hi we are maintaining customer part number in VD51for our SAP part number. ONE TO ONE for  a particular customer is possible.  but we need to maintain more than one customer part number for the same SAP part number and same customer is it possible is there any other way to achieve this ...b'cos our customer name same part A as X in one project and Y in another project . they gave order by their part numbers only

    As long as the customer code is going to be the same, you cannot maintain multiple customer material codes against one SAP material code.  But you can cheat the system which I would not recommend :-((, by giving some space before the customer material code.
    thanks
    G. Lakshmipathi

  • Running SCOM ACS in multiple customer environments from the same SCOM management group ?

    We are currently monitoring multiple customer environments from the one SCOM management group and are looking at possibilities of using ACS for auditing. 
    Is this technically possible ?  Does the ACS collector service need to sit on the customer side ?  could it be installed on the same server acting as the SCOM gateway server ?

    Hi,
    The number of ACS forwarders that can be supported by a single ACS collector and ACS database can vary, depending on many factors, such as the number of events that your audit policy generates, the role of the computers that the ACS forwarders monitor.
    If your environment contains too many ACS forwarders for a single ACS collector, you can install more than one ACS collector. Each ACS collector must have its own ACS database.
    An ACS Collector must be installed on computers running Operations Manager management server and for security reasons, it must also be a member of an Active Directory domain.
    More details please refer to the article below:
    http://technet.microsoft.com/en-us/library/hh212908.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • In an upright and landscape folio Can i have multiple (custom) page sizes?

    In an upright and landscape folio Can i have multiple (custom) page sizes?
    i.e if 99% of pages are 768x1024 each with a landscape version when you rotate, can the folio also contain bespoke long pages i.e 768 x 2048.....??
    It appears not...

    *FACE PALM* YES! that works, of course it does, simple when you know how ;-)   ......  Thank you Alastair i was missing the obvious answer

  • There is error 'No such file or directory' during loading custom authentica

    Hi,
    I am working on OBIEE authentication using Hyperion shared services. I did the necessary changes in config file, like modifying config.xml to enable HSSauthenticator and enabling external authentication to instanceconfig.xml. However BI Server is unable to load the driver file for the Hyperion custom authenticator. Here is the error message.
    There is error 'No such file or directory' during loading custom authentication module '/opt/local/usr/home/Oracle/OracleBI/web/bin64/libsawobisauthenticatorproxy643r.so'.
    2011-06-26 21:04:05
    [nQSError: 13011] Query for Initialization Block 'Hyperion EPM' has failed.
    I have set the env variable LD_LIBRARY_PATH to this path but still I am getting the same error msg. I also have full previleges on this file. Would be really great if anyone can tell me why I am unable to load this driver file on to server. Thanks in advance

    I think I figured out. Instead of giving path thru bin64 , I gave it thru bin folder, which is a 32bit file. I think they installled a 32bit OBIEE.

  • Multiple SAP Customer Numbers  but i want Single SAP Customer Number

    Hello,
    after patching solutionmanager 7.0 from 12 to 17 follwing error occured,
    solution manager is switched from Single Customer Number to Multiple Customer number. but why ?
    Now i must Create new RFC Destination for Mulpiple SAP Customer Number otherwise the Maintenance Optimizer won´t work.
    Can I switch it back to Single Customer number.
    any ideas ?
    Thanks
    best regards
    steven

    Hello  Kobby bryant,
    t hank you Problem is solved.
    best regards
    Steven

Maybe you are looking for

  • R195 System Update - Scheduled to go live April 10th, 2014

    On April 10th, 2014 we are going to push live a Business Catalyst system update. While our next release main focus will be on Open Platform and the new Partner Program which aim to transform the product into an extensible platform providing partners

  • Leopard & Jpegs

    Has anyone had a problem with viewing Jpegs in Preview or any other app ??? There are some jpegs that I can't view with Preview or Photoshop. They show as icons in finder but when I click on them they show as a single line of pixels in preview. Any c

  • Facing issue while installing RCU on Linux machine - OIM 11gR2PS1

    Hi All,      When i start RCU installation first step, i am getting following error : [oracle@RHEL6 bin]$ ./rcu Failed to initialize logger with location :/home/oracle/Installers/OIM11gR2PS1/RCU/rcuHome/rcu/log/logdir.2013-06-11_22-45/rcu.log Initial

  • ...ripping DVD material and saving as full movie...

    ...i've downloaded Mac the Ripper DVD extracting software but can't quite figure out how to extract the material as a full movie file( with audio) to re-edit as a clip that will be used in a project. I imported the VTS folder into FCP but not all the

  • Just trying to get Licences before we upgrade our voice servers.

    Can anyone explain the procedure to procure the licences.  I know about the Cisco product upgrade tool.  I understand that this will get me the software that I need  but dose it have anything to do with licenses?  If so how?