Configuration of value date calculation by currency

Hi,
We are producing a payment file for upload to an internet banking system, and the file typically includes payments in a number of different currencies; however, the cut-off times issued by the bank for their processing of the payments in the file differs depending on the currency in which each payment is to be made.
To ensure the file contains the correct value date, we need to use rules which can determine the value date based on currency.  There only appears to be options in SAP to configure the number of days deviation by house bank / account and payment method.
Is our only option to build the deviation rules based on currency into the relevant payment print program, or is there some further configuration I can use?
Any help would be greatly appreciatied.

if u hav one or two currencies then having seperate accounts will be better or
use a table containing the currency and the delta days ..use it in ur print program to arrive at the right date..
thats the only alternatives..to my knowledge level also.
regards
anantha

Similar Messages

  • Previous value data calculation

    Hi All,
    I have a report which contain column like Current which calculates value for net_change & other column as Pevious whcih will calculate previous value of net_change.I m creating a report in BI publisher & writing a sql query to achieve this but I m not sure which sql funcion to use which will calculate the data for Previous value based on nte_change?plz help ?

    Hi Sonal,
    a possible solution for this can be the use of a lead function (take a look once here where the function is explained http://www.oracle-base.com/articles/misc/LagLeadAnalyticFunctions.php)
    Hope this can help you out.
    Kr
    A

  • Automatic payment: OBBA Define Value date rules

    hi experts,
    Have you ever tried OBBA to define Value date rules? I met a problem with it.
    In OBBA, my configuration is as follows:
    House banK Account ID Transaction R C1 S Dev C2  A
    CIT1               CNY                              3 CN -    1   CN  -
    CN is the Factory Calendar China.
    According to this configuration, I suppose the Value date will take Due date as reference date, minus one day, and if the Value date calculated is Weekend or Public holiday, it will use the last week day as the Value date.
    But I made two tests:
    In the first test, my OBBA configuration is exactly like above one I listed, in my payment proposal, the invoce Due date is 20-Jun, Value date is also 20-Jun, but I think according to the configuration, the Value date should be 20-Jun minus one day=19-Jun which is a weekend, so should be the last week day 18-Jun.
    My first test tell me the Deviation from reference date in days and the Calendar does not work.
    In my 2nd test, I changed the Reference date to 2 (Posting date), but in my payment run, the Posting date is 9-Jun, the invoice Due date is 20-Jun, the Value date is still 20-Jun.
    My 2nd test tell me the Reference date for determining the value date does not work.
    Have you met such problem, it seems the OBBA totally dose not work.
    many thanks!
    best regards
    Sophie

    Hi Sophie,
    I guess it is too late for you already but maybe this helps to other people with similar issues. You also need to assign the transaction created in OBBA to a specific payment method:
    But what is even more important is that you need to tick this box in the payment method company code settings - "payment per due date".
    Regards,
    Ondrej

  • Default Value Date in Cash management

    Hi experts!
    I'm configuring Cash Management with document -Cash Management Germany (B46)
    I  want to configure "Default Value Date" :IMG: Treasury --> Cash Management --> Basic Settings -->Define Value Date Default
    But where I don't see Treasury?
    Please help me
    Thanks & reguards
    Ngocpt

    In ECC 6. treasury is replaced by Financial supply chain management. You can default the date in the following path:
    IMG - Financial supply chain management - cash and liquidity management - cash managment - Basic Settings -->Define Value Date Default
    Regards,
    Mayank
    *assign points if useful

  • Value date issue

    hi,
    can u please tel me where we have to configure the value date in fi ?

    Hi,
    LSMW for Asset Data was intended for "historical asset" via transactions AS91 (AS92) not AS01.
    Anyway, this program is creating asset one per one, so the field you mention is irrelevant.
    See the Note 550176 - FAQ note legacy data transfer asset master records
    Thanks,
    Raviteja

  • Convert a sales value to the reference currency with the exchange rate of a specific date

    Hi Friends,
    I Have 2 Dimensions: Time and Currency
    I also have to fact tables, exchange rate and sales
    Both fact tables have references to Time and Currency Dimension.
    The user want to select using excel the sales in the local currency and the correspondent conversion in the reference currency (the reference currency is fixed) in the selected date.
    To obtain the desired exchange date I need a date and a currency. The user select in excel a specific date but the currency must be the current currency in the sales table. I achived something like this in the query editor:
    with
    MEMBER [Measures].[Current Rate To Euro] AS (
    ([ISO Currencies].[ISO Curr Code].CurrentMember, [Time].[Date Id].CurrentMember, [Measures].[Exchange Rate To Euro]))
    MEMBER [Measures].[Net Sales Euro] AS (
    [Measures].[OOH Net Sales Dom Snapshot]/[Measures].[Current Rate To Euro]
    SET NE_measures as {[measures].[Net Sales Value Domestic], [Measures].[Exchange Rate To Euro]}
    member m_NonEmptyCheck as
    Generate
    NE_measures
    ,{Iif([Measures].CurrentMember, [Measures].CurrentMember, NULL)}
    ).Count = NE_measures.Count
    ,NON_EMPTY_BEHAVIOR =
    {[measures].[Net Sales Value Domestic], [Measures].[Exchange Rate To Euro]}
    select {[Measures].[Net Sales Euro], [Measures].[OOH Net Sales Dom Snapshot],[Measures].[Current Rate To Euro]} on 0,
    Filter(
    {[ISO Currencies].[ISO Curr Code].[ISO Curr Code]}*{[Time].[Date Id].&[2581]*[Customers].[PDU Description].[PDU Description]}
    ,m_NonEmptyCheck
    ) on 1
    from [DM ISR DEV];
    But I don't know how to translate the last select in a calculated measures in order to let the customer only to select this measures in the values area and the time in the filters.
    Any comment would be appreciated
    Kind Regards

    Was not so difficult as I thought, however, it took me several hours to understand how could it work:
    with
    MEMBER [Measures].[Current Rate To Euro] AS (
    ([ISO Currencies].[ISO Curr Code].CurrentMember,[Time].[Date Id].CurrentMember, [Measures].[Exchange Rate To Euro]))
    MEMBER [Measures].[Net Sales Euro] AS (
    SUM([ISO Currencies].[ISO Curr Code].[ISO Curr Code],([Measures].[OOH Net Sales Dom Snapshot]/[Measures].[Current Rate To Euro]))
    select {[Measures].[Net Sales Euro], [Measures].[OOH Net Sales Dom Snapshot],[Measures].[Current Rate To Euro]} on 0,
    non empty {[Time].[Date Id].&[2580]} -- specific datatime, in my db is the 23 Jan. 2014
    *{[Customers].[PDU Description].[PDU Description]} on 1 -- An attribute of the customer hier.
    from [DM ISR DEV]
    I think all of my confusions come from my Sql background. A calculated member is a member that is resolved by calculating an MDX expression to return a value, not a set, for this reason the key to solve my problem was the SUM function.

  • Significance of Value date in Autopay configuration

    Friends,
    I tried understanding the importance and  significance of Value date in different configurations e.g. Assets, APP, But didn't get it. Please help me understand it with some examples.
    Thanks,
    A

    if u hav one or two currencies then having seperate accounts will be better or
    use a table containing the currency and the delta days ..use it in ur print program to arrive at the right date..
    thats the only alternatives..to my knowledge level also.
    regards
    anantha

  • Configuration acquisition value for data load LSMW

    Experts,
    We want to load data through batch input. The script works fine but we have a problem with storing the historic acquisition value in a foreign currency. We have 10 areas defined of which we are using for this company area 01, 02 and 32 (foreign currency value). What happens at loading is that the other areas are copying the value from area 01. I would like to know what the transaction is for blocking the system to copy value into the non used areas and just open are 01, 02 and 32 to enter data.
    Thanks,
    Glenn

    can you check below message types in LSMW IDOC method
    /SAPMP/LOIPRO                   Production Order with Configuration Data
    CNPMAS                          Configuration profile
    CONFIG                          Configuration for transceiver
    DWLOAD                          Download transceiver configuration
    UPLOAD                          Configuration transceiver for upload

  • Calculating local currency based on document date in goods receipt

    We have a requirement in Poland that the local currency PLN should be calculated based on the document date when doing goods receipt, and not standard SAP posting date. I can only find note 619330 according to this requirement, but this note requires use of material ledger which we are not using. We have implemented note 574583 for the same requirement in transaction MIRO.
    Since there are no notes from SAP according to the requirement in transaction MIGO, are there any enhancements available for using the document date instead for posting date when calculating local currency?
    Best regards,
    Terje

    substitution used

  • How to configure value date (VALUT) filling in FF67?

    Hi,
    Anyone knows if there is any configuration related to the automatic filling of the value date(BSEG-VALUT) in the transaction FF67? During the compensation of one document this date is not automatically passed and I want to change this.
    Thanks,
    Nuno

    Substitution can be used for the same.
    Check condition with T Code and document type, fill the value date with the current date.
    T Code for substitution : OBBH

  • Condition VPRS value in operating concern currency.

    Hi,
    We've encountered the following problem. I was wondering if anyone of you had a similar one and how did you go about it:
    1. We've defined second local currency for our company codes = currency type 30 = USD
    2. CO-PA stores both company code currency = currency type 10 and op. concern currency B0=USD
    3. When we post goods issue to a customer, COGS is posted in FI in both currencies 10 and 30.
    4. Then when we run billing COGS condition VPRS is transfered to CO-PA in company code currency and operating concern currency. The value in company code currency is equal to the value during goods issue posting, however the value in operating concern currency (B0=USD) is calculated using the current exchange rate type 'M'. As a result VPRS value in CO-PA in B0=USD is not the same as the value of COGS in FI for currency type 30=USD (as the exchange rate is different during billing).
    It makes it impossible to reconcile COGS between FI and CO-PA in USD.
    For direct posting to CO-PA from MM and FI, SAP provides notes 604936 and 1066394 which solve the issue if B0=30. However those notes do not provide solution for billing documents and VPRS.
    We were advised that this problem can be solved using CO-PA enhacement COPA0005.
    Have you ever done it? Any tips on codeing this user exit? Any sample code?
    Regards,
    SZ

    Hi,
    Currency options in operating concern enables you to view the data  in copa. Activation or deactivation of the additional currencies here wont impact base data from any documents.
    If u r business doesnt have the profit center valuation or group valuation u can deactivate other currencies.
    Regards
    Sudhakar Reddy

  • Value date rules

    Hi,
    I would like to clarify on the below 3 column in the configuration above.
    what is the purpose of the below and can provide an example?
    S (+/- sign for the difference in days) ,
    DEV (Deviation from reference date in days) and
    D (Rule for setting the value date for weekends and public hols)
    Thanks

    Dear Newphama Calesta
    This symblos determines (+/- sign)whether the difference in days  should be added (or) subtracted.
    The value date take due date as reference date - (minus) one day. if value date is calculated as weekend or public holiday.  it is use the last week day as the value date
    For example: if the invoice due date is 25.2.2012. the value date should be 24.2.2012. (the value date 25.2.2012 - 1 day).
    (Ex: 25.2.2012 - 1day) = 24.2012(if it is week end or public holiday) - 1 day = 23.2.2012
    Deviation in days -  from the reference date. How many days before or after the reference date,
    Regards
    shankar

  • Inhouse Cash : interest scale posting date and value date

    Hello,
    We would like to configure the posting of the calculated interests at month end as follows:
    calculation period  : from first calendar date of the month (included) until last calendar date of the month (also included !)
    posting date = last calendar date of the month
    value date = first calendar date of the next month
    My understanding is that the posting date of F991 is driven by F9L4.  How can I make sure that valuedate of the payment item generated by T-code  F991 (mass balancing)  = F9L4 date + 1 calendar day?
    Thank you very much for your suggestions.
    Carl

    I agree that you can influence the value date as compared to the posting date,
    but that is not the key issue.
    Key is how to ensure that both the interest calculation end date AND the posting date be equal to the last calendar date of the month?
    The system seems to look at what is stored in the account balancing tab of F9K3 and if you have "31" stored there, the system seems to calculate until the 30th of the month (for months of 31 days, obviously).
    I can however not put in F9K3  "1"  (first day of the month), because then I will be unable to trigger the interest scales (F991) with a posting date 31st of the previous month, because in order to trigger F991 the date in F9L4 (which is the posting date of the interest scales) must be equal to or bigger than the date stored in F9K3 (next balancing date, which would be equal to 1st of the next month !
    So, It looks I am running in circles.....
    Any solution for this?
    Thx,
    Carl

  • Payment terms - Baseline date calculation.

    Hi
    In payment terms configuration, we have option "No Default" for determining Base line date.
    If we have payment terms with above configuration.......
    In Fi, Baseline field will be blank while posing Customer Invoice, in which case We can enter baseline date manually. However If Invoice is generated from SD-billing document, we dont have any field "Baseline date" while posting billing doc. In such case how system determines Baseline date. When I checked few billing documents, Baseline date is defaulted with BIlling date even "No default" option is selected.
    Is there any configuration in SD that prompts this action. or is it always billing date is defaulted ?
    Please clarify

    Hi !! Madhu,
    There is a way, but not exactly what u require! You can check while maintaining the condition records in t.code VK12, observe the last two columns available, one is called a 'Fixed Value date' & the other is called 'Add Val Days'.
    If you make any entry in the field 'Fixed Value date' this will be the date from which the payment terms start taking effects. Or if you make an entry in Add Val Days' in this case the payment terms start taking effect from billing date + the no. of days mentioned in this column.
    You cannot make a entry in both 'fixed value date' & 'Add Val date'  fields at one time.
    Give your feedback if this has worked for you.
    Regards,
    PATHIK

  • Schedule Line Delivery Date Calculation with Transportation Scheduling

    Hi All,
    We are currently running into a problem where our Sales Order Schedule Line delivery dates are being pushed out too far into the future - because of the Calendar being used to determine the transit time.
    We have 'Delivery Scheduling' and 'Transportation Scheduling' activated for our Sales Document type
    We have Routes that are configured with a 'Transit Time' and a 'Factory Calendar'
    Order Scenario:
    'Factory Calendar' assigned to our 'Route' is setup with only one 'Workday' in a given week e.g. Wednesday
    Our 'Route' has a Transit Time of 2 days
    We create a Sales Order on Monday for a Material that is available in our Plant
    The 'Goods Issue' date is being determined correctly for the next Workday - being Wednesday
    The 'Delivery Date' is extending out over 15 days (2 Wednesdays into the future) - since it is working on 'Calendar Days' and not 'Actual Days'
    Does anyone know of a way (config or other) to only influence the 'Goods Issue' date with the 'Factory Calendar' assigned to the Route, and have the 'Delivery Date' calculated using the Transit Time on the Route and 'Actual Days' rather than Calendar days?
    All help greatly appreciated.
    Thanks,
    Ravelle<i></i>

    Hi Pathik,
    Thanks for your reply.  I have already maintained the Calendars I'm using for this business process in <SCAL> - same as <OY05>. 
    The problem I'm having though is that by assigning a Calendar directly to my route (which I doing to influence the goods issue date - using a 1 Working Day Calendar) it is also taking precedence in determining the Transit time - which in this case I don't want, as I want my Transit time to be determined using a 5 Working Day Calendar.
    I don't think this problem has a config option as a work around...I think the only possibility in this case is a development to achieve the results we need.
    Thanks,
    Ravelle

Maybe you are looking for

  • How to get more than 1000 rec from Oracle?

    Hi i got this issue from 1 of my fnd. can any one tell me how to over come this issue? I need help in solving the issue This is the oracle error coming when we try to export the records to the excel sheet. Macromedia][Oracle JDBC Driver][Oracle]ORA-0

  • Can PSP be used in Portals?

    Hi Portal Gurus, I understand PL/SQL Cartridges can be used in portal development. But, has Oracle started supporting use of PSP (PL/SQL Server Pages) for portal development? If so, is there any documentation out there for it? Any help will be greatl

  • Re enable dequeueing for expired messages in AQ

    Dear all, I need to reprocess expired messages in an advanced queue. Is there a script that allows either to retry dequeuing or to re insert/enqueue again the messages? The creation script of the queue follows: BEGIN   SYS.DBMS_AQADM.CREATE_QUEUE    

  • My Windows 7 PC is not recognizing my iPhone as a connected device.

    The iPhone connects to and synchs with iTunes just fine,  But in My Computer it does not show as a connected device.  I want to upload pictures from my iPhone to the PC.

  • Difference in images when viewed in CS5 and CC

    When I view the an image in CC, there is considerably more noise in the image than when it is viewed in CS5. Being viewed on the same PC.