How to rectify a connection object if it was entered wrong in a premise

Hi,
Please guide me how can we rectify the cases where  connection object was entered wrongly in the premise.
Thanks and Regards

Hi,
I request you to please suggest some functional transaction.
Please guide.It is very urgent.
Thanks and Regards
Edited by: MPVash Vash on Oct 20, 2008 10:59 AM

Similar Messages

  • How to reverse the Batch number which was enter wrongly during GRN posting

    Hi Folk,
    How to reverse the Batch number which was enter wrongly during GRN posting .
    Please revert.
    Thank you.

    You can either do a transfer posting and move quantity from this batch to another batch e.g. in MB1B with movement 311, or you cancel the entire material document using MBST transaction and redo your receipt correctly.
    Then you can flag the wrong batch for deletion in MSC2N.
    The batch itself gets deleted physically with the archiving transaction SARA object MM_SPSTOCK

  • HT4436 My ipod touch is frozen on the disabled screen because my passcode was entered wrongly numerous times, how do I fix it?

    My ipod touch is frozen on the disabled screen because my passcode was entered wrongly numerous times, how do I fix it?

    The options are listed at the bottom of this article: http://support.apple.com/kb/HT1212.  The best option is the first (listed under "If you have previously synced with iTunes"): back it up and restore it on the last computer it was synced with after setting the passcode.

  • How to send a Connection Object via CORBA

    Hi.
    I've got a question.
    How can I send a java.sql.Connection object
    using CORBA to a client? Tried to use a class
    MyConnection extending org.omg.CORBA.portable.ObjectImpl
    as a wrapper class. Didn't work.
    When a request was invoked for a Connection,
    no object was send. On client side an error occured:
    code 202 completed:maybe.
    In the IDL we used:
         typedef Object MyConnection;
         interface ConnectionPool{
              MyConnection getCon();
              void freeCon(inout MyConnection c);
    We were suggested to use structures. But ain't it
    inventing java again?
    Can anyone help us?
    Thx anyway.

    Try inserting it into an Any object and sending the any object over the IDL, the client can then extract the connection object.
    You might have to typedef the Connection object in the IDL to generate the helper class.
    /P/

  • How do I fix my email address that I entered wrong on my phone to the iTunes store?

    How do I fix my email address that I entered incorrect in the iTunes store on my phone?

    Hi mpotter12,
    Welcome to the Apple Support Communities!
    If you created an Apple ID with a typo and then signed into that Apple ID on your iPhone’s iTunes & App Store, there will be a couple of different steps you will need to take in order to resolve the situation. 
    First, you will need to navigate to Settings > iTunes & App Store on your iPhone, select the Apple ID that is signed in, and then sign out. Please use the attached article for more information on this first step. 
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store - Apple Support
    After you are signed out, you will need to navigate to the Apple ID page, sign in with the current misspelled Apple ID and password, and then edit the Apple ID to the correct spelling. Please use the next attached article for more information on this process. 
    Change your Apple ID - Apple Support
    Finally, once your Apple ID has been edited to the correct email address, navigate back to Settings > iTunes & App Store on your iPhone and sign in with the correct spelling of the email address. 
    If I have misunderstood the situation or your issue remains unresolved, please let me know. 
    Best regards,
    Joe 

  • How do you group connected objects?

    Is there a way you can group objects (in my case text boxes) that have been connected?  When I try to the "Group" button is greyed out, and if I group them first, I'm unable to connect them (greyed out).

    You can't group them, but you can pass them through Preview and get them to one item. To do this, select them all and copy, them open Preview and command-n (or File>New from Clipboard), copy this and paste back into Keynote. Before you do this, make sure your text is how you want it as you can't change it after you do this.

  • How to create an array object?(where am I wrong?)

    Output window tell :
    java.lang.NullPointerException
    at Class.main(Class.java:5)
    Exception in thread "main"
    here is the source code:
    public class Class {
    public static void main (String s[]){
    Book[] theFirst =new Book[3];
    theFirst[2].getNum();
    theFirst[2].getIsHere();
    theFirst[2].out();
    theFirst[2].getIsHere();
    theFirst[2].in();
    theFirst[2].getIsHere();
    class Book{
    private int num=0;
    String bookName,auName,pageNumber;
    private boolean isHere =true;
    Book(){
    num++;
    void getNum(){
    System.out.println("������������ "+num);
    void getIsHere(){
    System.out.println("��������? "+isHere);
    void out(){
    isHere=false;
    void in(){
    isHere=true;
    }

    You just allocated the array..but need to create Book Object
    Add this line of code, compile and run it...
    theFirst[2] = new Book();
    Manikandan
    Source Code
    public class Class {
    public static void main (String s[]){
    Book[] theFirst =new Book[3];
    theFirst[2] = new Book();
    theFirst[2].getNum();
    theFirst[2].getIsHere();
    theFirst[2].out();
    theFirst[2].getIsHere();
    theFirst[2].in();
    theFirst[2].getIsHere();
    class Book{
    private int num=0;
    String bookName,auName,pageNumber;
    private boolean isHere =true;
    Book(){
    num++;
    void getNum(){
    System.out.println("������������ "+num);
    void getIsHere(){
    System.out.println("��������? "+isHere);
    void out(){
    isHere=false;
    void in(){
    isHere=true;

  • How do I reset my Ipod if the passcode that was put on it was entered wrong too many times and it disables the ipod?

    My son put a passcode on his IPOD TOUCH and couldnt remember it and entered it too many times. Now it has disabled the Ipod and says please connect to ITunes and ITunes will not connect to it because it has been disabled, I have already spoke to an Apple representative and did exactly what they told me to do to help reset the Ipod but that didnt work. So I am trying to figure out how we can get back into his IPod even if we have to factory reset it because nothing is working, not their instructions or the internet instructions for reseting it.

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device
    1. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. iOS- Understanding passcodes
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. How to Recover Forgotten iPhone Restrictions Passcode | The iPhone and iPad
    6. Restoring iPod touch after forgotten passcode
    7. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    Restrictions Passcode Help
    1. How to Recover Forgotten iPhone, iPad Restrictions Passcode

  • Creating an IBase Component WITH Connection Object (ISU_CONNOBJ)

    Hello
    I want to create an IBase Component with relation to a Connection Object. I am able to create the first one (IBase Component) but I do not know how to create a Connection Object for the newly created IBase Component.
    I am doing everything using the BOL framework and was unable to find a proper relation from IBase Component or Product to Connection Object.
    Can you help me out?
    regards
    Mateusz

    Solved!
    Apparently after creating new IBase Component and new Product (assigned to the newly created IBase Component) it is required to execute transaction save and commit for the object of newly created Product. After that system sees newly created objects.
    Required code (after creation of a new Product):
    DATA:
      lo_core TYPE REF TO cl_crm_bol_core,
      lo_new_product TYPE REF TO cl_crm_bol_entity,
      lo_factory TYPE REF TO cl_crm_bol_entity_factory,
      lo_transaction TYPE REF TO if_bol_transaction_context.
      lo_core = cl_crm_bol_core=>get_instance( ).
      lo_factory = lo_core->get_entity_factory( 'Product' ).
      lo_new_product = lo_factory->create( )
      lo_transaction = lo_core->get_transaction( iv_entity = lo_new_product ).
      lo_transaction->save( iv_force_save = abap_true ).
      lo_transaction->commit( ).

  • Connection Object

    Dear Friends
    Basically i am new to Jdeveloper
    I have created Master Detail form using Business Object.
    Now i want to add one customize form to Detail form. For that i need Connection object. So how can i create Connection object . pl. help it is urgent for me.
    Can any body know from where i can download API for Jdeveloper.
    Rakesh

    Rakesh:
    I need a few more clarifications.
    Basically I had created DEPT/EMP master detail relation ship. Is this a Business Component project? I.e., did you go through BC4J wizards to create Entity Objects, View Object, etc.? Or are you doing this all in JDBC directly?
    What i want if any body is clicking
    on detail form(emp) , Employee Education should be display in another form. I have made throgh my own java coding(using java.sql).I take it you're not using JClient, but built your own application using Swing. Is this correct?
    Thanks.
    Sung

  • Connection object Number Ranges

    Hi Experts,
    Internal number range was not working in Connection object
    When I press enter at ES55 screen the following message was coming
    Internal number assignment not possible for structured key
    Diagnosis
    You have not entered a connection object, device location key, or a property key.
    Since the key has structure XXXX-XXX-AA-NN, a number cannot be assigned internally.
    System Response
    The transaction was terminated.
    Procedure
    Assign a key with structure XXXX-XXX-AA-NN.
    After this message I have deleted the existing number ranges and added new number ranges in configuration settings,
    NO: 01 From No: 1 To No:10000 current no: 0
    NO: 02 From No: 10001 To No:20000 ext after that both internal and external number ranges were not working. How to resolve this error please guide me.
    Regards
    vishnu

    Hi,
    As Connection Object & Device Location are functional locations so you have to be sure to map it to the same structure as defined in PM.
    The structure can be defined in PM through this path:
    Plant Maintenance and Customer Service -> Master Data in Plant Maintenance and Customer Service -> Technical Objects -> Functional Locations -> Create Structure Indicator for Reference Locations/Functional Locations                                                                                                    
    Here you can define your own edit mask for your structure for the functional location.
    according to the error message you got the Edit mask defined in your system must be XXXX-XXX-AA-NN.(kindly Check).
    X means you can enter both number and letters.
    A means only letters can be entered.
    N means only numbers can be entered.
    So try something like 1ABC-1A-QW-77(again check with the old number range that was defined)
    You can change the edit mask to 'XXXXXXX......XXXXXXXX'.(full field filled with X).
    and then I guess you can use the number range you have defined(as you wrote above) in the Connection Object number range(Object : ISU_EHAU)
    Kindly revert back for any clarifications.
    Regards,
    Rakesh..
    Edited by: Rakesh Dasgupta on Feb 12, 2011 2:41 PM

  • Closing the Connection object

    I was looking at one of the database examples in a Java book I recently purchased. In their example they establish the connection in the class with the main. ( is this referred to as the Moment Interval? ) Anyway, they pass the private Connection connection object to another class called AddRecord which implements an ActionListener. In this class, the AddRecord Constructor changes the name to con which is also declared as private in this class. What they don't show is how to close the connection object now that it has a new name. How do I close the connection object.
    The example is using an Access mdb and when the appication is closed, the Access.ldb file is still there.
    Is there a better solution?
    Thanks everyone,
    Leo D.

    I'm sorry. I meant to say "Where" do I close the connection? If I close the connection in the AddRecord Class, then I won't be able to add another record. And I can't close the connection in the moment interval because I've declared the connection object in class AddRecord as Private. Should I give the connection object package access?
    Thanks,
    Leo D.

  • Unassing a Premise froma Connection Object

    Hi ISU Experts!
    I juste wanted to ask you if it is possible to unassing a Premise from a Connection Object.
    A user created a new ConnObject/Premise/Installation, but when creating the Premise he assigned it to another Connection Object. Is it possible to reassing the premise? Or Unassign the Premise from the Actual Connection Object?
    Or the should create a new Premise/installation again?
    Thak you very much in advance,
    Best regards
    LUCAS

    Hi,
    There is no reversal process where you can reverse the assignment of a premise with connection object. You need to create a new set of these technical master data once more.
    You can set the 'Delete' flag available at connection object/premise/installation level. It will be archived from the system during archive run.
    Thanks.
    Nirmalya

  • How can i restore my ipod 2  my screen password was enter to many times knows it disable

    need help to restore my ipod 2 the screen lock password was entered wrong to many times it has disable me from useing it as my nephew tryed to get my password but he was wrong and lock / disable my ipod how can i do a factory reset or restore i know i might lose everything on it but please can someone tell me how to get it restored please

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • My i phone 4 is disabled showing connect to i tunes but my phone is not sync with my laptop reason for default is entering wrong passcode again

    my i phone  is not working only incoming are there.
    showing i Phone is disabled connect to i tunes but my laptop is not sync with i phone 4
    how do i repair it.
    reason for default is entering wrong password again & again.

    Hello rituvmishra,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Have a nice day,
    Mario

Maybe you are looking for

  • Standard report for leading prod. order with variance  value  & qty.

    Hi Gurus, I am searching for  a standard Tcode to get the variance value/Qty against all the leading production orders which are settled in a particular period. Note: If a leading production order contains more than one sub orders then the qunatity o

  • Download 9i R2 Fails

    I am trying to download Oracle 9i R2 (v 9.2.0.1 for Windows XP). There are three download files. Disk1 downloads but then I can not open it. It says that the compressed folder is invalid or corrupt. I've tried this several times over the last few day

  • APD not loading correct data...

    Hi, I am using APD to load the data of a query to an ODS. In the ODS I added one more key figure that holds the total sum of the same key figure in the infocube which my query belongs to. for this aim, I added a field with a formula using SUMGT. when

  • HOW TO RUN BODS JOB THROUGH UNIX SCRIPT

    Dear Experts Please provide me the way how to call a job by a script . I have used Export Execution Command as recommended by below links http://scn.sap.com/docs/DOC-34648 http://scn.sap.com/community/data-services/blog/2012/08/22/sap-bods--running-s

  • Ireport 2.0 doesn't start

    hello everyone: i've just installed jdk1.5 on my pc.when using the java -version command on DOS,it's really the 1.5.0_12 that appears. the problem is that the java web start icon has disappeared on my start menu,not only that the ireport 2.0 applicat