Can we execute the BAPI in SE37?.

Can we execute the BAPI in SE37?.

Yes Satish. We can execute BAPI's via transaction SE37.
But for explicit commit we have to execute BAPI_TRANSACTION_COMMIT
To do so:
1. SE37.
2. Menupath: Function Module -> Test -> Test Sequences
3. In the popup screen, give the BAPI Name and then BAPI_TRANSACTION_COMMIT.
These FM's will be executed in sequence.
Hope this helps.
Kind Regards
Eswar

Similar Messages

  • While Rollup is goingon Can we execute the query

    Hello All
    We have a cube and aggregates built on this cube and daily in my Process chain we have step Rollup.
    Now while Rollup is goingon Can we execute the query which is builut on the same cube? Will the cube will be locked?
    Can we excute query while load is goingon to this cube?
    Regards
    Balji

    Hi Balaji,
    You can execute a query when the roll up is going on. The new data is available to the report only when the rollup is complete, but this will not create locks.
    Hope this helps...

  • How can we execute the BDC session in error mode through se38 programme

    Dear Experts,
    How can we execute the BDC session in error mode through se38 programme....
    we can execute the session in the below 2 ways
    1) Through SM35 we can process the session manually in foreground/Error mode or Background also.
    2) through RSBDCSUB (standared Program) we can process the session in back ground.
    But i want to process the session in foreground or Error mode..Do we have any standared program for process the session in foreground or error mode.
    Please suggest.
    Regards,
    Bussa.

    Hi,
    SAP was smart enough to provide this little program: RSBDCCTU
    Sandra
    Edited by: Sandra Rossi, 15 minutes later
    Maybe the answer to your question is just to use CALL TRANSACTION ... USING ... (see the example in RSBDCCTU). You can also generate such a program using transaction SHDB

  • How can we execute the session in error mode through SE38 program

    Dear Experts,
      How can we execute the BDC session in  error mode through se38 programme....
      we can execute the session in the below 2 ways
    1) Through SM35 we can process the session manually in foreground/Error mode or Background also.
    2) through RSBDCSUB (standared Program) we can process the session in back ground.
    But i want to process the session in foreground or Error mode..Do we have any standared program for process the session in foreground or error mode.
    Please suggest.
    Regards,
    Bussa.

    Hi Bussa,
    Please maintain the mode as 'E' . If there is any errors it will stop else it will run.
    http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInput-+BDC
    http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInputFAQ#BatchInputFAQ-WhySHDBdidn%27trecordsomescreens%3F
    Regards,
    madhu.

  • Can we execute the Reporting while the data is loading into that ODS/Cube.

    Hi Friends,
          Can we execute the reports on particular ODS/InfoCube in the following cases
    1) When the data is loading into that ODS/Infocube.
    2) When we are Archiving the data from that ODS/Infocube
    Thanks & Regards,
    Shaliny. M

    Hi Shaliny,
    First of all you are in the wrong forum, in Business Intelligence Old Forum (Read Only Archive) you will find better support.
    In case you are loading data in an infocube you will be able to have report only until the request that has the icon ready for reporting filled. In case of an ODS object i don't think you will be able to have valid reporting since the ODS data firstly needs to be activated.
    Nevertheless please post your question in the above link.
    Kostas

  • How can i identifiy the BAPI Name for particular transaction.?

    Hi friends ,
    In  data upload by BAPI How can i identifiy the BAPI Name for particular transaction.?
    For example ME21 How can i identifiy the BAPI Name?
    arun

    hi,
    check the link:
    ME21 tcode for Purchase Order creation so u can make use of BAPI f4 help i.e. ex-BAPIpo
    for list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm

  • Unable to Open the BAPI in SE37 Transaction

    Hi Friends,
    I have entered the bapi  BAPI_QUOTATION_CREATEFROMDATA2 in SE37 transaction and clicked on DISPLAY button.
    but I am not able to see the code (or) importing/exporting parameters of the BAPI,because I wanted to check what are mandatory parameters,but I am getting the Message as 'PROCCESSING CANCELLED'.
    Please help me in finding the issue?
    Regards,
    Xavier.P

    Hi Gemini,
    In se37 transaction in the input field, i have entered the 'BAPI_QUOTATION_CREATEFROMDATA2' and clicked on the button ' DISPLAY',but in the status bar i am getting the messsage as 'PROCESSING CANCELLED'.
    I think in some transaction something has to be done,so that this can be viewd in SE£7 tcode.
    Regards,
    Xavier.P

  • Objects_objref_not_assigned  - error ( while executing the bapi) - urgent

    Hi,
    i designed a bapi  which is internally calling a transaction (i.e. TRIP ), and returning the status.
    when i call this in back end(abap) side it is giving the desired results correctly.  but when i call the bapi from the front end side , i am getting the error : objects_objref_not_assigned.
    what could be the reasons.
    for your information : we have provided the correct user name and password to execute this tcode.
    regards
    giri

    hi,
    thx for your response, but in the front end side they are calling the rfc using the JCO connection.
    for  your information other bapi's are all working the way which we call.
    regards
    giri
    since it's very urgent if you give your phone no or email .id , it would be helpful.
    thx

  • How can I execute the hyperlink action method when I click on the hyperlink

    Hi,
    I have created a hyperlink (hpPopupXML).
    1. I set the Target property to New Window.
    2. I set the URL to displayXML.jsp
    I ran the application and I click on the hyperLink to execute the hpPopupXML_action() method and it does not.
    Is there a way to force execution the hpPopupXML_action() when I click on my hyperLink (hpPopupXML);
    Please let me know.
    Thanks.

    The following excerpt is from http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/about_components.html#action
    Simple Page Navigation
    If you want the user to click a component to move to a specific page, and you do not want the browser to submit any user input, you can use the Hyperlink, Image Hyperlink, Tab, or Tree Node component and type the path to the destination page in the component's url property, such as /faces/Page1.jsp.
    Dynamic Page Navigation
    The Page Navigation editor enables you to specify navigation rules that map user actions and decision logic outcome to destination pages. You specify the mapping by dragging a named connector from the link or action component to the destination page. You must also create an action handler for the component that returns the outcome, which is a String value equal to the connector's name. You can use the component's action property to create the action handler.
    When a page visitor clicks the component, the browser submits the input, if any, and the action handler returns an outcome. The server looks up the outcome in the navigation rule mapping to determine what page to respond with. If there is no navigation rule for that outcome, the server redisplays the current page. You can write the action handler to return different outcomes based on business logic.
    NOTE: When you set both the url and the action property, the action handler takes precedence.
    IT LOOKS LIKE IN YOUR CASE THE URL PROPERTY IS TAKING PRECEDENCE OVER THE ACTION PROPERTY. IS THAT TRUE?

  • Can I execute the received messages having errors when executed again?

    Hi SDN,
    I am new to XI, and now have a exercise to let R/3 send a IDOC into XI, and then XI saves it to a file.
    Now I can get the message using tcode IDX5 in XI, but having some errors. After do some modifications I want to execute the received messages again, Can I do?
    Thanks for your help ahead.
    Bruce

    Hi,
    You can manually restart the message in XI , by Selecting the message in SXMB_MONI and then clicking on the button Restart.
    If you want to do this automatically, refer this blog,
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Regards
    Bhavesh
    Message was edited by:
            Bhavesh Kantilal

  • Using FDM can we execute the .bat file

    Hi,
    I am trying to automate the load process, ie I want to load data through FDM into essbase and once the data is loaded I want to run a bat file through which in the essbase the agg scripts will run.
    So Can I write it in the Aftload a script to call the .bat file which has the agg scripts in it.
    Is it possible to do?
    Can anyone help me giving idea to me on this?
    Thanks,

    If i may, i would like some help on this subject.
    i tried both methods and they both work from the WB. but as soon as i tried to use them on the web, nothing happens. i tried to write that in an event or as a stand alone task in task flow but no results
    API.DataWindow.Utilities.mShellAndWait CStr("C:\Hyperion\products\FinancialDataQuality\SharedComponents\export.bat"), 0
    this bat file works as a cmd, a bat in win explorer or in the WB, but i can not seem to find a way to include it in a script that i can use from the web. i tried batch, Importaction,...any suggestion?

  • Can a execute the job in parallel.?

    Please find below my DBMS_SHEDULER job:
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB
    (job_name => 'job1',
    job_type => 'PLSQL_BLOCK',
    job_action => 'BEGIN pk_dt_auto.pr_fire_process(''764''); END;'
    start_date => SYSDATE,
    repeat_interval =>'FREQ = Minutely; INTERVAL = 'SYSDATE+ 30/86400'
    END;
    Can i run the job twice in parallel?..

    Hi,
    For dbms_scheduler (and dbms_job) once a job is running it will NOT be started again until after it has finished. The scheduler ensures that only one instance of a job is running at a given time.
    There is a way around this however. In your job, instead of doing the manipulations, create a simple one-time job with a unique name (dbms_scheduler.generate_job_name) that does the manipulations. Since creating a job is fairly quick the main job will finish quickly and be rescheduled for after the interval but the one-time job will continue doing the work in the background .
    Hope this helps,
    Ravi.

  • Ideapad U160: Can´t execute the Bios Win64V14.exe

    Hello,
    when I start the Win64V14.exe (Last modified date 2011-10-26)
    at my Win7Pro 64-bit System I only get the following error-massage:
              Driver(WDM) Init Fail!(0x130)
    http://www.myimg.de/?img=ScreenshotErrorDialog0bd79.jpg
    I also tried to execute the Bios-file in secure mode.... with no success.
    Would be thankful when someone could answer with any hints

    Yeh, you're right, the version is the same. The date is newer.  
    It won't let us install it if the version is the same, but it still should get past the installer which right now doesn't happen. I just tried it again, same thing.
    Dave
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How can I execute the test case written excel sheet

    Hello
    I have written the test cases  in excel sheet. Please tell any one how to execute test case from labview.please send some sample vi

    I'm sorry, but you've provided zero information on what you have. All you've said is that you have an Excel "sheet" with test cases, and that it's written in VBA. What does that even mean? What's written in VBA? Are you trying to call the VBA code? Are you trying to rewrite the VBA code in LabVIEW? Unless you provide a better explanation of what you have and what you are trying to do, we can just keep playing a guessing game.

  • Can we execute the SQL query mannually

    hi,
    an error occurs when the drill down from higher to lower level as
    " Odbc driver returned an error (SQLExecDirectW).
    + Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27005] Unresolved column: "CA". (HY000)"
    how can we solve this problem...not only for this one report iam getting to number of reports.
    plz plz help to solve this problem.
    Thanks in advance.

    Increase the log level for the user you're using to do the tests to at least 2 (Admin Tool -> Manage -> Security -> User -> Logging Level).
    The run the report in question. Either check the logs through the web interface (Settings -> Administration -> Manage Sessions -> View Log) or just go to the server and check the NQQuery.log.
    Cheers,
    Christi@n

Maybe you are looking for

  • Minimum & maximum price paid for material

    hi gurus Can u tell me how to see max.& minimum purchase price paid for material with respect to vendor. Reg ROC

  • What a basis person can do for MSS and ESS on NW04s (EP7)?

    Is it to add the business packages only. Please advise. Thanks!

  • HOWTO: Use Adobe Edge Animate CC Templates

    Hi Everyone, Darrell Heath made an awesome tutorial about how to use Templates to your advantage Check it out: http://www.edgehero.com/tutorials/leverage-adobe-edge-animate-cc-templates - Rob

  • Scorm complaince in flash?

    Dear all,     I am looking to integrate the scorm complaince in my flash e-Learning template, and I have some examples, using those I did some part of integration, like book mark, and I have one quiz also if the user attempt the quiz the score will d

  • Final Cut Pro videos to Youtube

    does anyone know how to correctly upload videos to youtube from final cut. I export the using quicktime conversion, but when i try to upload it to youtube, it doesnt work. there was one tutorial that said i had to download 'FFmpegx', i tried that and