Need Item UID on MouseOver in SAP B1 Form

Hi Experts,
Thanks in advance.
Please help me in this issue. On Mouseover on any B1 form control ,I need the Item UID of the control . Please let me know the solution for this.
Thanks
Jisha

I think you have two issues with that:
1. There is no "mouse-over" event in UI API so I don't know how you are going to achieve that
2. As far as I know, there is no central location where the information is held. So even if you could handle the mouse-over event (which you cant) there is no way to get the information. I mean there is no DB table you can query for that information and from what I can see it is only displayed on the bottom left of the screen.
Maybe a more creative solution is possible, but it would be very complicated:
1. use windows API to find out where the mouse is on the screen
2. Use UI API to find out what form in B1 has focus
3. Use UI API to find each item on the form & figure out where each one is (top, left, height and width properties)
4. Make a calculation and display the item information of the item you are over.
So like I said, a very complicated solution - it would be much simpler if B1 had a mouse-over event, as you could get itemUID from the pVal. But unfortunately this doesn't exist.

Similar Messages

  • SAP interactive forms by Adobe

    Hi All,
    I have SAP-CRM 5.0 installed in my system. Kindly let me know what are the extra softwares and hardwares configuration needed inorder to work on the SAP interactive forms by Adobe.
    Also, I want to know the basic architecture how it is working.
    Thanks,
    Samm

    Hi cozy,
    you have to configure ADS on your Java Visual Administrator for Adobe forms development. No extra H/W configuration is needed. You can search for the document containing details of ADS configuration or tell me your email-id I will send it to you.
    Reward points if helpful.
    Regards,
    Vaibhav Tiwari.

  • I need T.Codes and Tables in SAP-ICM  module

    I need T.Codes and Tables in SAP-ICM  module
    Thanks in Advance.

    Here are some of the source tables for the FI-CO extractors.
    FI-CO T-Codes
    FK10N - Vendor Balance Display (FI-AP)
    FD10N - Customer Balance Display (FI-AR)
    S_ALR_87013611 - Cost Centers: Actual/Plan/Variance (CCA)
    2KEE - Profit Center: Totals Records (COPA)
    FS10N - Balance Display (FI-GL)
    KE5Z - Profit Center: Actual Line Items (PCA)
    FI-CO Tables
    BSEG - Accounting Document Segment
    BSAK - Accounting: Secondary Index for Vendors (Cleared Items)
    BSIK - Accounting: Secondary Index for Vendors
    BSAD - Accounting: Secondary Index for Customers (Cleared Items)
    BSID - Accounting: Secondary Index for Customers
    GLPCA - EC-PCA: Actual Line Items
    GLPCT - EC-PCA: Totals Table
    CE1* - COPA Line Items (* is desination for Industry Solution)
    CE4* - COPA Totals
    COSP - CO Object: Cost Totals for External Postings
    COSS - CO Object: Cost Totals for Internal Postings

  • Need to add special characters in sap scripts

    Hi All,
       I need to add special characters in sap script.
    I have used them as it is my script,but in the print preview i am able to see '#' instead of those special characters.Can anybody please tell me the way in which we can add special characters in the scripts.
    eg. 'Shlesha' i.e. name in inverted colons.
    Thanks

    Hi
    If # is coming means, that is the problem with the printer. I think u might have used your local printer to see the print preview.
    Don't use LOCL or LP01. Our local printer won't recognize those characters.
    Just change the printer name to client printer name. It will work.

  • Need a way to verify from SAP if an email address really exists

    Hi Guru,
    I need a way to verify from SAP if an email address really exists.
    Thanks in advance
    Soufiene

    Hello,
    Try the following code. It gives an option of using a webservice to validate an email address. This piece of code may help in solving your query.
    PARAMETERS: p_mail(100) LOWER CASE.                 " E-Mail id to be verified
    DATA: http_client TYPE REF TO if_http_client .
    DATA: w_string TYPE string ,
          w_result TYPE string ,
          r_str    TYPE string .
    DATA: result_tab TYPE TABLE OF string.
    START-OF-SELECTION .
      CLEAR w_string .
      CONCATENATE
      'http://www.webservicex.net/ValidateEmail.asmx/IsValidEmail?Email=' p_mail
    INTO
      w_string .
      CALL METHOD cl_http_client=>create_by_url
        EXPORTING
          url                = w_string
        IMPORTING
          client             = http_client
        EXCEPTIONS
          argument_not_found = 1
          plugin_not_active  = 2
          internal_error     = 3
          OTHERS             = 4.
       CALL METHOD http_client->send
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2.
        CALL METHOD http_client->receive
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2
          http_processing_failed     = 3.
      CLEAR w_result .
      w_result = http_client->response->get_cdata( ).
       REFRESH result_tab .
      SPLIT w_result AT cl_abap_char_utilities=>cr_lf INTO TABLE result_tab .
       READ TABLE result_tab INTO r_str INDEX 2.
      IF r_str+44(1) = 't'.
        WRITE:/ 'Valid email address'.
      ELSE.
        WRITE:/ 'Invalid email address'.
      ENDIF.
    Regards,
    Sachin

  • Need Sap Interactive forms Scenario.

    Hi Experts! Its an urgent,
    I need some simple scenario based on HR related for Sap Interactive forms by adobe, If it is workflow invoved also no problem. Any  one can send that plz.
    Advance Thanks,
    vikram.c

    Hi Vikram,
    If the MSS (manager Self Service) packages are deployed in your portal, you will be able to use the PCR (Personnel change Request) Forms. You can submit the forms and the approvals can be prorperly routed using the Worlkflow.
    There are a list of standard PCR forms provided by SAP. Please do look into them for a demo.
    At the R/3 end, you will get the details of these PCR forms (ISR - Internal Service Requests), using the transaction - QISRSCENARIO.
    Do dig into this link.
      <a href="https://websmp109.sap-ag.de/adobe">Interactive Forms based on Adobe</a>
    Hope you have got your answer.
    Kindly update if it helps you. Also search in SDN for relevant detials. There are many general threads in this forum, regrding introductory links.
    Thanks and regards ,
    Anto.

  • Pushing BO inbox item to Lotus Notes and SAP Inbox.

    Hi ,
       Can we  Push BO inbox item to Lotus Notes and SAP Inbox. if we do it then how to do it.
      Thanks in Advance.
    Regards,
    Yagyashikha

    Hi,
    well you should ask your Lotus Notes administrator to setup an SMTP gateway on the LotusNotes side for you. I know that this is possible but I have not done it myself before. And since this is an SAP BusinessObjects forum I am not sure you will get an answer about this here.
    Regards
    Stratos
    PS: I found the following link in the internet
    [http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/89d3962efd85426f85256b870069c0aa/f0e11c47fc62bc2e85256c1d00394ef9?OpenDocument]
    Not sure if this applies to your version though.

  • HR employee data (ONLY ACTIVE EMPLOYEES) needs to be sent from one SAP syst

    Requirement: HR employee data (ONLY ACTIVE EMPLOYEES) needs to be sent from one SAP system to another SAP system.
    E.g. of process followed u2013
    Tcode - PA30 - Action type u2018Hireu2019 is created for employee A, B, C & D for a specific date. Later another action u2018Retirementu2019 is created for the employee C. So in the current system employee A, B and D are active employees wherein employee C is an inactive employee.
    Data filtering is set in the Distribution Model wherein only active employees should be passed when an IDOC is created using PFAL.
    The IDOC which is created has all the employees A, B, C & D. The only difference being that for Employee C the segment which has the status u2018Retirementu2019 is discarded and hence this does not satisfy the requirement.
    Is there any way in which the Inactive employee (e.g. retired) is restricted from being sent to the IDOC.
    Please advise.
    Rasika

    Hi Darek,
    Thanks for your response.
    I cannot use this as the requirement does not allow customised development. I want to know whether the filter can be done solely by customising.
    Regards,
    Rasika

  • I need the list of Topics in SAP XI

    Hi To All,
    I Need the list of topics in SAP XI will you please send the list of topics...
    Thanks & Regards
    Satish Patnaik

    Hi Sateesh,
    I think you are new to Integration.I would suggest you to go thru all the topics in SAP XI and then you will get a good idea whether every topic is important or not
    Anyways ,In the present market
    1)proxy.
    2)Message monitoring
    3)BPM
    4)Java Mapping
    5)Context change
    These topics are important for interview point of view.
    Also,
    They may ask you like
    1) What the business systems used ? (Note this is SLD related)
    2) They will give you scenario and aks you howmany BS,TS and logical names
    you will create
    3) Some more things on SWC versions, SAP R/3 Settings like pushing IDOC
    receive IDOC ...etc
    4) Naming conventions you used ? for BS, LS,TS.....
    5) Why sender IDOC,HTTP adpter not required? explain in detail ?
    6) What adapters you used ? Tell all the parameters?
    7) Any java mapping written? how to write? Packages? UDF....
    8) Mapping functions details...like node functions etc....
    Scenario's what they asked me ...:::))))
    1) SOAP to RFC to SOAP explain in details what you will do
    2) Multiple files to Single IDOC using BPM
    3) RDBMS to SAP R/3
    4) Can you built Sysn-Async Bridge in BPM ? How ?
    5) How to write ABAP/Java proxies ? Write all the steps?
    6) How will you alert Configuration ? give T.Codes?
    7) Given one exp...asked create multi mapping ?
    kindly reward if found helpful.
    cheers,
    Hema.

  • Do we need to buy the license from SAP for EACH 'Z'form

    Hello
    I heard that, we (company) have to take license for the development of EACH adobe interactive form (even though its totally custom brand-new interactive form created from scratch), on individual form basis, is it true? (i know, its free of cost to play around with interactive forms in DEV and QA, but, if we want to move them to PROD, in that case do we need to buy the license from SAP for EACH form individually?)
    Thank you

    Thats true...license based on end user usage is required for SAP interactive forms. For more information read SAP note number 750784. The license comes in package like per 1000 users one time payment.
    Regards,
    Vaibhav

  • Do we need unique program ids for different SAP Channels

    Hi All,
    I am using different channels for receiving SalesOrder and Invoice idocs from SAP system. Wanted to confirm if we need unique program ids for each SAP channel or a single program id can be configured in SAP GUI to receive both idocs. I am using SOA 11g.
    Regards
    Subhankar

    Unique program id for each type of IDOC is preferred per each channel
    IDOC Type 1->Programid1->Channel1
    IDOC Type 2->Programid2->Channel2
    Manoj

  • Need details on Outlook integration with SAP CRM

    Need details on Outlook integration with SAP CRM

    As Robert has stated there is plenty of information if you would have done a search first or looked at the CRM wiki.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/crm/home
    Please review the rules of engagement before posting further.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement
    Due to this thread, being way too vague and a duplicate question, I'm now locking it.
    Thank you,
    Stephen
    CRM Forum Moderator

  • What type of qustions i need to ask to client before sap fico prject start

    what type of questions i need to ask to client before sap fico project starts
    helo guys
    i am new here as well i am fresher in sap FICO but my pm put me in project
    soon i am going to my clients place
    what type of questions i need to ask , before my sap fico project start
    what type of data i need to prepare AS IS -TO BE & SAP FI/CO BLUEPRINT START.
    GUYS PULL ME
    PLS
    REGARDS
    SUBU

    Hi Subu
    Initially you need to prepare topics wise questions and in the process the data collection should be from 2 sources i.e. Primary - collecting information directly by interacting with the client and the other one is Secondary - from the documents that you collect from the client.
    After formal introduction during the Kick off meeting never directly jump down to interact with the client you need to patiently observe the day to day business process of the client - department wise for the first few days. Do document all the observations that are made by you, this will help you to analyse the gap between the legacy system and std SAP Process.
    The first and the foremost thing is that we need to see on what flatform all the business process relating to Accounting is maintained i.e the software used to store the legacy data.\
    Now I will mention some of the important points that can be used a check list during your interaction with the client.
    1.We are the consultants who need to freeze the Enterprise Structure first and later on the other module consultants will add their respective enterprise elements to the enterprise structure freezed by us. Therefore this process will by itself will take not less than 1 to 2 months. This process is the Typical phase where a lot of interaction/understanding/experience will come into limelight. So be attentive and observe the process throughly, once the Enterprise Structure is freezed and configured we cannot withdraw from the system.
    2. Codification of the Enterprise Elements play a vital role do follow some naming convention. Here coding can be in 3 forms i.e. pure numeric, alfanumeric or pure alphabets.
    3. Identify the chart of accounts that is maintained.
    4. Grouping process of the GL Account According tos Schedule VI of Companies Act 1956
    5. Customer & Vendor Grouping - payment terms maintained - Down payment if applicable - how the memos maintained.
    6.. Collect all the documents relating to Procurement Process right from indent preparation to billing and followed by payment. This is very useful.
    7. CIN plays a very important role regarding this we will have a seperate session in the days to come.
    This is just a beginning and hope this will help you and as the time comes up do feel free to put up questions and I will clarify for the same.
    Regards
    Murali Kanth Natti

  • I need to to install the latest SAP GUI

    Hello
    I need to to install the latest SAP GUI
    Please give me the link
    Thank

    Hello Aleks,
    please have a look at the announcement threads sticking at the top of the forum about the latest SAP GUI.
    Best regards
    Rolf-Martin

  • Need info about a Error in SAP Script !

    Hi,
         I am getting the following error.
    "WRITE_FORM is invalid, START_FORM is missing".
    Actually I have already start the form using start_form function. I am using write_form inside a loop.
    What cud be be the possible probs.
    Thank you.
    Senthil

    Hi
      Check out the parameters that you r passing in the Write_form and Start_form with the paramters that you r passing in the sap script form.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'TEXT1'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    check these values with the value you r passing in the sap script form.
    and similarly you check the start form also.
    I hope this will help you to solve your prob.
    Thanks
    Mrutyunjaya Tripathy

Maybe you are looking for