Invoke a ABAP transaction in a report.

Hi,
How can I invoke another ABAP transaction from a report/module pool program?
Can I pass values to the fields?
Regards,
Arvindh.

hi,
if you want to call tcode through your report or modulepool program
use <b>call transaction</b> press f1 to see some more help on it.
if you want to call another report program or any other report in through your program
use <b> submit</b> key world.
SUBMIT rep.
other fields you can add are
LINE-SIZE col
LINE-COUNT lin
TO SAP-SPOOL
VIA SELECTION-SCREEN
AND RETURN
EXPORTING LIST TO MEMORY
USER user VIA JOB job NUMBER n
Various additions for parameter transfer to rep
USING SELECTION-SETS OF PROGRAM prog
don't forget to reward points if it helps.

Similar Messages

  • Error while invoking the ABAP Proxy via SOAP Adapter

    Hi,
    My scenario involves SOAP Client invoking a webservice hosted in PI which in turn invokes the ABAP Proxy asyncronously.
    SOAP Client -> PI -> ECC (ABAP Proxy) . This works fine.
    Next , I have exposed the ECC Service Interface as webservice using SOA Manager transaction. Now, once the service is created using SOAManager, i replaced the XI Adapter with SOAP Adapter and provided the target URL as the URL provided by the SOAManager.
    SOAP Client -> PI -> ECC (ABAP Proxy via SOAP Adapter)
    With this approach, i am encountering the below error message
    2009-05-29 12:17:55 Error Adapter Framework caught exception: null
    2009-05-29 12:17:55 Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException.
    Any ideas on the above errror message? Any pointers or inputs will be appreciated.
    Thanks,
    Vinayak Kamath

    > 2009-05-29 12:17:55 Error Adapter Framework caught exception: null
    > 2009-05-29 12:17:55 Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException.
    This is a generic error message which does not have any information about the error which has occurred.
    Do you see any error messages in the SOAP client?
    Regards
    Stefan

  • Transaction code for report

    Hi All,
    I am new to SAP area. I have created ABAP program (Report and variant) which generate list of materials. User would like to run whenever they want and have little knowledge of SAP. So I would like to provide Transaction code for this report to user. Can anyone let me know how to create transaction code for report. Also suggest, if any other option available to provide the same to user.

    Hi Yogesh,
    Just as an option, you necessarily dont need to create a transaction so that the user can run the report. You can include the report in the menu for the user within his role to which he is assigned.
    Hence on SAP easy access screen when he logs in, the user would be able to see the report  all he needs to do is double click.
    Just an option for you.
    Regards,
    Aditya
    p.s. Transaction for role maintenance is PFCG .... refer to your basis consultant for more information

  • How to assign transaction code to report group.

    hi experts,
      i used report painter to create some reports and assign these reports to a report group, i want to assign a transaction code to the report group, how can i do that? hunger for your adivces, thanks a lot!!

    Hi Liu,
    when you change an area menu, you can add transactions that launch ABAP/4 reports, Query lists or report writer's. You can use it for your purpose:
    1. Enter transaction SE43 and change a Z* area menu (no matter which one, you will not change it in the end)
    2. Click on "Add entry as subnode" or "Add entry at the same level" (no matter which one of them)
    3. When SAP shows the popup "Add new entries", click on "Add report"
    4. On the next popup, click on radio-button "Report Writer". Then you will be asked foe the code of the report group.
    5. Then save, and... that's it! SAP will automatically create a transaction for the report group
    6. Now you can cancel the changing of the area menu
    I hope this helps. Best regards,
    Alvaro

  • Sales UI not working for ABAP transaction

    Hi All,
    I am wokring on SALES UI and created a roles copying role Internal Sales represnatative. I have added ABAP transactions like VA01 and XD01 along with WEBDYNPRO  transactions. While Webdynro applications are working fine but when trying to use ABAP transations screens are appearing  but unbale to select filed values or tabs or exceute. Almost screens are freezed. Both  are working fine in development client but when moved to testing client ABAP transactions are not working.
    We are unable to find the cause. i have activated error log on internet explorer i am getting following errors:
    The value of the property 'append_to_body' is null or not defined, not a function object
    and
    UCF properties is undefined
    Lightspeed.js
    code : 0
    URI:http://xxxxxxxxxx:8000/sap/public/icmandir/its/ls/js/lightspeed.js?201
    Can anyone let me know the root cause and remedy for the issue.
    Thanks and Regards
    Satya

    Satya
       Assuming that this is not a security issue, then I will assume this is a probably a rendering issue cause by the IE Lightspeed cache. The cache itself could resides either at your desktop, MIME directory server or the App Server; and it would need to be re-initialize for it to function.  Good luck!
    Step 1: Clear your IE Cache by deleting all your IE Temporary Files
    -> If this fail to work, try step 2.  
    Step 2 below need to be thoroughly tested before repeat in PRD environment, It could cause any user session that is accessing the MIME object to crash
    Step 2: Clear the MIME Directory (REF: SAP Note - 1922663)
    -> Run the report WDG_MAINTAIN_UR_MIMES in order to update the archive containing the MIME files for HTML rendering. Choose deploy MIMES.
    -> If this fail to work, try step 3  
    Step 3 below should only be used in NON-PRD environment AND work with your Basis Team to ensure that it will not cause issue
    Step 3: Clear the Server \ App Server Mime
    -> Run SE38, program RSMONICM, click execute twice then use the drop down menu path below:
    Goto --> HTTP Plugin --> Server Cache --> Invalidate Globally. Click "Yes".

  • ABAP transaction replacement in PI 7.3?

    Hello.
    I'm currently using a new PI 7.3
    When using integrated scenario - the ABAP section is being skipped.
    Is there a replacement for old ABAP transactions like IDX5 for example?
    Is there any documentation on the subject?
    Thanks,
    Imanuel Rahamim.

    Hi,
    Refer to the following links for details:
    [Monitoring the Advanced Adapter Engine|http://help.sap.com/saphelp_nw73/helpdata/en/af/d36bc882e846f29ddef9dc1741527b/frameset.htm]
    [Monitoring Messages in AAE|http://help.sap.com/saphelp_nw73/helpdata/en/48/b2d2347895307be10000000a42189b/content.htm]
    [Displaying IDoc Messages in IDOC_AAE|http://help.sap.com/saphelp_nw73/helpdata/en/de/82c727b3d94714a04a4a579663fcf5/content.htm]
    [Displaying IDoc Metadata|http://help.sap.com/saphelp_nw73/helpdata/en/50/980951964146f1a7f189b411796bae/content.htm]
    Hope this helps,
    Greg

  • Assign Transaction Code for Report Painter generated program

    I am trying to assign a transaction code for report painter generated program... I assigned the transaction code in Development for the generated program but the program name changes in every system and I get a runtime error...
    Can you please guide me on how to handle this problem

    http://dap-consulting.com/yahoo_site_admin/assets/docs/Report_Painter_Reports.47142031.pdf
    Found my answer in the above link

  • How to assigne transaction Variant to Report

    Dear Hcm Gurus:
    i have to develop a report by using infoset query and also assigned transaction via se93
    Report is alv-based.
    so when i access report through t-code "ZHR_STAFF" and  save variant /default then this variant not
    outcome with desired result when i again access said mentioned t-code so kindly guide me when i access
    t-code then default variant is automatically displayed.
    barket

    Hi:
    Please, go to tcode SE93 and modify your transaction code adding your variant name in the field Start with variant (RSSTCD-REPO_VARI).
    This way while calling tcode ZHR_STAFF the program will be automatically initialized with the specific recorded value for the specified variant.
    Hope it helps,
    Regards.

  • Intergrate any ABAP transaction in a ABAP WD application (not via ITS!)

    Can I integrate any standard ABAP transaction in a ABAP Webdynpro application, for instance in a  Popup? (not ITS!).
    My workaround is:
    To create an iView for the ABAP transaction in the portal and to call the iView using the iVIEW URL. This works, but should be a workaround only.

    hi andre......
                        you cannot call an abap transaction from webdynpro for that gui is not supported in webdynpro.
    ---regards,
       alex b justin

  • Monitoring critical transaction in SL report

    Hi,
    I am not able to  add business critical transaction in SL report configuration. It shows TOP LOADED transaction which is not requirement. I like to add new transaction as per customer requirement,
    We have recently upgraded solution manger to SAP EHP 1 for SAP Solution Manager 7.0 and after that earlier SLR configuration disappeared and also old settings. we have configured new one but we are not able to set up Critical transaction. I tried to set using Business process monitoring in Solution directory but it did not reflect in report.
    Also earlier we used to get all report/graph in html format but now it is only available in word format. Is it normal or we need to activate any setting.
    Can you please suggest on above two problem ?
    Thanks in advance.
    regards,

    Hi,
    Service Level Reporting is based on your EWA. For your requirement, you need to setup up BPM for monitoring your required transaction.
    Once you are done with your BPM, go to Service Level Reporting Setup under Operations Setup in DSWP. When you click on setup Service Level Reporting you will have Active Variants available. If you selec the variant you will have a tab Business Processes. There you can select your business process which is monitoring your Tcode. After have setup this your SL Report will show the Business Process that you have selected.
    Hope this solves your problem.
    Feel free to revert back.
    -=-Ragu

  • BEX Query to ABAP Transaction Code

    Hi,
    RRI from BEX Query to ABAP Transaction Code When I Right clivk and select GOTO on my Delivery order
    say 120012 It shd directly go into tht particular DO The transaction code is vl33n
    but when i give ABAP Transaction as reciever object it only goes to the initial screen of query where we manually need to give the DO Number It does not show the DO 120012 directly
    thx,
    amar

    Hi Amar
    Try doing Assigning Infoobject to R/3 field in Assignment details RSBBS transaction:
    Check below thread for explaination
    Re: RRI -  Selection was not Restrcited
    Ravi

  • How to read ABAP STACK of another report

    Hi,
    I wish to read the ABAP STACK of another report which may or may not be running in debugging mode.
    First of all is it possible. if yes then pls reply.
    Thanks

    Hhhmm, ok, then I really didn't understand your request. Here's something that might come closer, but is actually of questionable value due to timing issues: Assuming that you know already the debugging takes place on the same application server you could call function module TH_GET_WPINFO and check for any processes with WP_WAITING = 'Debug'. For those take the work process number WP_NO and get the details via TH_WP_DETAIL_INFO (feeding the work process number into WP_INDEX and evaluating the parameter DIAREC-REPORT. However, this doesn't give you call stack and I'm pretty sure it always just contains the current main program that's running. Not to mention the fact that between the calls the debugging might have ended... (though in the second call it seems that WP_INFO-WP_ISTATUS = 8 seems to indicate that process is in debugging from the few tests that I did).

  • Hide period 13 transactions in XL Report writer

    Does any one know how we can hide closing entries from our period 12 transactions in XL Report writer?
    Currently our transactions are all out of balance for period 12 and we do not know how to filter out.
    Many thanks

    Under the Dimension "original Journal" you can choose to exclude opening balance and /or closing balance.
    That should do the trick

  • Creating ABAP Unit Tests for Report Programs

    How can we create ABAP unit test  for report programs.
    Please explain the steps?

    Hi Devendra.
    I would like to suggest some references which are as below:
    [SAP HELP - Complete ABAP unit|http://help.sap.com/saphelp_nw04/helpdata/en/a2/8a1b602e858645b8aac1559b638ea4/frameset.htm]
    [SDN - Reference for ABAP unit testing|about unit testing;
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave
    Edited by: Harsh Dave on Jul 14, 2008 2:13 PM
    Edited by: Harsh Dave on Jul 14, 2008 2:20 PM

  • ABAP Transaction iview Problems.

    Dear experts.
    I have created a Abap transaction iview in portal which navigates to one ABAP transaction after opening. But my requirement is not to show the command box after going to that transaction, because by using that they can enter the other transaction code in that command box and go to other transactions.
    So I want to hide that command box. Is there any way to hide that?
    Appreciate your response
    Regards
    Shanmukha Rao Banisetti

    Hi,
    Check the SAP Note 1010519 for the solution.
    Also try to set the ~webgui_simple_toolbar=1  parameter under transaction sicf.
    Below links also solve your problem
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e046cb5c-711a-2a10-95a9-81b365901b95
    Remove header  in ITS screen (internal ITS)
    Raghu

Maybe you are looking for

  • Can anyone tell me where I can go to leave a customer service review? I'm angry and feel like someone needs to know

    I am completely frustrated with vzw at this point. I traded in my old iPhone 4s through the device recycling program, but i was not given the $200 credit as promised. I did not know that I could do this in store, and made the mistake of mailing it in

  • What is best to use

    I have a concern: if I need to evaluate in my where condition, what is best, use IN operator or use EXISTS operator. If in both cases I need to evaluate columna A versus select results.... Thank you

  • [newbie] Video import from analog input

    Hi all, Is there some device where we can import at higher resolution from analog input? http://www.elgato.com/video/video-capture Video Capture | elgato.com Info: Video resolution: 640×480 (4:3) or 640×360 (16:9) Video format Mac Software: H.264 at

  • Compare a varchar2 segment column with a date column

    Dear All , i have a segment column with datatype varchar2 with data sample like '2013/06/09 00:00:00' , i want to compare this column with date column i tried many ways of conversion but not working like select to_date(TO_NCHAR(substr('2013/06/09 00:

  • How to create Caller Groups in J2ME

    Hi, I am developing an application in which, I am collecting all contacts from the PIM using PIM attributes. Now I want to make a groups of these contacts like available in our devices *"Caller Groups"*. It is possible to do the same programmatically