Help on ste transaction with workbench

Hi all!
When i make a migration by sql server2000 to oracle9i the Workbench said "Manual conversion required" .
Can somebody help me?
In sql is:
CREATE PROCEDURE DeleteTrasferimento
( @piOfferta Numeric(18,0),
@piCliente Numeric(6,0),
@piProdotto Varchar(15))
AS
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
Update
TrasferimentoProdotti WITH (ROWLOCK)
Set
Passare =2
WHERE Errore > 0
AND @piOfferta = CodiceOfferta AND @piCliente = CodiceCliente
AND CodiceProdotto = @piProdotto AND Passare = 0
What's in oracle?
Thanks a lot,
Marie

Hi all!
When i make a migration by sql server2000 to oracle9i the Workbench said "Manual conversion required" .
Can somebody help me?
In sql is:
CREATE PROCEDURE DeleteTrasferimento
( @piOfferta Numeric(18,0),
@piCliente Numeric(6,0),
@piProdotto Varchar(15))
AS
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
Update
TrasferimentoProdotti WITH (ROWLOCK)
Set
Passare =2
WHERE Errore > 0
AND @piOfferta = CodiceOfferta AND @piCliente = CodiceCliente
AND CodiceProdotto = @piProdotto AND Passare = 0
What's in oracle?
Thanks a lot,
Marie

