Uploading customer Info with BILL_TO_SITE_USE_ID through customer interface

Dear All,
We are in the process of re implementation of Oracle R12 from 11i .
We have near around 2000 customer in the 11i system. We have migrated the 2000 customer on test instance, but user want to assing the Bill to site for the respecting ship to location.
For Eg. Suppose one customer is there Test Customer and it has 1 site for Bill_To and Ship_To purpose.
First we will upload the Bill to information and then while uploading the ship to for the same customer and for the same address the bill_to_site_id should also generate through interface.
I have populated the BILL_TO_ORIG_ADDRESS_REF column and put Location of hz_cust_site_uses_all for the generated Bill_To but system is giving error message.
=======================Exception Records in RA_CUSTOMERS_INTERFACE ========================
Customer Reference Address Reference Site Use Error Message
2141 100004 SHIP_TO
BILL_TO_ORIG_ADDRESS_REF is not a valid bill-to address.
What could be the problem?
Thanks,
Atul

Hi Gurus,
I'm facing the same issue. Any help would be highly appreciated.
Regards
Amit

Similar Messages

  • Export Custom List into Excel through custom Ribbon

    Hi i have a requirement, in that i need to export custom list into EXCEL through custom Ribbon. For Example in my list, i have Col1, Col2, Col3. Col3 has multiple values (allow mutiple values) and when export this into excel all values in Col3 should
    come as new rows and rest of the column values should duplicate. please helpout from this requirement.
    List View
    Col1   Col2      Col3
    v1        v2    v31,v32,v33
    Excel View
    Col1  Col2  Col3
    v1      v2      v31
    v1      v2      v32
    v1      v2      v33
    Nihath

    Hello Nihath,
    As per your description, you have to read each and every items in list with column value then only you can generate excel. There is direct way to export datatable to excel but in your case you will also need to iterate Col3 value to create new row in excel.
    I would suggest to use CAML query to get all items then check Col3 value. If there are multiple value then add them as new datatable row and finally export full datatable to excel.
    Here is link for CAML:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spquery.listitemcollectionposition.aspx
    Export datatable to excel:
    http://stackoverflow.com/questions/12533626/export-datatable-to-excel
    Finally add this feature in ribbon:
    http://ankurmadaan.blogspot.in/2012/10/custom-ribbon-action-for-specific-list.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to make BEX Customer Exit Variable inactive through Customer Exit Code

    Hi,
    I had created two variables VAR1 and VAR2 as Customer Exit variables
    If VAR1 is entered then it should automatically make the VAR2 as NO Entry Variable.
    vice versa also required.
    can u help me with any code in CMOD so that we can make it inactive through Customer Exit Code.
    Thanks in Advance.
    Sunil.

    What i want is not commenting the code
    I want to make the BEX Variable as inactive by using the Customer Exit Code
    EX : If value in VAR1 is entered  then VAR2 should become automatically inactive.
           If value in VAR2 is entered  then VAR1 should become automatically inactive.
    how can this be done
    Thanks in advance.
    Sunil

  • Customer agreement with organization through SAP System

    Dear Gurus,
    I have got a requirement from my client.
    there is an agreement between customer and company that they will do business for the period of one year. After one year, the customer needs to renew their agreement with company for the next year to keep on the business process. This agreement is a manual process.
    Now the requirement is need to full-fill from SAP system. They require search criteria also to know the expiration of agreement of customer with company before a month.
    Can anyone help me on that, kindly suggest how can i achieve this in SAP?
    Rgds

    Hi,
    If there is no sales involved..just pick up any cond type with the required fields like customer code etc..it'll have validity periods as well.. and you can always view them using VK13--condition info.
    If there is no sales with that customer, the cond record wont get picked up..
    Alternatively, create a rebate agreement with customer and validity periods and etc..do not maintain any rebate cond records.
    This should also work for your scenario though am curious to know what business if not sales?
    Regards
    Raghu.

  • Problem with customized info type creation

    hi
    When i am creating customized info type using T-code PM01, i get error message like "package in non original system only modifiable with organizer tools".
    The above message is coming whenever save the infotype in either customized package or local package.
    As per my observation when i save the infotype, it default takes SAP package So i need to change that package.So how can i change the package in T-code PM01.
    Please tell me the solution to overcome the error.
    Thanks,
    Ali

    Hi,
    Since infotype attribute in table T582A is clent specific, so you should maintain the entries in the target client.
    Create the table entry of your infotype in the other client in view V_T582A (infotype attribute) or via t-code PM01 and click button 'infotype characteristics. Also you can transport CR from client to client via t-code SCC1 as well.
    Hope helps,
    Chen Jian

  • Associate a custom Principal with a request??

    I�m trying to get a grip about the security model for J2EE applications.
    Today im working on a webapplication where I want to be able to restrict resources via declaritve or programatically access to any resource defined (files, webpages, methods.)
    We use a LDAP directory for authentication (Novell eDirectory) but today we just initialize a user object that does�nt conform to the security model of J2EE.
    I understand (hopefully) that our authenticated user should be represented of a object of type java.security.Principal, but how do i associate a custom Principal object with the Http request that the user invokes?
    Niclas

    hi sri,
    thx for the information. i am ok with implementing the custom registry. i am also working on some server side acl stuff for programmatic authorization inside a container. for this i need to return a my own implementation of a principal in the getUserPrincipal() class. in weblogic and tomcat i am able to get them to return me my own principal implementation. i didnt see any mechanism by which i could do that in websphere. so the question. also i want both the servlet and the ejb containers to return me my implementation of the principal. any advice.
    regards
    vijay
    hey Vijay,
    Interesting you ask about WebSphere. i am currently
    working on WebSphere, and the way that we implemented
    Authentication is this :
    We had to write our class implementing the
    CustomRegistry interface in WebSphere. The
    CustomRegistry facility in WebSphere allows you to use
    any system you like to store the users and groups. The
    things yo need to do for this is:
    1)Create a Java Class that implements the
    CustomRegistry interface (com.ibm.websphere.security
    package) All the methods must be implemented.
    2)Select the Custom pluggable registry option in
    WebSPhere ADmin console Security Center, and select
    the class that was created in step 1.
    3)The websphere security server calls the
    CustomRegistry methods to perform authentication for
    the applications.
    Well, so now this is Container Managed Authentication.
    After authentication, the the information is made
    available thru the APIs supported by the application
    server -in all the containers managed by the server.
    For example, after successful authentication, the
    user's login name is made avaialble through the
    request.getUserPrincipal().getName() method from
    within the Web or EJB Containers. This info need not
    be passed in the application, it is automaitcally
    avaialble through the container.
    Here are some documents/websites that have
    informations. OK some of these are really based on
    AS/400 and Z/OS, but it would help to give an idea.
    Let me know if you need more information or need it to
    be explained more, and i will be glad to do so. I
    really learnt a lot about Container managed
    authentication done on WebSphere , and am excited
    about it ;-)
    http://www.redbooks.ibm.com/redpieces/pdfs/redp3664.pdf
    http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246520
    pdf
    http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246846
    pdf
    http://publib7b.boulder.ibm.com/wasinfo1/en/info/aes/ae
    welc_security.html
    Good Luck!!
    Sri.

  • Import mails from customized e-mail client into Oultook interface

    The client has a customized e-mail client with a web interface.
    It is required to import the e-mails and folder structure into Outlook 2013 interface in a separate tab, without connecting the e-mail account to Outlook (as usually connect an yahoo or gmail account).
    The import will be made using methods from a web service which provides information like folder structure, From, To, Date etc. The service returns this in DataTable format.
    How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?

    How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?
    You're going to have to be a little (lot?) more specific then the info already provided - such as
    - You're saying that you have a web service function that can import data directly into Outlook - is that correct? (Suspect the answer is no) so
    - Not sure what you mean by "DataTable" format unless you're using programming terminology. If you want to use the standard Outlook import wizard, the data will have to be converted to a CSV file which will restrict you to the fields supported via
    that process. Anything else will require a custom developed solution (outside the scope of this forum). If you need programming advice - better forum would be "Outlook for Developers" -
    http://social.msdn.microsoft.com/Forums/en-US/outlookdev
    - As for folder structure - that can easily be replicated in Outlook by creating a new PST file and adding any folders as required either manually or programmatically
    Karl Timmermans [Outlook MVP] "Outlook Contact Import/Export/Data Mgmt" http://www.contactgenie.com

  • Remove parent folder and all subfolders (custom info panels)

    I'm writing a script to help users install custom info panels in the Folder.userData + '/Adobe/XMP/Custom File Info Panels/3.0/panels' location.  I have a working script to copy files, but I also want to delete previous versions of the same info panel.   I also want to allow for the possibility that could be several older versions so I need to loop through them.  I know that I need to empty the files of a folder before it can be removed.  I can remove one instance of a ninfo panel, but not several - I'm having trouble getting the function to loop.
    For example, if I have two old info panel version to delete (myPanel_v1 and myPanel_v2) can use getFiles (myPanel*) to get an array with the names of the two parent folders:
    ~/AppData/Roaming/Adobe/XMP/Custom%20File%20Info%20Panels/3.0/panels/myPanel_v1,~/AppData/ Roaming/Adobe/XMP/Custom%20File%20Info%20Panels/3.0/panels/myPanel_v2
    What I can't do is the loop through the subfolders and their contents based on the index of this array.  Perhaps there is a completey different approach I need to take?
    The code below does remove a single instance of my custom ino panel, but I can't figure out a way to make it loop.
    var CS5panelsFolder = (Folder.userData + '/Adobe/XMP/Custom File Info Panels/3.0/panels');
    var xmask = 'myPanel*'
    var xRemove =  (Folder (CS5panelsFolder).getFiles (xmask));  // returns an array with all folders with 'VRA_beta' in the name
    for (var i = 0; i < xRemove.length; i++) var xBin = (Folder (xRemove[i]+'/bin').getFiles());
    for (var i = 0; i < xRemove.length; i++) var xLoc = (Folder (xRemove[i]+'/loc').getFiles());
    for (var i = 0; i < xRemove.length; i++) var xRes = (Folder (xRemove[i]+'/resources').getFiles());
    for (var i = 0; i < xRemove.length; i++)
        //Loop through array of xBin files and remove them
        for (var i = 0; i < xBin.length; i++) File(xBin[i]).remove();
        //Loop through array of loc files and remove them
        for (var i = 0; i < xLoc.length; i++) File(xLoc[i]).remove();
        // Loop through array of resource files and remove them
        for (var i = 0; i < xRes.length; i++) File(xRes[i]).remove();
        // remove manifest file
        for (var i = 0; i < xRemove.length; i++) File(xRemove[i]+'/manifest.xml').remove();
    for (var i = 0; i < xRemove.length; i++)
    // Remove now empty xBin folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/bin').remove();
    // Remover now empty loc folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/loc').remove();
    // Remove now empty resources folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/resources').remove();
    // Remove now empty old version folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]).remove();
    Thanks for your help,
    Greg Reser

    I now have this code that works:
    var W = 'Base Folder Name';
    var X = Folder(W).getFiles();
    for (var Q1 = 0; Q1 < X.length; Q1++)
       if (X[Q1] instanceof Folder == true)
         var Y = Folder (X[Q1]).getFiles();
         for (var Q2 = 0; Q2 < Y.length; Q2++)
           if (Y[Q2] instanceof Folder == true)
             var Z = Folder (Y[Q2]).getFiles();
             for (var Q3 = 0; Q3 < Z.length; Q3++) File (Z[Q3]).remove();
             Folder (Y[Q2]).remove();
           else File (Y[Q2]).remove();
         Folder (X[Q1]).remove();
       else File (X[Q1]).remove();
    Folder(W).remove();

  • Custom Quiz with Master Widget not reporting in LMS (Captivate 5.5)

    Hello,
    I have written a custom quiz with partial scoring and, in order to report answers, I am using the Master Widget. (Huge thanks to Lilybiri and Infosemantics for all of the guidance I have found in blogs and e-learning classes!)
    In summary, the quiz is composed of 2 questions with 4 possible answers each.  Each of the 4 answers have a different score attached to it (i.e. answer a = 4 points; answer b = 3 points; answer c = 2 points; answer d = 1 point).   On each question slide I have added a Master Widget (using the variable representing the points the student received as a slave object).  I want the quiz to report the score for each question.   After the student has answered both question slides, they continue to a "Results" slide.  Here they view the total of their scores and get feedback on if their total is to high, too low, or in-line.  On the results page I have used the Master Widget to report the total score to the quiz.
    I have uploaded this quiz as a SCORM package to both Moodle 2.3 and Blackboard 9 (we are trialing different LMS systems).  The quiz runs great in each LMS but when I try to access a report, I don't get any results:  no report of the points received for each quiz item and no score total.  In fact, in Blackboard I get a blank page:
    In Moodle, I get:
    Here is what my quiz preferences look like:
    I am really stuck.  I realize there are a lot of components to this process and I really need some help to find out where the problem lies. 
    Thank you for your time and help!!!

    Bray,
    Yes the figures shown on the Quiz Results slide are important because they indicate some of your widgets or other interactive objects are not being reported to the 'official' quiz score.
    You need to go back and check the objects that you want to be included in the score.  The 67% score reported by the quiz on the quiz results slide probably means that Captivate thinks you only have three objects reporting to the quiz and only two of those (two thirds or 67% in round figures) were successful.
    You mentioned before that you have three Master widgets in this project.  How many of them are set to report to the quiz?  To test whether they're all reporting success, turn on Success and Failure captions for these widgets and then run through your interaction.
    When using Slave Variables with the Master widgets for partial scoring, don't forget that although the Master widgets might count these variables as being interactive objects, Captivate does not.
    Although the Master widget is VERY powerful, it also tends to mess with people's minds because there are just SO many ways you can configure it. If using partial scoring, check whether or not you have the option set to over-ride the widgets own assigned score with the total points score from the slave objects.  If you use this option, you need to make sure that at no time can the over-ridden score fall outside the 0-100% range that SCORM-compliant LMSs will accept.

  • Resetting the password to access customer info pdfs

    Our online shop is having problems with the password originally set up for them to access customer info pdfs. We didn't change this. Who should I contact?

    I’m referring to the pdfs with the customer’s contact and credit card info on them. That’s the password we’re having problems with.
    William R. L. Woods Jr.
    Interactive Marketing Manager
    Girl Scouts of Greater Chicago and Northwest Indiana
    20 S. Clark, 2nd Floor
    312-416-2500, ext. 6338
    Chicago, IL 60603
    [email protected]<mailto:[email protected]>
    cid:[email protected]
    JOIN US for our 100th anniversary celebration on Sept. 8, 2012! The Cookie Classic 5K Walk, Run and Celebration at Grant Park is THE PLACE for girls, families, troops, volunteers, and alumnae to celebrate TOGETHER. Save on registration when you REGISTER ONLINE<http://www.gscookieclassic.org/> now through JUNE 30. Keepsake T-shirt included! Bring your family and friends or meet up with other alums … we’ll see you at Grant Park!

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Can't make a workable custom codec with ProRes 422 (HQ)

    I've only just now found that there is a Support Community for Compressor.  Wish I'd known sooner.
    I see my version of Compressor is 3.5.3.
    I've been on a little saga.
    I started out with the challenge of converting some MP4 files from a Blackberry Playbook into ProRes 422 (HQ) for editing in Final Cut. I used Compressor and the task looked fairly straight forward. I used the ProRes setting in the Compressor, converted my files and imported them into Final Cut. Video was fine but I soon found out that the audio needed rendering every time I put a clip into the Timeline. I went on-line to various chat rooms with this problem. Pretty soon a fellow was telling me that the ProRes 422 (HQ) setting in Compressor had "Audio Pass-through" as default and that this was the cause of my problem. Change it, he said, to "Linear PCM".
    It took me a fair while to figure out that the ProRes setting in Compressor did not allow itself to be modified and that I'd have to create a custom preset if I was to make these changes. I set about to do that. I was able to select "QuickTime Movie" and then in "Video/Settings" choose "ProRes 422 (HQ)", in "Audio", "Linear PCM". This did solve the audio problem. Now files imported into Final Cut did not need rendering. But another problem became evident.
    Whereas the ProRes 422 setting that came with Compressor in its summary page listed: "Width" and "Height" as "(100% of source)", the custom ProRes 422 (HQ) setting I'd just created has "Width" and "Height" as "320" and "240". In short the 19:9 aspect ratio of the original footage was lost. What I got both in the conversion and in Final Cut was a squished SD image.
    I've played like heck with Compressor trying to see if there was some place I could get this custom version of ProRes to correspond to the aspect ratio seen in the Audio Pass-through version that came loaded in Compressor. No luck. All very mysterious.
    My next step was to look to create another custom codec that would have the proper 1280 X 720 ratio. Turns out  "HDV 720p 30fps" does, so now I've been converting to that. Looks fine in Final Cut - proper picture and sound.
    I've been playing around a bit more and see now that I can create a custom setting using "Apple Intermediate Codec". I've tried it and it works too.
    So after all this, my question: Should I be using that codec instead? Or does it really matter what codec I use for editing? Is the only real issue what codec I decide to use to output?
    And while I'm at it: Does anybody have ideas why trying to create a custom setting with ProRes 422 (HQ) does not work - for my purposes at least.
    I must admit this converting codecs is pretty new to me. Hopefully with time this experience will get easier and clearer.
    John

    Setting a Compressor ProRes Custom Setting:
    1) Pick Apple ProRes 422...
    2) Drag the PreRes 422 setting to the Bach Window. You can only make a custom setting from the Batch Window...
    3) Select enable for the audio. Click on setting to make sure it is set right. Uncheck Allow Job Segmenting... Make sure Streaming is set to none*....
    4) Select the Geomenty tab... Pick Custom (16:9):
    5) Click Save As and name your custom setting...
    6) You new custom setting will show up in the Custum folder for later use:
    Another thing you can do is make Droplet of this custom setting. Menu... File... Create Droplet... Save the Droplet into a folder somewhere on your computer.
    A Droplet will start the transcoding automatically. Drag the Droplet onto a video icon and let it do it's job.
    * ProRes doesn't need the Fast Start setting. If this is set it will take almost twice as long to do the encoding. Same with Allow Job Segmenting using Qmaster.
    I did the above on the fly and hope everything is clear for you to understand.

  • Reading values from lookup columns through custom workflow in SharePoint 2013

    We are able to read the values of text, number columns through custom workflow (via coding) in SharePoint 2013. However, we are not able to read values from lookup columns. So, request anyone to provide help on this.
    Thanks & regards,
    Aditya

    Hi,
    According to your post, my understanding is that you want to read values from lookup columns through custom workflow in SharePoint 2013.
    Since the workflow just doesn't get lookup fields, let's give it something static to work with instead. If we can capture the ID of the lookup field and store that as a static value in our list, the workflow can happily use that to look up our related.
    For more information, you can refer to:
    SharePoint 2013 Workflows and Lookup Columns
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • How to find out the standard info stucture for a customized IS in LIS

    Hi All
    I have to run the statistical set up for the customized info structure S763 for the application plant maintenance in LIS. But i dont know whether it was copied from a standard SAP info structure or it was enhanced from a standard info structure.
    I have even checked out all the standard IS for plant maintenance but it is not matching. The closest match is S063 but a few characteristics and a key figure is missing.
    Could anybody guide me how to find out the standard info structure?
    Any help would be of great help.
    Regards
    Saddy

    Hi Ganesh
    No..it didnt solve my problem. MC23 only displays the info structures.  I have a customized info structure S763 which was created long time back. Im not sure whether it was copied from a standard info structure or enhanced from a standard info structure.
    I have to give the source info structure name to run statistical set up. The closest one which matches with the S763 is S063 but it is missing few characteristics and key figure.
    does it means that the IS S063 was enhanced?? Am i right?? If it was enhanced how will i run the statistical setup for the same...
    I hope i have explained clearly.
    Do provide ur valuable input.
    Regards
    Saddy

