Check "reporting country" with the country of the vendor in ME11 and ME12

Hi,
I work on transaction code : ME11 and ME12.
And I want to "change" something... In fact, when a user select a "Tax Code" in the screen "Purchase Organization Data 1", I want that "something" (like a user exit, for example) check if the "Reporting country" (T007A-LSTML), selected by the user, is equal to the country of the vendor (LFA1-LAND1). If it's not equal, I want that a warning message displays on the screen to oblige the user to change the "Reporting country".
If no user exit is existing, is there another thing which could help me ? Because I don't want change the source code.
Thanks in advance for your help...
Regards

Hi,
I work on transaction code : ME11 and ME12.
And I want to "change" something... In fact, when a user select a "Tax Code" in the screen "Purchase Organization Data 1", I want that "something" (like a user exit, for example) check if the "Reporting country" (T007A-LSTML), selected by the user, is equal to the country of the vendor (LFA1-LAND1). If it's not equal, I want that a warning message displays on the screen to oblige the user to change the "Reporting country".
If no user exit is existing, is there another thing which could help me ? Because I don't want change the source code.
Thanks in advance for your help...
Regards

Similar Messages

  • Is Oracle Hyperion SQR Production Reporting certified with Oracle 12 on the redhat linux ?

    s Oracle Hyperion SQR Production Reporting certified with Oracle 12 on the redhat linux ?

    As per the support matrix Oracle 12 will be supported with 11.1.2.3.500. Check the support matrix at : Supported Platforms Matrices - Oracle Enterprise Performance Management System
    Thanks,
    KK

  • The report terminated with error:  REP-501: The specified database cannot b

    Dear All,
    We are usning forms and reports 11g in weblogic . while running the reports from forms
    frequently getting the error The report terminated with error: REP-501: The specified database cannot be connected..
    Can anyboby help me to solve this problem

    REP-501 typically means that Oracle Reports are unable to locate any available Oracle Databases. By default, Oracle Reports (similar to Oracle Forms) will only look for available databases in tnsnames.ora. Not only that, but the Reports environment by default will always look for the tnsnames.ora file in %ORACLE_INSTANCE%\config ($ORACLE_INSTANCE/config in Unix). I have seen these scenarios happen before especially if the TNS_ADMIN variable for your Forms environment variables is a directory different from %ORACLE_INSTANCE%\config. This would be the first place I would look.
    If tnsnames.ora is located in %ORACLE_INSTANCE%\config, do all generated reports fail with this message or a select amount of them? If only a select amount of them, are there any similarities with these reports (e.g, size, parameters, etc.)?
    Thanks,
    Scott
    http://pitss.com/us

  • SSRS report with tabular model – Create a dropdown report parameter with "None" option as the top value.

    Hello Everyone,
    I would like to create SSRS single select dropdown list parameter (it is using MDX query in dataset) with "None" option at the top. Note: this parameter is dependent parameter and getting filtered based on the selection of another parameter.
    How can I add hard-coded "None" text at the top of the parameter values? Can Union function help me to add this hard-coded value? The purpose is, when user selects None from the dropdown ignore the condition of the parameter from MDX query else
    use the selected value in query condition.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

    Hi Ankit,
    In your scenario, you can achieve your requirement in report level other than in query. Add a Filter like:
    Expression: =IIF(Parameters!Name.Value="None",1,Fields!Name.Value)
    Operator:=
    Value: =IIF(Parameters!Name.Value="None",1,Parameters!Name.Value)
    In this case, report will ignore this parameter, and show all the records on the report when selecting “None” value. I have tested it on my local environment, the screenshots below are for you reference.
    Reference:
    Add a Filter to a Dataset (Report Builder and SSRS)
    Regards,
    Charlie Liao
    TechNet Community Support

  • Reports 6i with buttons that use the rwrun depreciated functionality

    I have several reports that drill down to other reports.
    I understand that this functionality has been depreciated with the Oracle Reports 10gr2.
    How do I code hyperlinks to perform this same type of function - displaying the first report in PDF and then having the user mouse over and click the link so that a second report will display... I would like to use PL/SQL to code the links...
    This was the code from the button that I was using previously to perform this task... (FYI - we generate our reports in French and English)
    begin
    -- Run the Service Requisitions for Service report
    SRW.RUN_REPORT('report='||:p_path||'FCS707.rdf'||' destype=preview desformat=default paramform=no'||' p_service_id='||:p_service_id ||' statuscd=0'||' p_dialect_cd='||:p_dialect_cd||' p_path='||:p_path);
    EXCEPTION
    WHEN SRW.RUN_REPORT_FAILURE THEN
    IF :p_dialect_cd = 'ENGLISH' THEN
    SRW.MESSAGE(2,'Error Running Report.');
    ELSE
    SRW.MESSAGE(2,'Erreur à l'||''''||'exécution du rapport');
    END IF;
    end;
    I have about 16 reports that use this functionality and need to find a work around ASAP. As part of our conversion effort, we are now generating our reports to display a PDF document within a browser.
    Thanks in advance
    Darla

    Darla
    You should be able to do something like you are doing in the srw.run_report, assuming you have the reports server running. You will choose a field or item to be your hyperlink on the first report. Give that item a format trigger like:
    function F_cFormatTrigger return boolean is
    begin
      srw.set_hyperlink('http://my_repserver:7777/reports/rwservlet?report='||:p_path||'FCS707.rdf'||'&destype=cache&desformat=pdf&paramform=no& p_service_id='||:p_service_id ||'&_status_cd=0'||'&p_dialect_cd='||:p_dialect_cd||'&p_path='||:p_path);
      return (TRUE);
    end;You can make the reports server call dynamic also, but I have made it a static, i.e. http://my_reportserver:7777

  • The process to pay vendors by CC and pay AMEX for charges

    I have looked in the forums a bit but could not find this answer.
    We pay a lot of the POs using AMEX credit card.
    As such we need to process the POs belonging to the different vendors to say we paid by AMEX credit card.
    At the same time, we need to reconcile the AMEX statement and pay AMEX.
    What is the process for this?
    Mike

    Hi Mike ,
    The process should be similar like you make a payment by cheques .
    By saying that --Outgoing payments -
    select vendor --payment means -- credit card .
    If you are looking information about the payment made by credit card (Amex) in your case ,it is stored in VPM3.
    A query like this  will help you
    SELECT T1.CardCode, T1.CardName, T0.DocDate as 'Posting Date', T0.DocNum as 'AP Invoice Number',
    T0.DocTotal as 'AP Invoice Total',  T1.DocDate as 'Payment Date',
    T1.DocNum as 'Outgoing Payment Number ',  T1.CreditSum,
    T2.[CreditCard], T2.[CreditAcct], T2.[CreditSum], T3.SlpName
    FROM OPCH T0 INNER JOIN OVPM T1 ON T0.ReceiptNum = T1.DocEntry LEFT JOIN VPM3 T2 ON T1.DocNum = T2.DocNum
    Left Join OSLP T3 ON T3.SlpCode= T0.SlpCode
    where  T2.[CreditCard]=[%0] and T0.DocDate >=[%1] and T0.DocDate <=[%2]
    <Noted : Originally created by Gordon, Modified by Bishal>
    Hope this is what you are looking for
    Thank you
    bishal
    Edited by: BIshal Adhikari on Nov 19, 2008 2:17 PM

  • Reporting action with a parameter

    Hi,
    I am having an issue setting up a reporting action with a parameter. The report I am trying open
    is non-cube based database report. I tried a few syntax variations for
    the parameter value such as:
    UrlEscapeFragment( [Dimension].[Attribute].CurrentMember.Name)
    UrlEscapeFragment( [Dimension].[Attribute].CurrentMember)
    UrlEscapeFragment( [Dimension].[Attribute].CurrentMember.Value)
    UrlEscapeFragment( [Dimension].[Attribute].CurrentMember.UniqueName)
    But non of them seems to work.
    The action disappears ones I set the
    parameter.
    What am I doing wrong?
    Thank,
    Sasha

    see this
    Report Navigation from SSAS
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • SAP BO 4.1 Webi report sample with prompts to try Restful api

    I was not able to find, in the report demo samples available in the SAP BO 4.1 installation, a Webi report with prompts.
    I found many Webi reports samples but all are without prompts.
    I need at least one Webi report sample with prompts to try the Restful API http://localhost:6405/biprws/raylight/v1/documents/7090/parameters and http://localhost:6405/biprws/raylight/v1/documents/7090/schedules with parameters body.
    Where can I found such webi sample?
    Thanks,
    Riccardo

    As you have BI 4.1 installed, you could design a sample webi report using Webi Rich Client tool.
    Open Webi rich client, select the sample eFashion universe drag few objects in the query and a filter. Set the filter as a prompt and save the report to Enterprise.
    Now you could now use this sample report for your handson on REST SDK.
    -Bhushan

  • FDM Check Report?

    When my client loads an unmatched IC transaction via fdm the check report is not successful due to the fact that it is using the BALANCE account which is unbalanced. Is there any way around this besides not using the BALANCE account in the check report?
    Thanks in Advance!!

    Hello,
    This is currently a known issue that is being fixed. There is a patch that is currently being tested for release to address the issue.
    I would suggest creating an SR to see if you truly meet the criteria and can obtain an early release.
    Thank you,

  • PO release workitem won't clear - 'Check FM ends with exception'

    Hi all,
    I've got a workflow with multiple approval steps even after all steps in the PO complete successfully, i have one work item in the middle of the approval process that won't clear and the event log shows 'Check FM ends with exception' even though the PO is released successfully.
    i've got the BUS2012 RELEASED event set as a terminating even to task TS20000166 as standard but i think the release code might not be getting received correctly.  How can i debug this or fix it?
    Regards
    Amir

    Hi Kjetil
    Unfortunately it is not a customer function.  ME_REL_CHECK_EVENT_PARAM is a SAP standard Check Function and has trapped me before.  Basically it checks the workitem container (before image if you like) against the event container.  (see Below)
    Get the release code from the workitem container.
    swc_get_element wi_container 'RELEASECODE' wi_release_code.
      if sy-subrc ne 0.
        raise container_error.
      endif.
    Get the release code from the event container.
    swc_get_element event_container 'RELEASECODE' evt_release_code.
      if sy-subrc ne 0.
        raise container_error.
      endif.
    Compare the two release codes; if not equal: raise exception.
       if wi_release_code ne evt_release_code.
         raise release_codes_different.
       endif.
    Weird, huh.
    Regards
    Gareth

  • I bought a LG slim portable dvd writer.  I have gotten it connected, and it seems to have downloaded the drivers but then it turns off and I cannot even get the driver CD to eject because it turns off completely.

    I bought an LG Slim Portable DVD writer.  I connected it to my MacBook Air and the drivers seemed to download.  There is an icon that says SuperMulti on my desktop.  The portable drive comes on when I double click on the icon, and I hear the drive running.  It turns off about 5 seconds later and I cannot even get the driver disc out because the drive is off (no green light).
    I am not savvy.  What do I do?  It says it is compatible with Mac, but then in another place in the directions it states Windows is needed. Please help an old feeble woman!

    You need to contact the DVD writer manufacture/vendor customer support and/or read its user manual.  LG is not an Apple product. 

  • I'm now outside the country (since January 1). I try to register, and it says it will text me the pin. This doesn't happen. I need to check my service suspension request. I spoke with a rep before leaving. She told me to suspend the services on the day I

    I'm now outside the country (since January 1). I try to register, and it
    says it will text me the pin. This doesn't happen. I need to check my
    service suspension request. I spoke with a rep before leaving. She told me
    to suspend the services on the day I left the country, but there was no rep
    to help me with that when I called on January 1. I tried to do it with the
    mechanized options. I think it told me only three months was granted, but I
    want to suspend for six months (until June 29). CAN YOU PLEASE TELL ME HOW
    TO PROCEED SINCE I CAN'T ACCESS MY VERIZON ACCOUNT. I'm in Morocco.

    well, you know how it is - glitches that usually resolve with a hard reset etc
    then a restore. then a factory restore....then ..... nothing fixes so I try the next step with apple online - fill out my serial number and find it is a couple of weeks out of date - and then with the holidays who has time to get to the apple store? this is my second 4s handset as it is - first one the glass cracked from L to R without any impact/damage etc - they changed it out automatically because it's a 'known fault' apparently - so technically, this handset is only 6 months old - but warranty is from original purchase date -
    never imagined it would turn out to be a warranty issue with the phone - and hey maybe when I get a chance to go to the apple store they'll be sympathetic, but I won't be able to get there till at least Jan 4th as it is. On the other hand, another iOS update might resolve the issue - but how long till that release? at the moment I'm having to use my old 3gs for wifi and 4s for phone!!!

  • Filling a field with different values depends on the country by value help

    dear experts,
                          Could any body help me out ?
    i do have a requirement that in the Screen, iam having a field say Tshirt size, which have to be populated differntly according to the country in the value help. how can i do that.
    iam mentioning what i have done:
    1. defined field and selected From Dictionary Attribute in the screen.
    2.maintained
    Field ztab-fieldname  in the chain endchain.
    please do the needful as hoe come the filedname is populated with value help for different countries?
    Edited by: Murthy Ganti on Dec 17, 2008 12:00 PM

    Hi Murty,
    You need to create a View on the different field set which might be composed across different Tables. Once the view is created you need to create a Search Help using that View by selecting the fields that will come in the Help. Below is the step by step Documentation for the Search Help Creation.
    Link 1
    http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm
    Link 2
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm
    But after going through your statement, I have one concern. As you mentioned that you don't have any access for the calling FM in a Report Program, then I doubt whether you will have authorization for the Data Dictionary Object creation also. Just check the Roles and Authorization assigned to your user. You need the S_DEVELOP Authorization Object for any new create.
    Hope this helps.
    Thanks,
    Samantak

  • Not able to create a customer master record with US as the country code

    Hey All,
    I am not able to create customer master data in the Transaction Code XD01/FD01 with the country code as US.
    The error message for the same is *NO JURISDICTION CODE* COULD BE DETERMINED. I have checked the tax code settings but could not locate the problem.
    I have checked the field in the account group(OBD2) but tax code is in  optional status
    and also checked the country settings for US in the transaction code OY17 still the same error message,
    but when I tried checking the settings for a different company code's customer data base (us in county code)
    I can see that there is a number mentioned in the address tab under tax jurisdiction field (beside time zone) which is not populating for this company code.
    So, do anyone know where exactly we mention this number so that it populates in that field of address.
    Hope am clear.
    hope to receive a solution
    thanks & regards
    vinila

    Hi,
    You need to maintain the JURISDICTION CODE for country US. This  JURISDICTION CODE code mainatanance purely FI/CO part.. it depends on the country's tax procedures.. Better take the help from your FI/CO consultant..
    Menu path for Defining tax jurisdiction code
    IMG -- Financial accounting -- Financial accounting global settings -- tax on sales and purchases -- basic settings -- define tax jurisdiction
    reward if helps
    Muthu
    Edited by: Muthupandiyan on Mar 14, 2008 11:09 AM

  • My phone battery can only last an hour. Problem started a week ago while I was in Argentina. I am back in the country now, this morning I left the house with a full battery and when I got to work the phone had shut down. Phone is 7 months old. Why?

    Dear Apple Family,
    I have been using an iPhone since I lost interest with Nokia phones. I fell in love with Apple's innovation, design and technology.  However, I am beginning to lose interest wth the product as well.
    I have an iPhone 5, my phone's battery can only last an hour and the phone is 7 month old.  The problem started last week while I was in Argentina. I had a bad holiday due to this, as I could not make use of the technology because my phone was off most of the time and I had nowehere to charge except to go back to the hotel.  I could not even share pictures on Instagram.  Has anyone ever experienced such a problem?  If so, why and how was the problem fixed?  I am starting to engage in a debate that I have been trying to avoid with my friends.  They say that Samsung is striving and I now tend to agree, and if the problem persists I will gladly join the Samsung family. They seem to make reliable phones.  Sadly, I never experienced this problem with iPhone 3GS & iPhone 4S.
    With Gratitude,
    Thapelo

    Hello,
    If you're in a country where there's an apple shop (unfortunately not mine), go check it and ask the employee about it: he's gonna check your Iphone on a "device"
    I've got an iphone 5 and it's working very well with me but I have to admit that its battery lasts (slower) than my Ipad 2.
    Still i can help with some tips that may improve your iohone's battery by an hour in addition (hopefully):
    - close all apps by multitasking....
    - do NOT keep the brightness to the max
    Believe me you're gonna regret changing your phone to a samsung
    Hope i've helped and sorry for my bad english (has english as 3rd language)

Maybe you are looking for

  • White screen - Laptop doesn't recognise own display as default

    Hi all, I've had a search on the forum for the same issue but there doesn't seem to be any issue exactly matching this, so posting. I bought an IdeaPad Flex 14 about 9 months ago. It was fine up til about 6 months ago. Then it started to boot to a wh

  • Adobe Flash Player 11- problems installing

    I am operating Windows Home (64 bit). I use NORTON Security software. When I open a website that requires Adobe Flash Player 11,  I try to download the required file. After going thru the steps to downloade the Flash Player 11,  I get a screen that s

  • Can't play MIDI files on MacBook Pro 10.7.5

    PLEASE help! I'm an old boomer and not too tech-savvy (know enough to get all messed up!). I can't play MIDI files on MacBook Pro 10.7.5, and it's driving me CRAZY. I'm trying to play files from this website: http://www.hymntime.com/tch/ (just select

  • Where can I find my account balance

    Where can I find my account balance?

  • Backsave in 6 (PC) mutates to a zip file

    I need to backsave InDesign 6 (PC) file for use with 5, but the export to idml ends up as a zip file after being emailed. How can I prevent this?