Similar Messages

  • Help! Report Transaction with Variant ??

    Hi there,
    another opportunity to increase your points.
    Problem :
    I have created a variant for the transaction mb51 (report). And now I wanted to create a 'Report Transaction' .. but I am not able to find my variant in the F4 help. Moreover if I personally type in the variant I get a message which says 'No <u>system variant</u> chosen for nonlocal object'...
    I have no clue where my variant is gone and what the System variant means... please help..
    regards,
    ZAM
    Message was edited by: ZAMUser

    Problem Solved .. I saved my variant with cus& prefix and got over ..
    regards,
    ZAM

  • Create transaction with variant not working

    Hello!
    Here's my issue -- I have a program that, right now, is more of a shell than anything else.  It is to access the HR Logical Database PNPCE, and to help filter the data I pull back, I created a Selection View with a couple of additional fields.  I put the necessary values in these fields and saved it as a Variant.
    All I want to do is create a transaction to run my program and start it using my Variant to fill in these additional fields.  Using SE93, I can create a plain transaction with no problem.  However, if I click the "Start with variant" drop-down field, I get a response that says screen 1000 (my default Selection Screen) has no variants.
    At first we thought there was some client-side things needing configuration, but if I go create a quick-and-dirty program with a single Selection Screen value (no Selection View) and a Variant, SE93 sees the variant with no problems.  So I'm wondering if maybe it has something to do with the fact that I'm using a Selection View.  Unfortunately, I'm so new to ABAP, I'm completely stuck on how to proceed.
    Any suggestions?  Thank you so much!

    Saquib, thank you SO much!  You're right -- that worked.
    As a relative newbie to SAP R/3 and ABAP, I'm new to little quirks like this.  In other examples, the list (F4) does show the variants.  For some reason, this one didn't.  I entered it anyway, saved, and ran the transaction, and it popped up with the fields populated from the variant.
    Again, kudos and thank you so much.  Points duly awarded.

  • No authorization for this transaction with movement type 601

    Dear All,
    This is chandra i am getting this error in delivery level " No authorization for this transaction with movement type 601. If give the authorization for SAP ALL its working fine. If give the authorization for SAP SD T.Codes i am getting this error. Plz help me.
    Thanks and regards
    Chandra

    Dear Chandra,
    Check with -
    T. Code: OMJJ
    Select Movement Type: 601 and Double-Click: "Allowed Transaction" (From Left-hand side) .
    Check whether the Transaction is allowed for Movement Type 601 or not
    Note: if Transaction is not listed (i.e. not allowed) and you wanna allow this Transaction with Movement type 601, then -
    Up-there, Tab: New Entry. Click on it.
    Maintain entry as:
    MovTy: 601
    TCode: As reqd.
    and Save.
    Best Regards,
    Amit

  • ME57 transaction with ALV scope of list

    hi all!
    i want to run ME57 transaction with ALV scope of list, but i'm facing a problem because if the list of requirements are bigger than 50 recors, the system says that  'Max. 50 requirements can be processed simultaneously' and I can not assign source of supply to all my list. I guess this will be customizable, because if I run it with A scope of list, there's no limit of processing.
    how can I change that value in order to be able to process all the requirements of my list in ALV view?
    thanks in advance.
    Fabian

    Hello Fabian ,
    This limit is maintained in class CL_REQUISITION_AGGREGATE_MM
    attribute N_EDIT_MAXIMUM initial value 50.
    If you want , this value can be changed using transaction code SE24. However , please take note that this change is considered a modificationto the SAP standard system and will no longer be supported.
    I hope this information has been helpful.
    Best Regards,
    Frank

  • How to execute a transaction with a different user from the logged user?

    Hello Experts!
    I'm trying to find out a solution about this scenario: our users need to release a Purchase Order (ME28) and/or a Service Entry Sheet (ML85) in SAP from a WEB based application through TIBCO, but the requirement is to execute this operation with the same SAP User name of the user (with his authorization) and not with the TIBCO user that is logged to SAP.
    Is there someone that could suggest me a real time solution and how to develop it? I really appreciate your contribute and I'm at your disposal for any further information.
    Thank you very much!
    Alessandro

    Hi Rob!
    Thank you for your help, but I can't apply this solution, because we need to execute the transaction with a specific user name and not a generic user, besides our user have different authorization, for example the user Mr. Rossi can release only his Purchase Order but not the PO of another user Mr. Bianchi. Moreover we need to see the PO released/modified from a specif user name. So this is our constraint.
    Bye Ale.

  • Get error from SQL AGENT: The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D024

    I am running SQL Agent that executes an SSIS process from sql server1. The SSIS process executes its SQL/tables/sp’s  against another sql server2.
    I get an error after adding data flow tasks with transaction supported within a sequence with transaction required. The error, “The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D024 "The transaction
    manager has disabled its support for remote/network transactions"
    Prior to adding this sequence everything was working from sql agent, and there were other sequences with oledb destinations.
    Everything works when running within SSIS Package.
    I see this article on similar issue,
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0bfa2569-8849-4884-8f68-8edf98a9b4fe/problem-to-execute-a-package-and-tasks-with-a-certain-transactionoption-property-i-need-help?forum=sqlintegrationservices
    “I had similar issue and solved by setting the following on both the machines. Allow Remote Clients, Allow Remote Administration,
    Allow Inbound Clients, Allow Outbound Clients, and TIP are enabled in Component Services/My Computer/Properties/MSDTC/Security Configuration.”
    I don’t want to remove transaction required for the “Remove Duplicates from Staging” sequence.
    Anyone seen this?
    Greg Hanson

    DTC was running on remote computer. The problem was it was no longer accepting transactions from remote servers. This was in SSIS so I had to turn to "Transaction Supported" for all Data Flow Transactions.
    Greg Hanson

  • Issue calling program from transaction with selection criteria

    Hi Guys,
        I ve a issue regarding calling a program from transaction.
    There is a standard transaction calling a program  using selection criteria no (say for eq 10 fields, just look at the eg below)
    Submit  <table-proname> and return using selection-set <table-varia>
    With rbukrs  = i_bkorm-burks    “Comp Code
    with  Revent = i_bkorm-event  “ event
    with rbelnr  = ibkorm-belnr     “Doc no
    with rgjahr = ibkorm-gjahr   “fiscal year
    with ruzeit = ibkorm-ruzeit  “time
    with rusnam = ibkorm-rusnam “user name
    And so on
    Now, In my program selection screen  i  ve only three fields, (not all mentioned above)
    Parameter:
    Rbukrs  type bukrs, “comp code
    Rbelnr type belnr, “doc no
    Rghar type gjahr.  “fiscal year
    Now, i configure this transaction with this program i can able to run this program  from transaction.
    Is every thing go right, Pls give your sugg
    Points & help awarded.
    Thanks in advance.

    Hi,
    you can call the program using 3 selection screen fields even though it is having 10 fileds, but before calling make sure that there is no mandatory fields (in rest of the 7 fields), then it will runs you report.
    reward if needful.
    Thanks,
    Sreeram.

  • Transaction With RFC JCO

    Hi guys,
    I call a rfc who call a bapi function.
    But, if I get a error message from sap I need to do the rollback in sap and in my application.
    In my application no problems, but, how can I do rollback at SAP?
    Can I work with transactions???

    Hi edney,
    You can do this by using the <b>BAPI_TRANSACTION_COMMIT</b> and <b>BAPI_TRANSACTION_ROLLBACK</b> BAPIs. They are used for handling transactions on BAPI calls. They are listed under the BAPIService node in the BAPI explorer. Refer to the following tutorial for  handling transactions with BAPIs in webdynpro, though you might not be using webdynpro, but it will help you understand the whole thing.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/20b6e990-0201-0010-5095-f3a465de5f30">Handling Transactions with BAPIs in Web Dynpro</a>
    Best regards,
    Guru.

  • Posted a transaction with FBS1 and FB01 of document type AC.

    Hi Guru's
    It's urgent
    I posted a transaction with FBS1 and FB01 of document type AC. What could be the difference between these two transactions.
    Regards
    Odaiah Pelley

    Hi
    What's the description of the Doc Type AC
    as for info:
    FB01 is a normal GL invoice entry for a cost that is incurred as per the posting date specified at the time of entering the invoice
    FBS1 - is used for Accrual postings which in acctg terms would be a cost incurred for a long term contract which will be distributed periodically
    hope this helps..
    Rukshana

  • Transaction with the server failed error 405

    HI,
    Thanks in advance.
    We are working on the MDM service provided by apple using the iPCU and have configured the server with valid certificate. But still we notice some other error. Please help us to resolve this.
    Error:
    (Error) MDM: Cannot Authenticate. Error: NSError:
    Desc   : A transaction with the server at failed with the status 405.
    US Desc: A transaction with the server at has failed with the status 405.
    Domain : MCHTTPTransactionErrorDomainCode   : 23001
    Type   : MCFatalErrorParams : ("https://xxxxx.xxx.com/Checkin.aspx",    405)
    (Error) MC: Cannot install MDM com.xxx.mdm.mdm3. Error: NSError:
    Desc   : The payload com.xxx.mdm.mdm3 could not be installed.
    Sugg   : A transaction with the server at https://xxxx.xxx.com/Checkin.aspx has failed with the status 405.
    US Desc: The payload com.xxx.mdm.mdm3 could not be installed.
    US Sugg: A transaction with the server at https://xxxx.xxx.com/Checkin.aspx has failed with the status 405.
    Domain : MCInstallationErrorDomainCode   : 4001
    Type   : MCFatalErrorParams : (    "com.xxx.mdm.mdm3")...Underlying error:NSError:
    Desc   : A transaction with the server at https://xxxxx.xxx.com/Checkin.aspx has failed with the status 405.
    US Desc: A transaction with the server at https://xxxxx.xxx.com/Checkin.aspx has failed with the status 405.
    Domain : MCHTTPTransactionErrorDomainCode   : 23001
    Type   : MCFatalErrorParams : (    "https://xxxxx.xxx.com/Checkin.aspx",    405)

    But in 2005 B I did the same without using license file.
    Moreover, I can access the other machine's(Server) Companies from different SAP B1 server by using change Server on Choose Company Screen.
    But If I install the client on a system, I am not able to access the companies.
    Is it mandatory to have License to install the Client of a server?
    Is it new guideline in 2007 or was it already exist in previous versions.

  • Dont save a transaction with Error

    Hi,
    I am working on CRM 5.0. I have a scenario where If lead is created and few entries are not made still I can save the transaction with errors.I hope this is a standard feature of CRM 5.0. Now my client want the transaction not to be saved in case any error is coming. I tried controlling thru Incompleteness but there also after error , the transaction is getting saved.
    Request immediate help on the matter. Helpfull answers will be rewarded.
    Thanks,
    Ambrish

    Hi Ravi,
    I also tried to find out some BADI that triggers on saving the lead but couldnt get the same. there is one BADI that gets trigger on Incompletion i.e PROC_DETERMINE but this is not useful in the same.
    Can you suggest me some place where I could figure out the relevant BADI for lead saving.
    Thanks ,
    Ambrish

  • I get 'Failed to enlist global transaction with DTC'

    Hi..
    has anybody seen the message '[ODBC][Oracle]Failed to enlist global transaction with DTC' when using Oracle Service for MTS?
    Server : Oracle 8.1.7.4 on Solaris 2.8
    Client : - 8.1.7.4 Windows 2000 SP4
    - ODBC : Oracle ODBC Driver 8.1.7.10
    Application : COM+ with new transaction
    i get the message sometimes, but not always, when conneting to oracle via odbc
    any comments would be appreciated, thanks.

    We used to get the same error with VB-6, MTS and Oracle 8.1.6. Although our environment was Win NT, our solution may work for you. (We got this solution via Metalink from a programmer in England.)
    1) We stopped using Oracle Services for MTS and switched to Oracle's XA functionality. To activate XA functionality, please search the Microsoft web-site. (I don't have the specific URL at hand.)
    2) You can use either the Microsoft ODBC driver or Oracle's, or OLEDB, depending on what your COM+ components are doing. Because 2 of our Packages returned REF_CURSORs to COM+, we had to use OLEDB. The Microsoft web site has information about this.
    3) This solution stopped the "unable to enlist" errors and seemed to run faster than using Oracle Services for MTS.
    Hope this helps,
    CCV

  • Iview Transaction with Windows GUI send "waiting for response"

    Hi all,
    I Have EP 7.0 with SP21
    I create a sap system to connect to R/3.
    Create a transaction iview.
    Whenever I preview the iview the SAP gui opens. But it gets hang with message "Waiting for response".
    I am using windows gui for transaction iview.
    I am able to log in to the SAP independently for machine. Also user mapping is also fine.
    When I am using HTML gui for transaction iview, it works perfect.
    Can you please support me on the same ?
    Regards,

    Hi,
    You need to install SAP GUI software in every clinet machine, if any one trying to access the Tranction ivew with SAP GUI option, if it HTML option it is not required
    Pls go thr below link it will help you
    SAP transaction iview.....Issue
    Thanks,
    Sreeni.

  • Intercompany transactions with more than two company codes

    Hi fellow members,
    We have a requirement for intercompany transactions with more than 2 company codes. The sales order is booked in company code A and goods are despatched from plant that belongs to company code B. However, we need the inter-company invoice to be posted between company code B and an intermediary company code C. The second inter-company invoice is to be posted between company code C and company code A.
    There could be more than one intermediary involved based on the company code in which the sales order is booked and the company code of the delivering plant. Would appreciate inputs from the forum of how this could be achieved in ECC.
    Appreciate your help
    Regards
    Rohit Zalani

    Hi Rohit,
    Two scenario require as per your requirement.
    Inter company Sale between A TO B .
    Cross Company stock transfer between B  to C.
    Sunil

Maybe you are looking for

  • Write-up depreciation of investment measure

    Hi, I have asset with investment measure. Is it possible to write-up the depreciation for last closed fiscal year ? How can i customize my system? The goal is to reduce the depreciation. Thank for your help.

  • 3g dongle doesn't work

    Since updating, my Virgin Media 3g USB dongle doesnt work with its supplied app.  The dongle appears to mount in that the onboard SD card mounts as well as internal memory which is formatted to be a CD image and launch an app installer if reqd.  The

  • Video DVI splitter

    Hi, I was wondering if Mac has a video DVI splitter. I have DVI to Video Adapter for My Mac Mini, in a perfect world I would like to switch from my monitor to my TV with out having to disconnect any wires.

  • HT204266 I am unable to download an app to my iPad.  There is no button on the app to press to download.

    I am unable to download an app to my iPad.  There is no button on the app to press to download.

  • Messages keeps crashing.

    Hello, My friend and I both have iPhone 4S. We have noticed a few times that the Messages app keeps crashing. For example, last night, we tried to exchange photos using the shortcut in Messages. The phone returned itself to the Home Screen but the me