Maybe you are looking for

  • Design Standard keeps asking for serial number

    Hi Apologies if this is not the correct forum. We are school with an educational licence of CS Design Standard 5.5 - We have installed this on about 100 Windows 7 PCs. The product works for all users and then after an hour, day or week each PC will t

  • Problems with a report

    Hi I have a problem with a SQL report. I made a report using one of new theme and works fine. When I try to use a theme 16 it didn´t work. The SQL statement is "select line, text from all_source where owner='XXX' and type='PACKAGE' order by type, lin

  • Can't mark answers as Helpful - Please assist

    Dear Mods/Admins, Firstly apologies for for creating a discussion for the issue where the solution is already given. I can't mark answers as HELPFUL to my discussion thread https://forums.oracle.com/thread/2559964. As I can't see the mark helpful opt

  • How to use garageband loops in final cut pro x

    I have O/S 10.6.8 I have looked in the following for garageband loops, but see nothing. 1. Mac HD > Library > Audio > Apple Loops > Apple > Apple Loops for Garage Band, 2. Mac HD > Library > Application Support > GarageBand > Apple Loops > Apple Loop

  • Characteristics for class type 001 and class 59111 - Message Re-phrased

    Hi All, Let me put in better words. The requirement is to get the list of Characteristics that are associated with a particular Class type and Class that would be entered by the user in selection screen. I have used KLAH and KSML to establish the lin