Assigning destination

Hello, My client has a requirement of assigning new shipto country based on company, profit center and shipto country. so basically these are the three dimensions - Company, profitcenter, and shiptocountry. now for specific combinations, client wants to reassign in coming data to new shiptocountry. The user should be able to add to these combinations. In other words, they should be able to say, for company code - 100, profitcenter - pca2, shiptocountry - USA, change shiptocountry to Europe. they are using microsoft 7.5.
So here are my questions
1 - is data maanger only option available for user to go ahead and make this change?
2 - - where can I store all these rules?

Zack, what I mean by storing the mapping in the fact table is based on the concept on how the consolidation works, specifically how the organizational master data is stored.
For example, you could maintain an input schedule which helps tou to store value "1" on all valid "target" intersection e.g. DimAX.DimBY.DimCZ = 1 whilst invalid target might be DimAZ.DimBX.DimCY = 0.
In this way all you need to do is use the intersections as factor in your logic e.g.
WHEN DimToAllocate
IS MemberToAllocate
REC(FACTOR=GET(DimA=X,DimB=Y,DimC=Z),DimA=X,DimB=Y,DimC=Z)
ENDWHEN
Obviously you need to develop your own method with fancy loops and everything but I hope you get the idea. This method at least seems to have few advantages over the others as the mappings are dynamic over time and can be easily maintained by the end users. You don not need another application, you could just as well use the current one. Just beware - it will be slower that methods strored directly in the DB.
Madis
Edited by: Madis Udam on May 20, 2011 8:00 AM

