OMB+ - auto layout process ?

Hi,
is it possible to use "auto layout" command from OMB+ ( tcl script ),
or set "coordinates" to define location of the objects in process/mapping ?
Regards,
db

Of course, if you take the time to figure out where these characteristics are stored in the repository, then you could always manually set coordinates via a pure SQL call from OMB+.
I had thought about looking into this at one time, but never had the time to do the legwork.

Similar Messages

  • OMB+ Auto Layout

    Greetings people,
    I have some problems with the result of the script below. It creates an processflow packages and an processflow module. All working perfect. But the foreach loop adds 62 mappings to the processflow all standing on top of eachother.
    In OWB there is an auto layout function but i can't find it in OMB+.
    This is the script:
    OMBCREATE PROCESS_FLOW_PACKAGE 'PFP_XML' \
    SET PROPERTIES (DESCRIPTION, BUSINESS_NAME) \
    VALUES ('TEMPORARILY PACKAGE FOR XML','PFP_XML')
    OMBCC 'PFP_XML'
    OMBCOMMIT;
    OMBCREATE PROCESS_FLOW 'PF_XML_SERIAL' \
    SET PROPERTIES (BUSINESS_NAME) \
    VALUES ('PF_XML_SERIAL')\
    OMBCOMMIT;
    foreach mappingName {
    puts $outfile "Add Mapping $mappingName to PF_XML_SERIAL"
    puts $outfile "Add Transition T_$v_transition_count FROM $v_last_mapping_added TO $mappingName"
    OMBALTER PROCESS_FLOW 'PF_XML_SERIAL'\
    ADD MAPPING ACTIVITY '$mappingName' \
    SET REFERENCE MAPPING '/INFORM/CPH/$mappingName'\
    ADD TRANSITION 'T_$v_transition_count' FROM ACTIVITY '$v_last_mapping_added' TO '$mappingName'
    set v_last_mapping_added $mappingName
    incr v_transition_count
    OMBALTER PROCESS_FLOW 'PF_XML_SERIAL'\
    ADD TRANSITION 'T_$v_transition_count' FROM ACTIVITY '$v_last_mapping_added' TO 'END'
    puts "Module created..."
    puts $outfile "Module created..."
    Simplifying the question: Is there an auto-layout function for process flows in OMB+?
    Thanks!
    Wilbert

    check this out.
    OMB+ -> auto layout process ?
    This is what Oracle Documentation says:
    In the Mapping Editor, a mapping that was created via OMB Plus may display as containing a single operator despite having multiple operators.
    Workaround: When viewing mappings created in the scripting language, use the auto-layout command in the Mapping Editor to view the entire mapping.
    Edited by: Darthvader-647181 on Jan 12, 2009 7:02 AM

  • Unable to set default date for Date Picker item using Auto Row Processing

    Okay, I have searched through the forum for an answer, and have not found a thing to account for my problem.
    First, does anyone know if using Auto Row Processing has problems updating an item/field in a record where the Source is defined as Database Column if the 'Display As' is defined as 'Date Picker (MM/DD/YYYY)'?
    I ask this only because I found out the hard way that Auto Row Processing does NOT fetch the value for an item where the field is defined as TIMESTAMP in the database.
    My problem is as follows: I have a form that will CREATE a new record, allowing the user to select dates from Date Pickers, text from Select Lists, and entering in text into a Textarea item. The information is saved using a standard (created through the Auto Row Processing wizared) CREATE page level button. After the record is created the user is able to go into it and update the information. At that time, or later, they will click on one of two buttons, 'ACCEPT' or 'DECLINE'. These are Item level buttons, which set the REQUEST value to 'APPLY' (Accept) and 'UPDATE' (Decline). The Accept button executes a Process that changes the Status Code from 'Initiated' to 'Accepted', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record. The Declined button runs a Process that changes the Status Code from 'Initiated' to 'Declined', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record.
    However, even though the Status Code field is updated in the database record in both Accepted and Declined processing, the Declined_Accepted_Date field remains NULL in the database record (by looking at the records via SQL Developer). WHY??? I looked at the Session State values for both the Status Code and the Declined_Accepted_Date fields and saw that the fields (items) had the expected values after the process that SAVEs the record.
    The following is the code from the Accept button Page Process Source/Process:
    BEGIN
    :P205_STATUS_CD := 'A';
    :P205_REF_DECLINE_ACCEPT_DT := SYSDATE;
    END;
    As can be seen, the Status Code and Declined_Accepted_Date items are set one right after the other.
    As an aside, just what is the difference between Temporary Session State vs Permanent Session State? And what is the sequence of events to differentiate the two?

    Here's yet another thing that I just looked into, further information...
    One other difference between the date field I am having problems with (Accepted_Declined_Date), and other dates (with Date Pickers) in the record is that the Accepted_Declined_Date never gets displayed until after it is set with a default date when the Accept and Decline buttons are pressed.
    One of the other dates that works, the Received Date, is able to write a default date to the record that is never typed into the box or selected from the calendar. That date is placed into the box via a Post Calculation Computation in the Source, which I set up as: NVL(:P205_REF_RECEIVED_DT,TO_CHAR(SYSDATE,'MM/DD/YYYY'))
    However, I do remember actually trying this also with the Accepted_Declined_Date, and setting the Post Calculation Computation did not work for the Accept_Decline_Date. Could this be because the Accept_Decline_Date is never rendered until the Status Code is set to Declined (in other words, there is no need to display the date and allow the user to change it until the record is actually declined)???
    The control of the displaying (rendering) of the date is set via the Conditions / Condition Type: Value of Item in Expression 1 = Expression 2
    Expression 1 = P205_STATUS_CD and Expression 2 = L
    Does this shed any light???

  • How to use Auto layout in book module

    Hi,
    I got a MBP mid-2010 15" running OS X Lion.
    I´m trying to get the auto layout to work with presets. I might be doing something wrong here though:
    1. "Edit Auto layout preset"
    2. Choose for instance "Wedding" layout
    3. Save preset
    If I then click on "Auto Layout" it creates the book, but only with "1 Photo" on each page
    If I then click on edit "Auto layout presets" again and choose the preset I just created, the layout option says "1 Photo" (I chose wedding)
    No matter how I try to save this it goes back to 1 Photo.
    What am I doing wrong here? Is it some kind of bug?
    Thanks,
    Tor Olav

    You cannot attach the LDB to the main program of the function group.
    - So you may [SUBMIT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=submit&adv=false&sortby=cm_rnd_rankvalue] a report which use the LDB and get back the data (export/import), by default in the syntax of SUBMIT the selection-screen will not be displayed
    - Use [LDB_PROCESS|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=ldb_process&cat=sdn_all], fill a structured table for selection, and get data back in another table
    - Use [HR function modules to read Infotypes|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=hrfunctionmodulestoread+Infotypes&adv=false&sortby=cm_rnd_rankvalue].
    Regards

  • What happened to auto layout in iOS 6 beta 3?

    I just downloaded the newest beta version (3) of iOS 6. After I continued work on my projects, which uses auto layout on iOS, I noticed something was wrong. After about 5 hours of testing I figured out that the behaviour of iOS deviced changed between beta 2 and beta 3.
    It's very easy to see for yourself. Download the sample code from WWDC 2012 and find project called LineLayout. Run it in Xcode 4.5 Dev Preview 2 (bundled with iOS 6 beta 2) and then run the same project in Xcode 4.5 Dev Preview (bundled with iOS 6 beta 3). You get very different behaviour. The problem is that I couldn't find an explanation of this in the API diffs and I'm not sure if it's a bug or a desired (though changed) behaviour.
    Thanks for any advice. I suspect this must have happened to a lot of people who are already using auto layout in iOS apps.

    brantwedel did you notice the post was made over a year ago when iOS 6 was in beta.
    brantwedel wrote:
    @KT, you are destroying the usefulness of google search, by recommending generic question like this be answered confidentially, lol

  • Collective purchase order linke with auto replenishment process

    Hi!
    This is with reference to linking  collective putchase order with auto replenishment process.
    For eg: an article defined with replenishment parameter(the reorder point and target stock). while running collective purchase order using transaction wf10...will system consider the reorder point and target stock and raise the PO.

    Hi Jyotsna,
    The collective purchase order should be used in DC level. That means, based on Stores STO, system automatically converts STO requirements into CPO.
    If you want consider Reorder point and target stock, then this is putaway process. That means, DC will maintain and replenish stock based on your inventory norms fixed by you.
    Hope this information will be useful.
    Bye,
    Muralidhara

  • Auto cash process in sap

    Hi Gurus,
       Could you any body help me the what is the auto cash process in sap Treasury.
    Thanks in advance.
    Ramanjaneyulu

    hello, frank.
    could you please explain the "Auto Cash" scenario a little more?  we might know it by another term.
    regards.

  • Remove leading zeros for invoice lists to allow auto lockbox processing

    I have a change request for the following document at my job. but i am very new into it and do not know how to start and what to do exactly? can anyone please help me what to do in this matter.
    SAP auto posting process for lockbox checks was created to post cash with minimal manual intervention.
    Transaction FLB2 is used to import a lockbox file from Bank of America containing customer payment detail to auto match and clear invoices in the AR subledger. The auto post program tries to match an invoice number from the Reference field to the invoice # in the lockbox file which does not have any leading zeroes. In order to allow this match to happen a user exit was developed to remove any leading zeros from the Reference field in the invoices It works fine for regular invoices but not for the invoice lists u2013 invoice numbers in the 76xxxxxx range. The leading zeros are not removed there, so these invoices fall out of the auto posting process. It has been expressed that we need to improve our automated check posting hit rate for better efficiencies, and to do so we need to have these invoice list invoices fixed in the same way as the regular invoices are.
    please advise
    Vishal

    can anybody please answer it?

  • Auto approval process in workflow

    Hi,
    We are implementing customized workflow with approval/rejection process
    There should be a auto approval process when agent does not complete task within 3 days.
    When the approval is done then we are sending emails and performing some actions.
    When the auto approval happnes after 3 days we do not want the workflow to terminate but it should end.
    Kindly suggest if it is possible.
    Thanks & Regards
    Rahul

    Rahul,
    You can use a 'modeled deadline' to set the original workitem to obsolete after (say) 3 days.
    There is a wizard available to help you with this (in ECC 6.0).
    Then, on the obsolete outcome branch, you can add a new (background) step that approves
    the item automatically. (This is assuming you have an 'approval' method available for the object).
    hope this helps
    Paul Bakker
    Hanabi Technology

  • Failed to Load Auto Layout

    I am getting error 'Failed to Load Auto Layout' while Generating Templates in BI Publisher 10g (10.1.3.4.2).
    application.log says:
    End tag does not match start tag 'group'.
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
    at oracle.xml.parser.v2.NonValidatingParser.parseEndTag(NonValidatingParser.java:1395)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1340)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:308)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:306)
    at oracle.apps.xdo.dataengine.DataProcessor.getSQLRTFLayout(Unknown Source)
    at oracle.apps.xdo.dataengine.DataProcessor.writeDefaultLayout(Unknown Source)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:288)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.jav:303)
    and
    java.lang.NullPointerException
    at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:283)
    at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    Please help me on this. how to troubleshoot this issue.
    Edited by: 931749 on May 20, 2012 9:58 PM

    I believe I am having a similar problem, except I did remember to remove the terminating semicolon after pasting my SQL query into BI Publisher.
    I have a report which is simply a copy of a different report which works perfectly in all ways. The copy has only had its SQL edited, and I get the same error:
    "Failed to load auto layout"
    Also, the data won't finish loading into Excel when I hit the 'Excel Analyzer' button from the web interface from the 'View' screen. It leaves me with an empty sheet called 'remove_me_please'. I feel like removing the whole damned BI Publisher system from our servers when I see this.
    What is so confounding is THE REPORT GENERATES VALID DATA! I can set the output to 'Data' and the XML produced is perfect. I can even make a pivot table in the Online Analyzer. I just can't autogenerate an RTF layout or use the Excel Analyzer. I'm using a fully updated version of .NET 2, and fully patched MS Office 2003 Pro. BI Publisher version is 10.1.3.3.2, and the Excel & Word add-ins are those downloaded from our BI Publisher server.
    IT IS IMPOSSIBLE TO DIAGNOSE PROBLEMS IN THE QUERY IF THE QUERY WORKS IN MOST SITUATIONS. It works in Toad, and even in BI some ways. The SQL interpreter needs to be trashed and rebuilt from the ground up. This system stinks, Oracle! I have been very frustrated with BI Publisher for the 6 months I've been using it. That Query Builder has got to go, too! (No numeric aggregation? What is wrong with you?)
    Furthermore, even after we update everyone's MS Office and .NET, the 'Oracle BI Publisher' menu doesn't even show up in half the installations we do. Everyone around here is starting to doubt that IT is really going to come through on their reporting needs. I'm thinking 6i sounds really good right now.

  • Can I make auto layout of Matrix Chart after setting fixed rows/columns ?

    Can I make auto layout of Matrix Chart after setting fixed rows/columns ?
    I want to make Matrix Chart to auto layout to zooming out a chart of filter.
    Matrix Chart's layout is AUTO layout at creating.
    Matrix Chart layout can fix specfic rows / columns from layout toolbar.
    BUT fixed layout's Matrix Chart does not zoom a chart of filter.
    Regards,
    Yoshihiro Kawabata
     

    Hi Yoshihiro - at the moment if a specific number of row/columns has been set for small multiples the chart will maintain these proportions even after filtering.
    If the chart hasn't had a set row/column dimensions set it will automatically be re-laid out when filtered however.

  • Auto Replishmnet process for Sales Orders

    Hi,
    Can any body suggest, how we can follow "Auto Replishmnet process for Sales Orders" for Particular customers with for required articles.
    Please suggest replishment process for sales orders.
    Regards
    Kiran kovi

    Hi,
    This process is available in SAP Retail. Help says you can use it for manufacturing as well.
    You can read up more about VMI: Customer replenishment here:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/86/37e622f09b11d18ca1080009d10d9a/content.htm
    Hope that helps!
    Regards,
    Naveen

  • * Auto layout not working as expected

    In LR4 in the Library Mod I sort the photos and all is good.  In the book Mod, I choose the page layout (4 per page) and do the auto layout.  The program brings in the images and puts them on the right page just fine, but puts them in reverse order.  This will be hard to explaine; they should read top left to top right and bottom left to bottom right or A,B,C,D.  What is happening is they read C,B,D,A.  I wish I could show this.  Right now I am going bald pulling my hair out trying to find out what I am doing wrong.  Can anyone keep me from going bald?  Thanks much for any imput you might have.  Al

    My exact problem as well, it just wasnt possible for me, kept rewinding and stopping but never found what I missed...a bit to quick for a total beginner
    Thank you

  • Auto Replishment process

    Hi ,
    Can any one suggest, how we can manage "Auto Replishmnet process for Sales Orders" for specific customers with required articles.For the Vendormanaged inventory.
    We are following consignemnt process for maintain VMI stock at customer level,
    Is there any "Replishment process for sales orders" when ever it reaches the minimum stock order point.System able to create SO for the required quantity automatically.
    Please suggest replishment process for sales orders.
    Regards
    Kiran kovi

    Hi,
    Q-1
    To automate the import process follow below settings
    In Import manager, You need to create map in import manager and save.
    In console, assign map to respectie port.
    Processing type fo that port should be "Automatic'.
    Import server should be loaded and running..
    MDIS imports files from the Ready folder of a repositoryu2019s inbound port.
    Q - 2
    When you select source Type as "Port" An inbound port identifies a file system location that contains source data files waiting for import into MDM. Check reference guide page 417 for moe information
    Cheers,
    Rc

  • Creation of auto approval process for assigning role for a user in oim11g

    currently i'm doing a scenario like a user must be automatically assigned to a role by using approval policy where the user is already there in oim and then we use csv file in that we take 2 columns like userlogin and role name so by running this scheduled task user must be automatically approved to that role.But i have to use the default auto approve policy in oim without creating any bpel process for that so can any one suggest me how to proceed with this scenario.
    Thanks in Advance for quick response.

    If I understand correctly, You have users and their respective roles in csv file. Users are present in OIM. You want to assign those roles in csv file to respective users?
    If this is the scenario, you need to write a custom code for schedule task which will read data from your csv file, create roles and assign them to respective users.
    to create custom schedule task in OIM 11g, you may refer to:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/scheduler.htm
    regards,
    GP

