Creating new transaction calling TC- GR55?

Hi Abap-Experts,
1]I want to create new transaction.
2]The name of the new transaction should be ZMGRO.
3] It should call transaction GR55 and choose report group MGRO.
4] The first screen for the user should be the selection screen to run the report group.
I think i can create transaction in se93...but don't know how to perform 3rd and 4th task listed above.
Thanks in Advance,

Dear Nitin,
just create an transaction via transaction SE93 in the following way:
1.) Call transaction SE93
2.) Enter the name of your new transaction "ZMGRO" and press the button Create
3.) Enter an short description of your new transaction and choose transaction with parameters
4.) Enter
          - transaction "START_REPORT"
          - scrip 1st screen
5.) Enter following fields in the table-control bellow:
    D_SREPOVARI-REPORTTYPE   RW
    D_SREPOVARI-REPORT            MGRO
    D_SREPOVARI-EXTDREPORT
    D_SREPOVARI-VARIANT         
    D_SREPOVARI-NOSELSCRN
Via the field D_SREPOVARI-VARIANT  you can also enter an selection-screen variant, wich you want to be set als default variant.

Similar Messages

  • MOPZ issue :Unable to create new transaction

    Hello All,
    We have recently installed ECC6 EHP5 ready, and now want to apply the latest patches for it.
    when I try to create new transaction from DSWP-->change Management -->Maintenance Optimizer -->Crete new trasaction  it is throwing an error .
    I have sufficient authorizations from both ends (solmon system and to my s-user)
    Solmon roles  -->YY(SOLMAN_BASIS_MAINTAIN)     
                                YY(SOLMAN_DSWP_ADMIN)          
                                YY(SOLMAN_ISSUE_MGMT_MAIN)     
                                YY(SOLMAN_LANDSCAPE_MAIN)     
    S-User Roles  --> Maintain System Data Authorizations
    System Details:
    EHP1 SOLMON 7.0
    AIX5.3/ORACLE 10g
    Can any one guide me what is the exact problem and how to avoid the same.
    ERROR Log from the dump raised
    A RAISE statement in the program "CL_SM_DATA_SENDER_RFC=========CP" raised the
    exception
    condition "NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    url level error log which showed on the browser
    Error when processing your request
    What has happened?
    The URL http://ussappsm00.corpnet2.com:8055/sap/bc/webdynpro/sap/wda_mopz_plan was not called due to an error.
    Note
    The following error text was processed in the system PSM : Exception condition "NOT_FOUND" raised.
    The error occurred on the application server ussappsm00_PSM_55 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_DESTINATION of program CL_SM_DATA_SENDER_RFC=========CP
    Method: GET_ASSIGNED_SUSERS of program CL_MO_SMP_ADAPTER=============CP
    Method: LOAD_SHORT_TEXT of program /1BCWDY/LSBW1CHLCWA0SWHM02KO==CP
    Method: LOAD_CONTEXT of program /1BCWDY/LSBW1CHLCWA0SWHM02KO==CP
    Method: IF_COMPONENTCONTROLLER~LOAD_CONTEXT of program /1BCWDY/LSBW1CHLCWA0SWHM02KO==CP
    Method: HANDLEDEFAULT of program /1BCWDY/LSBW1CHLCWA0SWHM02KO==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/LSBW1CHLCWA0SWHM02KO==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system PSM in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server ussappsm00_PSM_55 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server ussappsm00_PSM_55 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 800 -u: RRD42469 -l: E -s: PSM -i: ussappsm00_PSM_55 -w: 0 -d: 20110715 -t: 041437 -v: RABAX_STATE -e: RAISE_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Awaiting your response.
    Best Regards
    Rakesh

    Hi,
    You will need the standard SAP Change Management work center role assigned to you. If custom role it should be derived from this role SAP_SMWORK_CHANGE_MAN
    Regards,
    Srikishan

  • ** Create New Transaction Check Box in BPM

    Hi Friends,
    I have ticked the check box 'Create New Transaction' for every step in BPM. In Block I have mentioned 'Block Start' & 'Block End' property as 'New Transaction'.
    I have gone through SAP Help Transactional Behaviour of BPM. Somewhere it is mentioned by check this to increase system performance, database hit time will be reduced. Somewhere 'No New Transaction' is recommened.
    I am confusing on this.
    Could you kindly help me to understand this clearly ? (Like, what is the advantage of 'Create new Transaction'?, If untick what will happen ? ...)
    Kind regards,
    Jegathees P.

    it depends on how you decide to use the property.
    in help it mentions;
    Transactional Behavior for Specific Step Types
    At runtime, the system normally creates a separate transaction for each step. The transaction then covers this step only. However, you can influence the transactional behavior of particular step types. In the step properties, you can define that the system is not to start a new transaction when the step is executed. The system then executes the step in the transaction that was started at the time of execution. Consequently, no background work item is created for the step and the database does not need to be accessed. In this way you can improve system performance.
    by defining to not use a new transaction at the right place you can improve performance.
    It also depends on step types. For example in case of a sync send this is what help says;
    No New Transaction: You can expect better system performance if the system does not create a new transaction for the send step. However, only select this setting if by repeating the send step the result is not changed (idempotency). This is the case, for example, with lookup operations.
    Note
    If you have selected this setting and an error occurs, synchronous sending can also cause problems in the pipeline and the receiver system following the rollback. Messages with an error status can also remain in the pipeline.
    New Transaction: If the result is changed when the step is repeated, choose Create New Transaction. Otherwise the following error situation can occur: The system successfully executes a synchronous send step but an error occurs in the subsequent step. The system rolls back processing and executes all steps in the transaction - including the send step - again. If the send step results in a write-to operation in the receiver system, for example, creating a purchase order, this is also repeated. This can result in semantic errors. 
    Mainly transaction processing helps to have a roll back implemented.

  • Create new transaction (Business Activity) and assigned to user Problem

    Dear sir,
    We already have the business activity with in T-code : CIC0, The transaction is  ZACT1 and assigned to user group1 .  It's working fine. However when I copy something from transaction ZACT1 and create to be T-code : ZACT2 . and assigned user group2.  There is the problem that when log on to CIC0 . It is the authorization from for transaction ZACT1.  WHen I go to su53
    it need to have the authoriazaiton on Business transaction type: ZACT1
    Please kindly advise.
    Thank you and best regards,
    Vimol

    When you create new transaction variant, original transaction remains as it is. During creation of transaction variant, when you go to one by one screen, screen variants are created. It uses variant name and can be see on each screen on the top.
    Once you complete trasnaction, you start using this transaction variant instead of original transaction. In SHD0, there is button on the top 'assign screen variants' which allows you to assign all screen variants created above. You can refer help file which i think has procedure to do this.

  • CcBPM  - what does meant "Create New Transaction" properties ?

    Hi XI expert,
    could you enligtheen me on what is the meaning of "Create new transaction" properties in step Send, Transformation in the ccBPM. When i need to tick this properties. ?
    Cheers
    Fernand

    Specify whether the system is to create a separate transaction for the send step.
    You can improve system performance if you define that the system is not to create a separate transaction for the send step. Note, however, that all messages to be sent are collected and not sent until the end of the relevant transaction. This is of particular importance for transactions that take a long time to execute.
    An asynchronous sender step that waits for an acknowledgment must always be executed in a separate transaction.

  • Menu path to create new transaction event key

    Dear Experts,
    Please give me the menu path and Transaction code to create New transaction event key for
    Materials Management postings.
    Thanks in Advance

    Hi,
    SPRO - Materials Management - Purchasing - Conditions - Define Price determination process - Define transaction/Event Keys.
    For MM transaction key T Code OMGH
    and for FI tarnsaction key T Code is OBCN
    GO to SM30 enter the table T030A and then click on display
    Please note the group as well as transaction code
    May Help U !
    Regards,
    Pardeep Malik

  • Mediator creating new transaction for Query Database Operation

    Hi,
    I'm developing a project that uses a mediator and a bpel database adapter for database queries. The mediator is always creating new transactions, generating an additional overhead for the project. How to make a setting so that the mediator does not create new transactions ? There is some property ?

    are you opening new session every time in toad to execute your query?if so it may be the reason, its marked in the trigger.
    please mark answered post as helpful / correct

  • HOW to create new transaction code in SAP

    Dear All
    Thanking you for your cooperation
    Pls help,
    how to create a new transaction code and link with the process??????????
    Thanking you

    Hi
    you can crete Transaction code in Transaction SE93.
    To create a transaction code:
    Enter a transaction code (up to 20 characters).
    Choose Create.
    A dialog box appears. Enter a short text and choose the transaction type.
    The transaction type can be as follows:
    Dialog Transactions
    Report Transactions
    Object-Oriented Transactions
    Variant Transactions
    Parameter Transactions
    In a report transaction, you use a transaction code to start an executable program (type 1). An executable program usually has three steps - data entry (selection screen), data processing (often using a logical database ), and data output (list).
    To create a report transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Program and selection screen (report transaction).
    When you define a report transaction, you can specify the selection screen and variant with which you want it to start.
    You can also protect the report transaction against unauthorized use. To do this, enter the name of an authorization object in the corresponding field.
    Dialog Transactions
    In a dialog transaction, the flow of the program is determined by a sequence of screens. The screens that are called within a transaction should belong to a single ABAP program, usually a module pool (type M program).
    To create a dialog transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Program and screen (dialog transaction).
    You can create transaction codes for Custom query;s created using SQVI also
    Thanks & Regards
    Kishore

  • Creating new transaction

    i have two methods in a stateless Session Bean which has methods methodA ( Required New ) and methodB( required New ). methodA internally calls methodB. If i remotely invoke methodA, does methodB will create a New Transaction other than the transaction of methodA.
    Do i need to create a new instance of the sessionBean within methodA and then call method B to achieve this so that it is a remote invocation ?
    thx
    Gus

    Hi,
    The difference amounts to calling the same session vs creating a new session for each method call.
    If you use stateless sessions then the transaction outcome would result to the same, but conceptually the first approach sounds better to me.
    Guy
    http://www.atomikos-support.com -- JTA/J2EE Java Transaction Forum

  • Error when creating new transaction

    Hi,
    When im trying to create a new transaction in CIC0 the following error appears "VMC is not active" its happening for any kind of transaction and when I press OK it closes the window
    can anyone help???

    Hi Sri,
              The product version is maintianed correctly under SCM 7.0 EHP1.
              We are getting EWA reports regularly for the system SCM 7.0 EHP1 which we have installed.
              The only problem we are facing is in automatic selection of files in the maintenance transaction.
    Regards,
    Kunal Gahlot

  • Create new transaction with default variant

    Dear all,
    I want to create a new tcode, which will be a replica of IW58 and save a default variant only in this replica.
    Is this possible? If yes how to do it please?
    Thanks a lot for your kind consideration
    David

    Maintain the variant you would like to use with IW58
    Goto SE80, navigate to your Customer Package (Z*), open the node "Transactions". Right Klick -> Create Transaction.
    Set a Transaction-Code and an apropriate Start Object (Most likely Dialog Transaction or Report Transaction). Assign the Report RIQMEL20.
    Then fill in the Field "Start with variant" by selecting the variant you would like to use.
    Hope that helps.

  • Maintenance Optimizer - Can't create new transaction

    Hi,
    My SolMan system is at SP15 on the ABAP stack and due to project politics the Java stack is at 12
    I use the maint Opt transaction quite often due to a upgrade project we are undergoing and it seems that when i create a new Maint Opt transaction and select a system it displays these messages:
    Warning     Status was reset by system
    Warning     There is already a transaction for the systems of this product version
    I had a look and found this note 1030498 and went through it but it seems i still get the error message. Does anyone know if the problem is somewhere else?
    Thanks,
    Mani

    Hi,
    I have to say that this is actually not an error.  It is not allowed to
    process two maintenance transaction for the same system.
    You may withdraw the previous maintenance transaction by clicking on
    the "withdraw" button.
    You may also deactivate the checks following the steps below then you
    would be able to continue with the transactions in spite of the
    message "There is already a transaction.....".
    SPRO
    -> Solution Manager Implementation Guide
    -> SAP Solution Manager
    -> Configuration
    -> Scenario-Specific Settings
    -> Change Management
    -> Change Request Management
    -> Extended Configuration
    -> Change Transaction
    -> Change Transaction Types
    -> Consistency Checks  in Change Request Management
    -> Assign Conditions to Status Values
    Please change the condition 'SYSTEM_ASSIGNMENT' for the
    transaction type 'SLMO' in respect of the message type from 'Cancel'
    to 'Warning'.
    Best regards,
    Felipe Pitta

  • Create new transaction type in transaction DNO_CUST01

    Hello everyone!
    We are configuring the service desk scenario and now on Define Transaction Types phase. In our system we have not SLF1 transaction type, and while we are trying to create this type in transaction DNO_CUST01 we can't do it ("Choose the key from the allowed namespace" - this is about field with SLF1). What we did wrong? may be we shuold use other transaction?
    Thanks...

    Hi Olga,
    Did you run the BC sets?
    regards,
    Jason

  • How to create new TC which will call report group "MGRO"?

    Hi Abap-Experts,
                                    I want to create new transaction code which should call report Group MGRO. After executing the new transaction, the first screen of the user should be the selection screen of report group "MGRO" to run the report group.
                                   Can anyone please guide me by giving some example for this?

    The query was resolved

  • Regarding New transaction in BPM's

    Hi Everyone,
    1.Are there any Prerequisites for defining BPM's?
    2. In the Block Step Type,we have option as New Transaction. Can anyone tell me the use of this. please site some examples.
    3. In some step Types like Send, Transformation, Receiver Determination, We have an option with Check Box as Create New Transaction. Is it the same function as in Block step New Transaction when do we use this option.
    4. How to check the errors in BPM.
    5. What are the different Error codes in BPMs.
    I have found some information in SAP Help as well, please provide with some suitable Examples so that It would be much easy to Understand .
    Thanks & Regards,
    Varun

    Hi
    Create New Transaction
    Create New Transaction in Block step, is used mainly for Error monitoring. If any error then can restart block. use below thread.
    New transactions in BPM
    To monitor BPM process use this guide
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/troubleshooting%252bintegration%252bprocess
    Various Error TCode
    SXMB_MONI_BPE -> To monitor Integration Process.
    SWWL->To Know open BPM Instances

Maybe you are looking for