Similar Messages

  • Auto assigning destinations

    Hello all,
         This is my dilemma; I have a PDF file that is fairly large (over 150 pages) and I need them to have a destination on each page where the name of those destinations are the page number itself. Now I could go through each page and set the destination myself but I have 7 PDF files to do this for that are varying lengths. Is there a plug-in or built-in function that would auto assign a destination per page that was the number of that page? I haven't been able to find anything anywhere as of yet.  Just trying to see if I could save myself some trouble and time by not hand doing this. Thanks in advance for any help/assistance anyone can give.

    Harucho,
    Bernd's "file.pdf#page=3" is alluding to PDF Open Parameters.
    These have been around for a while.
    See Adobe Developer Knowledgebase document 52852 to view the versions listing.
    http://support.adobe.com/devsup/devsup.nsf/docs/52852.htm
    Acrobat 9 - Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Acrobat 8.1 - Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Acrobat 7.05 - PDF Open Parameters
    http://www.adobe.com/devnet/acrobat/pdfs/PDFOpenParameters.pdf
    Acrobat 7.0 - PDF Open Parameters
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    ~ Related Info - UNC/URL/on local machine Info- Good to Know ~
    Permanent Link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=317300
    http://kb2.adobe.com/cps/317/317300.html
    Permanent Link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=326332
    http://kb2.adobe.com/cps/326/326332.html
    Using the HTML embed Tag to Display a PDF on Your Web Page
    http://blogs.adobe.com/pdfdevjunkie/using_the_html_embed_tag_to_di.html
    Be well...

  • Open hub destination issue

    Hi,
    In our project we have Client Instance (eg: BWPD) and Application server (eg: BWPRD) defined for load balancing.
    We have created open hub and assigned destination server BWPD.
    When i execute the DTP manually in BWPD, it runs succesfully.
    However, the same DTP when placed in the process chain fails with error message :
    No Such File or Directory
    Could not open file D:\usr\sap\BWPD\A01\work\Material on application server
    Error while updating to target ZXXXX.
    Options Tried:
    Schedule process chain in the background server BWPD (same server which has been mentioned in Open hub dest) still DTP failed.
    Tried with Application server it failed.
    Tried with HOST as option it failed.
    couldn't make out what is going wrong. Any thoughts ?
    Regards.

    Hi there,
    found that doc quite useful.
    Maybe could shed some light to your issue.
    [Creating  Open Hub Destination  using a Logical file to extract the data|Creating  Open Hub Destination  using a Logical file to extract the data]
    Also, what OS do you have?
    is the Syntax Group accordingly created ?

  • While creating order and in MB1C, I am getting the error "No RFC destination is defined for SAP Global Trade Services"

    Hi Experts,
    I am getting the above error, while saving the order, and in MB1C. I am trying it in IDES, Even ,while transferring Customer and material, i am getting the same error.I checked feeder, GTS systems logical systems, both the systems are remotely logging on, but still i am getting the issue. Please help me with your suggestions.
    Thnks,
    Koti

    Hi Koti,
    Well, something must have changed, so just follow the same steps as for the original set-up:
    Define & assign Logical System
    Define destination for RFC calls (SM59)
    Assign destination for RFC Method Calls (BD97)
    Define ALE Distribution Model (BD64)
    Test with Function Module /SAPSLL/CD_ALE_RECEIVER_GET_R3
    Regards,
    Dave

  • Assigning HU to line items of Transfer Order

    Hi ,
    Can any one help me with a function module to assign destination storage unit number to line item of Transfer order.
    Thanks ,
    Kanchan.

    L_TO_CONFIRM is the FM used to split the Transfer Order and assign different HUs to line items of TO.

  • Web service destination creation

    In CE 7.2 I need to a create a new web service destination and assign destination type.
    Please guide me with any sdn blogs or docs.
    Any help is appreciated
    Thank you

    Hi,
    Refer Topic "Create Web Service Destinations" in:
    http://help.sap.com/saphelp_nwce72/helpdata/en/b6/51ee06ce8244aa9e3e55fc07e88b79/frameset.htm
    Rgds,
    Soujanya

  • Point new bookmark to named destination

    I want to create bookmarks with GoTo actions pointing to named desinations -- I know the destination names. I can create a new action of type GoTo as below but how do I add the destination to the action? Or is there a better way?
    // snip
    bkmk = PDDocGetBookmarkRoot(pdDoc);
    newbkmk = PDBookmarkAddNewChild(bkmk, CosString2CString(Key) );
    // How assign destination name below?
    PDAction pdAction = PDActionNew( pdDoc, ASAtomFromString("GoTo") );
    PDBookmarkSetAction( newbkmk, pdAction );
    // end snip
    Thanks in advance,
    Angus

    I think you'll need to use the Cos layer e.g. (perhaps not the
    simplest way)
    Create Cos dictionary based on PDF Reference
    PDViewDestFromCosObj
    PDActionNewFromDest
    Aandi Inston

  • BOM to PDF

    Hi,
    I am playing with Adboe to see if there is a way to autocreate a BOM (Bill of Materials) parts structure complete with 2D drawings.  This is a typical Engineering application i.e., you have a Bill of Materials with assemblies and parts, the parts are part of the assemblies, I can manually use bookmarks to create the same structure once I have converted the drawings into a PDF document, I want to try and figure out a way to do similar but automatically by importing the bookmark structure and having it recognise the PDF docs, thus assigning destinations to the BOM structure.
    If this can be done it will be a fabulous feature for use on tablet devices

    I don't know why this is happening.  All I can offer is a download of the 10.1.x installer: http://get.adobe.com/reader/enterprise/

  • I'm using a 1D Arrary with 27 different elements and would like to send those data over UDP Write and UDP Read functions.

    I'm using a 1D array with 27 different elements. I would like to transfer that data over a UDP connection, and read it back by using UDP connections.
    But I would like to read 3 elements at a time (On read side) and send those to 9 different ports.
    Note: the data will go to only one PC with one Network Address)
    * 1st elements (0,1,2) and send to port #XXX to see those 1st 3 elements.
    * continue until the elements reaches up to 27
    This is what I have done but I'm finding myself in pitfalls...
    Send side:
    I'm using a UDP Open connection on send side to send my data. So with selected a Source Port, I have created a UDP Op
    en connection. I�m using only one source port to send all the data across the channel. I would like to read 1st 3 elements and send those data across with an assigned Destination port. I would like to do that for 9 times b/c there are 27 elements in the array. So I�m using a For Loop and setting N count to 9. So I�m not getting any errors when I execute and no answer on the other side at all.
    Read side:
    I�m using a UDP Open connection to read in the data with port #. I�m using while loop to with Boolean inside by making a true all the time. Inside that While loop, I�m using For Loop to read the 3 elements data a time and send to a right port address. (As start out I was just trying to see if it works for only one port).
    Attachments:
    UDP_SEND_1.vi ‏40 KB
    UDP_READ_1.vi ‏31 KB

    You are not getting any errors because UDP is a connectionless protocol. It does not care if anyone receives it. Your example will work fine with the following considerations.
    (1) Don't use the generic broadcast address (255.255.255.255).
    (2) You are listening on port 30000. So why are you sending to port 1502, nobody will receive anything there.
    The destination port of the outgoing connection must match the server port of the listener. (The source port is irrelevant, set ot to zero and the system will use a free ephemeral port).
    (3) On the receiving side, you are not indexing on the received string, thus you only retain the last received element. Then you place the indicator outside the while loop where it never gets updated. :-(
    (4) Do yourself a favor and don't micromanage how the data is sent across. Just take the entire array, flatten it to string, send it across, receive it, unflatten back to array, and get on with the task.
    (You can do the same with any kind of data).
    I have modified your VI with some reasonable default values (destination IP = 127.0.0.1 (localhost)), thus you can run both on the same PC for testing "as is". Just run the "read" first, then every time you run "send", new data will be received.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    UDP_READ_1MOD.vi ‏29 KB
    UDP_SEND_1MOD.vi ‏27 KB

  • Logging on NW04

    Hi,
    I'm trying to implement logging a Netweaver application.
    The application must be backwards compatible with SP2. The SP2
    logging works fine, but i can't get the Netweaver logging to
    work even though.
    Following are the steps i took (got this from sap.help.com)
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/f410409f088f5ce10000000a155106/frameset.htm
    NetWeaver version:
    Stack 10
    Configuration of the Portal through visual admin:
    =================================================
    1. Navigate to Server->Services->LogConfigurator
    2. Click the 'to Advance mode' tab
    3. Click the 'Destinations' tab and clicked 'new' for a new Destination
      entered the following data:
      Name: FrameworkLog
      Type: FileLog
      Pattern: ./log/framework.log
      Limit: 500000
      Count: 5
      Severity: All
      Formatter: Anonymous[ListFormatter]
    4. Created a Location by choosing the "Location" tab
      Name: framework.loger
      Min: all
      Max: all
      Severity: all
    5. Assigned the Destination created in (3) to the new Location
    Configuration in the logger.xml file:
    =====================================
    added the following to the logger.xml file:
    the filename parameter is kept for backwards compatibility reasons.
    <Server>
      <Logger name="framework.logger"
              loggerInterface="com.sapportals.portal.prt.logger.ILogger"
              isActive="true"
              locationName = "framework.logger"
              >
       <LoggerClass className="com.sapportals.portal.prt.logger.SimpleFileLogger" level="ALL">
          <param filename="logs/framework.logger.log" append="false"/>
       </LoggerClass>
      </Logger>
    </Server>
    Usage in source code:
    =====================
    static Location location = Location.getLocation("framework.logger");
    location.debugT(xxx);
    The problem is:
    Even though I save everything in the Visual Administrator (after step 5) the assigned
    destination disappears if you, say browse the logviewer and return to the Location.
    All log messages are written to the defaultTrace.
    I tried using a Category. Created a new Category in the Visual Admin and assigned the
    Destination created in step 3.
    The usage in the source code was
    static Category category = Category.getCategory("framework.logger");
    // then using the location attempted to write
    category.info(location, "xxxxx");
    Once again everything was written to defaultTrace. the one difference however,
    was that a (empty) logfile was created and the Destination assigned to
    the Category did not 'get lost'
    any hints as to what i'm doing wrong would be greatly appreciated.
    cheers
    michael

    Hi Michael,
    probably you didn't deactivate ForceSingleTraceFile, see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/using logging and tracing on the sap web as java.pdf pages 12-17
    Also see http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm for portal specific statements.
    Hope it helps
    Detlev

  • Trigger  a ransaction in different user of the same system

    Hi All,
    My requirement is to trigger a call transaction in a different user system if the user is logged in.
    Can any one has got any hints?
    I am looking a FM 'TH_REMOTE_TRANSACTION' but its not taking the user.
    Thanks and Regards,
    Hyma

    Hi Sowmya,
    The requirement is to trigger an automatic print in the user's system when ever the user logged in.
    I git some TH FMs to find the user active or not but to trigger a transaction i am stuck.
    In SM59 its not possible for me to assign destination for each and every user and also i need to give pwd in SM59 which cannot be possible. Do you have any idea how to do it?
    Thanks and Regards,
    Hyma

  • Client issue with ALE Configurations

    Hi Experts,
    I am trying to connect to a different SAP System through ALE. I have defined logical systems. When i am trying to assign destination logical system to destination client, i am getting an error -  "Entry already exists" as there is another system aready assigned with this same client number.
    My Question is - Is there any way to connect to 2 Diff SAP systems having same client number? Otherwise, if there is a client (Say 400) that is already assigned to an SAP System, Then cannt we connect to another SAP system having the same client number( 400)?
    Rgds,
    SURYA.

    No, SCC4 is only for defining the clients of current system (and the corresponding logical system, which must be unique throughout the landscape), it's not about communication at all (apart the logical system).
    Use SM59 to define an RFC destination, you'll define the target host and client .
    Use WE21 to create an RFC port, referring to the RFC destination above.
    Use WE20 to assign this RFC port to the logical system.
    By "distribute model", I don't know if you're talking about the "distribution model", in that case I recommend you to go though this thread where there are general information : Distribution model for Message control ?
    Sandra

  • Tax Types in Webtools SP01 PL01

    There are three tax types available in Webtools SP01 PL01
    Assigned, Destination Address and VAT
    I think the last option used to be called something like 'Source' and was linked to the country code attached to the warehouse set as default for the part  - tax was based upon the Source address
    Was the last option renamed recently to VAT and is the functionality unchanged otherwise?

    Hi Geoff,
    although the VAT tax may look similar to Source, it is a completely new implementation (I'm not 100% sure how Source worked, but VAT is not based on it). VAT works more or less like a 'default' tax, which means that it's applied unless there is a Destination or Assigned tax applicable for a particular item.
    Hope this helps,
    Stefan

  • Completing import/previews with unreadable files

    I was just importing last night's job of 2500 images shot during a theater production into lightroom 2.6 - 64 bit on my 8 core Mac pro tower running 16 Gigs of RAM. As I often do after such a production - I return to the studio - move all the files from the cards into a single folder on my desktop then import them all into lightroom creating copies of the RAW files and the catalogue itself onto redundant hard drives. I also always create 1:1 previews for quick and easy viewing at any point in time. It's usually late in the evening, and I set Lightroom about this task while I go home to sleep, then begin my edit in the morning with catalogue built and previews made.
    HOWEVER-- after the catalogue was imported but BEFORE lightroom began making previews, lightroom posted a dialogue box on my screen advising me that a file was somehow unreadable -- either corrupt, or the wrong kind of file, COMPLETELY STOPPING THE TASK OF BUILDING THE PREVIEWS.
    So I returned in the morning, no previews were made -- and two hours later I'm not even 1/2 way through building the previews. SO-- ADOBE people -- or any lightroom users out there -- is there any way for Lightroom to continue building previews instead of waiting for me to respond to this dialogue box first. Lightroom assumes apparently that I at my computer to respond to this dialogue box.
    It seems like such a horrible waste of my time when I'm under deadlines to get this work done. I'm happy for the reminder that one of my files was a movie file or a corrupt file or whatever -- please lightroom... sequester these file on my desktop somewhere and finish the job!
    Does anybody know if there is a preference I can click on or off to prevent this from happening. Trying to edit large files that are 10- 21 megapixels and waiting for 1:1 previews to open takes a long time of and by itself -- but waiting and extra 4 hours to have previews built that should have been made while was asleep is something that should NOT be happening. I'm about to make two changes that should speed up my workflow i.e: install a fast ATI Radeon HD 4870 with 512MB of RAM, plus upgrade to snow leopard to take better advantage of the 8 cores of processors that my machine has. But even these upgrades would be for nought when Lightroom STOPS the process in it's tracks.
    HELP-- SOMEONE -- PLEASE!!!
    owen carey

    thanks for the note Bill -
    I also posted my question to the forum for new features in the next lightroom iteration. Seems like once the import stops and before the previews are made -- that's when the dialogue box opens stopping the previews from being made. I'm not an engineer and I don't write code, but it seems to me the software could and should continue with the task at hand ( import AND build previews) for all the image files that it has correctly imported, while it segregates and does not import -- and later confirms the unreadable files.
    Actually I don't think that Lightroom actually imports the disputed files at all -- if they are .mov files I don't think they can -- if they are corrupt files, they advise me of the camera given file name - not the re-named file that my import menu would give it, leading me also to believe that they were not imported into the catalogue or moved into the assigned destination folders. I would love to get some clarification from adobe on this.
    I would imagine that this is a matter of overlooked scriptwriting that has not yet come to their attention... or a script that could be made better if enough people had a problem with it. I was very much hoping to get a response from someone at adobe to my query -- but nothing yet -- hopefully the response will be the elimination of this roadblock in the next version or update. Often it's the squeaky wheel that gets the grease, and maybe there are not as many people out there as myself who have run into this problem, and posted inquiries to the forum. Theater shooters like myself who might shoot 2,500 to 3,500 images in 2-3 hrs, event photographers, sports photogs, wedding photographers and fashion photographers are all the kind of people who can shoot thousands of images in a day or a matter of hours. Unless we are sitting at the computer when the import finishes, we will be waiting for previews to build - be they standard or 1:1 previews - until after we have read and checked the warning dialogue. hopefully this will be fixed soon or we will get some sort of explanation.
    I have a lot of admiration for the folks at adobe, their genius, their talent, their accomplishment and their responsiveness to our issues, so I hope this problem gets addressed soon - I cannot be the only one out there who was STOPPED at this point in the workflow.
    cheers, and best of luck

  • BACK RFC ERROR

    Hello All,
    I am doing the configuration part in solution manager 4.0 (now known as 7.0 as well) with SAP_BASIS and SAP_ABA on level 13.
    Everything was going fine but while doing EWA in transaction SMSY>environment>solution manager operation -->administration Sdccn ..when i am trying to assign the satellite system as a Master system i am getting the below error :
    "Back destination from system ECD to master system SOM cannot be found"
    and when i am trying to generate the RFC with assistant i am not able to make the Back RFC ...i 've created the Back RFC manually ...but stil i am facing the same above error.
    and satellite system is ECC 6.0
    Kindly guide.
    regards,
    Rohit

    HI
    In Solution manager Tx SMSY when I go to SDCCN Administration is show green in field='SDCCN Status' for ECD satellite system but for Solution manager (SOM) it showing yellow for SDCCN status.
    for SOM (solution manager ) you need to assign destination NONE and not BACK RFC Destination.
    in transaction SMSY. go to system then to solution manager system (SOM) . select the client where you want to configure EWA. then click on the edit rfc destination button you can find this above the client list. then select Destination NONE or type NONE as the destination and select the radio buttton at the bottom of the window (this radio button talks about sdccn).
    save it.
    now go to sdccn transaction and check ........you can find everything green for SOM
    you can find all info in sap tutorial ( a really useful tool)
    check out in service.sap.com/rkt-solman
    navigate to solution manager 7.0
    then to technology consultants/ system administrators
    guess you can find this info in basic configuration tutorial
    regarding your queries it is not that easy to explain everything here . hope if you could able to go through all the avilable tutorial then you could able to come up with the solution.
    if you have any specfic query regarding configuration then can assist you
    Regards,
    Vijay.

Maybe you are looking for