This report is required for claiming duty drawback from govenment

Please note the business process:
1. Material is imported and import duty is paid for the same.
2. If the same  material is exported to any country, company can claim
drawback for the import duty paid
The logic for the report can be :
1.System will find all the export materials documents(Movement tyep 601)
between the date range given on selection screen and choose all export
data as per the layout.
2.System find all receipts documents for the same materials and previos
to the export document date and enter all data as per the layout.
can anyone of you can provide the logic for this report, consider only two movement types[export side] 601 & 602 and[import side] 101 & 102 .

Drawback of duty will be applicable to those components that are imported for the purpose of making export products if I remember correctly how it was done in one of my projects. Your produciton orders typically track a product that is made and once a production unit is produced, component backflush happens. I think if you consider just the component backflush movements, that should be sufficient. However you will need some logic to track down the import component that is used in an export finished product. If you are importing a component for making a domestic product, I don't think you can claim drawback of duty.
These will be questions that your functional counterparts should be able to answer your questions regarding which movements are relevant and even within a relevant movement, how to further filter out those that are for domestic consumption. The logic we used was to go after the export deliveries (that means we exported some finished product), get that finished product's components from the BOM and look at the components that were imported during certain time frame and use that quantity with duty rates etc and calculate the duty drawback. It was a mini application within SAP that is done by creating a lot of Z tables, transactions and reports.
I hope this helps,
Srinivas

