Problem With Removal of Validation/Substitution

Hi all,
We are currently adding a validation for Vendor Invoice Creation (FB60), however we are experiencing a runtime error.
When we investigated the cause of the runtime error, it seems that there is a previous validation/substitution that was deleted using transaction OBBH, but the corresponding ABAP code was not removed.  Now, since the program and include where this code is located is standard, how can we remove that particular code please?
We tried re-generating the substitution/validation code using program RGUGBR00 and RGUGBR01, but it seems it is not working.
Thanks again in advance.

Hi,
Even I have the same problem.
Even after deleting the substitution code is still exits .
system generated code in Include GBTAKAMB have an syntax error which is giving short dumps.
Any help is appreciated.
Anyone used any SAP NOTE on this.
TIA
Rhea.
Edited by: rhea on Jul 25, 2008 12:11 PM

Similar Messages

  • Problem with remove task from schedule in PWA

    In our environment problem with remove task from schedule by PWA.
    Problem is only when I want to remove few task in the same time, but the operation one by one is correct.
    In my opinion problem is with calculation schedule after remove tasks, column ID include wrong value it means that Number ID does not generate in the correct order same of numer
    disappear. Click Calculate button on ribbon causes problem with finshed operation and save project.
    Problem occurs only machine with IE 11.0 browser without compability mode, on other machine for example on the same project with IE 8,9,10 everything is correct.
    Problem appeared recently, earlier everything was OK.
    Txn, Dariusz Moczyński

    Hi Darius,
    I'm a bit confused. You are now talking about 2 issues.
    For the first one, you cannot edit anymore tasks in PWA, with any browser versions? Is it happenonog for any users on any projects? Try the following solutions publish the project from Project Pro and see if it helps. Press CTRL F5 to delete IE cache. Ensure
    that your PWA URL is added to the trusted site and/or compatibility sites. Check for the ULS logs or javascript errors.
    For the second issue, please refer to my previous reply, this obviously cannot be considered as a bug since it is happening with a non supported browser version and working properly on supported versions of IE.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Problems with Apache Commons Validator

    Hello there,
    I got a quiet big problem using the a.m. validation framework. When defining a validation rule for a property like this:
    <formset>
    <form name="testForm">
    <field property="firstName" depends="isEmail">
    <arg0 key="testForm.firstname"/>
    </field>
    </form>
    </formset>
    and instanciating my validator as follows:
    Validator validator = new Validator(resources, "testForm");
    validator.setParameter(Validator.BEAN_PARAM, name);
    everything works fine! I get a correct ValidatorResult object with a correct validation value.
    But as soons as I define a second Validation on the same property like this:
    <formset>
    <form name="testForm">
    <field property="firstName" depends="isEmail,isBlankOrNull">
    <arg0 key="testForm.firstname"/>
    </field>
    </form>
    </formset>
    Nothing works anymore. When iterating over the ValidatorResults object I only get one ValidatorResult object for "isEmail" with a wrong validation value. There should be two working ValidatorResult objects for "isEmail" and "isBlankOrNull"?!?!
    Are two validation method in the depends-Attribute not allowed (although it is defined in the standard)?
    You can assume, that the used validator class is conform to the given org.apache.commons.TestValidator!
    For any help, thx in advance!
    Greets
    CN

    Hey Aaron,
    Could you post your code for your <field>...</field>?
    Here is an example from: http://www.jsn-server3.com/struts-documentation/userGuide/dev_validator.html
    <field
        property="firstName" indexedListProperty="dependents"
        depends="requiredif">
      <arg0 key="dependentlistForm.firstName.label"/>
      <var>
        <var-name>field[0]</var-name>
        <var-value>lastName</var-value>
      </var>
      <var>
        <var-name>field-indexed[0]</var-name>
        <var-value>true</var-value>
      </var>
      <var>
        <var-name>field-test[0]</var-name>
        <var-value>NOTNULL</var-value>
      </var>
    </field>
    <field
        property="dob"
        indexedListProperty="dependents"
        depends="requiredif,date">
      <arg0 key="dependentlistForm.dob.label"/>
      <var>
        <var-name>field[0]</var-name>
        <var-value>lastName</var-value>
      </var>
      <var>
        <var-name>field-indexed[0]</var-name>
        <var-value>true</var-value>
      </var>
      <var>
        <var-name>field-test[0]</var-name>
        <var-value>NOTNULL</var-value>
      </var>
    </field>
    <field
        property="coverageType"
        indexedListProperty="dependents"
        depends="requiredif">
      <arg0 key="dependentlistForm.coverageType.label"/>
      <var>
        <var-name>field[0]</var-name>
        <var-value>lastName</var-value>
      </var>
      <var>
        <var-name>field-indexed[0]</var-name>
        <var-value>true</var-value>
      </var>
      <var>
        <var-name>field-test[0]</var-name>
        <var-value>NOTNULL</var-value>
      </var>
      <var>
        <var-name>field[1]</var-name>
        <var-value>insureDependents</var-value>
      </var>
      <var>
        <var-name>field-test[1]</var-name>
        <var-value>EQUAL</var-value>
      </var>
      <var>
        <var-name>field-value[1]</var-name>
        <var-value>true</var-value>
      </var>
      <var>
        <var-name>field-join</var-name>
        <var-value>AND</var-value>
      </var>
    </field>
    </form>" Which is read as follows: The firstName field is only required if the lastName field is non-null. Since field-indexed is true, it means that lastName must be a property of the same indexed field as firstName. Same thing for dob, except that we validate for date if not blank.
    The coverageType is only required if the lastName for the same indexed bean is not null, and also if the non-indexed field insureDependents is true.
    You can have an arbitrary number of fields by using the [n] syntax, the only restriction is that they must all be AND or OR, you can't mix. "
    Hope that helps,
    Nate

  • Problem with removing spaces

    Hi,
    I have a problem with spaces. There are constantly two spaces open named Safari. I cannot remove them. See enclosed image. Any ideas how to do it?

    Further research shows that the spaces are indeed there when I view the page source; however, the spaces are not being rendered.
    I removed the css style sheet that was being applied to the shuttle and it made no difference.

  • Having Problems with removing an addEventListener

    Greetings Adobe community,
    Im currently having a problem with my flash assignment,
    I have a:   this.addEventListener(Event.ENTER_FRAME, onPanSpace);
    who is causing errors when I go to the next frame:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
              at Confabulation_fla::mc2_3/onPanSpace()[Confabulation_fla.mc2_3::frame1:13]
    I would like to remove this addEventListener when I go to the next frame(which is by clicking on a door) but to be honest, I have no clue how.
    So I ask you "How do I remove this addEventListener on my next frame?"
    Kind Regards
    Notnao

    function addTheListeners():void {
         addEventListener(Event.ENTER_FRAME, onPanSpace);
         addEventListener(Event.REMOVED_FROM_STAGE, cleanUp);
    var snelheidNum:Number = 0.5;
    var snelheid:Number = 0;
    var MouseIsLinks:Boolean;
    function onPanSpace(e:Event):void
              var afstand:Number = Math.round(this.x - this.bg1.x);
              var percentage:Number = Math.floor((100 * afstand) / (this.bg1.width - root.stage.stageWidth));
              snelheid = -((root.stage.mouseX - (root.stage.stageWidth / 2))/110)/snelheidNum;
              if(root.stage.mouseX < (root.stage.stageWidth / 2)) { MouseIsLinks = true }
              if(root.stage.mouseX > (root.stage.stageWidth / 2)) { MouseIsLinks = false }
              if( (percentage < (1 - 100) && MouseIsLinks) || (percentage > (80 - 100) && !MouseIsLinks)) {snelheid = 0;}
              this.bg1.x += (snelheid / 1);
    function cleanUp(e:Event):void {
         removeEventListener(Event.ENTER_FRAME, onPanSpace);
         removeEventListener(Event.REMOVED_FROM_STAGE, cleanUp);
    //this.addEventListener(Event.ENTER_FRAME, onPanSpace);
    stop();
    This is what I got now, It removes the addeventListeners and I have no problems at the next frame but now my first frame doesnt have the onPanspace effect.

  • Problem with JPA + Hibernate Validator when performing update

    When I try to insert an new entity with a validation problem, Hibernate Validator works normally, but when I try to update an entity the InvalidStateException is not thrown when persist() is called, so when commit() is called a RollbackException is thrown.
    I'm using the latest versions of the hibernate libraries. The problem happened with JSF(NetBeans 6 VWP) and Java SE.
    Sample code:
          EntityManagerFactory emf = Persistence.createEntityManagerFactory("HibernateValidatorTest");        
          EntityManager em = emf.createEntityManager ();       
          ScfaqAssunto assunto = em.find(ScfaqAssunto.class, 2); // new ScfaqAssunto() works normally
          assunto.setAssunto(""); // the property assunto is with @NotEmpty              
          try
             em.getTransaction().begin();
             em.persist(assunto);
             em.getTransaction().commit();
          catch(InvalidStateException e)
             if( em.getTransaction().isActive())
                em.getTransaction().rollback();
             for(InvalidValue invalidValue : e.getInvalidValues())
                System.out.println (invalidValue.getMessage());
          catch(Exception e)
             if(em.getTransaction().isActive())
                em.getTransaction().rollback();
             System.out.println(e.getMessage());
          finally
             em.close();
          } Thanks for any help,
    Felipe

    Hi Thomas
    I loose hours with this problem
    there is a problem with toplink lib version
    just download toplink librairies at http://www.oracle.com/technology/products/ias/toplink/jpa/index.html
    replace oldest in $Glassfishdir\lib
    It have to works
    tested on postGres and Derby
    Can netbeans update center fix this problem?

  • HELP ME! problems with removing photos

    Hi, I'm having problems with deleting photos from my ipod. I've synced photos from a folder I created, and was successful in getting the photos uploaded. Later, I deleted the folder and a folder I didn't create called "Itunes Cache". I've tried syncing new photos from the original "My Photos" and only the old pictures remain. I'm tired of them and the space they take up! Is there a way to delete them without restoring my iPod? Thanks!
    Dell   Windows XP  
    Dell   Windows XP  

    hmmmm right format as in jpeg,bitmap, etc?

  • Problem with removing Magic Mouse battery cover (Its Stuck)

    Well i just got a new Magic mouse for 1st time, cause i needed a mouse that doesn't have a usb lead which gets caught on edges or wrapped around other cables all the time for my Macbook Pro.
    The problem with this mouse is tho, rest of it is great, but the battery cover latch, won't release the actual cover off, as i was checking what kind of batteries it had. Which from what i've seen on the forums here is completely opposite to the problem that everyone else has here of it NOT staying on, or being to loose.
    Mine however is seemingly too TIGHT, or stuck on itself, and therefore won't come free.
    Being that its a brand new mouse (Got it only just today in post 15 Jan 2013), i may not be pulling the latch right or it is actually stuck.
    So i was womdering if anyone else had this problem, and has a solution? Cause even tho i won't be worried about the battery failing straight away. I will need to replace it at some point with new ones.
    Pls help, thx.

    First turn the mouse off, using the tiny slide button below the green light.
    Then sharply flick the small rectangular black button at the bottom of the plate downwards with your finger nail.   The plate should loosen and pop off.
    To replace.   Line up the black button in its rectangular hole and press the plate at point of the circular hole where the sensor shows.
    Turn on the mouse, check the green light is steady, then click the mouse twice to activate it.

  • Problems with the transport of substitutions

    Hi all.
    We have developped some substitutions. We have checked that everything is alright in development environment, and then we have tried to transport to quality environment. The transport log has no errors, and the control tables have been filled with the same data in both environments.
    But when you go to transaction OBBH to see the transported validation, the line of every step in the validation where the exit is specified is missing in quality environment. Any idea?
    Details:
    - It is a substitution of Financial Accounting / Complete Document
    - The parameter type of the substitutions is C_EXIT_PARAM_CLASS
    - The exits has been declared in the following way:
              FORM U913 USING bool_data TYPE gb002_015.
    - Generation program RGUGBR00 has been executed in both environments
    Do you see anything that seems incorrect?
    Thanks in advance,
    Carlos

    Hola Carlos,
    Tengo el mismo problema que tú describes en el foro. En desarrollo me funciona bien la sustitucion y en calidad ya no.
    Esto es porque la tabla GB01 está diferente en desarrollo que en calidad.
    ¿Tú como le hiciste para modificar en calidad la tabla GB01 para quitarle la marca al "BEXCLUDE"?
    Gracias de antemano, saludos!

  • Peculiar problem with Essbase (Calc Script) - substitution variable / UDAs

    This is odd but I have a script like :
    VAR iloop=1,break=0;
    FIX(<required POV>)
    Loop (20,break)
    VAR Country_total1,Country_total2,Country_total3;
    FIX (@UDA(Entity,@ALIAS(@CONCATENATE("&Country",iloop)))) // &Country1, &Country2 - are substitution variables with UDAs stored as strings
    Statements;
    /* +<statements for calculating total values.. for that country and stored against variables>+ */
    Country_total1=Country_total1+ +<Calculation>+
    ENDFIX
    /* Second part : Now again the calculations stored in the variables are to be stored against specific entities */
    FIX (@UDA(Entity,@ALIAS(@CONCATENATE("&Country",iloop))))
    FIX(@ISUDA(Entity,<Check1>)
    ..... Assign to relevant account
    ENDFIX
    ENDFIX
    ENDLOOP
    ENDFIX
    Now the problem is that the first fix statement works just fine, but the FIX statement in the 'second part' throws an error
    Error: 1200354 Error parsing formula for [FIX STATEMENT] (line 66): expected type [STRING] found [EXTVAR] ([iloop]) in function [@CONCATENATE]
    If I hard code the 'second part' FIX statement to the substitution variable directly - it works just fine.
    How can the first statement work and not the second one ? They are exactly the same.

    Glenn, thanks - I hadn't thought of that :).
    But it still does not entirely solve my problem (please see my previous post depicting a requirement similar to ours )
    - We have lots of countries (50-60+ might be much more) and each country can have multiple entities (3-4 on an average - can go unto 7-8)
    - so good guess would be around 200 entities
    - So say I have to do it for 2 countries only (two entity types). Then I need 4 variables - 2 for each country ('country 1 ET1 total', 'Country 1 ET2 Total')
    When the list is 20 counties - variables become 40 :(.
    - Still leaving aside the 40 variables for a bit -
    There are subsequent steps of calculations which needs to be done based on these totals (which are exactly the same for all countries) - just that we need the correct totals to begin with and the rest is already stored in the DB
    So since I have a different variable for each country - I cannot write one single calculation block to use the variables sequentially one by one (can I ?)
    I might have to write a separate calculation block for each of these countries. (20 separate blocks)
    That's what I was trying to avoid and simplify with the substitution variable (but is not working)
    - Create substitution variables - which would store the alias of the required countries (2/10/20 as many required)
    - Loop through these substitution variables - using them one by one
    - So I just need one single block of calculation with all the variable in the calc script being reused after each country calculation is done
    - and the user need not go into the script, as the only thing that will change are the countries. And he can change it easily through the substitution variable.
    Edited by: Ankur on Jun 27, 2012 12:53 PM

  • Problem with removing items from a linked list

    Hello,
    I have something weird going with my code. Below is the snippet
    if (ParserDataList.isEmpty())
    try {
    Thread.sleep(10)
    catch (InterruptedException e) {
    else
    data = ParserDataList.remove();
    ParserDataList is declared as a LinkedList. Occasionally I receive the error on NoSuchElement on the remove. I put a try/catch around the remove and print out the value of ParserDataList.isEmpty which is always false. I am very confused on why if the linked list isn't empty I can't remove a data item. There are no other threads that remove data. Thank you in advance for any assistance on this problem.

    I am changing it from linked list to blocking queue however I do have a question about what I should use to poll the data? Instead of a remove should I use take which seemed to remove the first element and if there wasn't one wait until there was. I was trying to not have the threads blocked because I do need to stop them when a disconnect is sent from the main thread.

  • Problems with B2B Editor validating HL7 Messages

    Hi all,
    I am having some problems related to B2B Document Editor and HL7 messages.
    When we ran the Analyzer with the following document:
    MSH|^~\&|ALERT|CHVNG|CPCHS|CHVNG|20070409145826+0000||OMG^O19^OMG_O19|1|P|2.4|
    PID|||303030^^^SONHO^NS||Patient^Alert||19840412000000+0000|M|||ESTRADA DA BARROCA, LOTE C O, FRT^^ENTRONCAMENTO^^2430|||||||^^^CHVNG|
    PV1||URG|1^33^^1||||||||||||||||27041729^^^CHVNG||||||||||||||||||||||||||||||||V|
    ORC|NW|100^ALERT|||||||20070409145813+0000|||123^Teste^M\XE9\dico^^^^^^^^^^ON|||||2000^RADIO TEXT^CHVNG|
    OBR||100^ALERT||M11020^Abd\XF3\men Simples Em P\XE9\^RADIO||||||||||||123^Teste^M\XE9\dico^^^^^^^^^^ON|
    NTE|||dor abdominal|
    we received the following message:
    "The data starting at position 510 is not a valid EDI interchange. The remainder of the data file was ignored. "
    It identifies the header (MSH Segment) well, but it can not identify the message body.
    It is very strange, because we've selected HL7 as the message format on the previous step but aparently this message is a EDI format message. This message occurs on any file we have or with any HL7 message found on the internet (http://www.dt7.com/cdc/sampmsgs.html)
    We can open the document with the Data Editor, but if we change any value and save it, it is impossible to open the message with the Analyzer:
    "The data in the file could not be parsed. Please check the file to verify that it is valid and formatted correctly. This error can occur for one of the following reasons: A) The data file may be a Word document or have some other binary format. B) The envelope data may not be formatted properly. If this is an X12 data file, please verify that the ISA segment is the correct size (exactly 106 characters). If this is an EDIFACT data file, it must have either a UNA or begin with UNB. For other standards, verify that the envelope segments conform to the specified rules. C) The segment/record delimiters in the file are incorrect."
    We are running the B2B Document Editor version 6.0.0.1471 with the 6.0.4.84 version of HL7 Database version.
    Can you give us any advice ?
    Cheers,
    Rodrigo Nascimento

    Hello,
    As per Jeff's post even we have observed OD OA at the end of the line. Please use a hex editor or B2B document editor to correct the same. We have done the above steps and are not getting the mentioned errors. HTH.
    Please let us know.
    Rgds,Ramesh

  • Problem with "Remove find my iphone"

    Somone stole my iphone 4s and I used the remote procedure "find my iphone" but the device appeared offline. In any case, if it were connected to the internet I would come back a signal. The problem is that then I accidentally clicked "remove find my iphone" and therefore there aren't any more device, so I think that the thieves could use the device with no problem. There is no way to undo this?
    Ilaria

    ylaryna11 wrote:
    Somone stole my iphone 4s and I used the remote procedure "find my iphone" but the device appeared offline. In any case, if it were connected to the internet I would come back a signal. The problem is that then I accidentally clicked "remove find my iphone" and therefore there aren't any more device, so I think that the thieves could use the device with no problem. There is no way to undo this?
    No, you cannot undo it.

  • Is anyone having problems with the w3c validator killing Dreamweaver

    CS5.5 on win7 64bit is my system.
    If I try to validate a PHP page in live view, most times the validator works fine.
    If there is an error, and I click on the line number to find the error location, edit the file and close the validator window, I get a short fat barber's pole in blue and white on the bottom right of my screen, or sometimes a long thin one at the top right.
    The following message appears:
    >>>>>>>>>
    Server not found
    The page
    "http://localhost (path to page) was not loaded because Dreamweaver could not find the server "localhost". Please make sure that you are connected to the internet and the server name is correct.
    >>>>>>>>>
    On other occasions, the following  message appears after using the validator:
    >>>>>>>>>
    path to filename      The request to the W3C service has timed out. The service or your Internet connection appears to be down.
    My Internet connection is fine, and if I click on the w3c button again it validates with no problem.
    >>>>>>>>>
    When the first message appears, Dreamweaver becomes unstable and hangs, the only solution is to restart the program, after which everything works fine - including the validator, until it finds another error and the whole thing starts over again.
    CS5.5 on win7 64bit is my system.
    Is anyone else having problems like this with the validator?

    Try this: http://forums.adobe.com/message/2796075

  • Problem with removing Search and Advanced Search functionalities in Portal

    Hi,
          As per our client requirement, we have removed search and advanced search functionalities in Masthead and those are working fine. But when ever we restarted the portal server, these search options are reappearing in portal.
              I am not getting why it is happening and every time we restarted the server, we are removing these search functionalities from masthead.
              If anyone knows why it is happening, kindly share with us
    Thanks & Regards
    Pavan

    Hi Santosh,
                         Problem is not solved. Where can i find the Standard tool area iview used in Default frame work page ?
    At present, we disabeled the search and it's working fine. But when we restart the portal, search is again reappearing and we need to disable that once again.
               Is there any sollution for this problem?? Kindly let me know..
    Thanks & Regards
    Pavan
    Edited by: pavanakrishna reddy on Mar 24, 2010 9:44 AM

Maybe you are looking for

  • Installing Windows 7 Using bootcamp 5.0 on MBPr OSX 10.8.2 Black Screen Not Loading Windows 7 Install on Boot

    I am trying to install Windows 7 using Bootcamp Assistence 5.0 on a MacBook Pro Retina OSX 10.8.2, I went through all steps on Creatting the Windows 7.iso into a bootable USB Dirve 16GB I use a separate USB Drive 2 GB and download Windows Support Dri

  • Phone line out of order since 27th August

    Reported to BT 27th August, no response or progress until I chased on the online chat facility, told fault was with the BT network and would be fixed by 25th Sept.  Not fixed on 25th Sept so phoned BT who said it would be fixed by yesterday (30th Sep

  • ResultSet "hangs" after every 10 records

    Hi Please could you somebody help me. I have extracted a ResultSet from a database which contains between 100 and 200 records (5 field each). If I call rset.next(), printing a count after each call my program hangs for about 2 minutes after every 10

  • Enterprise Management Console through borwser

    Hi, I tried to configure Enterprise Management Console through borwser using docs http://download-west.oracle.com/docs/cd/B10501_01/em.920/a96673/ch5.htm#1656 But while clicking on "launch console" still it is opening in normal mode. Regards, Mathew

  • Fedora Core on W500 CTO

    Any experts on this topic? Can anyone help me to install Fedora 10 on my W500 with the following spec: Computer Type: ACPI x86-based PC (Mobile) CPU Type: Mobile DualCore Intel Core 2 Duo T9400, 2516 MHz (9.5 x 265) Motherboard Chipset > Intel Cantig