FBL5N Customer Namewise Sorting Needed

Dear Friends,
              In FBL5n , now Customer Codewise Sorting is coming. My Requirment is Customer Namewise Sorting.
both Customer Number and Name are in Header Level.

HEllo!
Please, read my explanation below:
The field NAME1 is not included in the tables BSEG and BSID/BSAD or in     
the structures RFPOS and RFPOSX. Therefore, you will not be able to add    
NAME1 to the line item display in FBL5N as a standard field or as a        
special field (note 215798).                                                                               
But, there is a workaround for this.                                                                               
If you need NAME1 to be shown in the Line Item Display then you need to    
add the field to the structures RFPOS and RFPOSX.                                                                               
When the structure has been extended with the field then you need to       
run the reports RFPOSXEXTEND and BALVBUFDEL (in the same way as seen in    
the solution part in note 215798).                                                                               
After that you need to use the Open FI Exit 1650 to fill the fields. You   
will find a function group FI_ITEMS from transaction SE80. In this func- 
tion group you will find a function module FI_ITEMS_DISPLAY where the    
form ITEMS_DISPLAY_INIT includes the exits 1610 to 1650. The important   
one for your problem is 1650 (OPEN_FI_PERFORM_00001650_E).                                                                               
This exit is used if you want to display fields in e.g. FBL5N which      
does not exist in the tables BSID/BSAD and also not in the customer      
line item in BSEG.                                                                               
Through this user exit it should be possible to get the value from the   
relevant tables e.g. from other customer tables into structure RFPOSXEXT 
if there is a relation between the relevant tables e.g. KNA1 to RFPOSX/  
BSID.                                                                               
Please also have a look at notes 112312 and 217189.
I hope this information clarifies your query ;D !
Regards,
REnan

