Skip to main content

Item Placement Tool SAP UI Edits

Comments

3 comments

  • Joe Krump

    Hey Nick Jones did you ever get an answer to this?

    I'm trying to clean up my company's heavily modified Sales Order window and IPT says I've got 75 SAP UI edits. I've gone into the sap ui editor and "restored" defaults, but that didn't bring the number down at all. I've also reset a few of the "hold control, double click on label to rename" modifications. That hasn't brought the number down either. I'm very confused as to what could cause this. 

  • Nick Jones

    Hi Joe,

    Nah I still have some edits on a couple documents that i haven't investigated further. Since it can detect edits it would be nice if we could see what they were.

    Maybe check to see if you have any UI configuration templates and remove them if you do.

    Nick

  • Joe Krump

    Hey Nick, I figured it out. The SAP tables (at least for version 10) are all "UIC" I believe the main one that had all our sales order UI modifications was UIC2)
    I think the parent table is UICU maybe. I only cleared edits from the child table in my development schema so it wasn't really important.

    The modifications seemed to all be in the default UI templates or something. We don't use that feature so I simply ran a SQL Delete statement in that schema:

    DELETE FROM "SCHEMA"."UIC2" WHERE "FormId" = 139;

    To completely clear all modifications.

    Surprisingly it actually did NOT move any fields around or anything as we already used the "default" UI configuration for Sales Orders (and just heavily modified it with IPT).

    If you plan on actually investigating what each individual modification is, you'll still need to know item UIDs and whatnot. 

    Hope this helps, Good Luck!

     

    Joe

Please sign in to leave a comment.