Can I open Payment terms form ?

Hello friends,
I want to add new payment terms through my user defined form
but how can I open the form because this form is not associated with menu item
so i cannot use  SBOApplication.ActivatemenuItem("") function
Note:The payment term form can be opened via purchase order form after choosing define new.

Hi...
You can use choose from list for payment terms...
for this u have to use document object of payment terms
that is
CTG     40     Payment terms types     
and use this code
For this you have to use choose from list method.. this is the sample of code... and set this code for payemnt terms object..
SAPbouiCOM.ChooseFromListCollection oCFLs = null;
SAPbouiCOM.Conditions oCons = null;
SAPbouiCOM.Condition oCon = null;
oCFLs = oForm.ChooseFromLists;
SAPbouiCOM.ChooseFromList oCFL = null;
SAPbouiCOM.ChooseFromListCreationParams oCFLCreationParams = null;
oCFLCreationParams = ( ( SAPbouiCOM.ChooseFromListCreationParams )( SBO_Application.CreateObject( SAPbouiCOM.BoCreatableObjectType.cot_ChooseFromListCreationParams ) ) );
oCFLCreationParams.MultiSelection = false;
oCFLCreationParams.ObjectType = "4";
/// here use have to use object type="40" for payemnts types
//Object type="4" for ItemMaster Data
oCFLCreationParams.UniqueID = "CFL1";
oCFL = oCFLs.Add( oCFLCreationParams );
//Add Column to user data source and then assign the CFL UID to the column.
oColumn.ChooseFromListUID = "CFL1";
if u r facing again problem feel free to ask...and
if get help... please give rewards points...
thanx
deepak

