VAR report for switzerland

Hello All,
We need to configure the VAR report for switzerland to satify the legal reporting on foreign trade.( SAP provides this through VE21 and VE22).
Can anyone help us with the basic configuration requirements?
In the standard report, there are 2 fields, License Req.(CH) and approval number.
Any idea, from where is this value picked up ( from the master data or from transaction data?)and how the same is updated in the report?
Points will be assigned for all helpful answers,
Thanks in advance for your help.
Warm Regards,
Rajeshwari

Dear Rajeshwari
Please check the link whether it will be helpful to you.
[Switzerland|http://help.sap.com/saphelp_46c/helpdata/en/86/798de4544411d1895e0000e8323c4f/frameset.htm]
thanks
G. Lakshmipathi

Similar Messages

  • Intrastat Report for Switzerland

    Hi
    My Client has asked for Intrastat report for Switzerland
    I am trying to configure Intrastat report for Switzerland
    But the system is not allowing me to do so
    Let me know why this is so
    As well if anyone have done this before send me the documents
    Thanks in Advance

    Either your client is testing your skills, or you are testing the skills of the community here.
    Intrastat is a trade report that lists movements between 2 different EU countries.
    Last time I watched the TV news, Switzerland was not a member of the European Union, hence there is no intrastat report for Switzerland

  • Report for PO with prices different from info record

    Hi All,
    Is there a std report in SAP that can view the PO with prices that varies from the Purch Info Rec price?
    User want to find out who put POs with prices different from prices already set in purch info recs.
    How this can be achieved?
    Thanks in advance!

    hi,
    There is no std report for the same....but you can see the PO price history from ME1P tcode....and price change in MMR can see from :
    CKMPCD Display Price Change Document
    CKMPCSEARCH Price Change Documents for Material...
    you can't see excatly who changed it ......its always better to avoid these situations by using Authorization for the same...
    Hope it helps....
    Regards
    Priyanka.P

  • Problem report for finder: finder quit unexpectedly

    Last night I removed some viruses etc., from my computer that were making ads appear and also tabs opening when not wanted by random ads. I then installed virus protection, and also installed a software update. During those processes I restarted my computer a few times. The last time, finder wouldn't close down but in the end my macbook restarted and since then I have this message constantly popping up: problem report for finder - finder quit unexpectedly. I can't open up anything else and get a message saying when I try: check with developer to make sure safari (as an example) works with this version of OS X. You may need to reinstall the application.
    In ten the details part it states crashed thread 0 but it also mention application specific information:
    dyld: launch, loading dependant libraries, ignoring DYLD_*env vars
    and then:
    dyld error message:
    library not loaded:/ system/library/frameworks/videotoolbox.framework/versions/a/videotoolbox
    referenced from: /system/library/frameworks/qtkit.framework/versions/a/qtkit
    reason: image not found.
    Please please help. It's driving me nuts. I really need my computer. So much that Im even contemplating just buying a new one if nothing works :/

    FIrst, get rid of your "virus protection," which is either useless or worse than useless. Then see below.
    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    If you use FileVault 2, then before running the Installer you must launch Disk Utility and select the icon of the FileVault startup volume ("Macintosh HD," unless you gave it a different name.) It will be nested below another icon with the same name. Click the Unlock button in the toolbar and enter your login password when prompted. Then quit Disk Utility to be returned to the main Recovery screen.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode. All other data will be preserved.
    *The linked support article refers to OS X 10.9 ("Mavericks"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • English Version for Switzerland

    Why can't I choose English for the Swiss Adobe website? It is very annoying if you're a foreigner and you're trying to purchase/find out any local information on adobe.com.
    Also, why isn't there a section for one to report bugs/features for the actual website? Somehow I found the link http://forums.adobe.com/community/web_feedback on the Swiss version, but it says that "The item does not exist. It may have been deleted."
    Andrada

    Andrada,
    I am afraid your best bet may be to use this Google Search and tick Translate:
    http://www.google.com/#hl=en&tbo=d&output=search&sclient=psy-ab&q=http:%2F%2Fwww.adobe.com %2Fch_de%2F&oq=http:%2F%2Fwww.adobe.com%2Fch_de%2F&gs_l=hp.12..0i30.2976.2976.0.7650.1.1.0 .0.0.0.1001.1001.7-1.1.0.les%3B..0.0...1c.1.rXjcBpnEIis&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.& bvm=bv.1357700187,d.Yms&fp=361a3ff283e7c7f6&biw=1014&bih=800
    Or to deliberately select a (wrong) country where the language is English, such as the UK, which may give you quite irrelevant information (including pricing and country specific terms).
    The regional Adobe sites are in the main language(s), German, Italian, and French, for Switzerland, with no English option. A bit strange.

  • MII report for MII table maintenance

    Hi Experts
    My functional consultants want an easy way to update data in bespoke tables within the MII database.
    They want to do mass updates. This is so they can run a demo of some interfaces, then reset the MII data to its previous state.
    They cannot log on to SQL.
    My plan is to enable this using an MII report running an update query/queries.
    Has anyone done something similar? Can anyone give an example of an MII report to show table data and then allow the data to be updated in the underlying table (I suppose using an update query, allowing flexible updates)?
    Or is there an easier way to enable a user-friendly table maintenance? Has to be something quick to build
    Many thanks,       Ben

    2. in Web, create irpt with this script
    function Selection(){
         var myApplet = document.iGridBatchData;
         var myGridObject = myApplet.getGridObject();
         var rowCount = myGridObject.getSelectedRowCount();
         var txt = "";
         for (i=1; i <=rowCount; i++) {
              var RowNumber = myGridObject.getSelectedRowAt(i);
               txt= txt + "," + myGridObject.getCellValueByName(RowNumber,"DateTime") ;          
         var txtLength = txt.length;
         txt =txt.substring(1, txtLength);
         var SQL = "SELECT * FROM x where DATETIME not in " + "(" + txt + ")";
         document.getElementById('TT1').value=SQL;     
    in body
    <APPLET NAME="iGridBatchData" CODEBASE="/XMII/Classes" CODE="iGrid" ARCHIVE="illum8.zip" WIDTH="640" HEIGHT="400" TABINDEX=1 MAYSCRIPT>
         <PARAM NAME="QueryTemplate" VALUE="Default/MultipleSelection/TagHistory">
         <PARAM NAME="DisplayTemplate" VALUE="Default/MultipleSelection/GridMultiple">
         <PARAM NAME="SelectionEvent" VALUE="Selection">
    </APPLET> </p>
       <input type="text" id="TT1"  class="txtField"  maxlength="400" size="200"> </p>
    The answer is something like this
    SELECT * FROM x where DATETIME not in (Aug 12, 2011 11:55:01 AM,Aug 12, 2011 11:56:01 AM)
    Aug 12, 2011 11:55:01 AM,Aug 12, 2011 11:56:01 AM is from 2 rows selection and it will increate for multiple rows you selected. Now you just need to change the SQL to update statement.
    regards
    sengkiang
    Edited by: Seng Kiang Hoe on Aug 12, 2011 1:09 PM

  • Report for Qty Contract and Value Contract with PO release exceeding limits

    Hi All,
    Is there a std report in SAP that the users can use to view Qty and Val Contracts that has exceed in Qty (in case of Qty Contracts) or Val (in case of Val Contracts) ?
    Thanks in advance!

    hi Duke,
    If thinking logically, then there is no report for the same..this may be because you enter the qty or value limits in the contract doc itself....So, when you make the PO for the same, and if the qty or value exceeds the system automatically provides the message..stating that the qty or value has exceeded....
    So, there is no report for the same...
    Hope it helps...
    Regards
    Priyanka.P

  • PS report for Actual and commitment Balance

    Dear experts,
    Is there any report in PS where i can see list of projects has actual balance and commitment balance?
    Note: I want to see only the balance of actual cost ( which is not settled) and commitment balance (Open PO, PR etc..)
    Regard
    Vetrivelan

    Hi,
    For commitment- CJI5
    actual - CJI3 with correct layout as per you requirement.
    also try S_ALR_87013558 report & go to line item report for detail actuals(& you have to change the layout accordingly) & commitment.
    hope this would help you...
    regards,
    SL

  • Simulair report for FBL5N and FBL1N for new general ledger on segment level

    We are working with segments in new G/L ledger. We want to run a open item report where we can combine customers and vendors by segment. The vendors and customers are linked in the master data. In the "old"  reports FBL5N and FBL1N you can do this but not by segment.I found the following report on segment level:
    - S_PCO_36000218 - Receivables: Segment
    - S_PCO_36000219 - Payables: Segment
    What I'm missing is to run 1 report for Customers and vendors. What I'm missing to is that there are only some fields available on line item level. (I like to have invoice number, documentype,.......)
    Is there a standard report for this in new genaral leger?
    Is it possible to ad additional field to th list viewer.

    What is this user license type?  All financial transactions need professional license.
    Thanks,
    Gordon

  • How to create a report for open sales orde documents which are not invoiced

    Hi Experts this is urgent,
    +pls give the Logic for document flow+
    My requirement is create a report for sales orders which are not invoiced  using the following table.
    VBAK : sales order header
    VBAP : sales order item
    VBFA : sales document flow
    VBUK for processing status
    KOMV for duties value and sales order value
    LIKP : delivery not header
    LIPS :delivery note item
    For information : In the header level the processing Status is indicated in the table VBUK field LFSTK for one sales order number. A,B , C are the possible entries.
    Case A : When a sales order is invoiced we can display information on the header status :
    Overall status : Completed  and display a invoice number in the document flow. When the items of the sales orders are invoiced the process status is the following :  Overall status       Completed            
    Delivery status      Fully delivered      
    Case B : An open sales order not delivered and not invoiced will have overall status : Open on the header and item level and will not have subsequent documents.
    Case C :
    When the items for the sales order are delivered but not invoiced the status will be u201Cfully deliveredu201D
    And the subsequent documents will be delivery notes and good issue if the delivery note is issued.
    With regards
    ravi
    Edited by: ravik ravik on Jun 25, 2008 3:29 PM

    Hello Ravi,
    U neednot develop any report..
    there is std report with txn V.02
    or copy this and make necessary changes.
    Reward, if helpful.
    Rgds,
    Raghu.

  • Aging report for Open Invoice

    Hi All,
    I need to develop an Aging report for open invoice, there is no indication for open invoice or close invoice since we are using customise DS and DS from third party system. only one key flag we have is clearing date. so kindly let me know how to write the logic for this requirement.. can I use Customer exit for this? I have an Idea to do like
    first logic is
    *If Clearing date = blank than invoice is = open (by using of this logic we can get all open invoice).
    second logic
    total number of invoice = current date - document date.
    but I do not know how to implement this logic in BEx hnece kinnly advice me whether this logic can be work or suggest with different solution ples..
    Regards,

    hi,
    You can  check few default PO reports wid proper paramater in it
    or
    Can check table EKBE
    or
    Check PO history in the PO doc
    Or
    Check the ME80FN
    Regards
    Priyanka.P

  • Report for material with sloc,qty available, and production order

    hi friends, i need advice on getting this report for material with qty and specific sloc with the corresponding Prodn order numbers. in mb51 i could get all these details except the prodn order no. could you advice me please?

    to make sure you know how to do this.
    In the material document list, hit "Ctrl+F8" on your keyboard.
    A window will pop up. Click on the button position and look for "order" in the list of available fields. That should do it.
    Rgds.

  • Report for Comparison of Material Qty

    Hi All,
    I need to Develop an Interactive report for Comparison of Material Qty. ordered through Purchase requisition, ordered material through PO and corresponding Material Receipt report.
    Can Someone Give a brief description about this & fields tcode & tables regarding this report.A sample code would be much appreciated.
    Thanks & regards,
    Ravi S

    To get the material number combined with the PO text you will need the help of an ABAP programmer.  The programmer can create a report for you using the function module READ_TEXT in the function group STXD.  The tables to use are:
    STXH - STXD SAPscript text file header
    STXL - STXD SAPscript text file lines
    The selection screen should have at least the following:
    OBJECT - STXH-TDOBJECT
    NAME - STXH-TDNAME
    LANGUAGE - STXH-TDSPRAS
    TEXTID - STXH-TDID
    You find the information for these fields by going to the PO text entry screen and displaying the header information under Goto -> Header.  For materials, the object is MATERIAL, the name is "material number", the language is "EN", and the text ID is BEST.  You can use this program to get long text in lots of places like information records, purchase order texts, etc.
    Hope this helps.

  • Report for open process orders

    Dear SAP experts,
    As the period of the process order from open to close is not short, will take 1 or 2 months in our business case, so we want to find a report which can get the information just like the output of KSPP(for planned orders) .
    I tried to analysis the logic of program KSPP, and it seems the function modules based on the planned orders only.
    Is there any way to get the similar report for open process orders?
    Many Thanks,
    Lisa Yao

    Is there any clues?

  • Report for open order and shipped qty  summary

    Dear Folks,
               Can any one please help me.
    Report for open order summary Vs shipped quantity
    what are the related programs to it.
    throw some light on it.

    >
    arpita b wrote:
    > Dear rohit
    >    
    >     Iam asking about any report which compares or give details of open order vs shipped qty.
    >
    > Any sis report is available for this?
    Hi Arpita,
    There is no such sis report available. You will have to configure and create two seperate reports and do the comparison.
    If you want, I will send you the list of all T.codes used to generate reports in SD.
    Revert back to me if you need the same.
    Regards,
    Swapna D.

Maybe you are looking for

  • How do I transfer my photos from iphoto to my sd card

    I was recently on a trip and took photos on my camera saved to my sd card.  I wanted to put them on my macbook so i did using the inland all in one usb 3.0 card reader.  My photos transferred successfully onto my laptop.  I didnt know that i had to e

  • Business Rules security issue

    We have been unable to access the business rules in out QC environment for a while. When you try to expand on them in EAS we get the error Error logging in to Business Rules. The repository has not been configured or you are not authorized to use Bus

  • Samsung 55" LED TV

    Hey there Best Buy Community, Ok so this is my 1st post here, I had a couple questions that I hope someone can help me with. So I'm gonna admit now, that I'm not so tech savy. So my fiance and I recently just purchased a 55" Samsung LED TV, and this

  • Filter Gallery

    1.) In CS6, the Filter Gallery seems like a great way to quickly preview lots of different effects. However, it does not seem to be working with all of my installed filters. Is there a reason why it only works with some filters OR is there some optio

  • Please explain what are the various procedures to find user-eixts

    Hi, Please explain what are the various procedures to find user-eixts ? Ramana