Returns Policy - Number of days

Hi All,
I am testing a condition where the number of days in the returns policy should be visible in the returns sales order document.
Could anyone please let me as to where I can find the number of days in the Returns Sales order within which the customer is expected to return the products?
Also, please mention the condition type in SAP SD in which I can configure the number of days for return.
Many Thanks,
Shilpa

Dear Shilpa,
I am testing a condition where the number of days in the returns policy should be visible in the returns sales order document.
I Hope there is no return 'policy' mapped in SAP.
Hence give us more input on how the return date is calculated for each order.
i.e, is it fixed for all the customers/materials?
Could anyone please let me as to where I can find the number of days in the Returns Sales order within which the customer is expected to return the products?
Without mapping the process, you will not find the number of days in the return sales order.
Also, please mention the condition type in SAP SD in which I can configure the number of days for return.
Do you mean pricing Condition type ? if so, whats the relevance in this scenario.
It would be great if you can just tell whats already mapped in your SAP and Whats the requirement in simple sentences.
Thanks & Regards,
Hegal K Charles

Similar Messages

  • SSAS Tabular - return number of days in given month using month's start date?

    Is there a way to return the number of days in a month by providing just the month date or month start date?
    We have a time table, but it is at monthly (not daily) granularity.
    So I can't just count rows between start/end of month.
    I need to be able to divide by the number of days in a given month and can't seem to find a way to get number of days in that given month.
    Thanks!

    Hi,
    According to your description, you want to get the number of days in a month with the month's start date, right?
    In this case, we can get the first day of next month using DateAdd function, and then use DateDiff function to calculate the number of days in this month. Here is a sample query for your reference.
    WITH
    MEMBER Measures.Today AS vba!Now()
    member measures.FirstDayOfNextMonth as dateadd("m",1,Measures.Today)
    member measures.daysnumber as datediff("d",Measures.Today,measures.FirstDayOfNextMonth)
    select Measures.daysnumber on 0
    from
    [Adventure Works]
    Reference
    http://msdn.microsoft.com/en-us/library/hh510163.aspx
    http://office.microsoft.com/client/helppreview14.aspx?AssetId=HV080007558&lcid=1033&NS=EXCEL%2EDEV&Version=14&tl=2&pid=CH080007543
    http://office.microsoft.com/client/helppreview14.aspx?AssetId=HV080007559&lcid=1033&NS=EXCEL%2EDEV&Version=14&tl=2&pid=CH080007543
    Regards,
    Charlie Liao
    TechNet Community Support

  • Capturing Number of days

    Hi All,
    Metrics are not as easy to caputure, how can i caputure the Number of days from application received to completion for Qualified/Converted AND Rejected I am unable to find how to capture the same.
    I am trying to use the COUNT Function like COUNT(Distinct Createddate-modified date), Is this Correct to follow. Can anybody help on this how to caputre the same in reports.
    Regards,
    Ratan

    Hey,
    Use the TIMESTAMP Function to return the number of days between two dates... something like this:
    TIMESTAMPDIFF(SQL_TSI_DAY, CreatedDate, ModifiedDate)
    Thanks
    Oli @ Innoveer

  • IS THERE A FUNCTION TO RETURN THE NUMBER OF MONTHS OR DAYS?

    I know that you can do a months between function between 2 dates divided by 12 and get years but is there a function that can return the number of months between 2 dates or the number of days between 2 dates in a select statement for a report? These 2 dates are entered in an Oracle forms.
    I have 2 dates.
    BEG_SVC_DT 30-JUL-1995 DATE FORMAT
    END_SVC_DT 981007 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I add 31 to 07 and get 38. I subtract 30 from 38 and get 8.
    or I have 2 dates
    BEG_SVC_DT 10-JAN-2003 DATE FORMAT
    END_SVC_DT 050924 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I subtract 10 from 24 and get 14.
    In both scenarios the end_dt field must be VARCHAR2 because the user has to enter the word 'PRESENT' . Is there a function in SQL that would compute the
    number of days between 2 dates?
    Is there a function to get the number of months between 2 dates?
    I have 2 dates.
    BEG_SVC_DT 12-JUL-2004 DATE FORMAT
    END_SVC_DT 050807 VARCHAR2 FORMAT Positions 3 and 4 are months.
    I must subtract BEG_SVC_DT from END_SVC_DT
    JUL is the 7th month.
    In PLSQL, I subtract 07 from 08 and get 01
    Or I have 2 dates
    BEG_SVC_DT 13-NOV-2004 DATE FORMAT
    END_SVC_DT 050429 VARCHAR2 FORMAT Positions 3 and 4 are months.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    NOV is the eleventh month. 04 is less than 11.
    In PLSQL I have to add 12 to 04 and subtract 11 from 16 to get 05.
    In both scenarios, the end_dt field must be VARCHAR2 because the user has to enter the word 'PRESENT'. In SQL, is there a function to compute the number of months between 2 dates?
    I am doing my calculations this way because this is the way that the user has been doing them when they created the report manually.
    The database that I am using is Oracle 9.2.0.6
    Report Writer Report Builder 6.0.8.22.0
    Forms 6.0.8.22.1

    In your example:
    BEG_SVC_DT 30-JUL-1995 DATE FORMAT
    END_SVC_DT 981007 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I add 31 to 07 and get 38. I subtract 30 from 38 and get 8.
    Where is the "31" depending on, on year and month of BEG_SVC_DT or END_SVC_DT?
    What would be the answer for the following example
    BEG_SVC_DT 25-FEB-1995 DATE FORMAT
    END_SVC_DT 980407 VARCHAR2 FORMAT
    Do I add 28 (=number of days in FEB-1995),
    or 30 (=number of days in APR-1998),
    or 31 (= max number of days in any month?)

  • Function  in param, start_date & number , return sums next working day

    Hi Friends,
    I need a funtion which can take in parameters as start_date and number , sum them as new date and return new_start_date as workind day.
    Suppose '15-SEP-2009' + 6 should return 23-SEP-2009 as new date.
    Basically the sum of date and number should return next working day (excluding saturday,sunday).
    e.g '15-SEP-2009' + 6 =21-SEP-2009 , but it includes saturday and sunday , so it should return 23-SEP-2009.
    Thanks
    Niren

    Hi, Niren,
    The first respondent gave a better function for testing for work days (Monday through Friday). If there's a bug with Saturdays, I'm sure that can fixed. Also,that function depends on your NLS settings. If that's an issue for you, that can be fixed, too. The idea that there are 5 work days in any 7 consecutive days will cut down the execution time considerable.
    A function like I suggested would be useful if you had to consider holidays as well as weekends.
    Here's an untested example:
    CREATE OR REPLACE FUNCTION  work_days_away
    (      in_start_date         DATE
    ,      in_day_cnt         NUMBER
    RETURN     DATE
    DETERMINISTIC
    IS
         IF  in_start_date - TRUNC (in_start_date, 'IW') >= 5
         OR  is_holiday (in_start_date)
         THEN
              RETURN  work_days_away ( in_start_date + 1
                               , in_day_cnt
         ELSIF  in_day_cnt >= 1
         THEN
              RETURN  work_days_away ( in_start_date + 1
                               , in_day_cnt    - 1
         ELSE
              RETURN  in_start_date;
         END IF;
    END     work_days_away;This use the date format 'IW', which does not depend on NLS settings, rather than 'D', which does.

  • Are you allowed to return devices within 14 day policy with cosmetic damages

    Hello,
    Are you allowed to return devices within 14 day policy with cosmetic damages?

    From:  Return Policy & Early Termination Fee - Verizon WirelessTT
    At our discretion, we may decline your return or charge you a fee for a missing item, or for items that we determine are damaged or require service. If you return and we accept your merchandise within the return period, we will refund your purchase price, subject to the restocking fee.

  • Carphone Warehouse doesn't allow 14 days return policy

    Just brought a iPhone this Monday, and then the iPhone reduced its price to £100 off, so I took my iPhone, which I haven't even got a choice to unpackaged it yet, back to the Carphone Warehouse where I brought it, they told me they do not do 14 days return policy, once you purchased your iPhone you are not allowed to return it for any reason.
    Their reason is they have policy that customer signed when purchasing the iPhone says No-14-days return policy.
    I have been contacting Carphone, O2 and Apple for the last four days on this issue, it seems O2 and Apple are happy to return the phone but I have to return it with Carphone Warehouse where I brought it, and there is noting I can do, nor the O2 or Apple, to make the Carphone Warehouse refund my iPhone.
    What can I do? I cannot believe this.

    This from the CPW website on their returns policy:
    +You must return your iPhone with all contents (accessories, manuals, etc) and packaging undamaged and unused with a valid till receipt or other proof of purchase to a Carphone Warehouse store and proof of credit check (if applicable) within 7 working days from the date you received your iPhone.+
    So it seems they do a 7-day return policy, instead of 14 days? My understanding was that the 14-day return policy was a legal obligation placed on vendors, but I may be wrong.
    Message was edited by: jia10

  • Just found out about 45 day return policy

    Hello I'm a elite status rewards member and I rarely return anything. I just learned about the 45 day return policy. I want to exchange a Nintendo 3ds xl I bought for a Ps Vita. Bad thing is I found out about the 45 day policy today and my 45 day mark was 3 days ago is there any chance I can still exchange this. I still have my receipt and every thing it came with.

    Good Morning emnmffxi –
    Handheld gaming devices are extremely convenient devices for taking on the go! There are so many great ones to choose from right now and that’s why it’s so understandable that you might want to exchange one for another. The Nintendo 3DS XL and PlayStation Vita are both terrific devices!
    Our Return & Exchange Promise is that you have 15 days to return or exchange most products. Elite My Best Buy members get a full 30 days and Elite Plus members get up to 45 days from purchase. Feel free to click on the link at the beginning of this paragraph for more information.
    I was able to look up your status using the information you registered with on the Best Buy Forums and saw that you are in fact eligible for the 45 day return period. I also located your purchase of the 3DS XL and saw that it was originally made on May 21, 2015. This would make today the 78th day after purchase. Being that you are outside of the 45 days, we would be unable to process a return or exchange. I am sorry for any disappointment this may cause. If you should have any questions or need further assistance, please let me know!
    Thank you for posting,
    Emily

  • Best Buy Return Policy for Cell Phones

    I bought an LG G Flex on 1 July. I rooted it when I got home. A couple of days later, I found out that I would have to unroot it in order to get the KitKat update, so I returned it to stock condition and tried to get the update. It booted into Jellybean fine, I made sure that the recovery was back to stock, and I made sure that the SU binaries were not present.
    I ran the update for KitKat, and my phone ended up shutting off and not turning back on. I had a full battery at the time. I'm not entirely sure what happened during the update process, but it looks like a partition got corrupted. I couldn't tell, because I couldn't turn the phone on. I figured I'd exchange the phone for a new one. I checked online to see if any of the Best Buy stores in my area had any G Flexes left in stock, and they didn't. I had to drive about an hour and a half away to Schaumburg, IL to try to do the exchange. While they were going through the process of trying to fix the phone before exchanging it, I told them that I could have fixed it if I could get it to boot into Download mode or recovery. They then asked me if I had rooted my phone. I told them that I had, but I returned it to stock in order to take the KitKat update. They refused to do the exchange, so I had to drive to the Best Buy in Arlington Heights, IL. At this store, a "multi-channel sales supervisor" named April {removed per forum guidelines} told me that they wouldn't be able to process the exchange because they couldn't turn the phone on. She directed me to call 888-BEST-BUY, which I did. The customer service representative looked at my account and told me that she had no idea why I was told I couldn't exchange my phone. By this time the Arlington Heights Best Buy had closed. I had to drive back out there the next day to get the issue resovled. It took me an hour and a half to get there. I was able to do the exchange at that time, and I saw April at the customer service counter and told her that the CSR I spoke with over the phone had no idea why I was told I couldn't do the exchange. She then told me that she had received an email from the Schaumburg store that I had rooted my phone and to not do the exchange. She then kicked me out of the store.
    Firstly, the return policy says this regarding mobile device returns:
    If you decide to return a phone or device with a plan, you are responsible for canceling your service contract with the carrier, and for all carrier charges.
    There are two ways to return your phone or device and cancel your service:
    • Return your device to a Best Buy store. Be sure to tell the store associate that you want to cancel your service. Carrier service cancellation policies may vary.
    • Call Best Buy Mobile at 1-877-702-2211 (6 a.m. to midnight, CT) for instructions on how to return the device by mail. Let the phone associate know that you want to cancel your service.
    There is nothing there about rooted or jailbroken devices. If Best Buy wants to exclude those devices, all it takes is adding one sentence: "Mobile devices with custom or altered firmware are not eligible for return or exchange under this Policy." Because there is nothing in the stated return policy against returning such a device, the Schaumburg store should have accepted the return. At the very least, they should not have notified other stores, seeing as I wasn't trying to get anyone to violate the return policy.
    Secondly, I don't appreciate being lied to, and I feel that April lied to me. She was also incredibly rude to me when I asked about why she had directed me to call customer service. If she had told me that Schaumburg had told her that my phone was rooted, I could have dealt with the Schaumburg store and spoken with their manager. Asking me to leave the store for trying to figure out what the hell was going on (and after she had found out that I had already gotten my phone exchanged) was even more rude. I was not looking for a fight. I just wanted answers, and perhaps a little consideration for the fact that I had to waste four hours of my life dealing with this when it should have been dealt with the previous day.
    These experiences, along with an ongoing problem with an online order that is not relevant to this topic and which I have explained in a thread that was about a similar problem, are making it incredibly unlikely that I will ever shop at Best Buy again. Not even for things that I have an urgent need for, like replaement charging cables when mine crap out. I can wait two days for Amazon to ship them to me. I am also more likely to tell my friends and family to avoid shopping at Best Buy because of these experiences.
    The employees of the Best Buy stores in Schaumburg and Arlington Heights certainly seem like they actually want this:
    into this:
    {removed per forum guidelines}

    Hello again Sloppy_Carlton,
    I’m glad to see you are utilizing the forums to reach out to us about multiple experiences, although I am sorry to see that neither of the experiences you posted about left you feeling delighted.
    Per our Return & Exchange Promise, we may return or exchange almost everything; however, devices that are damaged would be excluded. It seems the unauthorized modification (rooting and unrooting the phone) may have been the cause of the phone not turning on when attempting to update your operating system to KitKat. We would not be able to accept this device for an exchange or return as it would be considered damage from the unauthorized modification.
    That being said, I’m glad to hear you seem to have been provided a one-time solution to this experience. We truly value your insight and the time you have taken to share these insights with us. If you should need any further assistance, please feel welcome to reach out to us.
    Thank you for posting on the forum! 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Need to add number of days to users end date.

    Hi,
    I have a code where we are adding number of days(30) to current date and then updating user's end date in IDM DB.
    Now we have a requirement where we need to add number of days(30) to existing end date of user instead of adding to current date.
    *public String incrementDate(int daysToAdd)
         // Start date
         log.info("NotifyLastDayOfService::incrementDate(): Enter");
         SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd 00:00:00");
         Calendar c = Calendar.getInstance();
         c.add(Calendar.DATE, daysToAdd); // number of days to add
         String newDate = sdf.format(c.getTime());
         log.info("NotifyLastDayOfService::incrementDate(): Exit");
         return newDate;
    Have any body implemented this scenario?
    Please suggest.
    Thanks,
    Kalpana.

    Hi Nayan,
    Here is the code:
    System.out.println("----inside increment date method-----");     
              HashMap<String, String> hm = new HashMap<String, String>();
              HashMap<String,Date> modifyMap=new HashMap<String,Date>();
              SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd 00:00:00");
              tcResultSet usrList = null;
         String enddate = null;
         hm.put("Users.Key",usrKey );
         try {
         usrList = this.usrIntf.findUsers(hm);
         usrList.goToRow(0);
         Date endDate =usrList.getDate("Users.End Date");
         System.out.println("-----users end date-----"+endDate);
         String userEndDate=sdf.format(endDate);
         System.out.println("-----String value of users end date-----"+userEndDate);
         Calendar cal=null;
         System.out.println("-----Calender date-----"+cal);
         cal.setTime(endDate);
         System.out.println("-----end date-----"+endDate);
    cal.add(Calendar.DATE, Integer.parseInt(daysToAdd)); // number of days to add
    Date newEnddate = cal.getTime();
    System.out.println("-----new end date-----"+newEnddate);
    //usrList.setEndDate(Edate);
    modifyMap.put(userEndDate,newEnddate);
    usrIntf.updateUser(usrList, modifyMap);
    System.out.println("updated user's end date in OIM DB");
    //System.out.println("-----updated user's end date in OIM DB-----");
    logger.info("NotifyLastDayOfService::incrementDate(): Exit");
         System.out.println("-----new date-----");
         } catch (tcAPIException e) {
         logger.error("Error in finding end date for user" + e);
         } catch (tcColumnNotFoundException e) {
         logger.error("Error in finding end date for user" + e);
    In th log file, I can see that the code is not executing this line:
    cal.setTime(endDate);
    end date is of type Date and stores users end date from DB. Please help in resolving this issue.
    Thakns,
    Kalpana.

  • Return policy in case of traveling

    Hi,
    I have bought my new apple in the USA - last week, and I just found out that it has only 4Gig of RAM, and I wanted 8Gig. The issue is that I wont be back in the states before january.
    Do you know if there is a derogation to the 14 days return policy in such a case?
    Thanks for the tips!

    Telephone AppleCare

  • How to calculate number of days in hijri

    Dear all,
    I need to develop a custom report in which i required to calculate number of days in hijri month and also the first and last day of the hijri month. we normally use Last_date(sysdate) function to get the last date of the english calender. but how can we find same for month.
    Looking after for your support.
    Regards,
    Saquib

    Convert to hirjih date using:
    select
    to_char(sysdate,'YYYY/MM/DD','NLS_CALENDAR=''English Hijrah''') hijrih_date
    from dual;
    You can replace sysdate with the date of your choice.
    Also I wrote this for my last project:
    /* get hirjih date */
    FUNCTION get_hijrah_date(
    p_date in date,
    p_date_format in varchar2
    ) return varchar2
    is
    v_hijrah_date varchar2(500);
    begin
    select
    to_char(p_date,p_date_format,'NLS_CALENDAR=''English Hijrah''')
    into v_hijrah_date
    from dual;
    return v_hijrah_date;
    end get_hijrah_date;
    So you can have get_hijrah_date(sysdate,'DD-MON-YYYY') from dual;
    (or any other date formate of your choice)
    Edited by: igwe on Jan 30, 2013 8:07 AM

  • How to calculate number of days between two date in Template design?

    Hello guys
    I have a situation where I have to create a template that returns data, and one of the thing of the existing report is that there is a column that is actually the number of days between start date and end date columns..
    So in template, how would I be able to do the same? I have start date and end date columns on the template, now when I created another column using expression like end date - start date and preview the template, I am getting errors saying :
    Caused by: oracle.xdo.parser.v2.XPathException: Cannot convert 03/31/2009 to number.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
    Please advice
    Thanks

    Hi
    There is an extension function you can use, from the javadoc:
    date_diff
    public static long date_diff(java.lang.String format,
    java.lang.String fromDate,
    java.lang.String toDate,
    java.lang.String locStr,
    java.lang.String tzID)
    Method to get the difference between two dates in the given locale. The dates need to be in "yyyy-MM-dd" format. This function supports only Gregorian calendar.
    Parameters:
    format - the format to which the difference is required; allowed formats are y (for Year), m(for month), w(for week), d(for day), h(for hour), mi(for minute), s(for seconds) and ms(for milliseconds)
    fromDate - the first date
    toDate - the second date
    locStr - locale string -> lang-Territory
    tzID - timezone ID ->http://java.sun.com/j2se/1.4.2/docs/api/java/util/TimeZone.html
    Returns:
    the difference in dates in the desired format
    For example
    <?xdoxslt:date_diff(‘d’,’2009-09-14’, ‘2009-09-20’,’en-US’,1)?>
    give a result of 6
    You can substitute in columns for the dates, just remember the date format required.
    Regards
    Tim

  • Essbase number of days calc

    We have a Time dimension which has the below member.
    NumDays
         Q3Days
               Oct (31)
               Nov (30)
               Dec (31)
    The values for Oct, Nov and Dec are hard coded as 31, 30, and 31 respectively. But I want them to return the actual number of days based on today's date. For example, if today is Oct 03 then Oct should return 2 days, Nov and Dec 0 days. And if today is Nov 05, Oct should return 31 days, Nov should return 04 days and Dec 0 days.
    Is there any calc or function that I can use to get the above result.
    Thanks.

    Got it, thanks.  In that case Celvin's solution (or one of the other sample date CDFs available here) will get you what you need.
    If you do have a batch process to attach to, you could look at updating the member formula dynamically, or having a static formula point to a specific intersection and then load the values to the cube, or update substitution variables referenced by a static formula...
    But if it really must be 100% dynamic and tick over at midnight without any process run, I think a CDF is your only option.

  • HT4858 What about number of days. How long is a photo stored in shared photo stream? 30 days?

    What about number of days. How long is a photo stored in shared photo stream? 30 days?
    Also, do photos in a photo stream (shared or personal) get backed up on a pc if the icloud panel is there?
    Regards               

    I've adapted this from a function on my blog. you will need to add set the YourTicketTable to where ever your tickets are stored.
    CREATE
    FUNCTION [dbo].[CalcWorkDaysBetween](@StartDate
    As DateTime,@EndDate
    AS DateTime)
    RETURNS
    INT AS
    BEGIN
    SET @EndDate
    =DATEADD(DAY,1,@EndDate)
    DECLARE @Count
    AS Int= 0
    DECLARE @Date
    As Date=@StartDate
    WHILE @Date
    < @EndDate
    BEGIN
    IF (DATEPART(WEEKDAY,@Date)IN(1,7)
    OR (SELECT
    Count(*)
    FROM YourTicketTable WHERE TicketDate=@Date)=1)
    BEGIN
    SELECT @Count = @Count
    + 1
    END
    SELECT @Date=DATEADD(Day,
    1,@Date)
    END
    RETURN
    DATEDIFF(DAY,@StartDate,@EndDate)- @Count
    END
    Regards,

Maybe you are looking for

  • AdobePDFViewer.plugin And Default File Name When Saving

    When I grab a PDF document from a web page, it opens in a Safari Window just fine, as expected. I get the Adobe Plug-in Tool Bar as expected. So now I want to File:Save As the document that I have grabbed and am now looking at in my Safari window. Th

  • Fill a field of any website & submit

    I want to create a JSP Page from which i should be able to fill the login id & password of Yahoo Mail & automatically submit the page. So when i click on the link of my page the page after login in Yahoo should be appear. Can anybody tell me how can

  • Platform migration vi storage replication?

    We have a 10.2.0.4 database running on HPUX platform which uses EMC for it's storage. We want to migrate the database to an AIX server. Is it possible to just clone the luns where the datafiles live using the EMC utilities and then bring up a databas

  • CC Light Burst 2.5 in CS5 problems

    Hi, Im having problems with CC Light Burst 2.5 in CS5 version of After Effects. I applied the effect to an image that has already had applied CC Sphere effect. The problem is that the rays from Light Burst end in a box shaped border. Looks like the s

  • No sound from laptop speakers after Windows update installed Realtek HD Audio

    Laptop is HP6626US with Windows Vista 32 bit SP2. I had an error with Windows Update which was recently fixed.  When I ran the update Realtek HD Audio was installed, among many other items.  I now have the red circle white X by my speaker icon and do