Pass value to desktop transaction shortcut

Hi experts,
I have created the desktop shortcut for transaction VA03.
And I am calling this shortcut from another system(JAVA).
Can I pass values during call to this shortcut.
regards,
Gopan

Hi Roberto,
I have found your replay on of forum regarding FEB_BADI for FF_5 transaction.
We have implemented the FEB_BADI to change the GL account at runtime based on the business rules. The document posting is happening as per the requirement but the out put of FF_5 is not reflecting the GL account changes made in BADI.
Have to come across this scenario.
Appreciate your help on this.
Thanks,
Venkat Bomma

Similar Messages

  • SetParam not passing value to XAcute transaction

    Hi all,
    I am missing something as this always works, but here goes...
    I had an iCommand applet with javascript that set Param.1 and Param.2
    The query mapped Param.1 to materialList and Param.2 to qtyList
    The XAcute transaction has inputs for materialList and qtyList
    This was working fine.  Then I needed to add three new inputs, so...
    I added javascript to set Param.3,4,5
    The query mapped the Param.3,4,5 to names
    The transaction added those names as input parameters
    I'm not getting any values in the input parameters for 3,4,5 in the transaction.
    Params 1 and 2 are still fine.
    Here is the javascript.  I checked the spelling of the names in the query and transaction.
    What am I missing?
    func  tion submitRequest
         v ar applet = document.requestMaterialPickApplet
         v ar query = applet.getQueryObject()
         v ar materials = buildMaterialList()
         v ar quantities = buildQuantityList()
         q uery.setParam(1, materials)
         q uery.setParam(2, quantities)
         i  f (document.getElementById('specialStockCheckbox').checked)
              query.setParam(3, $('#salesOrderNumber').val())
              query.setParam(4, $('#salesOrderItem').val())
              query.setParam(5, 'E')
          e lse
              query.setParam(3, '')
              query.setParam(4, '')
              query.setParam(5, '')
    v ar msg = ''
    f or (var i=1; i < 6; i++)
         msg += query.getParam(i) + ':'
    a l ert(msg);
         aft erTra nsaction (applet.executeCommand());
    And the Applet tag
    <APPLET NAME="requestMaterialPickApplet" CODEBASE="/XMII/Classes" CODE="iCommand" ARCHIVE="illum8.zip" WIDTH="1" HEIGHT="1" MAYSCRIPT>
         <PARAM NAME="QueryTemplate" VALUE="APEX/Queries/EX/requestMaterialPickQuery">
         <PARAM NAME="CreationEvent" VALUE="requestMaterialPickAppletCreation">
    </APPLET>
    Thanks,
    --Amy Smith
    --Haworth

    Thanks Christian,
    I shutdown the PC overnight and now it is working.  Must have been the java cache. 
    Maybe I learned the lesson now.
    Thanks again and Happy Holidays,
    --Amy Smith

  • Passing Variant's value to a transaction iview

    Hi,
    How can I pass a Variant's value to the Transaction iView?
    Kind regards,
    Vijay

    Hi Iván,
    Thanks for your feedback.
    I have followed your suggestion(TX: /nSM35) and found the following entries while recording for 3 variants available for the transaction- please suggest me which one to use for transaction iview using RS38M-XXXXXXXX ?
    Field Name         Value
    BDC_OKCODE   /EGET
    BDC_CURSOR   PNPBEGDA
    BDC_CURSOR   04/07
    BDC_OKCODE   =PICK
    BDC_OKCODE   /EGET
    BDC_CURSOR   USERNAME
    BDC_CURSOR   05/09
    BDC_OKCODE   =PICK
    BDC_OKCODE   /EGET
    BDC_CURSOR   USERNAME
    BDC_CURSOR   06/09
    BDC_OKCODE   =PICK
    BDC_OKCODE   /EENDE
    BDC_CURSOR   USERNAME
    Kind regards,
    Vijay

  • How to pass value node attributes to transaction launcher?

    Hallo,
    I want to pass some parameters to transaction launcher.
    Im using a url-transaction.
    My context node is a value node.
    Can i enhance a handler class?

    Hello,
    Did you have a look at this thread ?
    WebClient Transaction Launcher Parameters
    Regards,
    Nicolas.

  • How to pass values to select options of custom transactions?

    I have to call custom transaction-ZMM_POST  from my custom report.
    I have to pass values to select options(Not to parameters) of ZMM_POST  from my report only.
    Please tell me how to pass values to select options of custom transactions?

    Have you tried this?
    DATA: T_RSPARAMS TYPE STANDARD TABLE OF RSPARAMS WITH HEADER LINE.
    T_RSPARAMS-SELNAME = "S_BUKRS".
    T_RSPARAMS-KIND = "S".
    T_RSPARAMS-SIGN = "I".
    T_RSPARAMS-OPTION = "BT".
    T_RSPARAMS-LOW = "100".
    T_RSPARAMS-HIGH = "300"
    APPEND T_RSPARAMS.
    SUBMIT Z_DUMMY WITH SELECTION-TABLE  T_RSPARAMS.
    Greetings,
    Blag.

  • Call transaction passing values

    Hi Experts,
          I have a report program from which i need to call a transaction to insert a record.Brief description of the problem is as follows:
          User enters some value of  Ware house No,Inventory record and Count in a transaction say 'T1'.
    The entries are then checked in the database table.If no record exist then some other transaction 'T2'  is called passing these values of Ware house No,Inventory record No and Count.Please suggest a way how to pass multipe values from 1 transaction to other.
                            Help will be appreciated.
    Regards
    Sourabh

    Hi,
    call transaction syntax is ""call transaction <transaction code>using<BDCtab>mode<A/N/E>update<S/A>message into <internal table>
    <b>
    CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].</b>
    The <b>USING ITAB</b> addition in the <b>CALL TRANSACTION </b>statement allows you to pass an internal table itab to the new transaction. itab has the format of a batch input table.
    Feel free to revert back.
    --Ragu
    Message was edited by:
            Raguraman C

  • How to pass value standard program to Workflow after than to call Transaction

    Hi Experts..
        While We are Cancel any PO in Me29n, it will Pass values(Like reason for cancel With PO No) and Send a mail (User name whose reject the cancel against Release of PO No) in workflow inbox(workplace) After than getting a mail any particular User, they will See the Message of  Purchase  order against  Canceled. After then they will double click on that message it will trigger ME29N Tcode with the particular PO.
            Using with Badi in Me29N we have to Passed  Values and sent a Mail in work place but When  Double click on Message I Dont Know HOw to Call ME29N in work place....
         Cancel Po in Me29N-->WORK PLACE --> Double click on message,will call ME29N
       So, please help me how to i can Rectified this.
    Regards,
    kumar

    hi Kumar
    BUS2012 is a business object, see it in tcode SWO1.
    You can try blow code:
    INCLUDE <CNTN01>.
    DATA: OBJ TYPE SWC_OBJECT.
    DATA: PO_ITEMS TYPE TABLE OF BAPIEKPOC.
    DATA: PURCHASEORDER     TYPE     BAPIEKKO-PO_NUMBER VALUE '4500000004'.
    SWC_CONTAINER CONTAINER.
    SWC_CREATE_OBJECT OBJ 'BUS2012' ''.
    SWC_CREATE_CONTAINER CONTAINER.
    SWC_SET_ELEMENT CONTAINER 'NotificationType' 'S1'.
    SWC_SET_ELEMENT CONTAINER 'PurchaseOrder' PURCHASEORDER.
    SWC_CALL_METHOD OBJ 'Display' CONTAINER.  " call method 'Display' show ME29N.
    Infact, you can achieve all your requirment in workflow, don`t need implement BADI.
    The trigger event is event 'rejection_start' in BUS2012. Create a user decision(which will show in workplace) and create a task bounding the 'Display' method of BUS2012.
    There are so many detail content in scn or wiki. thanks.
    hope can help you.
    Regards,
    Archer

  • I need to pass value for Actual GI date field in VL01N t code, I am using BAPI_DELIVERYPROCESSING_EXEC. can any one tell me how can i pass vaule ?

    I need to pass value for Actual GI date field in VL01N t code, I am using BAPI_DELIVERYPROCESSING_EXEC. can any one tell me how can i pass vaule ?

    Hi Abdul,
    Sorry for my unprecise answer, but you talk about a tcode, but you're using a BAPI Call. Maybe you want to call the transaction in batch mode?
    http://help.sap.com/saphelp_erp60_sp/helpdata/de/fa/09715a543b11d1898e0000e8322d00/content.htm
    Regards,
    Franz

  • Passing value to a field of SAP Program which do not have "Parameter ID"

    Dear Experts,
    My requirement is that i need to pass a value from my dialog program to a field of SAP Program which do not have "Parameter ID" attached to it.
    For example: If you run SAP Transaction CS14, it has two sections viz., Primary BOM and Secondary BOM. I need to copy and create own screen using Dialog program. The screen appears in custom screen would be similar to that of the SAP Transaction CS14. If you check the fields, all the fields have "Parameter ID" attached to it, except for the following fields which do not have Parameter IDs are "Alternative", "Valid From" and "Required Qty".
    Hence how do i pass value to those fields? Kindly help me
    To those fields where "Parameter IDs" are attached, i can use below two statements:
    Set parameter id <par> field <field>.
    call transaction 'CS14' and skip first screen.
    Regards,
    Ramesh Manoharan

    Hi Harald Boeing,
    Thanks you very much. My problem is solved.
    Rewarded Points.
    Regards,
    Ramesh Manoharan

  • How to pass value to select-option parameter using SET PARAMETER Command

    Hi,
        Am passing values to selection-screen fields in report RV13A004 ( used in VK11, VK12 and VK13). using below statement but material number is select-option in this report. am able to pass  MATERIAL FROM using SET PARAMETER ID, can i know how to pass values MATERIAL TO range in select-options fields using SET PARAMETER Command ??
    Passing values to parameter id
    set parameter id 'VKS' field kschl.
    set parameter id 'VKO' field vkorg.
    set parameter id 'VTW' field vtweg.
    set parameter id 'KDA' field erdat.
    set parameter id 'MAT' field matnr_from.
    Change condition price.
    call transaction 'VK12' and skip first screen.
    Thanks in advance.
    Regards,
    Balamurugan.

    Hi,
    instead of using set parameters and dden call transaction use this..........
    submit RV13A004  WITH SELECTION-TABLE rspar
    Effect
    If you specify this addition, parameters and selection criteria on the selection screen are supplied from an internal table rspar. You must specify an internal table with the row type RSPARAMS for rspar. The structured data type RSPARAMS is defined in the ABAP Dictionary and has the following components, all of which are data type CHAR:
    SELNAME (length 8),
    KIND (length 1),
    SIGN (length 1),
    OPTION (length 2),
    LOW (length 45),
    HIGH (length 45).
    To supply parameters and selection criteria for the selection screen with specific values, the lines in the internal table rspar must contain the following values:
    SELNAME must contain the name of a parameter or selection criterion for the selection screen in block capitals
    KIND must contain the type of selection screen component (P for parameters, S for selection criteria)
    SIGN, OPTION, LOW, and HIGH must contain the values specified for the selection table columns that have the same names as the selection criteria; in the case of parameters, the value must be specified in LOW and all other components are ignored.
    If the name of a selection criterion is repeated in rspar, this defines a selection table containing several lines and passes it on to the selection criterion. If parameter names occur several times, the last value is passed on to the parameter.
    The contents of the parameters or selection tables for the current program can be entered in the table by the function module RS_REFRESH_FROM_SELECTOPTIONS.
    Notes
    In contrast to selection tables, the data types of the components LOW and HIGH in table rspar are always of type CHAR and are converted to the type of the parameter or selection criterion during transfer, if necessary.
    When entering values, you must ensure that these are entered in the internal format of the ABAP values, and not in the output format of the screen display.
    Cheers
    Will.

  • Passing values to standard screen from  an my internal

    Hi Experts,
    I want to pass values to the mb51 screen from my own internal table.
    in the program for mb51 there is include programLMIGOTV4 where what is use of following
    PBO module before start of LOOP.
    METHOD pbo.
    CALL METHOD super->pbo.
    tv_goitem-lines = lcl_migo_globals=>kernel->s_status-lines.
    ENDMETHOD.
    Also how can see the method Kernel and what is the use of that....
    Also when is the S_Status-lines update in the method Kernel.
    Please help me to understand ASAP.
    Thanks &Regards
    Tejaswini

    hi.
    You can pass values by two ways:
    1. use BDC option CALL TRANSACTION of the transaction MB51. But first you will have to see how it behaves during recording in SHDB.
    2 . Another is use
    SET PARAMETER ID 'MAT' FIELD WA_DATA-MATNR.
    CALL TRANSACTION 'MB51'.
    This would call the transaction with MB51 screen with material number initialised.
    check out   screen 1000 of prog 'RM07DOCS' for parameter id's of different fields.
    WRK- for werks
    LAG-storage location
    CHA for batch and so on.

  • Passing values to hidden fields in screens

    Hi ,
    I have designed a screen which has i field which is output only, and two fields which are hidden.. the output only field gets populated when i select value from an alv tht pops up on the screen based on certain conditions.. the hidden fields should also be populated than.. but the hidden fields are not getting populated i think..
    i have assigned a t-code to this screen,
    and i need to call this transaction from another program passing values to all the fields.. i used parameter id for all teh fields, but values are not getting populated in the hidden and display fields. i gets in when i make it input enabled.. but i cannot let users enter values in 1 field, and i do not want users to see the other field.. What do i do???? please give your valuable suggestions. .a ny idea how to correct the issue?
    Regards,
    Suzie

    Hi,
    If you want one of the fields to be grey mode you can do that statically in the screen painter or dynamically in the progarm
    in PBO
    loop at screen
    if screen-name = 'TO_BE_GREY_MODE'.
    SCREEN-INPUT = 0
    ENDIF
    endloop
    for hidden fields if the screen name and the variable name in the program are same the data transfer takes place but the users cannot see this.
    Regards
    Ramchander Rao.K

  • Reg passing values to a link

    Hi all,
    Is it possible to pass values to a link. The requirement is i need to pass some values to a standard transaction link and the values which i pass should go to the respective fields of the link.
    Can anyone suggest?
    Thanks and Regards,
    Sneha.

    here is a sample code to pass values to yahoo loging screen and logging on to it from your BSP
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form method = "POST"
                    action = "https://login.yahoo.com/config/login?" >
          userid
          <htmlb:inputField id="login" />
          <br>
          password
          <htmlb:inputField id       = "passwd"
                            password = "true" />
          <br>
          <htmlb:button id      = "test"
                        text = "login"
                        onClick = "myonclick" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Regards
    Raja

  • Regarding passing memory variable to transaction

    Hi All,
      I have issue regarding passing memory variable to transaction CO02.
    Here i have to create a program in that i have to
    <b>1.</b> <b>Create a memory variable, ZPPI0601_SOL and set it to X</b>.
    2. <b>Then i need to call transaction CO02, here this transaction will hit one USER-EXIT. in that program
    i need to do following</b>
    3.<b>Activate the user exit for transaction CO01, CO07, CO10, CO40 and CO41 or if (memory variable, ZPPI0601_SOL = “X” and Transaction code  = CO02)</b>
    then some code will be there that will be processed.
    and then
    <b>4.If (memory variable, ZPPI0601_SOL = “X” and Transaction code  = CO02): SAP does not provide the values in the user-exit, so we need to get these from the tables:</b>
    <b>i)For RESB-RSNUM = HEADER_TABLE-RSNUM and RESB-XLOEK = “ “ and RESB-KZEAR = “ “ and RESB-BDMNG > 0, get RSPOS, MATNR and BDMNG (these are fields the user-exit gets which corresponds to C04 to C06 in the spreadsheet). Pass these fields thru the same routine as the user-exit (ex: to convert the MATNR to legacy part#).</b>
    Then after finishing USER-EXIT part as above i need to come back to my main program and do following.
    <b>5.After all records have been processed, set memory variable, ZPPI0601_SOL = “ “. Exit</b>
    Can any body tell me how can i do the above.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi Shaik,
    export Sy-TCODE TO MEMORY ID 'ZTCODE'.
    Then in use the following in the user exit.
    Data: ZTCODE type SY-TCODE.
    import ZTCODE  FROM MEMORY ID 'ZTCODE'.
    If you want to activate your user exit only in Change/Display mode.
    You can try
    IF T180-TRTYP <> 'H'.
    Endif.
    Lanka
    Message was edited by: Lanka Murthy

  • Passing parameters to IAC Transaction iView

    Hi guys,
    Anybody knows how I can carry out this task? I have a page that has some value that I would like to pass to an IAC Transaction iView via the URL.
    Thanks!

    Check this out:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm
    All u need to do is append the screenfield values and pass it to the URL.
    Something like this:
    Eg:
    <script>
    Screen_field_Value = 'XYZ';
    dynP = "?DynamicParameter=Screen_field1" +Screen_field_Value + ";";
    </script>
    <hbj:link id="l1" text="IAC - Link1">
    <% l1.setOnClientClick("EPCM.doNavigate('ROLES://portal_content/com.sap....../myIACIvu' + dynP ,1);void(0);"); %>
    </hbj:link>
    Plz don forget points, if it helped.
    Regards,
    P.

Maybe you are looking for

  • Can no longer publish my sites (for 6 months now!).

    iWeb tech support gave me a bunch of things to troubleshoot and nothing has hit the mark so far. From that, I do know that I CAN publish to a folder as well as copy the published folder to my iDisk, so, from that, I'm told it wouldn't be an Internet

  • Missing the Personalizations while uploading from 11i to R12

    Hi, I am working on the Upgrade project . We are upgrading the Oracle applications from 11.5.10.2 to 12.1.2 . So i am uploading the all personalizations from 11i to R12. I created the ldt file from 11i and and tried to upload in R12. But some of the

  • 4402 - Guest Access no longer working

    When this started, I cannot be sure, but it has been working for sometime now and cannot understand where the problem is. There is one guest interface, one guest WLAN. The WLAN is set with a DHCP override address of the guest interface. But it no lon

  • 9ias : Slow first time and fast the other times

    Hi, I'm facing a problem with using Reports 9ias on a HP-UX server ... I start a report server on the server I'm calling the report from forms with RUN_REPORT_OBJECT (destype=file, desformat=pdf, batch, synchronous) and then call a web.show_document.

  • Where can I find the "Blackberr​y desktop software"?​??.....

    ...I have Verizon wireless and it is not listed on either of the discs I received with phone.  i know it is available online to download but before downloading, i get a message stating "Note:If you did not purchase BlackBerry directly from Research I