Where to see the postings?????

hi
I hav done MIRO but unable to se the posting in MIRO screen? Where to see the postings.?

tnx....
i am getting "The subsequent documents missing in MIRO"..........??????????...

Similar Messages

  • I can no longer see the top menu bar in itunes.  where you see the status of syncing.  where you have the option to click and move a song you are playing to the middle of the song, etc.

    I can no longer see the top menu bar in itunes.  where you see the status of syncing.  where you have the option to click and move a song you are playing to the middle of the song, etc.

    It's iTunes screen menubar:

  • HTTP adapter: where to see the transformed output message

    All,
    I am a beginner in Webservices/HTTP interfaces in PI. I have to make changes on an existing custom interface which uses HTTP adapter. I have done the changes in the message mapping and tested it using the test tool. It seems OK.
    However when we do end-to-end testing, data is flowing but  bussiness needs a copy of the transformed data that has been sent out from PI.
    I checked RWB->Message Monitoring-> Integration server(Database) and it showed the successful message. When I drilled further into this message, it showed the SOAP message (Version 0 and Version 1 with payload). The payload showed the data that ECC had sent to PI and not the transformed data that went out from PI to 3rd party via HTTP adapter.
    Appreciate if you could guide me in right direction regarding where to see the Output/Transformed data that is actually sent to third parties.
    I have checked SXI_MONITOR as well in PI but that also shows the payload only and not the transformed data.
    Regards
    SK
    Edited by: Shirin K on Feb 18, 2010 3:10 PM

    Hi ,
    Go to particular message in SXI_MONITOR. In Message there will be window on left hand side. There will be Technical Routing.
    Technical Routing> Payloads->Maindocument. This shows the Output data.
    If you are not able to see Technical Routing inform you basis team they need to do some configuration in SXMB_ADM
    Edited by: Rajhans Abhay on Feb 18, 2010 4:29 PM

  • 12c where to see the enabled audited operations

    hi,
    I got to see the audited operation data in setup->auditdata but I am not able to find where to see the enabled audit operation names.
    The following command shows only the list of operations can be audited but it doesnot say whether it is already enabled or not
    emcli show_operations_list
    please suggest me
    cheers
    Tamil

    Try adding -view=DETAIL
    bash-4.1$ ./emcli show_audit_settings -view=DETAIL
    Audit Switch : Enabled (For all Operations)
    Operations configured for auditing :
    ADD_AGENT_REGISTRATION_PASSWORD : ENABLED
    ADD_CS_TARGET_ASSOC : ENABLED
    AGENT_REGISTRATION_PASSWORD_USAGE : ENABLED
    AGENT_RESYNC : ENABLED
    AG_AUD_CREATE : ENABLED
    AG_AUD_DELETE : ENABLED
    AG_AUD_MODIFY : ENABLED
    APPLY_TEMPLATE : ENABLED
    APPLY_UPDATE : ENABLED

  • CO88 - Where to See the results of Execution?

    Gurus,
    Where to see the results after executing CO88?
    Kindly guide.
    Thanks.

    Dear,
    In order maintaince screen follow the menu path CO02 - Goto> Costs> balance.
    Or you can chek in order cost sheet itself, the actual cost sum is zero or not if ZERO than means settled.
    Collectively you can see in KKBC_HOE report.
    Regards,
    R.Brahmankar

  • Where to see the output of my Application Engine Program ?

    Folks,
    Hello. I am creating my first AE program in Application Designer and test it in the 2-tier mode. I open the AE program in Appication Designer and click Edit ->Run Program. Then open the log file to see its execution and know the AE program is running out. But I don't know where to see the output of the AE program.
    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?
    Thanks in advanced.

    The AE program is only executing a SQL "select" statement. Its output is the ResultSet of the SQL.
    Do any folks know where to see the output of the AE program ?The output of the select didn't go anywhere. You have to actually do something with the values selected. App Engine selects them and puts them in memory (if you tell it to through %Select), but where those values go depends on you. If you have a DoSelect, then your next action may be an SQL insert/update/delete or even another %Select. If it is another %Select, then I would expect your next action to be Call Section or PeopleCode.
    If you just want to select data and print it to the app engine log file, then I would setup a step with a DoSelect/%Select and then a PeopleCode action. In your PeopleCode action, use MessageBox(0, "", 0, 0, "The value in field MYFIELD is " MYREC_AET.MYFIELD);
    I wrote a blog post a few years ago with additional tips and tricks for AppEngine output: http://jjmpsj.blogspot.com/2008/05/appengine-output-tricks-reporting.html.

  • Where to see the size of the file in XI system

    where to see the size of the file in XI system..i mean after sending it into XI....
    Edited by: Harsha reddy on Jun 25, 2008 5:51 PM

    Hi,
    You can UDF like in Message Mapping to get the file size.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","SourceFileSize");
    fileSize = conf.get(key);
    You have to mention adapter specific attribute for file size in file adapter.
    How to retrieve file size and XI message ID?
    Kulwinder
    Reward if Helpful

  • Where to see the transaction code for a script

    Hai my dout is  where to see the transaction code for a script after assigning to  a drive programm for example i see output for medruck in me11 and for other standard scripts where can i see the  output is there any table avaible to check it

    Hi masthan,
       for sd and mm related scripts. u can use tnapr.
    Otherwise go to nace transaction u can find the script name as well as program name.
    Or u can try with TSTC table, which will give the t/c's.
    Regards...
    Arun.

  • So where we see the status of this work order request

    Hi All,
    I have submitted work order WO00034931 in SAP for a new vendor address but it seems my approver (Andre Vabre) never received it. In SAP, its status is “Submitted for Approval”.
    So where we see the status of this work order request
    Thanks,
    Kumar

    Hi
    You can make the price of a variant dependent on the characteristic values assigned (Pricing).You can use
    variant conditions to define surcharges and discounts for a variant
    Variant u2013Pricing steps
    Create condition record
    create a procedure where you enter the reference from the characteristic
    Assign the procedures to either the characteristic values
    configure the material in the sales order
    The net price for the material is displayed
    If a value that triggers a variant condition is selected when configuring a material in a sales order, the price of the material displayed under Net value is automatically increased or reduced.
    In addition, the Conditions pushbutton is displayed.
    On pressing this pushbutton,
    One can see which conditions have
    influenced the price.
    I tried to list you as much detail as possible. Hope that you will be able to resolve your issue
    Thanks

  • During/after upgrading to ios8.1 my ipad air is looping is a screen where i see the apple logo after a minute or so i see a flash of bleu then black en the it starts over again....i can't even turn of.

    During/after upgrading to ios8.1 my ipad air is looping is a screen where i see the apple logo after a minute or so i see a flash of bleu then black en the it starts over again....i can't even turn of. Help?

    Hi,
    Had the same issue.  Hard reset not working.
    What I did was: start your mac/pc and open iTunes, hold down the home button of the iPad (and while holding the button), connect it to the PC with the cable.
    Keep pressing until you get a pop-up asking to upgrade or restore.
    Hope this helps for you!
    Xavier

  • WHER I SEE THE STOCK  IN VARIENT CONFIGURATION

    Hi
      Gurus,
    Where i see the stock of different varients available in plant .for example  i want to the stock of yellow,red,black sheets with thichness and width from     which  this any t-code or tables.
    Thanks in advance
    avinash.pegarlawar

    Hi,
    It is not possible to maintain the stock for variant configuration materials. This is purely MTO scenario.
    Regards,
    V. Suresh

  • I only see the phone numbers of my contacts when using iMessage on my MAC, whereas I see the names on my iPhone. Why, and how can I make it so I see the names (and pics) on my MAC?

    I only see the phone numbers of my contacts when using iMessage on my MAC, whereas I see the names on my iPhone. Why, and how can I make it so I see the names (and pics) on my MAC?

    Thanks Eric, but that was already turned on. I just now tried turning it off and on again, no change. Actually, I"m more interested in seeing the names than the pictures. I now only see the phone numbers and generic avatars where pics would be.

  • Where to see the IR/ID import progress?

    Hi!
    Sometimes the ID/IR import can last for a long time.
    Can we monitor the real time progress somewhere?
    Where is the log/trace for ID/IR import?
    (ID=Integration Directory;  IR=Integration Repository)
    Points are guaranteed, thanks!

    Lee,
    You try to increase the trace level and check the trace. Also see the log.
    To increase the trace level, use the following URL:
    Integration Directory: http://server:port/dir/support/private
    Integration Repository: http://server:port/rep/support/private
    Click on Edit Memory Log Configuration-->Reset to DEBUG --> Save
    To check the log, use the following URL:
    Integration Directory: http://server:port/dir/support/private
    Integration Repository: http://server:port/rep/support/private
    Click on View Memory Log --> Show this filter
    Dont forget to Reset the log level to DEFAULT after your analysis and save to avoid performance problems.
    If this dont help you try to see the J2EE Logs because all XI applications that run in the J2EE engine write their logs to the J2EE engine logs.
    I hope this is what you are looking for? Other than that I think we dont have as prasanth said. Hope this helps........
    ---Satish

  • Where to see the boot image package path installed on my DP server

    I have distribute the boot image content to one of my DP server. Where can I see the package is installed at which location at that particular DP in SCCM 2012 console?

    Hi,
    The blog below could answer your question.
    Configuration Manager 2012: Content Monitoring and Validation
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Where to see the people code

    Hi,
    where can I see the people code of a process ?
    Many thanks before.

    Then try to open the Application Designer against your database, and open a "App Engine Progam".
    Extend the steps, you'll be able to see all the component including SQL and Peoplecode.
    Nicolas.

Maybe you are looking for