How to prove whether landscape in sink or not

Hi Folks,
What are the ways to evident that a object is identical across the systems?
say we need to prove a object, whether its exactly identical in Development vs Quality.
since we have more number of objects, kindly suggest an easier way to achieve this.
I think Basis team can help in doing the system comparision.
Note:
Guess there are functional modules which can generate a report about every  object. but then we need to compare object by object in both the systems. is it possible to do a comparison for a bunch of objects by any way?
Thanks in advance.
Regards,
Charan

Hello Charan,
It's possible to do a remote comparision between systems.
E.g. if you to through SE37 (for function modules) you will see in the Utilities menu -> Version -> Version Management it will appear a REMOTE Comparison button where you can compare an object DEV <-> QAS.
But for mass comparison I don't know if there are FM / Reports available and released by SAP.
Kind regards,
Daniel.

Similar Messages

  • How to check whether portal user exists or not using UM API.

    Hi Experts,
    Let us say i need to create an user account "PortalUser",i know how to create an user,setting first name,lastname,password for that.
    but here before creating the portal user, i need to check whether that user exists or not.If user already exists ,then i  need to skip the below for creating the user.
    IUserFactory userFact = UMFactory.getUserFactory();
    IGroupFactory groupFact = UMFactory.getGroupFactory();
    IRoleFactory roleFact = UMFactory.getRoleFactory();
    IUser tuser = userFact.getUserByLogonID("PortalUser");
    IUserMaint newUser = userFact.newUser("PortalUser");
    newUser.setFirstName("PortalUser");
    newUser.setLastName("Test");
    newUser.setEmail("PortalUser.Testatgmaildotcom");
    //Locale PortalLanguage = new Locale(Lang.toLowerCase(), "");
    Locale PortalLang=new Locale("en");
    newUser.setLocale(PortalLang);
    newUser.save();
    newUser.commit();
    IUserAccount userAcc = UMFactory.getUserAccountFactory().newUserAccount("PortalUser", newUser.getUniqueID());
    userAcc.setPassword("test1test$");
    userAcc.save();
    userAcc.commit();     
    Thanks in advance.
    Thanks
    Sony.

    Hi,
    Try this code,
    IUserFactory factory = UMFactory.getUserFactory();
    IUser user = factory.getUserByLogonID(userId);
    lastName = user.getLastName();
    firstName = user.getFirstName();
    refer this pdf,its very helpful
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw-rig/using%20the%20user%20management%20api%20with%20ep%20applications%20-%20webinar%20powerpoint.pdf
    Regards,
    Sunaina Reddy T

  • How to tell whether iPhone is unjailbroken or not?

    how to tell weather iPhone is unjailbroken or not?
    So, about this time last week i decided to jailbreak my iphone 4 ios 5.01. being 15 most of my friends with iphones have it jailbroken. so after hours of youtube i found a way to do it and It was a success! i was really excited that i finally had a jailbroken iphone. However, i started to realize that it was not a big difference from before i jailbroken it. It started to run slow and glitch up. I also have read that jailbreaking you iphone voids your warranty with apple and i do not feel that its worth it. So i uninstalled every application that i have downloaded from cydia and uninstalled cydia its self. After i uninstalled cydia, i backed up my iphone and transfered all of my apps to my cpu. Then i restored my iphone and set it up from the previous backup i just made. Everything went perfectly! however i want to know if my iphone has actually been un-jailbroken being that i restored my iphone from a back up wear my phone was in a jailbroken state. and since i uninstalled cydia from my phone before i backed it up and restored it, there isnt any clear way to tell whether its still jailbroken or not. please if you understand anything i just said please help me lol. i do not want my warranty to continue being voided ! thanks!  

    If you restored from a backup remnants of the jailbreak will still be on the phone. You must go to settings/general/reset - Erase all content and settings, delete all iPhone firmware images from your computer, then do a Restore and set it up as a new phone. You cannot restore your backup. You must reinstall your apps, set up email accounts and other settings from scratch. You will lose all app content, such as game scores.
    Even this will not remove all traces of the jailbreak; Apple will still be able to tell it was jailbroken. But for your purposes the jailbreak will be gone.
    There is one exception; if you also unlocked the phone as part of the jailbreak the modem firmware will not match the iOS version, and future updates may cause problems.

  • How to know whether User is Buyer or not?

    Hi,
    I am developing a function module to create/update/unassign Employee Org Hierarchy. In this I have to know whether User is BUYER OR NON BUYER?.
    If user is assigned to purchase org/purchase group then he will be BUYER or else he will be NON BUYER. If once I come to know whether user is BUYER OR NOT, then I have to proceed further differently in both the cases.
    Pls help me out in this regard asap.
    Thanks & Regards,
    Nagaraju Maddi
    Message was edited by: Nagaraju Maddi

    Nagaraju
    Buyer will be having purchaser roles like SAP_BBP_STAL_PURCHASER, SAP_EC_BBP_PURCHASER, SAP_EC_BBP_ST_PURCHASER. Check the roles of the users. If you find Purchaser(standard roles) or Buyer(in case of customized roles) in their roles then he/she will be buyer.
    Similarly Non buyer user will be having Employee role like SAP_EC_BBP_EMPLOYEE.
    Hope this will help you.
    Do reward points for helpful solution.
    Regards
    Jagdish

  • How to check whether a Record Exists or not in Ztable

    Hi all,
    I have Req like this
    In ZTable i have 2 fields  * Legacy System , Legacy Material No*
    Environment Value is coming in one of the field in Idoc
    The logic is if the Environment Value is UK and a Record Exists on the ZTable for Legacy Sysyetm = Leg1 means i have send Legacy Material No , else  Send 01
    Please suggest me the process for this
    REgards
    Vamsi
    Edited by: Vamsi Krishna on May 19, 2009 5:31 PM

    Hi Michal / Aamir,
    Thanks for your replies.
    The ZTable is at R/3 side only, iam using RFC Lookup for this, but iam bit confuse on how to construct the logic to check whether there is a record Exists or not on Ztable
    Logic shld be If the Environment value is UK and a record exists on the Ztable for Legacy system "ABC" means then send Legacy material number else send 01
    In Table we will have the fields Legacy System   Legacy Material No  & Environment value is coming from Idoc itself( Ex: UK or US)
    Regards

  • How to check whether checkbox is checked or not and to get label if checked

    Hi,
    I've used checkboxgroup, and i'm populating it dynamically using attribute node & attribute value.. like this
    IPrivateTestView.IWelcomNode wNode =wdContext.nodeWelcom();
         IPrivateTestView.IWelcomElement wEl,wE2,wE3;
         wEl=wNode.createWelcomElement();
         wNode.addElement(wEl);
         wEl.setWelValue("Welcome Boards");
         wE2=wNode.createWelcomElement();
         wNode.addElement(wE2);
         wE2.setWelValue("Traditional Welcome");
         wE3=wNode.createWelcomElement();
         wNode.addElement(wE3);
         wE3.setWelValue("Photograph");
    now i want to check whether checkbox is checked and how many checkbox has been checked and then i want that label values of checked boxes.. so pls help me out. if possible give me some sample coding...

    CheckBoxGroup.texts -> Welcom.WelValue
    In controller method (e.g. action handler):
    IWelcomNode node = wdContext.nodeWelcom();
    for (int i = 0; i < node.size(); ++i)
      IWelcomElement e = node.getWelcomElementAt(i);
      if (node.isMultiSelected(i))
        String text = e.getWelValue();
        /* checkbox #i is selected and variable "text" contains the text */
    Armin

  • How  to find whether excel is open or not-urgent plzzzzzzzzzzzzzzz

    hi
    i have used dde command to export the info in a form to excel it works fine.but when ever the user accidently closes the excel sheet and if the user again tries to import data to excel using a push button the application is not raised..the user has 2 refesh or come back to the form again for rasiing the excel......how can i track whether excel is closed or open......can i have a global variable but in case of closing the excel how can i reset it.........

    If you are using Forms 6i, you can use the D2kwutil package (search this site to find it). This package consists of a .pll and .dll library which you link to your application (you just copy the dll to either the Windows/System or Oracle\Bin folder).
    In that library, look for the "Find3rdPartyApp" function within the win_api_session package.
    For more recent versions of Oracle forms, I think that the package (D2kwutil) has been renamed to WebUtil.

  • How to know whether sequencefile has loaded or not?

    Customizing user interface.
    I "reload sequencefile on start". And do not use SequenceFileView. Some sequencefile spends a long time for loading. And sometimes, reference of sequencefile should be empty. Because the sequencefile has being delete, or did not open any file last time, etc.
    I need feedback from TS engine. How to get it?
    Solved!
    Go to Solution.

    I think the following excerp from the TestStand help answers your question:
    SequenceFiles Property (Read Only)
    Syntax
    ApplicationMgr.SequenceFiles
    Data Type
    SequenceFiles
    Purpose
    Collection of sequence files the application opens.
    Remarks
    This property eliminates the need to keep an array of open
    sequence files. Use the ApplicationMgr.OpenSequenceFile
    method to add files to the collection and the ApplicationMgr.CloseSequenceFile
    method to remove files from the collection.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How to check whether a file exists or not

    i am in an image uploading utility. i hav succesfully uploaded the image to the server directory (say /uploads). but when displaying the uploaded image, i wanna show the picture only if the image exits (bcoz for some records there is no image). so i hav used this code
    if(new File("uploads/1.jpg").exists())
         out.print("image exists");
    but its not working for me. i got it working fine when i give the full path "D:/Tomcat/webapps/diary/admin/uploads/1.jpg". but i think giving this absolute path is not an efficient method bcoz its a web application, bcoz i may not be able get the absolute path always. so how can i do this by specifieing the relative path
    help me ASAP if u can
    aleens

    Haii ameen
    This is one way to rectify your problem..
    if(new File("uploads/1.jpg").exists())
    out.print("image exists");
    instead of this u can write like
    <%
    ServletConfig cf=getServletConfig();
    ServletContext c=cf.getServletContext();
    if(new File(c.getRealPath("uploads")+"/test.txt").exists())
    out.print("image exists");
    %>If u are not clear of what it is done let me know..i will xplain to you furthur...
    Happy New Year
    Shanu

  • How to Check whether laptop is OEM or Not ?

    I had bought a  Envy 15 notebook through flipkart. But due to technical problem I had refreshed my pc using HP recovery. At last I cant activate windows 8. When I contacted Microsoft technical support I had given my product ID and they told me that it was not a product of OEM. Whats the solution for this problem ?

    Hi,
    It will blow air out. You can use you hand or a piece of tissue to check. Normally fan will only work when machine is getting warmer. You may run machine for 10 or 15 mins then check. BUT making beeping noise at startup is not a good news, what is the actual noise ? How many times ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to Find whether schedular is started or not

    HI,
    i am facing a problem. in my application admin is logging in , starting a schedular
    and log off. when any admin comes to the screen, i need to show whether the schedular
    is started or not.
    For starting and stopping i am not maintaining any log file, as our log is too
    big, it is difficult to find the last started time of the schedular from the log,
    if i log the details.
    Can anybody help me in this???
    Regards
    glkishore

    You check check if the port is open from your client to server by running the following command from the client:
    If the client is unix/linux:
    from a terminal run the command:
    telnet server-ip port-no
    eg
    telnet 172.29.64.208 1521
    If the client is windows:
    From the command prompt or from windows terminal run the command:
    telnet server-ip port-no
    eg
    telnet 172.29.64.208 1521
    Closed port will result:
    WINDOWS:
    Connecting To sedefu01...Could not open connection to the host, on port 6789: Co
    nnect failed
    UNIX:
    -bash-3.2$ telnet 172.29.64.208 1521
    Trying 172.29.64.208...
    telnet: Unable to connect to remote host: Connection refused
    Open port will result:
    WINDOWS:
    The telnet will pass
    UNIX:
    -bash-3.2$ telnet 172.29.64.208 1521
    Trying 172.29.64.208...
    Connected to 172.29.64.208.

  • How to check whether Output ES is working or not.

    I am able to see Output ES in the services list of the admin console of my server. Please let me know how to check whether this is working or not.
    Regards,
    Shabeer

    LiveCycle ES2 (and LiveCycle ES) ship with three undersold and unadvertised web applications that are VERY useful. Each is referred to as an Installation Verification Sample (or IVS) but they are great testing tools you can use during development and QA. There is
    1) Assembler IVS,
    2) Forms IVS, and
    3) Output IVS
    Output IVS looks like this...
    The pattern for deploying and using all three IVSs is very similar as what I am about to describe for Output IVS. The following directions apply to the JBoss turnkey on Windows.
    1) go to C:\Adobe\Adobe LiveCycle ES2\deploy and locate adobe-output-ivs-jboss.ear
    2) copy adobe-output-ivs-jboss.ear to C:\Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\deploy
    3) if necessary, start LiveCycle
    4) open a browser and go to http://localhost:8080/OutputIVS/
    5) click Check/Change your preferences
    6) add Admin Credentials
    7) click Save
    8) click Test your form designs
    9) Select an .xdp from Form designs
    10) Click Use EJB (or Use Web Service if you feel so inclined) to invoke LiveCycle Output ES2
    Steve

  • How to know whether bypass proxy for local address is enabled in browser

    Can anyone help me in finding out whether the check box "bypass proxy server for local address" in Internet explorer (Tools->Internet options->Connections->LAN Settings) is enabled from java plug in.
    In my applet application if that checkbox is enabled then i have to throw a message saying that the checkbox is enabled.
    Thanks in Advance
    Regards
    Vijay

    We have been in discussions with Microsoft over the last few days on this issue - which is seen with Outlook 2007 versions onwards.  Extract from resolution communication from Microsoft:
    The issue you have raised is known as it has been reported and when you have a proxy set in Internet Explorer and “Bypass proxy settings for local addresses”, Outlook will attempt to connect to Office 365 directly – like the bypass rule would apply.
    Because the direct connection is blocked in the Firewall, Outlook needs to have the connections going in Timeout before attempting to connect using the Proxy.
    Your network trace proves the issue.
    Microsoft have scheduled a fix for Outlook 2010 in February 2014 cumulative update. A fix for Outlook 2013 will also follow, but Outlook 2007 will not be addressed because it is in Extended Support.
    There are two possible workarounds for this behaviour:
    First, and I wouldn’t recommend it, is to allow Direct traffic through the Firewall to Office 365.
    The advantage of this approach is that it will be done centralized and it will impact everyone immediately.
    Information about the O365 IP addresses
    There are two downsides to this behaviour:
    1.  First you need to maintain the Firewall exceptions as IP from O365 server can change without notice
    2.  Second, winhttp traffic may go through both proxy and direct and this can cause unforeseen behaviour.
    The second approach is to use a proxy pac instead of manually setting in the proxy and the exceptions.
    The advantage is that you will have centralized method to control how winhttp traffic goes and the issue will not be experienced anymore.
    If a single pac does not be fit, you can configure proxy pac files for each site requirements and use an IIS server to store it.

  • How to know whether balance carry forward has happened or not

    How to know , whether balance carry forward has happened or not for a perticular GL account or for the company code as a whole?

    If the account is a balance sheet account, you can merely look at the beginning balance for the same balance sheet account for the beginning of the next fiscal year FS10N. The beginning balance will equal the previous year's ending balance. Since this does not happen automatically, you will know that carry forward has not been done if a balance sheet account has no beginning balance in the following fiscal year.
    If you are talking about For P&L GL accounts, you can check the acvitity in the retained earnings accounts to make sure that they have been updated for the P&L activity. You can identify the retained earnings account by looking at the master data for the account in the section "P&L statmt acct type" and pulling up the menu to see the actual retained earnings account number.
    You can perform carry foward (GVTR) as many times as you want but normally once it has been ran, any postings to a  previous fiscal year are automatically carried forward to the current year after that initial run.

  • How to find whether an Invoice is been posted for a particular PO

    Hi,
    How to find whether an Invoice is been posted for a particular PO.
    I have a scenario where I fetch data into an internal table T_CDHDR(It has PO and other details). For each and every entry(PO) in that internal table I have to see whether an Invoice is been posted or not. They told to use <b>EKBE(Purchasing document history)</b> table. But, I don't know which field to check for and based on what conditions.
    Can someone help me with sample code or some valuable inputs.
    Thanks in advance.
    Regards,
    Paddu.

    HI,
    TABLE IS RIGHT.
    IN THAT TABLE FOR THE FIELD BEWTP CHECK WHETHER ENTRY IS "Q".
    Q STANDS FOR IR-L THAT MEANS INVOICE IS DONE.
    ON THE SELECTION SCREEN OF EKBE TABLE ENTER THE PO NUMBER.
    THEN CHECK WHETHER IT HAS ENTRY FOR BEWTP 'Q'.
    YOU CAN CROSS-CHECK THIS DATA FROM TABLE WITH THAT IN ACTUAL PO IN T.CODE - ME23N.
    ENTER PO NUMBER ,THEN IN ITEM DETAILS , IN HISTORY TAB SEE FOR THAT INVOICE NO.

Maybe you are looking for

  • Print preview vs print

    Hi Experts, I have a problem when trying to see the result of mijn sapscript or smartform via print preview. The result of the print preview is very different from the real print (if i print the same form). By sapscript i get the text : display text

  • C3180 prints only in black on OS X Maverick

    Hello guys,   I just bought a new Macbook Pro i7 A1398 and the new OS X Maverick, I can changed my desktop or my laptop but never my (precioussss) printer All-in-One C3180. I just pluged in my Mac and the system recognized it but the printer prints o

  • Customer wise P&L

    Hi to all can we retreive customer wise P&L statement in b1 ?

  • Rearranging Stack Icons?

    I'm wondering if there's a way to change the order in which the icons of a stack appear when it is opened in "Grid" view. So far, it seems as though they can only be arranged by name, kind, or date added/modified/created. I want to order them in a wa

  • Missing print options

    It makes no sense, please help! I have a Pixma MG8220. I have no way to print two sided documents or print in black and white B&W when connected via USB. These options ARE available if I connect via wireless. Worse yet, PDF documents won't offer thes