Maybe you are looking for

  • PI 7.11 - Alert creation for RFC Exceptions does not work

    Hi folks! In our PI 7.11 SP04 system we have created an Alert Category as well as an Alert Rule to be informed about errorneous messages in the Integration Engine (ABAP). The scenario is synchronous SOAP Axis to sRFC, where the RFC answers with an ex

  • CS3 not opening on PowerMac G5

    Before we left for the weekend everything was fine, now 2 computers have the same issue. CS3 on PowerPC G5 OS10.5.8 - Bridge loads fine, all other apps seem to load and operate normally.  CS3 gets to the Blue Splash screen and then I get the spinning

  • Unit Conversion in BI 7.0

    Hi i want to display the units in US standards in initial view of report and allow <b>users to convert in local units if they want.</b> A. I find that data is comingfor "factory area" field  in cube in various units such as FT(Feet), MT (Meters), ST,

  • User Exit when save Purchase Requisition (ME51N and ME52N)

    Hy Everyboby, I want to know an enhancement point/user exit activated when saving a Purchase requisition to control all item amount for a budget check. So anyone can help me ? Thanks in advance.

  • LMS 3.2 Interface Inventory

    Is there a way to create a report of interfaces that contains the information contained in the Module Port Interfaces section of the detailed device report?: I've attempted creating some custom templates to create a single table containing this infor