11g Forms application, building in  ADF

We have a 10g system that we are converting to 11g. I know you can fire off Java and ADF forms from Forms and vice versa.
Wondered if anyone had any tutorials or info on how to do this.
Were new to Jdev/ADF but have had a forms system for 15 years.

This is interesting, since I just presented on this topic with a customer last week at the UKOUG - and the customer said "people say they want Web 2.0, but Web2.0 is just bringing the desktop experience to the browser - isn't that what Forms already does!"...and he is right. There is nothing to stop you developing your Forms to be more "web like" but still keep them in Forms - check out:
http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/459564_en-gb.pdf
Is Forms dated? Well it is a very mature product but if you can make it fit you needs then fine. Of course you are correct in that ADF and FMW give you many more opportunities which might open new channels for your application/business.
If you want to look are redevelopment of FOrms into ADF check out
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/SummitADF/SummitADF_Redevelopment.pdf
As Michael points out, you can call something like web.show_document to launch and ADF application, but you have to be careful, this is a separate transaction and you are not using the same database connection. So there is no "magic" sharing of transactions.
You can also share business logic if you push logic into services and share between Forms and ADF.
regards
Grant

Similar Messages

  • Fusion Middleware 11g (Forms) Application setup

    Hi,
    This is a requirement in Weblogic server set up for a Fusion Middleware 11g (Forms) Application
    I have 2 requirements:
    If there is a url say https://abc.world.corp/
    1. I wanted to restrict the user from accessing https://abc.world.corp/admin (this is an admin console)
    2. I want the user to receive an error message if he types a wrong url like https://abc.world.corp0/ or https://abc.world.cor/
    I would like to know how to set up this. Can somebody provide a solution.
    Thanks in Advance
    Ram

    Hi Michael,
    Thanks for your valuable inputs.
    Below line in CRMS_KR.htm was causing the problem because while directly hitting the CRMS_KR.htm we had hard-coded all the tag values which in other case is read from formweb.cfg
    Before:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?acceptLanguage=en-us">*
    We modified it to
    After:
    *<PARAM NAME="serverURL" VALUE="/forms/lservlet">*
    Now we are able to hit the below URL sucessfully
    http://scrmskr.apac.nsroot.net:7801/forms/html/CRMS_KR.htm
    Thanks & Regards,
    Harish

  • How to Deploy 11g Forms and EBS Applications?

    Dear All,
    Just need to know some technical information regarding EBS.
    Previously I have worked with Oracle forms and reports 6i and we used to deploy the application developed in this tool to publish using Application Server 9i/10g. I also have hands on experience on that.
    Now after 4 years I am again trying to do some hands-on on later versions.
    Just want to know that for Developer Suite 10g, If i developer the application it will be published using Application Server 10g? so that the user can access this application?
    How EBS application is host and published?
    Will really appreciate your kind help.
    Thanks, Imran

    How to Deploy 11g Forms and EBS Applications? Forms 11g is not certified with EBS 11i/R12
    Just need to know some technical information regarding EBS.
    Previously I have worked with Oracle forms and reports 6i and we used to deploy the application developed in this tool to publish using Application Server 9i/10g. I also have hands on experience on that.
    Now after 4 years I am again trying to do some hands-on on later versions.
    Just want to know that for Developer Suite 10g, If i developer the application it will be published using Application Server 10g? so that the user can access this application?
    How EBS application is host and published?
    Will really appreciate your kind help.Oracle Developer 10g comes as part of Oracle EBS installation, so no Oracle AS installation is required. You need need to install Developer 10g on your client to build forms/reports.
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
    Thanks,
    Hussein

  • Form Builder in ADF

    Hi,
    is there any form builder available in ADF ?(open source preferably)
    I know Jdeveloper has the best form builder !!
    but, there may be cases we need to give users a tool to make their own (table , entity , view, form) and use simple CRUD operations.
    and what are the steps we need to take to make a form builder from scratch in ADF ?
    Shahab

    Hi,
    but in the project I'm currently working on,we do not have the possibility to determine all the entities at this point.
    For ADF BC you can dynamically create entities and view objects. This is best explained in the following book by Jobinesh Purushothaman
    Oracle ADF Real World Developer’s Guide
    Mastering essential tips and tricks for building next generation enterprise applications with Oracle ADF
    By Jobinesh Purushothaman
    ISBN 1849684820
    Released in October 2012
    The book also has an online appendix you want to download and look at
    this project is something that will never stop being extended ! and in future they may need to add some (simple) tables to DB.
    besides we don't want to Redeploy the application each time they have a change.
    In a later version of JDeveloper 12c there is a feature for remote task flows, which would help you with this as you can deploy task flows separate. Building artifacts dynamically to avoid re-deployment of the application comes with a price, which is complexity in managing what the application really is (e.g. for backup and source code control). So I am not sure if I would want to make dynamic creation of artifacts a general development paradigm (how do you QA test ne developments if they are done by the user?)
    so we need to give them something to generate their own ( table / entity / view / form ) and do just CRUD operation (no business will be applied on these type of forms, just CRUD!)
    In JDeveloper 12c, upcoming, you could use dynamic forms to allow users to perform CRUD operations on a view object. This way you could create the view object dynamically as per the user requirements (plus the entity for the cud part) and parametrize the binding layer to use that view object. See
    https://blogs.oracle.com/groundside/entry/towards_ultra_reusability_for_adf
    I think adaptive binding will meet your requirements. However, for adaptive bindings to build CRUD forms, you will have to wait for JDeveloper 12c and its dynamic form feature.
    as an example

  • After saving a pll file in 11g Form Builder, should I be to open it  in....

    .......10g Form Builder?
    Friends,
    I am currently looking at upgrading our 10.1.2 forms application to 11.1.1 and am slightly puzzled by something.
    If I open an existing 10g .PLL file in Form builder 11g and save it should I still be able to open it in Forms Builder 10g?
    The reason for asking is that when we moved from 6i Forms to Forms 10g, once the PLL was saved in the newer version of Form builder it was no longer possible to open it in the earlier, 6i, version of Form Builder. If you attempted to do so you would see an error "Encoded format has an unrecognized format"
    However it appears that after opening a PLL in Forms 11g builder and saving the file I can still open the same file in Forms 10g. Is this the expected behaviour?
    The reason for asking this is that I want to check that the upgrade to 11g is actually doing something!
    Thanks in advance

    Hi Timothy,
    The account cannot be validated error was due to a glitch on our activation server that has been fixed now.
    Please try using acrobat now and check if you are still facing the problem.
    Regards,
    Rave

  • Workshop Building Oracle ADF Applications

    Hi all
    i tried the Building Oracle ADF Applications: Workshop and still have a problem:
    If i navigate from BrowserCustomers.do to eg. EditCustomers this works fine. In the EditCustomers i have my Cancel Button that implements the event_rollback. If i run the application in the IE navigate to EditCustomers an click on Cancel button a go back to the BroseCustomers view. But although i see the context of the BrowseCusomers view the url-adresslist gives me /CustomerMaintenace-ViewController-context-root/EditCustomers.do.
    So if i click on Button NextSet in BrowseCustomers view i am again in the EditCustomers.
    I checked several times the code with the one in the workshop but didnot find anything wrong.
    Any ideas ??

    I got the same problem.
    I think its related to the Edit link, wich is :
    a href="index.jsp.do?event=setCurrentRowWithKey&Arg0=<c:out value='${Row.rowKeyStr}' />&event=Edit"
    The probleme come from the fact that there's two parameter name event.
    Anyone knows a right way to select a row and forward to the edit page in the same link ??
    thx for your help
    Jeff
    Message was edited by:
    user536516

  • Building Oracle ADF Applications Workshop

    I have finished going through the "Building Oracle ADF Applications: Workshop"
    from the following link:
    http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm
    Hopefully that is sufficient for the doc writer to locate the context of my
    comments. If not, let me know and I'll provide additional information.
    I grouped all of these together as one big comment. If you want it in a
    different format, again, let me know.
    Prior starting the workshop I printed out the entire document which resulted in
    51 pages of output. In each comment, except for the first general comment, I
    list the section name, step number and my page number which should be enough to
    uniquely identify the area that the comment relates to. My suggestions start
    out with "It would be nice...". I numbered the comments so I could have
    comments refer to each other.
    (1) One of the things I really liked was the "If you want to see a
    demonstration of these steps, click here" links. Sometimes the discussion
    was not precise so being able to see the actual usage worked well. It would
    be nice if there were more of these in the workshop.
    (2) "Building the Basic Page Flow", step 2, page 13.
    I had some trouble with this because it wasn't clear how one changes the
    DataPage's name. I used the property sheet and did it wrong, resulting in
    an error. I had to consult the "If you what to see..." link to determine
    how to do this correctly.
    It would be nice if there were a paragraph before "When you are done"
    saying something like:
    To change the name of a DataPage just click on the icon's label and
    enter the new value, starting with the leading slash.
    (3) "Connecting the Pages", step 9, page 21.
    This step has one switch to the Source editor view to make a change. This
    change can also be made in the Design view.
    It would be nice to stay in the Design view. The suggested wording for this
    is:
    In the Design view you can change the Edit button link by clicking on
    the Edit button and pressing the left arrow (<--) key once on the
    keyboard. The Property Inspector will be in an <A> element. Edit the
    href property by appending the following:
    &event=Edit
    (4) "Connecting the Pages", step 10, page 22.
    The first time I had trouble drawing the links. A bit more discussion on
    how to draw the links with corners would be nice. One of the troubles was
    that I would edit one link and another (or all of them) would suddenly
    change to simple vertical links (no corners). The link lines were
    separated, but the link names were displayed making it more difficult than
    necessary to tell which link line went with which link name.
    (5) "Adding a Create Function", step 4, page 24.
    I have the same comment on this step as I did in comment (3).
    (6) "Creating Session Variables with onEvent() methods", step 2, page 27.
    The last paragraph describes how JDeveloper will prompt you to enter an
    import statement. The comment I wrote on that page was:
    Cool!
    It's nice that JDeveloper handles this booking task.
    (7) "Building a Message Stack with a findForward() method", step 1, page 28.
    In the second paragraph it's not clear what the context is. It would be
    nice if the second paragraph would start out with:
    In struts-config.xml, right-click ...
    (8) "Building a Message Stack with a findForward() method", step 6, page 30.
    This code fragment at the end of this step has all lines starting in column
    1. It would be nice if this was indented so it could be followed with less
    effort. The same is true for the other code fragments in this section.
    (9) "Building a Message Stack with a findForward() method", step 12, page 32.
    I wrote a simple Java program that compared a String variable to a string
    literal. In all cases using == to compare returned false, while .equals()
    worked correctly. I was using Java 1.4.2_06_b03. Even if Java 1.5 supports
    converting the == between strings to equals(), it would be nice if the
    comparisons to the "type" variable used the .equals() method instead of ==,
    so that those of us still using Java 1.4 would have properly working code.
    Note that == in 1.4 compares the hash values while equals() looks at the
    contents.
    (10) "Enabling the Delete Confirmation Page", step 5, page 36.
    The last sentence of the first paragraph contains the phrase:
    if there are errors, build the ActionMessage object.
    It would be nice if this contained an extra word as in:
    if there are no errors, build the ActionMessage object.
    (11) "Enabling the Delete Confirmation Page", step 6, page 36.
    Line 12 (or 13 if you count blank lines) is storing a value in the request
    object. It would be nice to have a discussion in this step instead of
    having to wait until section "Intercepting the Middle-Tier Message", step
    8, page 42 before we know what this is all about.
    (12) "Overriding the findForward() Method", step 1, page 44.
    It appears that the call to the super.findForward method is missing. It
    would be nice if the following were inserted before the closing curly
    brace:
    super.findForward(actionContext);
    (13) "Overriding the findForward() Method", step 9, page 46.
    Near the end of this step it mentions the imports that are added. It
    appears that there is a missing import statement. If this is correct, it
    would be nice to also include the following import:
    import oracle.adf.controller.struts.actions.DataActionContext;
    (14) "Overriding the findForward() Method", step 10, page 46.
    My diagram doesn't look like this. The "Edit" link between /browseCustomers
    and /editCustomers should be "Commit". The "Cancel" link from
    /editCustomers back to itself shouldn't be there. The "Commit" link from
    /sure to /browseCustomers should be "Cancel". Compare this with the diagram
    in section "Creating a Delete Confirmation Page and a Forward", step 5,
    page 25.
    (15) "Internationalizing Field Labels", step 3, page 48.
    This is another case where the context is not clear. It would be nice if
    the following was added to the first paragraph:
    In the browseCustomers page,
    (16) "Internationalizing Field Labels", step 10+, page 49.
    Everything is internationalized except for the buttons. How does one
    internationalize them?
    (17) "Conditionally Displaying a Field", step 1, page 49.
    The last sentence says "The result should look like the following:". If one
    were following this workshop from front to back then what should be shown
    is the internationalized version of this page.
    (18) "Conditionally Displaying a Field", step 5, page 50. Bug?
    When I look at the Source view of editCustomers.jsp the <INPUT> element has
    a property setting of disabled="true". When I run the application and look
    at the HTML source used by the browser, that same <INPUT> element has a
    property setting of disabled="disabled". It works, but isn't that somewhat
    redundant? I recommend that the source code should have the disabled
    property setting as it appears in the Source view.

    Hi Jean,
    Can you please provide the document part number and book title where you have seen this errors? This way I can forward this to the doc writer.
    If this is not a document issue, please try the Members Feedback Forum. Community Feedback (No Product Questions)
    Thanks

  • Connectivity Problems Forms 10g Builder with 11g Database Release 1

    Hello All,
    I am trying to connect 11g Database (Version 11.1.0.7.0 mounted on Linux) from my Oracle Forms 10g Builder 10.1.2.0.2 in my client PC Windodws XP. But its just hanging and doesnt connects at all.
    Strange is that from the same Oracle home i am able to connect to same 11g user through the reports builder 10g and
    , sqlplusw and sqlplus from 10g home.
    But i am not able to connect to 11g R1 database from my Forms Builder alone. Why is this? Can the PROs get me out of this problem please.
    Thanks in advance.

    Hi
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Development Tools which you can get more quick response
    Regard
    Helios

  • Forms 10g Builder with 11g Database Release 1 - Connectivity Problems

    Hello All,
    I am trying to connect 11g Database (Version 11.1.0.7.0 mounted on Linux) from my Oracle Forms 10g Builder 10.1.2.0.2 in my client PC Windodws XP. But its just hanging and doesnt connects at all.
    Strange is that from the same Oracle home i am able to connect to same 11g user through the reports builder 10g and
    , sqlplusw and sqlplus from 10g home.
    But i am not able to connect to 11g R1 database from my Forms Builder alone. Why is this? Can the PROs get me out of this problem please.
    Thanks in advance.

    First, using 10.1.2.0 against 11.x is not recommended. You should at least be using 10.1.2.3 if you plan to work with 11.x. Further, there is a known issue which causes connection, compilation, and some sql execution to run significantly slowly. This issue has been corrected with a patch and new switch. If you have an active Support contact, I would recommend creating a Service Request in order to get the latest information.

  • How to build an adf search form

    How to build an adf search form without using the view criteria out of box search functionality provided by adf

    my query is this .. but still i face the same problem... missing in or out parameter at index ::1
    select ms.state_name,
    sum(decode(mp.status,'12',1,0)) cnt_active,
    sum(decode( mp.status,'12',mh.chargesheet_name,0)) sum_active,
    sum(decode(mp.status,'18',1,0)) cnt_inactive,
    sum(decode( mp.status,'18',mh.chargesheet_name,0)) sum_inactive,
    sum(decode(mp.status,'',1,'5',1,'16',1,'17',1,0)) cnt_expired,
    sum(decode( mp.status,'',mh.chargesheet_name,'5',mh.chargesheet_name,'16',mh.chargesheet_name,'17',mh.chargesheet_name,0)) sum_expired
    from mst_pindetails mp,
    mst_batchno mb,
    mst_chargesheet_hdr mh,
    mst_state ms
    where mp.swhbatchcode=mb.swhbatchcode
    and mb.chargesheetno = mh.chargesheet_code
    and trim(ms.state_id) = mb.statecode and mp.status=nvl(:pstatus, mp.status) and ms.state_name=nvl(:pstatename,ms.state_name) and mp.attribute_date1 >= nvl(:pfromdate,mp.attribute_date1) and mp.attribute_date1 <= nvl(:ptodate,mp.attribute_date1)
    group by state_name

  • Calling Java screens from Oracle Forms application

    I am working with a client that has a large Oracle forms application. Since rewriting the entire application in Java is not an option at this time, the strategic direction is that any new modules that are to be created for the application are to be done in Java and called from the Forms menu. The decision as to what tool to use to develop the Java modules is still under debate. What is the best (most seamless) way to do this...calling a Java screen from a Forms application? If anyone has any experience in this, or can direct me to some literature on it, it would be greatly appreciated. Thanks.

    This is a web app in Forms/Reports 10g R2 running off Oracle AS and an Oracle db. The challenge for us is that the direction is that any new enhancements (screens) are to be built using Java (in either ADF Faces or Swing, another point for debate later) and then called from the Forms app. The business client is only paying for the enhancement. They don't care about moving off Forms to Java, so any extra work on the part of IT to do this, has to be fairly minimal and doable within the project budget. The movement to Java is an IT direction. Is there a way to do this without having to build a java framework for the entire Forms application (which I assume would take some time and involve retesting the entire app)?

  • Forms 10g itegration with ADF

    Hi,
    Can we integrate Forms 10g with ADF? Any Blogs/Reference to it?
    Thanks,
    CN

    this is difficult to answer in a short space of time and without knowing what you are REALLY wanting to achieve.
    If, for example, you really want to exploit a feature of ADF inside Forms, e g, a Gantt chart, then you can do this. In 11g Forms we give you Javascript integration so it means that some interaction on the Forms can be passed to JS on the page. Also if you ensure that you don't "tangle" the transactions of the Form and the ADF part of teh application then you are ok.
    Some of the issues you might have are things like:
    Security - you might have different security models for an ADF application and a Forms application
    Transactions - you might want to present the application as being "seamless" but infact you could have two separate transactions.
    It also comes back to what you want to achieve, it might be that back end integration is more advisable than a tighter integration of the application technologies...for example, using web services.
    I showed an example of this kind of integration on the Forms modernization page I linked above, I don't have any more plans to produce any more material like this because its not really a path we would want to push people down (but again, thats not to say it can't work in some cases).
    Maybe I could ask you why you are asking this? What are you looking to achieve?
    Regards
    Grant Ronald [http://blogs.oracle.com/grantronald]

  • How to debug a form module (Oracle 11G Forms) through URL

    How to debug a form module (Oracle 11G Forms) through URL.
    My server OS is Unix. So i could not able to do the Debug Forms from the Form Developer.
    It is displaying a message that "Cannot find the module". Becuase the system is trying find out the module in Unix system instead of ma local system(Windows).
    I need to debug ma module through URL.
    I can place the fmb and fmx in predefined form path in Server.
    Please help me out to solve this issue..

    This is a little unclear. If your goal is to use the Forms Builder Debugger while running your form on a Unix machine, this can be done. However, the form must first be in running order. So before trying to attach the debugger you must first be able to start it without the debugger. For example:
    http://yourServer:OHS_port_number/forms/frmservlet?form=yourFMX
    Once this is properly running you can turn on debugging. If your form won't even start, then using the Debugger isn't going to help you because it is designed to troubleshoot coding problems and not configuration problems.
    So, do this to use the Debugger:
    http://yourServer:OHS_port_number/forms/frmservlet?form=yourFMX&debug=yes
    This will display a dialog box with some information. Do not click on OK yet as you will need this information to enter into the Forms Builder. Now, open the Forms Builder and click on Debug > Attach Debug. You will be asked for the information displayed in the dialog where you attempted to start the form. Enter it here (in the Builder) then click on ok in both places. To display the Debugger (in the Builder), click on Debug > Debug Console. Then from its toolbar click on the buttons related to what you want to monitor. Including a break point in your application code is often a more helpful way to use the debugger.
    Most of this information is explained in the Forms Builder Online Help
    Forgot to mention...
    To debug runtime issues, refer to the Forms Deployment Guide here (this assumes you are using 11.1.2):
    http://docs.oracle.com/cd/E38115_01/doc.111210/e24477/appa.htm
    Edited by: Michael Ferrante (Oracle) on Feb 21, 2013 1:45 PM

  • Application Builder Icon Missing

    Hi,
    I am a newbie. I have brought up apex 4.1.1 on aws RDS Oracle 11g and have logged in as INTERNAL. My problem is I have been searching for Application Builder menu item or icon so i can start building applications but I can't find it.
    I only see Home, Manage Instance, Manage Requests, Manage Workspace, and Monitor Activity.
    kindly advice me on how to get the application builder icon, or do I need to install something else?
    Many thanks

    987830 wrote:
    Hi,
    I am a newbie.Welcome to the forum. Please read the FAQ and forum sticky threads (if you haven't done so already), and update your forum profile with a real handle instead of "987830".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I have brought up apex 4.1.1 on aws RDS Oracle 11g and have logged in as INTERNAL. My problem is I have been searching for Application Builder menu item or icon so i can start building applications but I can't find it.
    I only see Home, Manage Instance, Manage Requests, Manage Workspace, and Monitor Activity.
    kindly advice me on how to get the application builder icon, or do I need to install something else?You're recommended to complete the <i>2 Day + Application Express Developer's Guide </i> tutorial (if that's not what you're already doing).
    Home, Manage Instance, Manage Requests, Manage Workspace, and Monitor Activity are the administration components in the internal workspace. See the "Setting Up Your Own Local Environment" section for how to create your own workspaces in which you will use the Application Builder.

  • I am not able to compile forms and my form application is close

    Hi All,
    There is strange problem arising in my system. I am not able compile the forms from my machine.MY machine is having Vista as OS and I have installed the latest 10g release of forms (the vista compaitable version). Also I am not able to open any of the existing and developed forms for one One Oracle Retail product. The existing forms were build on 10g version 2. (10.0.2). But when I am trying to open the forms, the application hangs immediately and then its says explorer is closing, the program has some problems. The same error comes in both the cases.
    Thanks & Regards,
    Debabrata

    Debabrata,
    First You must read this topic from Steve Cosner:
    Forms 10g installed and running on Windows Vista
    After You must to install Forms 10g under Window Vista following the instruction in the topic.
    At this time Form Builder work fine; but the Compiler called from Framework return errors and the program hang.
    I have tried to run frmcmp.exe outside the Form Builder and the program newly abort.
    I have sended my Form to Steve Cosner and I attend a reply.
    Bye
    Gaetano

Maybe you are looking for

  • Backing up Hyper-V Guests on Windows 8/8.1 Hosts?

    Hi, is there any way to get DPM to backup Hyper-V Guests hosted on Win8 (or 8.1) machines? Requirement comes from developer workstations that have local VMs for sharepoint development.  Unfortunately, DPM doesn't seem to "see" the HV Component when t

  • Broken display/video mirroring

    My powerbook G4 took a tumble and now the display screen is no longer working, although everything else still seems fine. When I connect it to an external monitor screen spanning works but there is obviously little I can do. I was wondering if there

  • How do I get photos to show in the filmstrip? The filters are off.

    How do I get photos to appear in the filmstrip? The filters are off.

  • Problem with RFFOX901 - F110

    Hi; I'm using EXIT_RFFOEXIT_901, Include ZXFORU11 to create a Transfer file from REGUH with Tcode F110. The bank has the T payment method created and the variant ZRFFOM100, the vendor has the bank assigned in Tcode KD01. In Include ZXFORU11 i have th

  • Lock Object Concept required

    Hi Everybody, I have a quary. I have created a custom table which will be used to store master data entered by multiple Users through a module pool program. The program has following functionalities stated below: CREATE : Entry of new data. CHANGE: C