Problem using transfer button in VARIABLE SCREEN

We are using BEX web designer and using bw query  designing the template...and the template after genreation shows the variable screen but the trnsfer button is not functioning properly it does not show the value in the text box.
I have also hard coded the "&VARIABLE_SCREEN=X" in the url, but still the same problem is occuring.
can anyone tel what is the problem like

This is code which iam writing can u now pls tel me why the problem is reocuuring ......by the way the problem is as sson we click the pop window get opened its hsow the repective firlds also but as sson as we select the check box and click transfer the pop closes but the text box still is empty .
code segment
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="SET_PROPERTIES"/>
         <param name="TEMPLATE_ID" value="Z_TEMPLATE_02"/>
         <param name="VARIABLE_SCREEN" value="X"/>
         <param name="MENU_DRILL_UP" value="X"/>
         <param name="USE_PAGE_WRAPPER" value="PING"/>
         TEMPLATE PROPERTIES :
</object>

Similar Messages

  • Problem with Radio Buttons: At Selection-Screen

    Hi,
    i have two radio-buttons in my screen with coding
    PARAMETERS:
                      ST RADIOBUTTON GROUP rad1 DEFAULT 'X',         "stock transport
                      PR RADIOBUTTON GROUP rad1.                     "purchase return
    at selection-screen output.
    if PR = 'X'.
    perform f_selection_request_po_ret.
    endif.
    if ST = 'X'.
    perform f_selection_request_stck_trans.
    endif.
    at selection-screen on value-request for s_ebeln-low.
    perform f_f4_values.
    at selection-screen on value-request for s_ebeln-high.
    perform f_f4_values.
    I need to provide different values in drop-down of select-options according to the radio-button selected.
    Like if PR is selected s_ebeln-low and s_ebeln-high displayed will be different.
    and if ST is selected s_ebeln-low and s_ebeln-high displayed will be different.
    My problem is that the program is taking the values of that radio button which is set to Default. While running the program, if I click on the other radio-button, it is showing the same values, not different.
    Kindly, tell me where I am going wrong in the coding.
    Regards,
    Priyanka.

    Hi,
    For this requirement you have to use the following FM's
    <b>DYNP_VALUES_READ </b>  and DYNP_VALUES_UPDATE
    The one highlighted is the one you need to call in the selection screen events to get the values. Do a where used list on this FM and see how its being used.
      DATA : W_REPID    LIKE D020S-PROG,
             W_DYNNR    LIKE D020S-DNUM,
             I_DYNPREAD LIKE DYNPREAD OCCURS 0 WITH HEADER LINE.
      REFRESH: I_DYNPREAD.
      CLEAR  : I_DYNPREAD,
               W_FILE    .
      I_DYNPREAD-FIELDNAME = C_UXPATH.
      APPEND   I_DYNPREAD.
      CLEAR  : I_DYNPREAD.
      W_REPID = SY-REPID.
      W_DYNNR = C_1000.
      CALL FUNCTION 'DYNP_VALUES_READ'
           EXPORTING
                DYNAME               = W_REPID
                DYNUMB               = W_DYNNR
           TABLES
                DYNPFIELDS           = I_DYNPREAD
           EXCEPTIONS
                INVALID_ABAPWORKAREA = 1
                INVALID_DYNPROFIELD  = 2
                INVALID_DYNPRONAME   = 3
                INVALID_DYNPRONUMMER = 4
                INVALID_REQUEST      = 5
                NO_FIELDDESCRIPTION  = 6
                INVALID_PARAMETER    = 7
                UNDEFIND_ERROR       = 8
                DOUBLE_CONVERSION    = 9
                OTHERS               = 10.
      IF SY-SUBRC EQ 0.
    Successfully read screen. GET the values
        LOOP AT I_DYNPREAD.
          CASE I_DYNPREAD-FIELDNAME.
            WHEN C_UXPATH .
              W_FILE   = I_DYNPREAD-FIELDVALUE.
          ENDCASE.
        ENDLOOP.                "LOOP AT i_dynpread.
      ENDIF.                    "IF sy-subrc EQ 0.
    Cheers
    VJ
    Message was edited by:
            Vijayendra  Rao

  • Process Integrator Problem (use of session bean variable between tasks)

    Hello,
    I'm having a problem using the Process Integrator. I made a
    really simple workflow (Start, Task1, Task2, Done) which uses
    the bean given whith the order processing example. Task1 creates
    the bean and executes a business operation (check inventory).
    Task2 executes another business operation (calculate total
    price). The problem is when I try to execute this second b.o I
    get an exception saying
    Nested exception is: Workflow error:
    com.bea.wlpi.common.WorkflowException: Empty instance object for
    business operation "Calculate Total Price" in
    template "Template3".
    Someone could help me and tell me what I am doing wrong.
    Thanks in advance,
    Albert

    If I understand you correctly, you have 3 business operations, one is "Create a EJB",
    one is call "Check Inventory", the other is "Caculate Total Price". I assume you
    save the EJB handle to a workflow variable with a type Bean. My speculation is when
    you define business operation for "Calculate Total Price", you did not associate
    it with the workflow variable that you saved the EJB handle. Just a wild guess.
    Jim Zhou.
    "Albert Lanchas" <[email protected]> wrote:
    >
    Hello,
    I'm having a problem using the Process Integrator. I made a
    really simple workflow (Start, Task1, Task2, Done) which uses
    the bean given whith the order processing example. Task1 creates
    the bean and executes a business operation (check inventory).
    Task2 executes another business operation (calculate total
    price). The problem is when I try to execute this second b.o I
    get an exception saying
    Nested exception is: Workflow error:
    com.bea.wlpi.common.WorkflowException: Empty instance object for
    business operation "Calculate Total Price" in
    template "Template3".
    Someone could help me and tell me what I am doing wrong.
    Thanks in advance,
    Albert

  • Anyone cant use home button on home screen and pull-down menu after using camera?

    After snaping some pics i am unable to roll down menu and also home button to scroll to main screen on home screen.

    Oh sorry i wrote it not understandably...
    After i snaped some pics with camera accessed thru locked screen i was not able to use home button and also drag notification center from top. It did not worked. Turn on and Turn off was needed to enable home button on main screen (it not worked only on main screen. It should take you to first screen of your home)... I have experienced it twice after using camera opened from locked screen. I can not reproduce it... First time there was also disappeared top panel with watches and battery life (screenshots)

  • Problem using Option Buttons in a form

    Hello,<o:p></o:p>
    I created a form in Word using a table for defining the layout. Inside of some cells I inserted some Rich Text Content Control and in some others Option Buttons (ActiveX Control). Everything
    was working correctly.<o:p></o:p>
    The problem appears when I restrict the formatting and editing. I select the option "Allow only this type of editing in the document" and then choose "Filling in forms",
    finally click on "Yes Start Enforcing Protection". <o:p></o:p>
    Now if I want to fill in the form, at the beginning I'm able to click on the Cells with the Rich Text Content Control and type in some text, but as soon as I click on any of the Option Buttons
    all the Rich Text Content Controls get blocked, and I am not able to modify the text anymore. <o:p></o:p>
    The only way to make it work again is to jump to the next cells using the Tab key instead of using the mouse. If I go to the "Restrict Editing" and "Stop Protection", then
    everything works correctly.
    If I delete the Option Buttons the problem is solved as well, it doesn't matter if the from is protected or not.<o:p></o:p>
    How can I solve this issue? I'm using Windows 7 and Office 2013.<o:p></o:p>
    Thanks in advance.<o:p></o:p>

    W1zard is correct. Switch to Exec_SQL. Oracle does not support Forms using DBMS_SQL.
    Now... please explain why you are not using a dynamic record group. It is SOOO much easier!
    And if you want to look at some code using both methods, Exec_SQL and dynamic record group, you can download my "Quick Access" dynamic utility form, here:   Oracle Forms Utilities

  • Execute program using a button on Selection screen

    Hi Experts,
    I had placed a push button on my selection screen and now i want this button to carry all the behaviour of the std F8 function in terms of validations and execution.
    How can i do this?
    Thanks
    Dany

    Adding to the good answer provided above, you need to put your validation logic in the event At USER-COMMAND. There is where you will process the command (function key) raised by clicking on the toolbar. (assuming you did the step described by Reddy).
    Leonardo De Araujo

  • Problem Using Back Button in IE When Viewing PDFs with Acrobat Pro

    I have an administrative page on my website where I view PDFs of form data submitted by my clients.  It has worked fine all along, but suddenly a problem.  When I view a PDF, I could always hit the back button and it would take me to the Administrative Interface (of all of my forms).  BUT now if I hit the back button it takes me right back to the same form (page) I'm viewing.  Below if the Administrative Interface....It may be hard to see but on the left side is a link for the PDFs of available forms.  Clicking on the link opens the form...but again when I then click back I'm supposed to return to this administrative page...but instead back viewing the exact same form.  HELP!

    How do I do the PDF View Previous if the PDF is opening in a browser window in IE?

  • Any apps for screen off button ,without using power button? Similar to screen off for Android phone?

    Any apps for screen off button for i phone 6 plus ,its convenient as i phone 6 plus is big and not convenient to use power button to turn screen off.Andriod phone does have this apps call "screen off"

    After again experiencing problems I took the iMac back to the reseller where I bought it. They were able to replicate the defect and I received a new logic board. The invoiced cost (covered by warranty, luckily!) was $1,067 for the logic board and $85 for labor. The hard drive was erased but OSX Tiger was pre-installed when I picked up the computer. (BTW, Backup 3 is a very nice backup utility!) Now my iMac seems to be working perfectly, and the energy saver/sleep function works normally again.

  • How to use Radio buttons in WAD to select different condition in a query

    Hi Guru,
    I am new to WAD, I want to use radio buttons in selection screen of query for different selections based on selection criteria. I am aware of executing different queries using different radio buttons. but i want to use single queries for different radio button selections.
    I have found some relevant topic to it but not got exact solution. Please guide me.

    Hi Avinash,
    Drag a DropDown webitem into your template. Under DropDown webitem properties, Data Binding -> Fixed List of Options.
    Fixed Option -> Action -> Command via Command Wizard, Command -> Commands for Data Providers -> Data Provider Commands for Filter Values -> SET_SELECTION_STATE_SIMPLE. Data Provider Affected -> choose the main DP Query here. Characteristic -> choose Employee Group characteristic here as present in your DP Query. Sign -> INCLUDING, Operator -> EQUAL_SELECTION, Equals -> MEMBER_NAME, Member Name -> specify the value here i.e. Employee1 etc.
    Repeat above Fixed Option step for Employee2, Employee3 etc. selections. For 'All' option choose Command CLEAR_SELECTION_STATE with Data Provider Affected as the main DP Query & Characteristic as Employee Group.
    --Priya

  • I have this shortcut  home button on my screen that you can move all over the screen that I want it gone.

    this button is a little white circle in a black square that you can move all over you screen on your phone if you tap it it gives you home, favorites, voice control, device, a shortbut button that is suppose to save your buttons on your phone by you using this button on the screen. I hate it. Anyone know how to get rid of it??

    Go to Settings, General, Accessibility and turn off Adaptive touch.

  • There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    A good read. Have you done anything at all to resolve your problem. Reset? Restore?
    By the way - "your products"... nobody here produced the iPhone, we are all just users. Apple is not here.

  • Missing Transfer to Central System button in CPPR screen

    Hi
    I am Working on SRM7.0 and ERP ehp4.
    Trying to transfer PR from ERP to SRM Shopping cart using CPPR.
    I created PR in ECC ->now displayed PR in Portal ->select PR and click Start collective processing button-> i could not find Transfer to Central System button in CPPR screen.
    I believe only after clicking this button,i can transfer the PR to SRM shopping cart. Pls confirm.
    Only two things i left to do in CPPR setting is badi and linkage setting, because Rfx is not required now.
    1)BADI setting  ME_REQ_SOURCING_CUST
    Planning to activate only
    Method IF_EX_ME_REQ_SOURCE_CUST~ACTIVE
    parameter cv_ext_sc_ind   = cl_mmpur_constants=>yes. "SC creation in SRM possible
    I am going to leave blank for method.
    method IF_EX_ME_REQ_SOURCE_CUST~CHECK_EXTERNAL_SOURCE because i want manual click to convert Shopping cart.
    2)Activate linkage setting
    Here i am not going to activate RFX.because i am currently testing only PR to Shopping cart.
    BOR Object Type BUS2105 RFXREQUESTED WS53800009  - not going to activate
    BOR Object Type BUS2105 SOURCINGREQUESTED WS53800009 - plan to activate.
    Because of lacking above setting, i am not getting Transfer to central system button? pls confirm.
    Regards
    Ckumar

    Hello,
    Method 1: IF_EX_ME_REQ_SOURCE_CUST~ACTIVE:
    Here, three output parameters need to be set to true. By default, coding from the sample class will be copied. There is no need to modify anything here.
    When the parameter CV_AUT_SOURCING is set to true, external sourcing (e.g. SAP SRM system) is active in SAP ERP system
    When the parameter CV_EXT_RFX_IND is set to true, RFx can be created out of PR directly from SAP ERP system using application CPPR
    When the parameter CV_EXT_SC_IND is set to true, PR in SAP ERP system will be transferred to SAP SRM using application CPPR
    Method 2: IF_EX_ME_REQ_SOURCE_CUST~CHECK_EXTERNAL_SOURCE:
    This method has output parameter CV_EXT_SOURCING. When the output parameter variables are set, the Purchase Request will be transferred to SAP SRM without any manual interaction in Collaborative Processing of Purchase Requisition (CPPR). Hence the code logic here needs to be adopted based on parameters in the Purchase Request (e.g. material group and purchasing group can be used as parameters to determine the Purchase Request to be transferred to SAP SRM).
    A sample code logic for purchasing group u2018E7Uu2019 and material groups QZA04 and QZA05 is given below:
    IF ( is_req_item-ekgrp = 'E7U' AND is_req_item-matkl = 'QZA04' ) OR ( is_req_item-ekgrp = 'E7U' AND is_req_item-matkl = 'QZA05' ). cv_ext_sourcing = cl_mmpur_constants=>yes.
    Activate event type linkages for external sourcing
    Run transaction SWETYPV in SAP ERP system.
    Ensure that the following entries are present:
    BOR Object Type
    BUS2105
    RFXREQUESTED
    WS53800009
       No errors
    BOR Object Type
    BUS2105
    SOURCINGREQUESTED
    WS53800009
       No errors
    If they are not present then copy the entry for event u2018Createdu2019 for object type u2018BUS2105u2019 and Receiver Type u2018WS53800009u2019 and change the event name.
    Note : Workflow event RFXREQUESTED is used to trigger XML message while creating SAP SRM RFx from Collective Processing of Purchase Requirements (CPPR).
    Regards
    Mustameer

  • How to show a variable screen when clicking on direct link of report in ,when that report is used as target in RRI alsoRRI

    Hi All,
    I have created RRI between two reports and the type is web template/WAD.
    My requirement is to show the variable screen of target report when clicked on direct link and it should not show the var. screen if it goes from jump/go to.
    while currently I can not see var. screen on both the places and when switching the var. scree. display on in web template , it shows the screen at both the places.
    Please suggest.
    Thanks,
    Anu

    Hi Anu,
    "And when I am using another var. in assignment details which is ready for input (in both the queries), its not helping."
    Did you try using such a variable? What kind of a problem do you face? I am sorry I am still trying to understand your problem. I am just saying that which variable you use is not important for the first query. Only in the second query, add a variable with ready for input (I am not sure why the other doesn't work, I just tried and it gave an error, that's why I suggest this) and in RRI connection make the assignment with this variable. Please try this and let me know the result.

  • Problem in passing data from 1 screen to another using BBP_DOC_CHANGE_BADI.

    Hi Experts,
    i am new to the SRM, i am facing problem in passing data from one screen to another.
    my requirement is that when we select one shopping cart and press the PROPOSE SOURCES OF SUPPLY button, we will fetch all the contracts that are attached to the shopping cart.
    we have implemented a BADI implementation of BBP_SOS_BADI (method BBP_SOS_CHECK) for passing some changed values to the contracts of the shopping cart into the popup screen that is displayed when we press PROPOSE SOURCES OF SUPPLY button and when we select any contract and press ASSIGN ONLY button in the popup screen the badi BBP_DOC_CHANGE_BADI is triggered.
    i have implemented another BADI implementation of BBP_DOC_CHANGE_BADI for fetching the selected contract and pass the values to another screen, but the problem is that when we select one contract and press the assign only button we are fetching the wrong contract number ( that is in the BADI method BB_SC_CHANGE parameter IT_ITEM we are fetching the wrong contract), if we again do the same procedure for the second time we are getting the correct contract.
    i am unable to understand why we are getting the wrong contract in the first time( that is we are getting contract other than the selected one).
    as per my understanding i think when we are passing data to the popup screen using BBP_DOC_CHANGE_BADI we are not updating the shopping cart with the changed data.
    can anyone tell me how we can update the SHOPPING CART with the changed contracts data, i have used BBP_PD_SC_UPDATE, BBP_PD_SC_SAVE and other shopping cart FM but nothing is happening.
    Thanks
    Tanveer

    Hello,
    What version of SRM are you on?  Have you check for OSS Notes?  I have had trouble with BBP_DOC_CHANGE_BADI but it was because of other issues.  The BADI works pretty well and it is called almost every time something happens to the shopping cart.
    I have noticed that sometimes that values are not changed til the second calling of the BADI.  I have yet understand why but I think it has to do with prompt processing. Usually, we train our requisitioners to click the 'Check'  button to flush things out.
    I don't know if I was helpful.... another thought.... could there be an error caught by BBP_DOC_CHECK_BADI that is preventing change in BBP_DOC_CHANGE_BADI?
    Regards, Dean.

  • Problem in Variable screen selection

    Hello  Expert,
    I am facing problem in the variable screen of Bex Query.
    There is a variable created for 0FISCPER info object which populates data through customer exit. When i execute the query and "check" i get the following output
    here we can see that corresponding month is displayed for the fiscal year variable
    I have another query which uses the same variable but get the following output
    here we can see that the month descripton is not displayed in the second query. Could you please help in resolving the issue
    Regards
    Vilas Kamath

    Hi Vilas,
    Purpose of the customer exit code is to extract the value only, it has no relation with the text of it. The description comes from the info object text data.
    I noticed a small difference - "Fiscal Fear/Period" and "Fiscal year / period", normally info object have their decription in the query like defined in BW unless it has been changed specifically. If the both variables are on different info object related to month/period. If yes, then please check the text values of corresponding months in the info objects.

Maybe you are looking for

  • Issues with USB connection to car stereo

    I just got an iPhone a few weeks ago, and generally it's great, but I have frequent issues when connecting it to my new Pioneer DEH-P3100UB car stereo. I think it may be kind of new in that it doesn't have a "special cable" for connecting to the iPho

  • Error 412 in Calendar

    I get an error report in Calendar:  Error 412 shows up all the time.  Quite annoying.  Any suggestions what I should do?

  • Excel 2011 version 14.4.8 running on an iMac gets "out of memory" messages.

    HELP!!!   Excel 2011 running on an iMac with OS 10.10.2 and 16GB Ram gets "out of memory" messages.  When I monitor processes with "Activity Monitor", I am using less than half of my RAM.  The Excel workbook has many sheets and also some macros.  The

  • IPhone4 will not update with iOS5

    I have the iPhone 4 and have been unable to download the iOS5 update. My phone downloads the file but then sits idle and will not complete the installation. I have let it sit overnight and still no luck. Has anyone else had this issue? How do I fix i

  • PDF links can not open correctly

    The links in PDF when I click,  I can not open just  flash and nothing opened.  I can not find the internet explorer open setting in Reader.