Transaction control without using dml automatic processing

hello everyone
question:
How can you make a statement like
update mytable set <whatever> where id = <primary key>
a transaction (committing it to database and rolling back if any part of the statement fails)
The tabular form is able to detect lost updates.
How would i be able to implement the same functionality in code (e.g. for updating a primary key without using a view)

Hi,
the first step of the job should contain program SAPF120 and second step should be program RSBDCSUB.
Thanks for sharing your solution if you have another solution.

Similar Messages

  • ABAP WD, Multiple Row selection in table control without using Crtl key

    Hi all,
    I am displaying the records using the table control, i have to select the multiple records in the list <b>without using Crtl key</b>.
    How do i solve this?
    Thanks

    Hi,
    you should set the table parameter selectionMode to multi or multinolead
    than you can select multiple records,
    these you can retrieve: lt_selected_elements = node->get_selected_elements( ).
    also see this <a href="https://forums.sdn.sap.com/click.jspa?searchID=4209200&messageID=3544158">thread</a> for info
    grtz,
    Koen

  • How to detect the key enter with a numerical control without using loop event?

    I want to accept a numerical value only when the key enter is pressed, but without using the event. How to detect the char "enter" with a numerical control?
    Thanks!

    When the user edits a numeric control with a keyboard, its property "key focus" is true. When the user hits enter, key focus becomes false. Poll the property to latch the control valuse at the true-false transition. That won't work if the user modify the control using up and down arrows.
    LabVIEW, C'est LabVIEW

  • How to run my vi from a front panel control without using even structure in the vi

    Hello, I would like to run my vi from a front pannel control instead of the tool bar RUN botton. I am using LV6.1 without the even structure feature, so I can't do as proposed by a previous posting by setting the vi to run at open in a "do nothing state" then taking the front panel control event and switching the vi into another ("running") state. I wonder is there some other type of solutions to this problem. Your help is greatly appreciated.
    Bryan

    Hi Dennis, thank you for the reply. I tried with the attached vi. It can only run once (also not in the correct state I want), as the control i placed on the front pannel will stop the VI. I want to have the vi do nothing when it is opened and start counting when the start botton is pressed. Then i want it stop counting when the botton is pressed again...and so on... I must need a different structure to get it work, or did I miss something simple? Thanks again.
    Attachments:
    StartVI.vi ‏16 KB

  • Essbase Studio - Import Catalog using an automatic process

    Hello,
    I'd like to make the process of importing Essbase Studio catalog more automatic in the customer environment. Instead of having to open Essbase Studio application every time I want to deploy a new version of the catalog ( either full or partial ), is there any way to export/import the catalog using a unix shell script or DOS command ?
    Thanks in advance
    Victor

    I think the options will be quite limited for automating migrations until 11.1.2.3 where LCM supports Studio.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • System status - transaction control

    Hello ,
    I have a following doubt ,
    Are we allowed to checnge system status business transaction control ? using transaction BS22?
    Or it can cause problems in the system?
    Thank you
    Rika

    Hello Rika,
    the system status is the "stronger" one.
    Using transaction bs32 you can display the business transactions for the status maintanance. Position to one of them like "FINI" and display the where used list(F6). You will get a view where the corelation between system status and status process is displayed.
    For FINI I can see that the system status I1005 CMPD Completed is set.
    Now go to the bs22 transaction and search for the I1005 system status. Do also a where used list(F6) and you will get all the processes that delete this system status. You will see that the process QUOT is allowing this.
    So now it comes up to the status profile. You have mentioned that you have the FINI process. Check if the rejection user status is allowed after FINI by checking the lower highest columns in the status profile.
    I hope this will clearify your doubts.
    Best regards,
    Erika

  • Business Transaction Control is not Working for Equipment Status.

    Hi All,
    I have created a Status Profile for Equipment / Functional Location & assigned 5 Status under this Profile i.e. NEW, COM (Commissioning), INS(Inservice), CAM (Care & Maintenance) & DCM (De Commissioned). For Status DCM i have assigned Transaction control FORBIDDEN for "Enter PM processing data , Enter PM planing data & Create Meas. Doc."activities.
    It Means, whenever user creates Plant Maintenance Order OR Notification, Maintenance Plan OR Maintenance Item & Measurement Document for any Equipment / FL having this user status (DCM), system should not allow creation of above mentioned object.
    In my scenario, system is giving an standard error message " The business transaction cannot be carried out" during creation of "Plant Maintenance Order OR Notification, Maintenance Plan OR Maintenance Item".
    But i am able to create measurement document for equipment / FL having user status DCM with Transaction control Forbidden of Measurement document creation. No error message displayed by the system.
    Can anybody tell me why its happening? Why system is giving error during order & plan creation but not for Creation of measurement document ?
    If this is not posible in standard SAP, does any body knows about any OSS note so that we can implement the same to get an error message.
    Thanks in advance
    Arun

    Please ensure whether both projects have the same budget profile. Other than that you need to carefully investigate how the cost was posted onto both projects in the first place. Please note in case of procurements, budget is only checked at the commitments level (search the forum as this has been discussed before).
    In case this does not resolve your issue, revert back with the budget profile settings.
    Regards,
    Ammar

  • How to Start process in ProcessChain Without using Repeat option?

    How to Start process in ProcessChain Without using Repeat option?

    Se16 -- table:RSPCPROCESSLOG - click on display entries.
    Entet the variant, instance start date (this info you can get from the "display message" of PC.
    Now execute to display the table entries of RSPCPROCESSLOG.
    Next goto SE37 transaction --enter RSPC_PROCESS_FINISH
    Take the entries from the above table to set the input parameters of the FM.
    I_logid = log_id(from above table)
    I_type = type(from above table)
    i_variant = varaint (from above table)
    i_instance = (from above table)
    Click on F8(EXECUTE)
    now the actual process is set to gree and the process chain will be triggered (rest of the PC with out repeating the step from where is was red).

  • Automate Process Control to update Review Levels

    Using 11.1.2.2.301
    Is there a process that can automatically start and promote new members to a specific review level, or the review level that its siblings are currently set to?
    Back ground:  At the beginning of each period we manually promote all entities to Review Level 1 which allows our data load automation and consolidation to work as expected.  As we work toward closing the period new members are added to the metadata.  Since these are not at the same review level our automation errors out.  We need everything to be at the same level so the next group can promote on up to following review levels.   We are currently using the filters in the Data Process Control section, but it is very manual and time consuming.  Can automation be created to search through all the affected periods to find any member that is not at Review Level 1 and promote it to that level?   If not automation is there a better way to accomplish this?
    Thanks
    Andie

    Hi Andie
    I know you can use Taskflows to automate Process Control actions so may be worth looking into that, but I have not used that option before so can't comment on how effective it is. Hopefully someone who reads this has a more elegant method of doing it!
    In terms of finding which members aren't at RL1, it is pretty easy to knock up a report in FR or Smart View which can pull all entities at certain review levels, and you could use conditional formatting/supression options to filter out the ones which need promoting. You could run one of these prior to your loads just to make sure that everything is at the right review level and quickly pick up anything which isn't..
    Thanks
    JR

  • Process to consume a WSDL file in ABAP without using XI

    Hi all,
    I want to know if we can consume a WSDL file in ABAP without using XI?
    I have developed a lot of web services and gave WSDL file to respective teams.
    Now i need to consume a WSDL file in ABAP and i dont know how to do it.For creating a web service i use the web service wizard in SE37.
    Now i need to consume a WSDL file in ABAP . The WSDL file is from a third party organization. how can i consume a WSDL file in ABAP without using XI. What is the process to consume a WSDL file in ABAP without using XI
    Please help me with process and some sample code to consume a WSDL file in ABAP without using XI
    Regards,
    Jessica Sam.

    Depending on your release the process is a little bit different. 
    For NW 2004, see these instructions.
    http://help.sap.com/saphelp_NW04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm
    For NW 7.0 see these instructions, in NW 7.0, you will, use the SOAMANAGER transaction  to configure logical ports and other stuff, this replaces transaction WSADMIN and LPCONFIG.
    http://help.sap.com/saphelp_nw70/helpdata/EN/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm
    Regards,
    Rich Heilman

  • Does anyone know how the cutout filter works and is there a way of achieving the same effect without using filters to get more control over final look?

    does anyone know how the cutout filter works and is there a way of achieving the same effect without using filters to get more control over final look?

    Several ways to get similar results.  Image > Adjustments > Posturize with low values similar to what you'd use n Cutout.  This is the most flexible way I can think of as you keep the image in RGB mode with layers intact.  A more radical approach would be to reduce bit depth using Indexed Colour.  You'll need to experiment with settings, try changing Forced to Primaries, and Matte to Foreground Color.  There's no going back from this route, although you can change the mode back to RGB to re-enable layers, adjustment layers etc.
    A nice thing about the Filter gallery filters is that you can change the layer to a Smart object with all the control that gives you.
    Now if only this forum could filter out bizarre content.

  • How to execute a .exe file in java(Jsp) without using a process ???

    Hi All ,
    How to execute a .exe file in Jsp without using a process ??? ...
    Is it Possiable ????

    itsdhanasaraa wrote:
    But as this a web application ... By using Runtime i'm getting some probs ..
    Let me guess, you want your web application to run a program on the client and to your surprise that's not working?
    Ain't gonna happen.
    its taking more time to execute .... that's y is there any other option to execute .exe file other than Runtime.getRuntime().exec("filename");Write proper English and you may be taken more seriously.
    1) it's not "taking more time to execute", whatever that's supposed to mean.
    2) there's no other way to execute something. Not that you should every use even that way anyway
    3) whenever you start thinking of executing external programs from Java, start thinking of not using Java in the first place.

  • Use HCM processes and Forms without using the Enterprise Portal

    is it possible to leverage existing HR Admin Services (HCM processes and Forms) functionality without using the Enterprise Portal?
    1) Create an Adobe form and Interface using SFP
    2) Set up ISR and Form Scenario
    3) Set up Forms configuration to use existing Backend and generic Services
    4) Set up workflow to updated Backend using Services
    is it possible to do the above steps and not use the Portal? If Yes, how do we present the forms to the Manager, and provide different buttons that appears on the Portal by default?
    Any ideas will be greatly appreciated.
    Thanks,
    Saurabh

    Hi Saurabh,
    your assumptions and findings (items can not be started from the backend workflow inbox etc.) are correct: These processes can not be started without the Portal and it is not intended to do this.
    The above mentioned backend report are only forseen for implementation and testing purposes and not for productive use.
    In addition to the fact, that you already can't execute the work items a lot of other features of the framework (Process Browser etc.) are only available through the Portal.
    Best Regards
    Michael Bonrat - Solution Manager HCM Processes and Forms
    Info about HCM Processes and Forms:
    www.service.sap.com/erp: 
    - SAP ERP Human Capital Management -> Workforce Process Management -> HCM Processes and Forms

  • RPM - How to re-process prices without using the front end.

    Hi all,
    There is a way of re-processing prices without using the front end? For instance, using the front end, a new clearance is created state in rpm_clearance ‘pricechange.State.conflictCheckforApproved’ and changed for ‘pricechange.State.worksheet’ after the conflict check.
    Now, I want to re-process the same clearance without using the front end. I’ve tried to change again the STATE to ‘pricechange.State.conflictCheckforApproved’ but no success. Any suggestions?
    Thanks in advance.
    Regards

    Can you please attach your VI?
    Prashanth N
    National Instruments

  • Recruitment in Process in Core HR, SSHR without using iRec

    Hi,
    I wanted to know till what extent Recruitment process can be incorporated in Oracle using Core HR and SSHR only , i.e without using iRec. I know iRec will significantly simplify the process , but our client does not have iRec and wants to include as much part of recruitment in Oracle.
    Kindly share your view regarding this, thanks in advance.
    Regards,
    Razz

    Hi,
    Using Core HR of Requirement you can achieve the following functionality.
    1) You Can create vacancy.
    2) You can create Candidate
    3) You can create applicant.
    4) You can conduct interview for the applicant.
    5) You can hire the applicant from core HR or SSHR.
    In-short you can still achieve all the i-Rec basic functionality.
    Thanks
    Asif

Maybe you are looking for