Similar Messages

  • Custom report sorting

    Custom report sorting
    I need to display the report column header in vertical format, hence I’ve to use to use some css code along with column name for that. Also, I want this column to be sorted by clicking the column name. So, I’m embedding the following url along with css and column name to enable sorting on this column when user clicks the column header. I got the following url by looking at the standard report with sorting enabled on a column.
    http://test.com:7777/pls/htmldb/f?p=100:22:&APP_SESSION:fsp_sort_1::RP&fsp_region_id=1870116795285540
    My questions are …
    How can I toggle the url to append “_desc” to the fsp_sort_1 parameter dynamically when the user clicks the column name, as it is done when standard column sorting is selected.?
    How can pass region id dynamically in the above url (last number in the url)?
    Any ideas are appreciated
    Thanks,
    Surya

    hi pavan
    i can just tell you that i had no issues with custom column sorting in webi with Enterprise XI 3.0 and Xcelsius 2008.
    Best Regards
    Ulrich

  • Custom linguistic sort

    Hello,
    We are using the TCHINESE_STROKE_M linguistic sort to sort data that is a mix of Traditional Chinese and ASCII. We notice that the ASCII data sorts at the top of the list, above the Chinese. Our users would like the ASCII data to be sorted at the bottom of the list, below the Traditional Chinese.
    I'm trying to get a sense of how difficult or costly it would be to achieve this.
    Would this require using the Locale Builder utility to build a custom Linguistic sort? Or, is there some other, lower-impact way to achieve this? (You can achieve this with a descending sort, but then all the data within the ASCII and within the Chinese is sorted in the reverse order of what is needed).
    If anyone out there has used Locale Builder to create a custom sort, could you comment on your experience? I haven't yet been able to locate the detailed documentation for Locale Builder. Even if using Locale Builder is relatively straightforward, it seems that the software configuration challenges involved with making the custom sort files available in all of our environments and protecting or enhancing these files during Oracle upgrades might be prohibitive.
    I'd appreciate hearing your thoughts and experiences.
    Thanks,
    Cindy

    The documentation for Locale Builder is here:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14225/ch13custlocale.htm#sthref1791

  • Customer statement output needs to take Bill to from partner functions

    Hi,
    when we create a standard customer statement - the form is taking the wrong "bill to" address.
    It is taking it from customer master data, but instead it has to take it from "bill to" partner of that customer.
    I need to write a spec for ABAPer on how to get the fix done, but i dont know how to explain it in SAP technical terminology.
    Can anyone help?

    Hello,
    "The form which is assigned to correspondence program in OB96, picking up the address from KNA1 (customer master data - general segment), instead of picking up the same from "Bill to" Partner of that customer. The form is required to be modified and the address should not be picked up table KNA1, but should be taken from "Bill to" Partner."
    Please ask the ABAPer to debug the same.
    Regards,
    Ravi

  • Customizing the sort order of a field

    Hi,
    I would like to sort the order of a group on values within a field rather than in eg. ascending order
    eg.
    I would like to sort the group by values in the Status field, so if the Status values are 'Open', 'Closed', 'Unresolvable' then I would like to order the data by
    Status: Open
    Status: Unresolveable
    Status: Closed
    How would I do this?
    Thanks

    Yes,
    We can do it
    http://winrichman.blogspot.com/2009/09/custom-dynamic-sort-in-bi-publisher.html
    <?sort:(number(status='Open') * 1) + (number(status='Unresolveable') * 2) + (number(status='Closed') * 3);'ascending';data-type='number'?>Put this after the for-each statement
    do change the status to the element name in you xml.

  • Custom field is needed in the Shopping cart Additional Specifications

    Hi Folks,
    A Custom field is needed in the Shopping cart Additional Specifications just below 'Notes for Approval'. Any suggestions on this.
    Thanks,
    Ghanesh

    Hi
    <b>Please go through the following links, which will definitely help -></b>
    Re: Displaying Custom field in shopping cart header
    Re: customer field in 3rd step of shopping cart
    Re: Custom Screen in Shopping cart
    Re: Custom Field in the header of Shopping Cart
    Custom field in shopping cart Item Overview - items in Shopping Cart tab
    SC : Extended  Search on Header Customer field
    Regards
    - Atul

  • FBL5N customer line item ALV report -- define exit points

    Customer wants to modifications on FBL5N std sap report. Here's what I think are the options:
    1. Modify SAP program (which I dont prefer at all to do)
    2. Copy SAP Program into Y/Z program
    3. User-exits or BAdIs.
    I am in process of doing step 2.
    I tried to find any user-exits for the requirement but there seems no user-exit. There is no std BAdI delivered for the same purpose either.
    Hence, I was wondering if I can create BAdI so as to define the exit points where I need. Can you suggest on howt to go about this procedure?

    If you copy and change the program, you have to be aware that in some of the includes, it checks the program name and calling transaction and behaves differently if it's not the normal program name or transaction. If SAP makes significant changes to the program during an upgrade, your changed program won't have these SAP changes. I don't know of any BADIs or user exits for report programs.
    Some people wiil disagree with me on this, but I really don't have a problem with making mods to the original SAP code, particulary if you can isolate them in another include and keep changes to the SAP code to a minimum. With version management and SPAU at upgrade and support pack time, you can keep track of your changes and re-apply them if needed.
    But it's easy for me to say because I've been doing this for quite a while. If you really don't want to make the changes, then you're probably better off copying and changing a Z program.
    Rob

  • Customizing column sorting in new jsf table

    The new JSF table in the creator 2 is great. I like it. It includes so many out of the box features. It is the reason we use the creator for our current project.
    But I cannot figure out how to customize the column sorting.
    Why do I need column sorting?
    I need to sort a column that can include ad IP address or a host name. Our customer can either use a host name or an IP address to address a device in the network, both in the same column.
    Now sorting an IP address is already difficult. It is actually a sort over a 4 byte number. Sorting over host names is normal alphabetic string sorting.
    How to sort over both in the same column?
    This cannot be done using standard sorting. I need to use a validator or something similar to customize the sorting of this column.
    Can anybody help me with a hint if:
    1- Customizing sorting over a column is possible. (I really would like to keep all other sorting features (icons, multi column support...)).
    2- A hint or code sample, how to do this.
    If this is not possible, I urge the creator team to think of implementing this soon. Otherwise one killer feature of the creator 2 will lose a lot of its teeth.

    Thx mayagiri for your reply!
    But including the src-code for the dataprovider package into a test project, and debugging in the creator-ide has done the thing!
    Here our solution:
    Class ToCompare is the object type which address field displayed in a page, simply containing a table with 2 adress colums, that can be sorted either according to our ip/hostname-comparison or according to String.compare().
    * ToCompare.java
    * Created on 10. Februar 2006, 10:41
    * This class is a basic model object,
    * with a field - String address - according
    * to which it shall be sortable.
    package comparator;
    * @author mock
    public class ToCompare {
         * holds the IP or Host address
        private String address=null;
         * Instance of a Comparator class that
         * provides our sorting algorithm
        private RcHostComparator hostComparator=null;
        /** Creates a new instance of ToCompare */   
        public ToCompare() {
            this("defaultHost");       
         * when creating a new ToCompare instance,
         * the hostComparator is created for it
         *  @ param aAddress - IP or Hostname
        public ToCompare(String aAddress) {
            address=aAddress;
            hostComparator=new RcHostComparator(address);
        public String getAddress() {
            return address;
        public RcHostComparator getHostComparator() {
            return hostComparator;
    }Here the code of the Class RcHostComparator, it is created with the address field of the ToCompare object that it holds. It first checks if the address field is an IP or not, and then chooses the comparison algorithm according to its own field state and the field state of the object to compare to:
    * RcHostComparator.java
    * Created on 10. Februar 2006, 10:43
    *  This class is used to provide a method for
    *  comparing objects that have an address field,
    *  containing either IP adresses or hostnames.
    package comparator;
    import java.text.CollationKey;
    import java.text.Collator;
    import java.util.Comparator;
    import java.util.Locale;
    * @author mock
    public class RcHostComparator implements Comparator
         * holds the IP or Host address
        private String address=null;
         * Is the address an IP
        private boolean isIPAddress=false;
         * if (!isIPAddress) this is created out of the address
         * to provide a performant way of comparing it with another
         * CollationKey, in order to sort Strings localized
         *  @ see java.text.Collator
         *  @ see java.text.CollationKey
        private CollationKey hostnameCollationKey=null;
         * if (isIPAddress) this array holds
         * the 4 byte of the Ip address to compare
        private int[] intValues=null;
         * minimum for IP bytes/ints
        private static final int minIntValue=0;
         * maximum for IP bytes/ints
        private static final int maxIntValue=255;
         * Creates a new instance of IpComparator
         *  @ param aAddress  - holds the IP or Host address
        public RcHostComparator(String aAddress) {
            address=aAddress;
             * check if address is an IP
            isIPAddress=checkIP();
             * if Hostname -> instantiate localized CollationKeys
            if(!isIPAddress){
                 Collator _localeCollator=Collator.getInstance(Locale.getDefault());
                 hostnameCollationKey=_localeCollator.getCollationKey(address);
            }else{}
         *  Here the comparison of the address fields is done.
         *  There a 4 cases:
         *  -1 both Hostnames
         *  -2 aObject1 IP, aObject2 Hostname
         *  -3 aObject1 Hostname, aObject2 IP
         *  -4 both IPs
         *  @ param aObject1, aObject2 - Comparator objects
        public int compare(Object aObject1, Object aObject2)
          int _result= 0;
          if(aObject1 instanceof RcHostComparator && aObject2 instanceof RcHostComparator )
               RcHostComparator _ipComparator1=(RcHostComparator)aObject1;
               RcHostComparator _ipComparator2=(RcHostComparator)aObject2;
               *  Compare algorithms, according to address types
               if(!_ipComparator1.isIPAddress()&&!_ipComparator2.isIPAddress()){
                       *  If both addresses are Strings use collationKey.compareTo(Object o)
                    _result=_ipComparator1.getHostnameCollationKey().compareTo(_ipComparator2.getHostnameCollationKey());
               }else{
                       *  IPs are smaller than Strings -> aObject1 < aObject2
                    if(_ipComparator1.isIPAddress()&&!_ipComparator2.isIPAddress()){
                         _result=-1;
                    }else{
                                *  IPs are smaller than Strings -> aObject1 > aObject2
                         if(!_ipComparator1.isIPAddress()){
                              _result=1;
                         }else{
                             int _intIndex=0;
                             int[] _int1=_ipComparator1.getIntValues();
                             int[] _int2=_ipComparator2.getIntValues();
                                      * compare IP adresses per bytes
                             while(_result==0 && _intIndex<4){
                                  if(_int1[_intIndex]>_int2[_intIndex]){
                                       _result=1;
                                  }else if(_int1[_intIndex]<_int2[_intIndex]){
                                       _result=-1;
                                  }else{}                            
                                             _intIndex++;
          }else{}   
          return _result;
         *  checks if the address field holds an IP or a hostname
         *  if (_isIP) fill intValues[] with IP bytes
         *  if (!isIP)  create hostnameCollationKey
        private boolean checkIP(){
           boolean _isIP=false;
           String[] _getInts=null;
            *  basic check for IP address pattern
            *  4 digits also allowed, cause leading
            *  0 stands for octet number ->
            *  0172=122                  ->
            *  0172.0172.0172.0172 = 122.122.122.122
           boolean _firstcheck=address.matches("[0-9]{1,4}\\.[0-9]{1,4}\\.[0-9]{1,4}\\.[0-9]{1,4}");
           if(_firstcheck){
                _getInts=address.split("\\.");           
                intValues=new int[4];
                for (int _count=0; _count<4; _count++){
                   try{                     
                       int _toIntValue;
                       if(_getInts[_count].startsWith("0")){
                                // if leading 0 parse as octet -> radix=8
                               _toIntValue=Integer.parseInt(_getInts[_count], 8);                          
                       }else{  
                                // parse as is -> radix=10 -> (optional)
                               _toIntValue=Integer.parseInt(_getInts[_count]);                          
                       if(_toIntValue<minIntValue||_toIntValue>maxIntValue){
                              // out of unsigned byte range -> no IP
                              return _isIP;
                       }else{
                              // inside byte range -> could be part of an IP
                              intValues[_count]=_toIntValue;
                   }catch(NumberFormatException e){
                           // not parseable -> no IP
                           return _isIP;
               // all 4 bytes/ints are parseable and in unsigned byte range -> this is an IP
                _isIP=true;
           }else{}      
           return _isIP;
        public boolean isIPAddress() {
                return isIPAddress;
        public int[] getIntValues() {
                return intValues;
        public CollationKey getHostnameCollationKey() {
                return hostnameCollationKey;
        public String getAddress()
            return address;
    }The page bean holds an array of ToCompare objects. It is the model for a new table component, hold by an ObjectArrayDataProvider. Here a code excerpt:
    public class Page1 extends AbstractPageBean
        private ToCompare[] toCompare= new ToCompare[]{
            new ToCompare("1.1.1.1"),
            new ToCompare("2.1.1.1"),
            new ToCompare("9.1.1.1"),
            new ToCompare("11.1.1.1"),
            new ToCompare("0172.0172.0172.0172"),
            new ToCompare("123.1.1.1"),
            new ToCompare("a"),
            new ToCompare("o"),
            new ToCompare("u"),
            new ToCompare("z"),
            new ToCompare("�"),      
            new ToCompare("�"),
            new ToCompare("�")        
         * This method is automatically generated, so any user-specified code inserted
         * here is subject to being replaced
        private void _init() throws Exception
            objectArrayDataProvider1.setArray(toCompare);
        private TableRowGroup tableRowGroup1 = new TableRowGroup();   
        private ObjectArrayDataProvider objectArrayDataProvider1 = new ObjectArrayDataProvider();
    }The relevant .jsp section for the two column table looks like:
    <ui:tableRowGroup binding="#{Page1.tableRowGroup1}" id="tableRowGroup1" rows="10" sourceData="#{Page1.objectArrayDataProvider1}" sourceVar="currentRow">
      <ui:tableColumn binding="#{Page1.tableColumn1}" headerText="SortIP" id="tableColumn1" sort="#{currentRow.value['hostComparator']}">
        <ui:staticText binding="#{Page1.staticText1}" id="staticText1" text="#{currentRow.value['address']}"/>
      </ui:tableColumn>
      <ui:tableColumn binding="#{Page1.tableColumn2}" headerText="SortString" id="tableColumn2" sort="address">
        <ui:staticText binding="#{Page1.staticText2}" id="staticText2" text="#{currentRow.value['address']}"/>
      </ui:tableColumn>
    </ui:tableRowGroup>Sorting localized with Locale="DE_de" according to ip/hostcompare sorts:
    SortIP
    1.1.1.1
    2.1.1.1
    9.1.1.1
    11.1.1.1
    0172.0172.0172.0172
    123.1.1.1
    a

    o

    u

    zWhereas normal sort over String address whitout localization sorts:
    SortString
    0172.0172.0172.0172
    1.1.1.1
    11.1.1.1
    123.1.1.1
    2.1.1.1
    9.1.1.1
    a
    o
    u
    z


    �Not that short, but I hope it will help - if anyone has the need for another than the default sorting algorithms
    Best regards,
    Hate E. Lee

  • Custom navigation: sorting and hiding certain pages / communities

    We have constantly struggled with our navigation in the portal. Our current setup is to not display anything where name begins with 'Hide - ', so if a community has 10 pages but only 3 should show up in the navigation, 7 of the pages need to be named "Hide - ..." This obviously has some disadvantages as the word Hide - is visible some places. Another issue is the differentiation between a 'page' and a 'community' to end users. Our portal looks like a website users have no idea what the difference is. To them, everything is just a page. Currently we group and style pages and communities different, like so:
    parentcomm
    --subpage1
    --subpage2
    --subcomm1
    --subcomm2
    I'm trying to come up with some ways to improve the navigation. One idea would be to set a custom property isHiddenFromNav that would be read presumably in a custom tag. This is currently the way that the sorting of communities works, a sortorder property is filled in. I'm curious about the performance of reading custom properties, however. Is it faster to use the database api or the search api? How can i ensure these values are cached?
    As far as improving the usability, i'm exploring mixing pages and communities, so a community just looks like a page (but with a plus or an arrow to indicate there is more stuff there).

    In our customization we are using 4 custom property's for portlets. Moreover, we are not basing on portal cache, we have implemented static hash table's where each property is stored. PEI is taking care about the refreshing properties in hash tables on current portal instance (NewEditObjectActions.xml), there is also code responsible for sync new value with other portal servers.
    As portal server we are using WAS 6.0 (4 machines, 8 jvm on each server). WAS has nice feature DRS (Data Replication Service, easy to use, operate with one jndi name) which propagate new value over all claster members .
    Bellow you can find some informations about our performance test.
    Home page contain usually ~10 portlets
    Scenario details:
    - Virtual users: 1500
    - Ramp up: 3 virtual users logging in every 2 seconds
    - Think time: 5 sec
    - Top load duration: 45 minutes
    - Virtual user’s browser flow:
    Login (1 time)
    Home Page (100%)
    Perform some operation in 2 portlets (search, go to archive, back, search)
    Change language (5%)
    Logoff (just 1 time, at the end of the test)
    Results: average time response less than 3s, ~250 pages/s.
    I hope this will be helpful for you.

  • Saving a Custom (Manual) Sort

    I searched and searched through Bridge and found NO way to save a custom sort (manual) with a name (or a collection if you prefer). I created a manual custom sort in a folder and ran a PS action to reduce the size of each photo and put them into a new folder. When I opened the new folder the sort was alpha, not like the old folder. I now have to manually sort over 300 photos in new folder.
    Is there a way to do this and if not, can a script be written for it. I create slide shows and no of hundreds of examples of how I would use this. It is really labor intensive to put the photos in a special order and then have no way to save it for future use.
    Any suggestions or help would be appreciated. If I have to pay someone to do this, I will. thanks.

    I am using Bridge (Version 1.0.4) and CS2 on WinXP, SP2. I am extremely disappointment in a limitation in Bridge that seems to be related to JamesAGrover's challenge to save a manual sort that he has created in a collection.
    A review of topics related to manual sorting in these Adobe forums indicate that there is a general limitation to sorting a collection. This limitation seems to exist in any of the Adobe products for Mac or PC that offer the ability to view "collections" of images, for example, Lightroom and Bridge.
    A "collection" seems to be a set of file names that are handled independently of the real files themselves. The magic resides in the user's experience of handling the "collection" of filenames as if they were the actual files themselves.
    Of course, there is no "magic"; the collection is working with some kind of pointer to the actual files, where ever they may truly reside.
    There are many powerful reasons for offering functionality of this kind. The one that primarily interests me is that by working with pointers to the same file from different collections, I can create different subsets of images and unique sort orders without copying the original files. I avoid filling my harddrive with copies, but I can burn thousands of CDs and DVDs each with different selections and sorts.
    But unfortunately, inside a "collection", I am unable to execute a manual sort at all. The problem exists if my collection includes files from a single directory or from several different directories (folders). Since this seems to contradict the basic promise of a "collection" of filenames, I keep thinking that I misunderstand the user's interface.
    I have set the "View - Sort" menu with every permutation of checks and unchecks for "Ascending Order" and "Manually" with no luck.
    I have discovered a workaround to my problem: I have been able to manually sort, and save, a direct view of a real file system directory from the Bridge interface. But that has forced me to create copies of my images in one unique new directory for every selection and sort that I need.
    To tie this back to the first post in this topic, I must observe that for me, after creating and manually sorting a collection, I will want to save the collection with its unique and idiosyncratic, manual sort. I don't want to copy the original files umpteen times! It seems that I will encounter the problem described by JamesAGrover.
    I wonder if any forum member, or any one at Adobe, has a comment. Specifically I wonder about two things:
    1) Am I misunderstanding the user's interface? Is there a setting that I have not discovered?
    2) Is there a basic limitation with "collections" that has been removed in CS3?

  • Customer aging report-needs the line items behind it

    We have created a Z report for customer aging report,is it feasible to get the drilldown against each aging bucket.I.e to call the FBL5n report to be displayed to see the line items behind each aging bucket.
    Regards
    Rekha

    If standard report does not suffice your requirement, then create your own.
    FOR vendor USE K in transaction code instead of D.
    Hello,
    The following example I have given is for customers.
    The only difference is in transaction codes. For customer you go to FDI1, for vendor you go to FKI1 (reports).
    For Customer you go to FDI4, for vendor you go to FKI4 for forms.
    Remaining all are the same.
    Hello,
    Go to transaction code FDI4
    Select Form Type RFFRRD20 Line item analysis
    Give your form name and description
    Structure (Two axis) - as defaulted
    Click on Create
    You will have lead column
    Delete the rows 2, 3 and 4
    Double click on column 1
    Enter the customer numbers from 1 to 999999
    First column double click (A)
    Slelect following values
    Due date analysis 1
    Days for net due date 0 to 30
    Give the short name, medium name and long text for the column.
    Repeat this step in next columns like 31 to 60, 61 to 90, 91 to 120 and 121 to 99999 days etc in other columns and select due date analysis 1. (B,C,D,E)
    Create one more column by way of formula. To create a new column you need to double click on blue line. Put formula add all five columns you have created above. (F = ABCDE)
    You prepare one more column with
    Due date analysis 2 (G)
    Now you prepare one more column add (F+G) = This will be total open items = over due and not due.
    Now go to FDI1 and prepare a report - assign the form created in FDI4 to the report.
    Characteristics you need to select are
    Account Type (Select Account Type as D for customers)
    Currency
    Customer
    Document Type
    Special G/L Ind
    Company Code
    Change the output types and options according to your requirement.
    Refer FDI2 and FDI3 for other standard reports created.
    Refer FDI5 and FDI6 for other standard forms created.
    Save your report and execute.
    From there you can put the cursor on customer number and from the menu goto -> line items then it will go for each line item wise..
    Regards,
    Nauma

  • Customer Service Complaint - Need Assistance ASAP and not getting it!

    I sent in my Yoga Laptop for repairs two weeks ago. When I spoke with technical support, I was told that my laptop would be fixed within 7 business days, and returned to me. These 7 business days have since passed and I have yet to receive an update on my laptop, let alone my actual laptop. When I called to complain about this to 1-877-453-6686, I was told I would be getting a call back from customer service within 48 hours. These 48 hours have also passed and have not yet received a call. I called again today to find out what was happening and was told nothing more than "you will be contacted by them within 48 hours". 
    I was supposed to leave for Europe this past Sunday, and was told by the person I originally spoke to that I would have my laptop by then. Nope. Nothing. I am now leaving next Sunday and am very worried I will have to go purchase a new laptop, at my own cost, because Lenovo is unable to uphold to their customer service standards and provide me with any feedback. I am at the point of filing a complaint about the company to the Better Business Bureau here in Canada, but I feel the problem would best be resolved if Lenovo actually contacted me back. I have been without a laptop for 2 weeks now, and as a student, this is too long!! 
    Lenovo Customer Service, please contact me ASAP! I am not a happy customer right now and you guys have caused me way more stress than I need. 
    Thank you!
    Andrea L. 

    
    We are listening and want to help you! I am sorry to hear of the issues you're experiencing with your door lock. We appreciate you trusting us to help keep your home secure. Our Customer Support Leadership would like to expedite the resolution of this matter. Please share a little more information by clicking here to send Digital Life a private message. In your message please include:
    Your name
    Account number
    Address
    Contact number
    Thank you again for the gift of feedback. Not only do we look forward to resolving this matter, but we will also use this opportunity to further improve our overall customer experience.

  • Function module needed for customer exit variable need to use in Bex report

    Hi Experts,
    I have a requirement where i need to get Cummulative result between two interval periods.
    If user gives single mandatory input value - 002-2009
    for one Scenario:-
    Project start Date   untill Pervious year i.e  December 2008
    Where project start date will get from one of the field in my BW CUBE
    can anyone help for the customer exit function code for this scenario. As i am into BI i dont have idea in ABAP.
    Please help sample cod for this .
    Thanks,
    Anil.

    I had created one customer exit which had fullfill my requirement.

  • Terrible experience with Verizon customer care. Need update on security deposit.

    Hi, 
    I disconnected my FIOS internet service about two months back. When I took the connection last year, I was asked to pay a security deposit of $400 and I paid this. After disconnecting FIOS, I am trying to get the status of the refund of my security deposit. 
    I have called close to ten times to the customer care and all the times, I have been given either false information or I was told they would call me back and that would not happen. 
    At this point, I am extremely disappointed and surprised about how an organization like Verizon could be so unprofessional. 
    I need to know the status of my security deposit. Has anyone else faced this kind of a problem? How was this resolved?
    Regards, 
    Sathish

    Since we haven't heard back from you or have received a form submission as requested in your private support case, it appears assistance is no longer required. If you need any future help with your Verizon service, please make a post here on the forums so we can assist.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Customer Master Report needed for jurisdiction, tax code, and district

    I am trying to pull a customer master report and need to include the following fields:
    Name (NAME1)
    Account (KUNNR)
    Jurisdiction ( TAXJURCODE)
    Tax Code (TAXKD)
    District, which is County for US addresses (CITY2)
    I haven't seen a report with CITY2 and have tried S_ALR_87012180 or opening KNA1, KNVI, etc.
    Any ideas?
    Thanks,
    Michelle

    No there is not such report or transaction.
    You may look at tables KNA1 + ADRC.
    In table KNA1 there are fields ORT01, ORT02, COUNC and CITYC that could help
    Otherwise you must link KNA1 and ADRC with field KNA1-ADRNR = ADRC-ADDRNUMBER
    Sorry
    BR
    Alain

Maybe you are looking for

  • Open field in object S_TCODE

    I've deleted a tcode from a role in menu tab. Now when I look at the object S_TCODE in the role it has an open(blank) field. I cannot delete this blank field from the object as S_TCODE shows up only in display mode though you enter the role in change

  • HP Officejet Pro 8500A to printout 100%?

    How can I setup my HP Officejet Pro 8500A to printout 100%? Printout now is reduced.

  • What is the procedure to reinstall Adobe Acrobat 9 Pro from the CS4 Design Premium discs?

    I have uninstalled Adobe Acrobat 9 Pro from my hard drive but I'm not sure which disc to use to reinstall.  The CS4 discs are marked "Application 1," "Application 2," "Content," and "Learning Adobe Creative Suite 4."  I'm on a three year old Imac run

  • My IP4 on/off switch has stopped functioning.

    My On/Off switch has stopped functioning. No depression, no click and no response. Has anyone else had this problem and if so, did you solve it? How?

  • Alternate ZenWorks Application source server

    Does anyone know if there is a way to have a ZenWorks Application have the actual source files or executable (in case of an .msi for example) be launched from an alternate location other than a Novell ZenWorks server. I realize this is probably a pro