IMPORT_COUNTREQUEST API for Physical Count form data load?

Dear All,
Please clarify whether I can use the IMPORT_COUNTREQUEST API for physical count form data load...?
or which other API does the job other than dataload through dataloader..
Please update...
many thanks in advance....

Hi,
We believe instead of using IMPORT_COUNTREQUEST API you can use a Dataload script to key in data in Physical Inventory form.
Basically you need to populate 4 fields in this form, i.e Physical Inventory, Date, Description & Snapshot Complete (checkbox).
Go ahead and write a Dataload script for the same.
Regards,
S.P DASH

Similar Messages

  • API for Physical Inventory Tag Count

    Hi , Please let me know if any Public API available for updating the physical Inventory tag count ? We have requirement like update of physical counts of Inventory tags, the idea is the counts  are stored  in flat file is in same column format of Physical Inventory Tag count form in Inventory , here just we need to update the counts. let me know any public API avaialble

    According to the oracle knowledgebase, there is no Public API.  But there is an enhancement request that you might want to add your company to.
    Bug 3611131 : INTERFACE/API FOR PHYSICAL INVENTORY ADJUSTMENTS / TAGS

  • For performance point, in data loading what we need to do?

    Hi,
    1.for performance point, in data loading what we need to do?
    2.How to increase Cube performance & query Performance?
    Thanks,
    Basava Raju

    Hi,
    In addition to the above steps, especially for data loading, make sure that if you have custom code, its enhanced for performance both on the R3 side and the BI side as well.
    For generic data sources, try to make them generic deltas or try pseudo deltas for them.
    From a query pespective, in filters, try putting include conditions wheree ver possible instead of exclusions.
    Cheers,
    Kedar

  • API for connection count?

    Hi,
    Does WLS have an API for querying the number of connections made via EJB/JMS
    (JNDI's InitialContext)? How would it work in a cluster (will I get
    connections for that box or for the cluster)?
    Thanks,
    Assaf Pazner

    Hi,
    We believe instead of using IMPORT_COUNTREQUEST API you can use a Dataload script to key in data in Physical Inventory form.
    Basically you need to populate 4 fields in this form, i.e Physical Inventory, Date, Description & Snapshot Complete (checkbox).
    Go ahead and write a Dataload script for the same.
    Regards,
    S.P DASH

  • Make local copy for any submit form data provided prior to send/submit

    Dear Sir/Madam,
    I am trying to achieve a behaviour of firefox 22 under Ubuntu 13.04 Linux that has to do with forms/submit.
    The result I want to achieve is to have a copy filed for each registration form, personal information provided like job application forms done on websites with multi step submit/apply button at the end.
    The copy "bill" I am after would simply be adding on a scroll the screenshot for the webpage(including scrolling areas) to a localcopy.
    The idea is to look for words like "register", "Address" "Job", "Application" on the page where a form/submit has been detected and simply compound save all displayed steps with data inserted by me.
    For me a lot of this makes sense since prior to for example sending mails or letters by post I file a local copy for my reference ect. This would be an electronic equivelent of it.Saving tremendous energy and time compared to manually saving each step and then looking for a way to name/organise and "collage" all the bits into one receit/bill/scroll.
    How can I modify or achieve this behaviour on Firefox 22 under Ubuntu?
    I have installed addons like InFormEnter, SessionManager iMacros Lastpass...
    an arrow/menu started similar to InFormEnter near a submit button as a method to confirm a loacl copy prior to sending would be ideal.
    Sincerely yours,
    Nikita K. Tsarov

    UnMHT is OK but it doesnt work well when used with the HP chat support window... Here is an attempt to explain what I am trying to get at
    https://docs.google.com/file/d/0B0Kuhf6iBidTZWZWeUxrR2dYajg/edit?usp=sharing
    Feel free to add any comments tips directions...

  • How to create Reports for the infopath form data

    Hi All,
    I have a requirement to generate reports in SharePoint based on InfoPath form data which is submitted into form library. Do I need to store each InfoPath form data into SQL Database/MS Access Database. if yes, can any one  help me on this how
    to save InfoPath form data into DB while submitting into "Form Library". based on the data stored in DB how to create  and view the report in SharePoint?.
    Thanks in Advance,
    Satish
    Thanks & Regards Satish Dugasani

    Thank you for asking the questions for clarification, my requirement is like below
    1. Need to insert all infopath form fields data into Access Database when i am submitting to the Form library
    2. Create Access Reports like based on time period, based on submitter name, based on state, city, and combination of these etc.
    3. Sync Access Database every time i am updating the form
    4. View Access Reports in share point site
    PS: I worked on this like below approch
    1. Written Web Service to Sync Access Database for the Infopath form
    2. Create Access Reports
    3. Publish using "Publish to Access Services" by providing site URL it will create a subsite there i can able to see reports, tables, macros etc. but that is not an user friendly like i am not able to apply my branding because it is pointing to /_Layouts/accsrv/Modifyapplication.aspx.
    could any one suggest me on this.
    Thanks & Regards Satish Dugasani

  • How do I denote a file name for submitted XML form data?

    Hi guys, is there a way to change the submitted XML file name [when emailing form data] to something other than the cryptic string livecycle uses e.g. _e8hfydsh55hsksdf.xml
    Thanks for any help, cheers Dyr

    When you preview a PDF from inside designer, it uses a temp filename for the doc and therefore when you test xml submit etc you will get the 'e.g. _e8hfydsh55hsksdf.xml' as a filename. However if the form is saved locally (e.g. MyForm.pdf) and you use Reader / Acrobat to open the PDF, then the email's subject message as well as the xml file will be MyForm.xml. Does that help you?

  • Grants for physical schema and data-servers

    Hi,
    I'd like to know
    What are the Grants needed for the Owners of each physical schema?
    For example: Grants DDL (drop table n) and DML (select / update / delete / insert).
    Grants needed for the users' connection data-servers?
    Bovolini

    It depends on what technology you plan to use.
    If you plan to use Oracle - Is the data server connection user different from the owner of the physical schemas ?
    In addition to the connect, resource to each of these users, you will also need to give data server connection user privileges on the objects of the owner of the physical schemas.

  • API for getting the build date of development components

    Hello ,
          we are changing the format of the  <about> screen of our application. We show the version of the main development components that are the part of our application.
    For the version date of the development components, we were earlier showing the deployment date. However we now plan to change it to their build date. We need to know if there is any API to find the build date of the development components.
    Thanks alot in advance for helping!

    Hi do you want all the dates from the back date to sysdate or only the particular back date
    SQL> select sysdate from dual;
    SYSDATE
    22-JUN-09
    SQL> select sysdate-10 from dual;
    SYSDATE-1
    12-JUN-09or if you want all the back dates starting from one particular then
    SQL> select sysdate-10+level from dual
      2  connect by level<=10;
    SYSDATE-1
    13-JUN-09
    14-JUN-09
    15-JUN-09
    16-JUN-09
    17-JUN-09
    18-JUN-09
    19-JUN-09
    20-JUN-09
    21-JUN-09
    22-JUN-09
    10 rows selected.Edited by: oracle_for_dude on Jun 22, 2009 12:11 PM

  • "master data deletion for requisition" before master data loading

    Hello Gurus,
             in our bw syetem , for   process chains for loading  master infoobjects, all include "u201C master data deletion for requisition" ABAP
    process  except for one process chain. my question is:
           why that process chain for master data loading is different from others as for lacking "master data deletion for requisition" in it?
    so it does not matter if you include " master data deletion for requisition" ABAP  process in process chain for master data loading ?
    Many thank.

    Hi,
    ABAP Process means some ABAP program is being executed in this particular step.
    It's possible that for all of your process chains except for that one requirement was to do some ABAP program processing.
    You can check which program is executed by following below process:
    Open your process chain in planning view -> Double click on that particular ABAP process -> Here you can see program name as well as program variant.
    Hope this helps!
    Regards,
    Nilima

  • Import form data - load data from webserver into local Apex Application

    Hello Apex-Forum,
    I am trying to use apex with Oracle XE for a small hotel reservation software.
    Because I have no Oracle Webserver the database runs local. Now I am trying to get the bookings from the website form into my local database.
    My question: Is there an easy way to recieve these formulardata by email, web service, as csv,with an db-link from an web mysql db or via UTL_HTTP?
    I am not very firm in programming, so I need an easy solution. I think this might be an normal problem, but I found nothing in the forum. My goal is to have a button "refresh" in the application to get the new booking information from the webserver.
    Thank you very much for every hint!
    Best regards, Moritz
    (Sorry for my english )

    Hello:
    I suggest you take a look at UTL_HTTP. I think it will work for what you want to do. I have provided an example below which retrieves a csv file from a US Fed Govt web site. You can put this block into a page process on your APEX page.
    DECLARE
    req   utl_http.req;
    resp  utl_http.resp;
    value VARCHAR2(1024);
    BEGIN
      req := utl_http.begin_request('http://www.ofheo.gov/media/hpi/3q08hpi_reg.csv');
      utl_http.set_header(req, 'User-Agent', 'Mozilla/4.0');
      resp := utl_http.get_response(req);
      LOOP
        utl_http.read_line(resp, value, TRUE);
        dbms_output.put_line(value);   ---- do your stuff with the data retrieved
      END LOOP;
      utl_http.end_response(resp);
    EXCEPTION
      WHEN utl_http.end_of_body THEN
        utl_http.end_response(resp);
    END;varad

  • API for generating PDF Form

    How can i generate PDF Form from .NET coding?

    Etymon� PJ is a developer toolkit for parsing, modifying, and creating PDF documents. The main part of the toolkit is a Java class library that provides software developers with an object representation of a PDF document and offers the following features:
    # Read and parse an existing PDF document
    # Extract data from an existing PDF document
    # Modify an existing PDF document
    # Create a new PDF document
    check this link
    http://www.etymon.com/pj/
    Renjith

  • API for clearing the transaction data in cube

    Hi,
    I am doing the autoamtion test for my BW application.
    I need a function module or class method to clear all transaction data in my cube.
    Just like the 'delete data' fucntion in the context menu of cube in RSA1.
    Thanks a lot in advance!

    Hi ,
    Try this FM : RSDRD_SEL_DELETION
    And try this tcode also : delete_facts.
    Hope the above reply was helpful.
    Thanks & Regards,
    Ashutosh Singh

  • Need Java API for Adobe interactive forms

    Hi Gurus,
    Anybody help me to write JAVA code for Validation, interact to BAPI or RFC of R/3, mail system and etc... respective of Adobe elements.
    Is there any possible to write ABAP code in NetWeaver Development Studio instead of JAVA. Because I am Quit comfortable to use ABAP code.
    Best regards
    Ramana

    Hi,
    Why dont you check this SDN Contribution for your Simple Validations using Java Script and HTMLB...
    <i>https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/94e976d3-0801-0010-92a0-c0725f115860</i>
    Also, please check the Exercises for JAVA WD Development in this link...
    <i>https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d</i>
    I dont think you can write ABAP coding in NWDS as per my knowledge...
    I hope this will help you...
    Regards,
    <i><b>Raja Sekhar</b></i>
    Do award us the marks in case of satisfactory reply
    Message was edited by: Raja Sekhar

  • Adding Layout Crystal Report by DI API for a user form

    I need help. How the layout knows which field to take from the table of the report to print when setting the key to LayoutKey in eventInfo  ? Because each time I preview the report it's always the first row of the table not the one I set in LayoutKey

    Hi Marc,
    If you are running that query in Query Generator than what result you are getting. Is still only First Row ???
    If Yes..
    Can you paste your query here.
    Thanks
    Regards::::
    Atul Chakraborty

Maybe you are looking for

  • Recording TV onto DVD-RW

    How do I record Tv programmes onto DVD RWs? It always seems to fail after a few minutes whever I try. VERY frustrating when things like this dont work when it cost me so much money to buy! Anyone know the solution??

  • Windows 10 Apps won't launch

    It seems like none of my Win10 Apps want to launch and load up. I hit the icon for the app and it appears to start but it closes itself around 1s after launching. Xbox, Mail and others won't start. They were working fine until I changed some settings

  • UWL for ep7.0

    Hi, we have a guide called 'How to configure the universal worklist' but it's for ep6.0. Does anyone have a link to the document for ep7.0 ? thanks, Malcolm.

  • Own connection handling class

    hi all, In the jdbcpds.conf file, it is mentioned that we can write our own connection handling class which extends the provided JDBCConnectionHandling class What i tried after looking at the methods of connection handler is something like this class

  • What to do with a powerbook that goes too slow

    Wie kan mij helpen mijn apple G4 weer sneller te maken? graag antwoord/tips <Edited by Host>