Similar Messages

  • Where do I report a phishing email claiming to be from apple?

    Received a bogus email claiming to be from Apple. Is there a place to report it to?

    You can forward it to Apple via this address : [email protected]

  • Basic Question Solaris SPARC required for 10.2 upgrade from 9.2

    We are running Oracle 9.2 releases on Windows and Solaris SPARC 2.6
    SUN 450 Dual UltraSparc II
    Where can I find system and OS requirements for Solaris for Oracle 10.2
    database? I have looked in many different install guides and they all
    reference Solaris 10 but don't say whats required.

    You find this information here:
    http://www.oracle.com/technology/support/metalink/index.html
    For 10g at least you need Solaris 2.8
    Werner

  • Help Required for Mapping Key figures from Cube to APO Planning area.

    Hello Experts,
    We have created cube in APO BW and now we want to map it to Planning area how we can map.
    Can any body explain how we can map keyfigures?
    What is the use of livechache how it will be updated?
    Regards
    Ram

    Hi,
    I am not very sure about the 9ARE aggregate (haven't used it in backups), but RTSCUBE is used to copy time Series (TS) KF data from cube to planning area (SNP or DP).
    Are you trying to restore some time series data from your backup cube to the planning area? If yes, then do a mapping of characteristic from cube to planning area in RTSCUBE, and also map the TS KF between cube and planning area.
    If your KF is not a time series KF, then you can't copy it from cube to planning area. You could get data to cube for some reporting, otherwise I am not sure what use the backup is for you. For SNP, most of the data would be received from R/3, so there's not much point in having a backup.
    Hope this helps.
    Thanks - Pawan

  • Hardware requirement for voice/fax channel from T1?

    Hi all,
    I don't know if this is the right forum, but I am looking for validation on my interpretation of hardware requirements.
    The scenario:
    I currently have a T1 coming in to the facility and terminating into a vendor-supplied Adtran box which splits off one of the channels from the T1 for voice/fax use (the Adtran has a centronics-style connector going to a 66 block)
    I am also in the process of ordering ADSL service to supplement the bandwidth for non-business usage.
    Rather than end up with a solution involving an adtran, ADSL modem, and router or two... I want to combine all services into a 1751 chassis.  My only concern / confusion is how to 'split' off the single voice channel from the T1.  There is a phone # associated with the voice channel.
    I believe that I will need the router, a multiflex T1 WIC (VWIC-1MFT-T1), ADSL wic (WIC-1ADSL-DG), and an FXS card such as the VIC-2FXS
    Am I close here, or completely off base?  Any input or suggestions would be appreciated.
    Thanks!
    -P

    Paolo,
    Thanks for the reply - I guess I'm just trying to figure out if the way I described is the 'concept' and correct WIC/VWIC combination of how to get an analog dialtone from a T1 channel while leaving the rest for data.
    I know there are probably many more benefits to going with a more modern router, but this is for personal use (the T1 is tied to a business account, but hosted in my house and maintained by me) and I can't really get an ISR in my price range - 1751s, on the other hand, are easy to come by and affordable - I just want to ensure I can have a single line available for Fax
    Thanks!
    -P

  • Urgent Help Required For Starting RMI server from servlet.

    I am currently working on rmi project.
    I want to send request to remote machine(Web host) where my application is from desktop client .For that we are using RMI.
    I am writing servlet and inside it i am binding object to registry for rmi server.
    which will be deployed on remote server.
    code ....
    Registry reg;
    reg=LocateRegistry.createRegistry(1099);
    Server server=new Server("server");//class whose remote object to be accessed
    //extends unicast remote object.Implement ServerInt interface which extends Remote.
    reg.bind("server",server);
    When i am trying to access this object i am getting following exception.
    javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalExcepti
    on: error unmarshalling return; nested exception is:
            java.lang.ClassNotFoundException: ServerModule.ServerInt]
    at com.sun.jndi.rmi.registry.RegistryContext.lookup(Unknown Source)
    at com.sun.jndi.toolkit.url.GenericURLContext.lookup(Unknown Source)
    at javax.naming.InitialContext.lookup(Unknown Source)
    at RequstReplication.main(RequstReplication.java:27)
    Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested excep
    tion is:
    java.lang.ClassNotFoundException: ServerModule.ServerInt
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    ... 4 more
    Caused by: java.lang.ClassNotFoundException: ServerModule.ServerInt
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyInterfaces(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyClass(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyClass(Unknown Source)
    at java.rmi.server.RMIClassLoader$2.loadProxyClass(Unknown Source)
    at java.rmi.server.RMIClassLoader.loadProxyClass(Unknown Source)
    at sun.rmi.server.MarshalInputStream.resolveProxyClass(Unknown Source)
    at java.io.ObjectInputStream.readProxyDesc(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    ... 5 more
    I can access naming enumeration of registry and object bound to it.
    by following program.I shows corect objects.
    Context namingContext=new InitialContext();
    NamingEnumeration<NameClassPair> e=namingContext.list("rmi:");
    while(e.hasMore())
    System.out.println(e.next().getName());
    While when i start RMI server from simple java program i can access these objects from registry.
    I am not getting what is problem problem.Is there any other way to send request?
    Plese give quick response.

    I am currently working on rmi project.
    I want to send request to remote machine(Web host) where my application is from desktop client .For that we are using RMI.
    I am writing servlet and inside it i am binding object to registry for rmi server.
    which will be deployed on remote server.
    code ....
    Registry reg;
    reg=LocateRegistry.createRegistry(1099);
    Server server=new Server("server");//class whose remote object to be accessed
    //extends unicast remote object.Implement ServerInt interface which extends Remote.
    reg.bind("server",server);
    When i am trying to access this object i am getting following exception.
    javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalExcepti
    on: error unmarshalling return; nested exception is:
            java.lang.ClassNotFoundException: ServerModule.ServerInt]
    at com.sun.jndi.rmi.registry.RegistryContext.lookup(Unknown Source)
    at com.sun.jndi.toolkit.url.GenericURLContext.lookup(Unknown Source)
    at javax.naming.InitialContext.lookup(Unknown Source)
    at RequstReplication.main(RequstReplication.java:27)
    Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested excep
    tion is:
    java.lang.ClassNotFoundException: ServerModule.ServerInt
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    ... 4 more
    Caused by: java.lang.ClassNotFoundException: ServerModule.ServerInt
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyInterfaces(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyClass(Unknown Source)
    at sun.rmi.server.LoaderHandler.loadProxyClass(Unknown Source)
    at java.rmi.server.RMIClassLoader$2.loadProxyClass(Unknown Source)
    at java.rmi.server.RMIClassLoader.loadProxyClass(Unknown Source)
    at sun.rmi.server.MarshalInputStream.resolveProxyClass(Unknown Source)
    at java.io.ObjectInputStream.readProxyDesc(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    ... 5 more
    I can access naming enumeration of registry and object bound to it.
    by following program.I shows corect objects.
    Context namingContext=new InitialContext();
    NamingEnumeration<NameClassPair> e=namingContext.list("rmi:");
    while(e.hasMore())
    System.out.println(e.next().getName());
    While when i start RMI server from simple java program i can access these objects from registry.
    I am not getting what is problem problem.Is there any other way to send request?
    Plese give quick response.

  • Function Module Required for fetching contact details from BUT000

    Hi Everybody.
    I have created a contact using transaction BP.
    these details according to me will get saved in standard table BUT000.
    Now i need standard FM used for fetching all these Contact details.
    Help me i am new to CRM.

    Hi Amit,
    Please check the following:
    Data Retrieval Function Modules:
    Name                                                             Description
    BAPI_BUPA_ADDRESSES_GET              Determine All Addresses
    BAPI_BUPA_ADDRESS_GETDETAIL                Read Address
    BAPI_BUPA_ADDRESS_GET_NUMBERS          Read Address Numbers
    BAPI_BUPA_BANKDETAILS_GET                Determine All Bank Details
    BAPI_BUPA_BANKDETAIL_GETDETAIL            Read Bank Details
    BAPI_BUPA_BANKDETAIL_NUMBERS               Read Bank Details Numbers
    BAPI_BUPA_CENTRAL_GETDETAIL               Read Central Data
    BAPI_BUPA_EXISTENCE_CHECK              Check Existence of Business Partner
    BAPI_BUPA_GET_NUMBERS                               Read Business Partner Numbers
    BAPI_BUPA_RELATIONSHIPS_GET               Determine All BP Relationships
    BAPI_BUPA_ROLES_GET                               Determine All Roles
    BAPI_BUPA_ROLE_EXISTENCE_CHECK          Check Existence of Role
    BAPI_BUPA_SEARCH                              Search Business Partner for Telephone, E-Mail, Address
    BAPI_BUPA_STATUS_GETDETAIL             Business Partner: Read Status
    BAPI_BUPR_ACTIVITYP_EXISTCHECK              Check Existence of Contact Partner Relationship
    BAPI_BUPR_CONTP_ADDRESSES_GET          Read Contact Person Relationship Addresses
    BAPI_BUPR_CONTP_ADDR_GETDETAIL          Read Contact Person Relationship Addresses
    BAPI_BUPR_CONTP_GETDETAIL              Read Contact Person Relationship
    BAPI_BUPR_EMPLO_ADDRESSES_GET        Read Contact Person Relationship Addresses
    BAPI_BUPR_EMPLO_ADDR_GETDETAIL        Read Employee Relationship Address
    BAPI_BUPR_EMPLO_GETDETAIL             Read Employee Relationship
    BAPI_BUPR_RELATIONSHIP_GET              Read General Relationship
    BAPI_BUPR_RELSHIP_CHECKEXIST             Check Existence of General Relationship
    BAPI_BUPR_RELSHIP_GET_DETAIL             Read General Relationship
    BAPI_BUPR_RESP_EMPLO_CHEKEXIST        Read Relationship of Employee Responsible
    BUPA_PARTNER_CONTACT_SEARCH           Searches business partners for telephone, E-Mail, address
    CRM_ORDER_READ                     Get all the Service Contract details.
    Hope this helps!
    Regards,
    Saumya

  • SYSTEM REQUIREMENTS FOR LOGIC STUDIO-upgrade from LOGIC PRO 7

    I have been using LOGIC PRO 7 on my G5 1.8ghz Power PC G5 with 768 MB DDR SDRAM with no problems. I'd LOVE to upgrade to the new 8. I notice it said minimum req is 1.25ghz and 1gig of ram.
    Will I be able to run this on my current system for basic recording, etc. Do I REALLY need the 1.25 and 1 gig of ram? If i'm doing no more than 8 tracks live at a time-live instruments?

    Hi Mikey, First off they mean a G4 1.25 or faster. Your G5 1.8 should be fine. Second, the 768MB of RAM will be an issue. Fortunately RAM for your machine isn't that expensive. If I were you I'd load up with as much as you can. It will help you in all aspects of your computing, not just Logic. Check out the link below for some options.
    http://eshop.macsales.com/MyOWC/Upgrades.cfm?model=183&type=Memory&TI=0552&shoup grds=Show+Upgrades
    Stootka
    P.S. I am in no way affiliated with the retailer in the link, it's just the first place I thought of. You may want to search on a few more to shop for the best deal.

  • Custom reports required for bangladesh.

    Hi All,
    What are custom reports normally required for Bangladesh considering their statutory norms?
    Regds
    RK.

    Hi Sharvari,
    This report is most sought and important report because now C Form and F form collection has become online and accurate data have to be provide to the sales tax authorities based on which these forms will be issued.
    On this matter I suggest you don't spend time in questing reports for these forms because standard system does not provide. It is better that you sit with an ABAPer spending logical effort and get the customized report which will be great ease to sales tax processing.
    Regards,
    Chintan Joshi.

  • Asset History Sheet giving Report date 31.03.2008 invalid for this report

    S_ALR_87011990 :Asset History Sheet.
    Report date 31.03.2008 is invalid for this report
    In the above report, if we give the Report Data, as any date other than the end month of the fiscal year, it gives the error " Report date 31.03.2008 is invalid for this report"  We require this report for tax purpose upto 31st Mar08
    What needs to be done ?
    Thanks
    amit

    Hi Amit,
    In AM you can only report on the dates you have set-up in period control. In the most cases this is the last day of the Month.  When you have 13 periods from 4 weeks you can't report on the calendar month end.
    Paul

  • CIN Reports requirement for Excise Authorities

    Hallow SAP Guru's !!
    Can anybody explain, What are the Mandatory CIN (Tax) reports are required for Excise Authorities by Materials Management side ?
    Thanks in advance !!!!!!!

    Friend
    As per Indian Law, the excise authorities require you to maintain the following registers relating to excise duty.
    Register RG 1
    Register RG 23A and 23C, Parts I and II
    Register RG 23D
    Personal Ledger Account (PLA)
    Register RT-12
    and all of these registers have a required output layout in Standard SAP System
    ENJOY SAP
    Regards

  • Requirement of new Duty structure (CIN)

    Hi,
    For an expectional business case we have a requirement for following duty structure
    Duty                            Calculation Base
    Basic Excise(Ded)          ON BASIC
    Special Excise(Non ded)     ON BASIC
    AD Exise (non ded)                     FIXED
    National DUTY (non ded)            ON BASIC
    CESS (Non Ded)          ON BASIC
    H&E CESS (ded)          ON ALL ABOVE
    +CST(non ded)                     ON BASIC + ALL Duties+
    I could find out condition types for Basic , SED and AED ..... but feel there is no standard condition types available for NATIONAL duty and CESS (ded), pls let me know if I am correct.
    Also let me know how I can map this requirement.
    Regards
    Shrey

    enclosing in correct format
    Duty                      Cenvatable                  Calculation Base
    Basic Excise     Yes                  ON BASIC
    Special Excise     No                  ON BASIC
    AD Exise                      No                 FIXED
    NAtional DUTY     No                ON BASIC
    CESS                     No               ON BASIC
    CESS 3%                      Yes                ON ALL ABOVE
    CST                     No                ON BASIC + ALL Duties
    Regards
    Shrey

  • How much interaction is required for magazine type apps?

    Hi All,
    I have just had my app rejected for the second time. Apple quoted that it lacks interaction as well as expected qualities such as in app purchases.
    After the first rejection i went through and redesigned the app, putting in lots of scrollable text boxes, slide Multi Object states, Pan and zoom, Aspect differences (ie horizontal vs vertical), Web content (twitter feeds, facebook etc), video, navto links from content pages, slideshows, pull out tabs, live links etc. Each article has at least 2-3 of these in it.
    My question is how much do i need to put in? I think any more would be doing it just for the sake of it. It is an educational magazine on Marine Aquarium keeping, underwater conservation etc and has a lot of textual information as well as photos. I thought that bu adding a few different interactive features in each article that apple would approve it as it is now a lot more than what you could do as a web based app.
    Also quoting that it lacks in app purchases as a reason for rejection? I always thought that this was a developers option, not a requirement. We only have 1 app presently in review and want to know how this goes before committing to more apps. Therefore i chose a single issue license where in app purchases are not allowed. If i had known that this is a requirement for magazine stlye apps, then we wouldnt have gone down this path to start with as the $1000's of dollars for a professional license is not economically viable for a small business....
    Has anyone else been through this?
    Im happy to share our published folio to anyone for feedback, as at the moment im really not sure what Apple are requiring.
    If you have had a magazine type app approved in the App store and can offer any advice, it would be greatly appreciated. Email me your adobe email and i will share the published folio for your opinions.
    I appreciate any advice.
    Cheers,
    Michael

    Hi, Michael-
    We are experiencing the same response with our first app attempt. The review response was along the lines of 'simple interaction, would not appeal to a wide audience, and better suited as an HTML5 web mobile app (which apple claims they do not approve for the app store; such as mobile apps with a phonegap shell, etc).
    After our response referring to this as a multi-publication shell to which we would make additional content available, their reply was opaque stating that apps are not approved due to the number of features and capabilities, but primarily those that provide an in-app experience you could not get anywhere else. I was under the assumption the DPS system was pretty good at offering a rich experience compared to the print world it is modeled after.
    I was very excited after testing the capabilities of DPS but now see that regardless of the investments/time you put into these publications apple still has the final word on whether it will be available to the masses in their 'curated' store.
    Best of luck to you, let us not give up.

  • Report Generation toolkit for labview 2010

    H All.
    I'm looking to download the report generation toolkit for labview 2010. When I proceed to download the toolkit from the national instrumnets website, it says that i need to labview 2011 or later in order to install it.
    Is there a version of this report generation toollkit for labview 2010 and can someone provide a link maybe??.
    Thanks for reading.
    Solved!
    Go to Solution.

    Try this: [Link removed, NI software downloads can be found on ni.com/downloads, the LabVIEW 2010 Report Generation Toolkit is available to customers with Standard Service Program here: http://joule.ni.com/nidu/cds/view/p/id/3247/lang/en, other customers may contact NI directly]
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Automated Report on Solman for Parameter Recommendation

    Hello Experts,
    We are having a performance issue with our Solman. There is an inbuilt functionality of Solution Manager to run a report like EWA which
    will recommend you the Parameter Values for ABAP, Java and Database. This report is used for performance tuning.
    Does anybody had implemented it or know the steps to implement it.
    Thanks in Advance
    Regards
    Swarupam

    You can build a query based on cube 0TCT_MC12.  This will give you a status per process chain:
    green yellow or red.
    So in the query you put the process chain, date & the status.

Maybe you are looking for