Similar Messages

  • Where can I assign payment advice form

    Where can I assign Payment advice form in configuration.I have assigned in FBZP Next form. but its not printing.can any1 suggest me please?

    Hi,
    Use this path in SPRO:
    SPRO --> FI Acc --> AR/AP --> Bus. Trx. --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Media
    good luck,
    Peter Glas

  • Open Payment Means Form

    Hello Everyone
    I'm trying to open "Payment Means" form via the following code:
    SBO_Application.ActivateMenuItem("5892");
    but i'm getting the error : Menu - Not found  [66000-27]
    From what i checked, it is the correct Menu UID, and it is enabled.
    What might be the problem?
    Thanks
    Mosh

    Hi moshababo,
    Sorry, my mistake.
    Then you are correct, the Menu ID is 5892 and it's working in my system.
    I've created a button in the A/R Invoice (form 133) with the following code
                    oForm.Items.Add("btt", BoFormItemTypes.it_BUTTON)
                    oForm.Items.Item("btt").Top = oForm.Items.Item("1").Top
                    oForm.Items.Item("btt").Left = 250
                    oForm.Items.Item("btt").Specific.Caption = "Payment means"
                    oForm.Items.Item("btt").Width = 150
                    oForm.Items.Item("btt").FromPane = 0
                    oForm.Items.Item("btt").ToPane = 0
    I then caught the ItemPressed event, for item "btt" and activated the menu 5892 with no problems.
                If pVal.BeforeAction And pVal.ItemUID = "btt" Then
                    oApplication.ActivateMenuItem("5892")
                End If
    Regards,
    Vítor Vieira

  • Can not open PLLs on Forms Builder 10g

    Hi Folks,
    everytime I try to open an existing PLL-File via the Forms Builder FileOpen-Dialog I have got the message
        PDE-PLI018 Couln not find library
        Drive:\Path\LibName.pll
    Pressing the OK-Button returns to the FileOpen-Dialog. The selected FileType in the Dialog take effect to the filelist but nothing else.
    Note that the file exists and I select it from the Filelist!
    About Forms Window shows the following:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production
    While converting from 6i to 10g it is unavoidable to convert forms and libraries, so please help me!
    PS: I can recompile forms with attached libraries if the PLX-Files (6i) are available, but the forms will not work with these PLX-Files.
    edited by ths:
    I tried to generate a new library. This works fine until I saved it. After naming the library and pressing the save button in the dialog the pll file was created and the same error message appears.
    I closed form builder and tried to reopen the library: same error.
    I generated another new library and save this by selecting the first new I generated. Jippee! I get the message that the file already exists! I selected "overwrite" and the file was overwritten. After that the same error appears.
    How can I (re)open PLL files? It is no solution to generate a new library overwriting the old one everytime some changes should made.
    Trying to build the library (Ctrl+T) produces another error:
        FRM-91507: Internal Error: Unable to generate library.
    Compiling (Ctrl-Shift-K) works fine.

    Hi Mark,
    there's no user except of me on the pc and server (I'm working via rdp-client on a virtual server), no server and no oc4j task or instance started. The one and only program that runs is forms builder. The error occurs if I just try to open a pll file via the file open dialog of forms builder.
    With my admins we found that forms builder creates a (temporary) file (e.g. s22o without extension with 827392 bytes) in c:\ but only if I'm the actual user. After I'm getting the permission to create and update files on c:\ forms builder was able to open pll files. Now we're trying to find out why this accurs only on my login. With other users we tried these file was created on F:\ which is the personal drive of the user. I'm only wondering about the fact that temporary files were not created in the TEMP folder defined by the TMP or TEMP environment variable.
    So we solved this unusual problem in an unusual way.

  • Can not open the ebs form

    This issue is that i can not open the form ,I checked the application.log,find erro:
    09/04/24 12:21:50.201 10.1.3.0.0 Started
    09/04/24 12:21:51.470 formsweb: FormsServlet init():
    configFileName: /oracle/prod01/inst/apps/PROD01_erp199/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/04/24 12:21:51.479 formsweb: 10.1.3.0.0 Started
    09/04/24 12:34:28.975 formsweb: ListenerServlet init()
    09/04/24 12:34:30.17 formsweb: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    09/04/24 12:34:30.17 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRe
    questDispatcher.java:702)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(
    ServletRequestDispatcher.java:359)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpR
    equestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpReq
    uestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(Re
    leasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    here is another erro :
    /oracle/prod01/inst/apps/PROD01_erp199/logs/ora/10.1.3/opmn/forms_default_group_1、formsstd.err
    Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declarati
    on was not found in application.xml.

    Thank you hsawwan ,I did it as your methods,and i also checked your thread,but I still have the same problem.
    when I start the formserver ,here is the erro:
    [[root@erp29 ~]# more /oracle/prod/inst/apps/PROD_erp29/logs/appl/admin/log/adformsctl.txt
    adformsctl's LOG:
    04/28/09-09:04:52 :: adformsctl.sh version 120.12.12000000.3
    04/28/09-09:04:52 :: adformsctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:55 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:55 :: adformsctl.sh: exiting with status 150
    ================================================================================
    adoacorectl's LOG
    04/28/09-09:04:51 :: adoacorectl.sh version 120.11.12000000.2
    04/28/09-09:04:51 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:52 :: adoacorectl.sh: exiting with status 150
    ================================================================================
    adapcctl's log
    04/28/09-09:04:51 :: adapcctl.sh version 120.6.12000000.2
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN managed OHS instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:51 :: adapcctl.sh: exiting with status 150
    ================================================================================

  • Can I open LiveCycle created form on a Blackberry?

    I created a form in LiveCycle with expandable fields and other lovely features now our VP is saying he can't open it on his Blackberry. This is a disaster.
    Is there any way to get this to work?

    Yes and no. No in that the integrated PDF viewer for mobile devices do not support Livecycle (XFA) PDFs. Yes in that Adobe does have additional platforms (see link below) for viewing and entering text fields for mobile devices. However I sense that you lack these options so I might suggest, if you have the software, to create a PDF with either Acrobat Pro or you can use Adobe's new FormCentral which might be included in your version of Acrobat Pro if you have it. Both have options for optimizing PDFs for mobile viewing; however you might be somewhat limited with the other features you have made in the form. But at the end of the day Acrobat created forms, for the most part, can be viewed on mobile devices. I have a somewhat limited expereince with the integrated PDF viewer in BB so I am not 100% sure if all features like expanded fields in an Acroform would work.
    http://www.adobe.com/products/livecycle/mobile.html

  • Help can't open WI tax forms

    I can't seem to open the WI tax forms online - I live out of state so is essential that I can open them but they either tell me that I need to download version 9.1 or that there is an Invalid enumerated value: validationState. The fault occurred on line 147524.  I have uninstalled my adobe reader, reinstalled an older version; updated to a newer version...pretty much exhausted everything.  I was able to open Iowa tax forms online (they did have slight glitch at first but then it worked).  Here is a screenshot of what I get:
    If anyone can help me I would greatly appreciate it!
    nplano

    Try to get 9.1 here:
    ftp://ftp.adobe.com//pub/adobe/reader/win/9.x/9.1/enu/

  • Preview and Safari can't open dynamic PDF forms

    I had no issues with dynamic PDF forms under OS X 10.6.8, Safari and Preview could open them without a problem. With Lion it is no longer working, Safari and Preview can't open these files, I need to use Adobe Reader or Acrobat.
    I just don't like Reader handling PDF's in Safari and now I have no choice until someone or Apple comes with the fix.

    Either someone has installed a client side cert into Safari or the site in question has let their SSL cert expire. (not your fault).  You could try using Firefox or Chrome instead.

  • How can we change payment terms in existing billing documents

    Hi all,
    we created a billing document with reference to delivery ,before creating accounting document for that billing someone deleted payment terms which are existing in that billing , so i tried to delete billing document and recreate by changing payment terms in sales order ,but while creating billing system throwing error as "update was terminated'.
    what is the best way to process this.
    Edited by: suresh saketh on Aug 27, 2010 2:54 AM

    Hi,
    It has happened billing index is not properly updated-
    check this snote -12934 - how to correct billing index
    Thanks
    Chidambaram

  • Mac Users can't open Windows 9Pro form

    I created a dynamic form using Acrobat 9 Pro which was finally working correctly until this quarter when we had a few MAC users try to access it from our website.  After installing the most recent version of Acrobat Reader, they got a "Please wait" then the following message.
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
    At no point were they able to read the actual form.  Is there something I need to change in the permissions or compatibility.  Any help would be great, as I've invested a lot of time in the form already.

    Can you post a link to the form so we can give it a shot?
    There IS the possibility that their machine is trying to open the form in Preview or does not have PDF's associated with Reader but it's hard to say without seeing the form.
    If you cannot post a link to the form, you may want to have one of them try down.oading the PDF then opening Reader and using File>Open to open it. It could also be their browser PDF plug-in that isn't working.

  • Can't open drop down form fields on iPad

    I created a form in Adobe Pro, added several dropdowns and they don't work on the iPhone/iPad.  You can see the box with the arrow, but only allows you to type custom text, no dropdown list populates.  Below is a link to screen shot.  Thanks for any help!!!
    https://forums.adobe.com/servlet/JiveServlet/showImage/2-7157485-724135/IMG_0720.png

    For the particular form in question, it was authored (likely initially via some field recognition algorithm) with several instances of a dropdown and a text field overlayed over one another.  Because the text field is before the dropdown in field/tab order, on tap, it is processed first by the Mobile Reader.  That is why your experience when using the Mobile Reader is that of a text field.
    The Desktop Reader processes fields in reverse field/tab order (z-order), so the experience that user will see is that of a dropdown.
    I can change the Mobile Reader to process fields as the Desktop does, in reverse field/tab order (z-order) so that both products are consistent.  This doesn't help you in the short term, though.  To make your form work in the short term with the existing Mobile Reader, you could remove the overlapping text fields (they are named as 'undefined_n' where n is a number).  On a brief look, these overlapping text fields do not appear to serve a purpose (they do not appear to hold a hidden value or participate in javascript for example); they appear to be the after effect of some kind of (imperfect) automated field recognition algorithm.
    Hope this helps,
    Darrell

  • FORMS 4.5: can`t open file of forms 5.0

    with designer/2000 r2.1 (design editor) i have created .fmb
    file, good for FROM BUILDER 5.0,
    but i cannot open this .fmb file (FRM-10043) with FORMS 4.5
    (developer 2000); both on ORACLE SERVER 7.3.4.0.0
    null

    stefan ilg (guest) wrote:
    : with designer/2000 r2.1 (design editor) i have created .fmb
    : file, good for FROM BUILDER 5.0,
    : but i cannot open this .fmb file (FRM-10043) with FORMS 4.5
    : (developer 2000); both on ORACLE SERVER 7.3.4.0.0
    You are not supposed to do this. Forms 5.0 data type for char is
    varchar. If you open forms 4.5 fmp in forms 5.0 designer it
    converts all the pl/sql blocks with it's native data types.
    Forms 5.0 supports pl/sql 2.3 where as forms 4.5 is on pl/sql 1.2
    This might be obstructing you.Because forms 4.5 can't support
    pl/sql 2.3. Like forms 6.0 supports pl/sql 8.0.
    A common universal rule higher version can deal a lower
    version product, but not vice versa.
    Regards,
    Nagaraju
    null

  • Can't open tax return form ( Dutch)

    Hi,
    Perhaps difficult fo non Dutch, but we can declare taxes each year on line, by downloading a form. There is a specific form for Mac users but I cannot get it to open. It is a normal .app and I have tried everything: downloading it to several locations, saving it before opening it etc. I have a Imac 2009 with the latest SL; system configuration is more then ok. I asked another Macuser and he was able to open without any problems. I must be missing something simple here, but I do not know what. I have read and write access to the file and tried about everything I can think of. Any suggestion is very welcome!
    Thanks,
    Cilia/ NL

    Hallo,
    Je zult hierin met Safari niet in slagen, de belastingdienst is Apple onvriendelijk, volgens hun gebruikt iedereen MicroSoft.
    Kortzichtig zijn ook nog afgezien van de vele belachelijke belastingen die je in Nederland moet betalen.
    Probeer dit eens ... download *FireFox browser voor Apple* en je zult zien dat het wel lukt om je aangiften online te doen.
    Afgelopen jaar hebben ze belooft aan het probleem van Apple browsers met name Safari iets er aan te doen, omdat steeds meer Apple gebruikers zijn die het zat zijn constant virussen te hebben die voor MicroSoft geschreven zijn.
    Met vriendelijke groeten,
    Ex Nederlander woonachtig in België
    Dimaxum

  • Can't open a pdf form

    Tried to open a form in pdf but it keeps telling me to install the latest version to see it. I had already installed it so i uninstalled it and installed it again but it still wouldnt open. Pdf files are also set to open with adobe and i have no problem opeining other pdf forms.
    Any help would be great thanks?

    I have recently been updated to ES4 and upon completion of a simple edit to a ES3 version of a form - emailed PDF version of blank form document to myself.
    Mobile device iPad and iPhone  Exchange Service and Gmail clients / OWA / and PC based Gmail Web Clients all display Please Wait...  image inserted to this reply.
    Note:  Immediate work around on PC is simple - save file and open via local Windows Explorer (MAC file explorer)  view of file with Adobe Reader or Pro and form appears unchanged.
    This does however leave more mobile customers customers confused. 
    I could not in any manner get the file to display as anything but the image here on my Apple devices , even with iBooks and the Adobe Reader 11.6.0 (98775) tool.
    All other PDF files I have sent to these same clients are readable - so this must me relative the LiveCycle Designer file formating of the pdf file in XML.
    This was simple to check - New form , use blank , save - Untitled1.pdf Adobe Dynamic  XML form (*.pdf)
    If the document is save as a Static PDF form  there is no display issue....
    Please advise

  • Why user can not open Production Order form with readonly privilege?

    hi guys,
    today I got a problem when I assign the minimize privilege for a new user.
    the user only want to query status about Production Order, so I assigned the privilege with readonly on Production Order, and disabled all others.
    But when user logged on, and click on the 'Menu -> Production -> Production Order', there pops up an error message said 'To generate the document, first define the numbering series in the Administration module'.
    Do I have to find some other privileges to assign for the user account?
    thanks for your help.

    Thanks.
    But there were 10 groups look like from 'Series - Group No. 1' to 'Series - Group No. 2', How did I know which one was assigned to Production Order?

Maybe you are looking for