Regarding MetaView execution

Hi all,
I am using SIM 7.1.
I have created two resources(Simulated) AD and SAP. Then i have create a metaview such that AD is source resource with firstname attribute and want to map it with target resource SAP with lastname attribute.
But i am not able to get the desired result.
I am now getting how to execute this metaview. Please give suggestions regarding the issue.
Thanks

Hi Harshad,
Simply, Try to change your code a little modifications,,,
Like, if no inputs are given then make some default values,,, and try to selct in that range,
This will be convinient to select the data when send in a background process..
Now in SM36 Assign your program to a Background Job..
Start Condition>Date/Time>Periodic Time> Periodic Values>Give Daily or Hourly or Your choice,,, and
Enter a Time or date,, And save the Job,, It runs backgound automatically and do's the operation you need,
You just remember to assign the default values as required for the background Job if no variants passed.
Thanks & regards,
Dileep .C

Similar Messages

  • I am unable to access iTunes.  Receive error regarding data execution prevention.  I've tried unloading/reloading.  Suggestions?

    I am unable to access iTunes.  Receive error regarding data execution prevention.  I've changed the Performance Options to exclude DEP for iTunes and I've tried unloading/reloading.  Still no success.  Suggestions?

    Try updating your QuickTime to the most recent version. Does that clear up the DEP errors in iTunes?

  • Doubt regarding SQL execution

    Hi Friends,
    Am using Oracle 10g DB - 10.2.0.3.0
    I have some basic doubts regarding sql query execution by Oracle.
    Say, Am executing a query from a toad/sqlplus session for the first time, it takes 10 secs then 1 sec and so on.
    Same thing happens for every 15 minutes.(Any specific reason for this ??).
    It takes more time when it executes first because of parsing and all those stuff but from then on it picks from the
    shared pool right??.. How long will it be there in Shared Pool does Oracle maintain any specific time period to clear that query from shared pool memory. How does Oracle handle this.
    Another thing is, say, I have a report query, I run this query monthly. What will be the execution time when I run this query each and every month. Will Oracle parse this query everytime I run. How do I improve the performance in this situation (May sound odd :)).
    Regards,
    Marlon

    Say, Am executing a query from a toad/sqlplus session for the first time, it takes 10 secs then 1 sec and so on.
    Same thing happens for every 15 minutes.(Any specific reason for this ??).
    It takes more time when it executes first because of parsing and all those stuff but from then on it picks from the
    shared pool right??.. How long will it be there in Shared Pool does Oracle maintain any specific time period to clear that query from shared pool memory. How does Oracle handle this. Share Pool caches the SQL statement. So when you execute the same SQL for the second time it goes for a soft parse. But this is not the only reason for the query to execute faster the second time. The time difference between a soft parse and hard parse is very minimal. So it really does not matter unless you are executing the same query several number of times.
    The thing that really matters is the Data Buffer Cache. That is the rows that are selected by your query are cached into the Data buffer that is available in the SGA. So for the next time when you run the same query the IO is reduced as the data is available in the memory and you don't have to go to your disk to get the data.
    But the data in Data Buffer is not persistent, meaning it follows the FIFO rule. That is first in first out. When the Data Buffer is full the content of the buffer is removed in the FIFO order.
    Another thing is, say, I have a report query, I run this query monthly. What will be the execution time when I run this query each and every month. Will Oracle parse this query every time I run. How do I improve the performance in this situation (May sound odd :)). Like the Data Buffer the Shared Pool is also maintained in the FIFO order. So if the query is still in the Shared Pool the query will be soft parsed else it will be hard parsed. But its very rare that you will have a query in your Shared Pool for a month.

  • Regarding Background execution

    Hi Experts,
    I need to run some standard SAP program in my report, get the data from the output in the list format and then email it to the user. I have implemented this application using the SUBMIT AND RETURN with EXPORTING TO LIST MEMORY. However it takes a lot of time to execute that standard report. Is there any way where this report can be run in background and the output is mailed to the user and thereby reduce the execution time?
    Please let me know your views regarding this isssue.
    Thanks.
    Warm regards,
    Harshad.

    Hi Harshad,
    Simply, Try to change your code a little modifications,,,
    Like, if no inputs are given then make some default values,,, and try to selct in that range,
    This will be convinient to select the data when send in a background process..
    Now in SM36 Assign your program to a Background Job..
    Start Condition>Date/Time>Periodic Time> Periodic Values>Give Daily or Hourly or Your choice,,, and
    Enter a Time or date,, And save the Job,, It runs backgound automatically and do's the operation you need,
    You just remember to assign the default values as required for the background Job if no variants passed.
    Thanks & regards,
    Dileep .C

  • Regarding reporte execution time and date

    hi all,
    Is there any table in sap which can give me date and time of last execution of a report.
    Thanks and regards .
    Punit

    Hi
    I exactly don't know but i can provide you with the list of table names where BASIS people are gonna use them
    http://www.saptechies.com/list-of-important-transaction-codes-tables-programs-reports/
    check out this tabel  i hope it helps you
    DBSTATC
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Jul 18, 2008 7:57 AM

  • Regarding program execution in background

    Hi ALL,
    I have a report with more than 255 columns if i execute in foreground no problem but if i execute in background  it is displaying upto 255 columns only it is not displaying completely. (My report has 340 columns) . So please anyone tell me how could i display more than 255 columns in background .
    Thanks & Regards
    K. Naveen Kumar

    search for the OSS Note.
    In 4.6C you need to create a Z program ( code given in OSS Note ), it will take the spool number as parameter.
    Further you also need to crate a new page format ( Xn SPAD) by copying a standard one ...like Z_65_340
    That also need to be attached with the printer device type ..for local SAPWIN.
    While specifying the job in SM36, in print specification , specify the new wider page format.
    Further , aftre the job is run , check our the spool number created and then see the spool using the OSS - Z program.
    No guarantee though
    Cheers,
    Ram
    cheers,
    Ram
    Message was edited by: Ram Manohar Tiwari

  • Regarding Session execution in Background

    Hi Gurus
        While I am uploading the flat file using vb01 tc in Back ground using submit rsbdcsub, I am facing the following problems:
    By execute the program,The session is creating with no "new" or "error" status.
    This is Happening because when I tried in foreground the records are processing after I pressed the "save" button only.This is happening for all records.even though the records are mapping absolutely properly I need to press save button each time to process that record. By the "enter" key it is not processing.
    Beacuse my requirement is to process the records in Background I required no user interaction while processing.
    How can I resolve this.
    Your suggestions and views are highly encouragable.
    Please respond quickily.
    Regards,
    Kumar

    Are you doing LSMW or BDC? if you are using recording then you must have missed the saving of it.
    let me know more details.

  • Regarding BPM execution

    Hi all,
    iam Ajay kumar.
    *Here i did a BPM scenario which gets activated when Http client is activated.Bpm would fetch the company details from R/3System throgh RFC adapter by taking input as company number.Here I activated IR and ID successfully .
    But i couldn't trigger Http client for process initiative. Please help me how do i trigger an HTTP client so that it will activate my application in XI.
    If i no longer to use Http client future then is there other procedure to activate the Application. please tell me the way also.
    Thank you

    Thank u Archna for giving information on using Http client.
    It was difficult to place port no,serverHost&setting Http Adapter.so i changed my scenario. That is The File is maintained at application server of have data companyId. so i created additionally one senderCom.channel and SenderAgreement. Activated Appl.
    If i saw sxmb_moni it says as 'System error' and gives red circle.
    But i observed the communication channel in File Adapter in RWB the sender comm.channel shows red circle and the message it shows is following
    Sender Adapter v2023 for Party '', Service 'CompanyCode_Bus_Service':
    Configured at 15:55:05 2006-07-20
    Last message processing started 16:15:05 2006-07-20, Error: Module exception com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapter:SYNCHONOUS_MESSAGE: found
    last retry interval started 16:15:06 2006-07-20
    length 600,000 secs
    please observe this and help me in regard to overcome this problem

  • Help regarding Tomcat - execution of my application

    Hi All,
    I have developed an Online Banking system. But its giving an error when I am trying to execute it.
    Package name is 'com'.
    I have placed the code in the following manner.
    Apache Tomcat 4.0->webapps->com->WEB-INF->java->com
    1st com folder is tha main folder, this com has folder html, jsp and WEB-INF.
    html folder has .html files, jsp folder has .jsp files.
    WEB-INF has 1 folder java and web.xml file.
    java folder has a folder com, this com has .class files and in the java folders there are .java files.
    When I try to execute a functonality AddCustomer its giving an error :
    'error in compiling AddCustomer.jsp , package com does not exist'
    Please help in this regard. What might be the reason for error.
    Thanks,
    Saher

    Apache Tomcat 4.0->webapps->com->WEB-INF->java->comLooks like you have 'java' directory under WEB-INF and you have kept you classes in 'java' directory.
    You must place your classes in WEB-INF/classes directory. If you have a class LoginHelper in package com.onlinebank then the structure will look like:
    Apache Tomcat 4.0->webapps->com->WEB-INF->classes->com->onlinebank->LoginHelper.
    Though 'com' is a valid root directory name of any web application, but I suggest you give an appropriate name of your online banking web application.
    Thanks,
    Mrityunjoy

  • Regarding MetaView and ActiveSync

    Hi all,
    I am using SIM 7.1.
    I have configured Flat File active sync such that when i perform activesync on this the users get created in SIM as well as in SUN ONE.
    Now my requirement is when i update mail attribute in SUN ONE DS then it should get reflected in SIM also but if i update any other attribute it should not get reflected in SIM. This is to be done using MetaView.
    Please suggest how it can be achieved.
    Thanks

    Hi,
    I have unchecked the "populate global" from synchronization policy yet it's not working properly.
    Actually what i have done
    I have mapped email with mail attribute in resource attributes mapping.
    Then i have created a user Adminuser with Account Administrator, Admin Role Administrator and Waveset administrator and assigned him a form having the following field
    <Field name='global.mail'>
      <Expansion>
        <block trace='true'>
          <ref>activeSync.mail</ref>
        </block>
      </Expansion>
    </Field>Then i make this user as proxy administrator of Synchronization policy and added email in Attributes to synchronize field.
    But it still updates all the attributes.
    Please tell me where the error is.
    thanks
    Edited by: IDM_Discussion on Dec 9, 2007 11:53 PM

  • Regarding query execution

    Hi friends,
    i am executing query 0figl_c01_q0030 .
    while i am doing this one screen is appearing in that i am entering company code = 2000 , gl account = 1112000, current fiscal year = 2007.( all are available in my cube to which i loaded data) .
    but it is giving error ." no value could not be found for variable 0p_fvaex "
    Please correct me .
    Thanks in advance,
    ramnaresh.

    Hi,
    It seems to be problem with SAP Exit Variable: 0P_FVAEX, so check for which country you are checking the data, for INDIA it is April to March is the Finacial year, so in that way check whether data is exists in Cube or not for 2007.
    Note: Calender Year is different and Fiscal Year is different.
    Thanks
    Reddy

  • Regarding Proxies execution

    hi
    how to execute ABAP proxies?client side  and  server  side
    thanks

    hi
    How do you activate ABAP Proxies?
    Proxy configuration between R/3 and XI   How do you activate ABAP Proxies?
    ABAP Proxies in XI(Client Proxy)
    ABAP Proxies in XI(Client Proxy)
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    How to create proxy.
    Smarter Approach for coding ABAP Proxies
    Smarter Approach for coding ABAP Proxies
    File to R/3 via ABAP Proxy
    File to R/3 via ABAP Proxy with good example
    BPM : Sending message asynchronously and getting the response from synchronous system using ABAP Proxies
    BPM : Sending message asynchronously and getting the response from synchronous system using ABAP Proxies
    ABAP Server Proxies
    ABAP Server Proxies
    simple file 2 server proxy

  • Regarding ALV Execution

    Hi
    I am facing problem while Executing the Report.
    That is After displaying the selection screen and by making entries it is giving the correct list.
    But when I press the Back button or Esc button in the list level insted of showing the Selection Screen it is showing the Empty screen and after that when I press again Back or Esc button, it is showing Selection Screen.
    Please suggest me the Solution.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program = g_repid
          is_layout          = itab_layout
          it_fieldcat        = itab_fcat[]
          it_excluding       = itab_excluding
          it_sort            = itab_sort
          it_events          = itab_event[]
        TABLES
          t_outtab           = itab_stock
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE e017.
      ENDIF.
      REFRESH itab_stock.
    ENDFORM.         
    I am using the Above code and I am displaying the ALV using FMS and I am not creating any GUI Statuses for my program.
    Please suggest me the solution.

    1. If you are using any write statement , remove that
    2. If not then set PF STATUS
        there is one exporting parameter of that FM  called I_CALLBACK_PFSTATUS
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
                  EXPORTING
                     i_callback_pfstatus = 'PFSTATUS'.
                     i_callback_usercommand = 'USER_COMMAND'
    FORM PFSTATUS.
       SET PF-STATUS 'STATUS'.
    ENDFORM.
    FORM USER_COMMAND using p_ucomm like sy-ucomm.
      case p_ucomm.
         when 'BACK'.
             leave to screen 0.
      endcase.
    ENDFORM.
    now double click on STATUS and enable ur back button

  • Question regarding the execution of cursors and SQL statements

    Hi,
    I have cursor which fetches results from a table A.
    Now, simultaneously, in other session, I ran an update on the table A and commited it.
    1) My question is will the cursor keep fetching the old results or the cursor start fetching the new values when the data is committed?
    2) I have a similar question in SQL too. We generally write SQL queries which take considerable amount of time- around half an hour. During this time, I ran an update on the table and committed it. Will the result set contain the old values ?
    As per my knowledge, both should fetch the old values.
    But, I would like to get my beliefs reinforced.
    Thanks for your help.
    Don

    donisback wrote:
    Thanks John..
    Your post drives me to ask another question. We've been getting the error "Snapshot Too Old" quite frequently.
    So, we minimized the SQL and used cursor committing every 10000 records. This prevented the above error.
    Is there any other possible reason why we get the error "Snapshot too Old"?
    Thanks,
    DonDon:
    Typically, commiting more frequently increases the likelyhood of 1555, not decreases it. The 1555 error comes when the undo (or rollback in old terms) records that need to be read to support read consistency are no longer available. Simplistically, once a change has been committed, the undo records are marked as available for re-use and could be re-used thereby destroying the information that you need.
    Even though ithe initial question is really old, read the Ask Tom thread posted by RPuttagunta. Tom explains it far better than I could, and the basic concepts have not changed.
    John
    John

  • Regarding Execution flow in webdynpro component

    Hi all,
              I am confused regarding the execution flow.
    we have "component controller" and "view controller" in a webdynpro component.
    I have written some code in "wdDoInit" of  "component controller" and in "wdDoInit" of "view controller" and in "wdDoModifyView" of  "view controller" .
    If I do "Deploy and Run " the application , Which one is executed first ,I mean how is the code processed ,where the control reaches first?
    Thanks in advance.

    In a web dynpro application there is always a interface view specified.
    This interface view is associated with a window. The window has set of views with one as default view.
    When Web Dynpro application is launched, the window is instantiated via interface view specified. The window after instantiation is rendered on the brower/some other UI client.
    The window when instantiated will instantiate the default view also. So wdDoInit of view controller will be called now. Now if navigation happens to some other view in the window that particular view has to be instantiated. So the wdDoInit of that view will be called then.
    Is your question answered ?
    Regards,
    Ashwani Kr Sharma

Maybe you are looking for