Issues with report with radio group

Hi Friends,
Am new to this apex 4.0,i have created a report using radio group
select apex_item.radiogroup(1,person_id,'checked',person_id) "select",
person_id,
AVAIL_SAL_CERTIFICATE,
OCCURANCE,
LAST_AVAILED_DATE,
REASON,
EFFECTIVE_START_DATE,
EFFECTIVE_END_DATE
from YY_SALARY_CERTIFICATENow my requirement is if i checked the radio button and i pressed the next button in my report,it should redirect to the next page which is a detailed form page ant it should display the corresponding checked report row values.
both the report and form having the same fields,
please Someone help me to achieve this...

hi vee,
ya vee,actually i used my friend account because i forgot my password.Today only i reset my password so only i posted this issue..
regards,
yams

Similar Messages

  • How to hide/show reports region with radio group selections

    Hi, I have an HTML region with a radio group of two choices (Rpt1 and Rpt2). Also got two other report regions which depend on the radio group selections and by pressing a button it will display records.
    Everything does work perfect BUT say I select Rpt1 and press the report button it will show the records and after that if I select the Rpt2 radio button I still see the result of Rpt1 records. How can I clear or hide the reports regions when I change my radio button selection?
    Thank you
    -iahmadi

    Hi,
    You can create HTML regions that do not need to contain anything at all (use the "No Template" region template to ensure that you don't see a region Title on the page).
    However, in order to get this region to be displayed until the Report button is clicked, you would need to have a hidden page item (called, say, P1_SHOW_REPORT) that has, as a default, 0 as a value. The branch that is triggered by the Report button would then set this item to 1 - so, 0 = hide and 1 = show
    On your page you should have a branch that is conditional on the Report button being clicked. On this branch, set the first "Set these items" to P1_SHOW_REPORT and "With these values" to *1*. You should also have a branch on the page that is unconditional - meaning that it can be triggered by anything that submits the page. Firstly, this branch should have a high Sequence Number (say, 99) and secondly, should should set the value of P1_SHOW_REPORT to *0*. So the Report button sets it to 1 and anything else (which will include the radio button selections) will reset it to 0.
    Now, on your regions you have to change the conditions slightly as we now have two conditions to check - which report has been selected and whether or not the Report button has been clicked.
    This can be done by using a SQL Exists condition of something like:
    SELECT 1 FROM DUAL WHERE :P1_SHOW_REPORT = 1 AND :P1_RADIO = 'ABC'(where ABC is the value for the radio button for the report
    The "blank" region would also have a condition - that would be a simple Item = Expression 1 condition of P1_SHOW_REPORT = 0
    Andy

  • Help with Radio Group and Web Service

    Hi,
         I created a Radio Group with Dynamic Entry List (Web Service).  It seems my list keeps coming back empty.  I am on SP10. 
         When I deploy I get warnings that "Entry List is missing output fields mapping.  I think this is a warning only because I don't have my form connected to any other components.  I just want to see the radio group populated. I don't think this is the cause. 
    I see references out there to this "Dynamic List" not working until SP12?  Can anyone add some insight to what is wrong?  unsupported until later?
    Thanks!

    I created a new model and the new model works fine.  Something must be cached.

  • Issue with Service Group Configuration for a BPM Process

    Hi,
    I am working on BPM processes on CE 711. I need to use the Service Group settings. I created a BPM process with a automated activity that maps to an enterprise service in HU2 (SAP ES Workplace system).
    After setting up the configuration in NWA for service registry and service group, I run the BPM process. The Enterprise Service runs into error and log records it as 'No matching BindingData is found for SOA smart configuration'. I have done most of the configuration as recommended but the matching end point
    url seems to be picked wrongly [http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_employeebasicdbyemployeeqr?sap-client=800] .
    I could not get any info on notes search and could not get much info about service group config. Any help here is greatly appreciated.
    Regards
    Suresh

    Hi Suresh,
    i just got an answer on my ticket. Here it is:
    There is a known issue with the upper case of the endpoint published in
    the Services Registry and in the WSDL.
    Before SP2 the matching for the binding for invocation is done
    by the endpoint url. There is a known issue that the endpoint published
    in the Services Registry is with lower case of the characters but in theWSDL the endpoint is with upper case. In your case the endpoint url in
    the Services Registry is as shown in the exception above:
    http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_srvcreqcrtrc?sap-client=800
    but in the WSDL the endpoint url is with upper case of the endpoint:
    ../ECC_SRVCREQCRTRC/..
    Because of this difference the call fails. This is fixed is 711 SP2.
    Workaround for this is if you create a Provider System based on your
    WSDL, not a Services Registry one.
    Hope that helps...
    Best regards
    Michael

  • Change image with radio group

    I hope this is a simple one for someone out there.
    I need to swap images with a radio group.
    I'll post the code here so you have what I have for now.
    Obviously I haven't gotten anything working.
    Image names to be:
    Case_green.png
    Case_blue.png
    Case_blacklight.png
    Case_red.png
    <!--START RADIO BUTTONS-->
    <!--START RADIO BUTTON SCRIPT-->
    <script type="text/javascript">
    </script>
    <!--END RADIO BUTTON SCRIPT-->
    <form name="Colors" method="post" action="">
    <table width="358" align="left">
    <tr>
    <td width="70"><label>
    <input name="ColorRadios" type="radio" id="ColorRadios_0"
    value="radio_green" checked>
    Green</label></td>
    <td width="57"><label>
    <input name="ColorRadios" type="radio" id="ColorRadios_1"
    value="radio_blue">
    Blue</label></td>
    <td width="105"><label>
    <input type="radio" name="ColorRadios"
    value="radio_blacklight" id="ColorRadios_2">
    Black Light</label></td>
    <td width="54"><label>
    <input type="radio" name="ColorRadios" value="radio_red"
    id="ColorRadios_3">
    Red</label></td>
    </tr>
    </table>
    </form>
    <p align="left">
    <!--END RADIO BUTTONS-->

    Mick,
    Thanks
    William - sorry about the missing quote.
    Paul Davis
    http://www.kaosweaver.com/
    Visit us for dozens of useful Dreamweaver Extensions.
    http://www.communitymx.com/
    Partner at Community MX - Extend your knowledge
    Mick White wrote:
    > Paul Davis wrote:
    >> this would be something like:
    >> <input name="ColorRadios" type="radio"
    id="ColorRadios_1"
    >> value="radio_blue"
    >>
    onclick="document.getElementById('swapimageid').src='Case_blue.jpg'>
    >
    > onclick=
    > "document.getElementById('swapimageid').src=
    > 'Case_'+this.value.split('_')[1]+'.jpg'"
    >
    > Mick
    > Note: You forgot closing quotes.
    >>
    >> The image that is getting swapped will need a unique
    ID, but that
    >> should do it.
    >>
    >>
    >> Paul Davis
    >>
    http://www.kaosweaver.com/
    >> Visit us for dozens of useful Dreamweaver
    Extensions.
    >>
    >>
    http://www.communitymx.com/
    >> Partner at Community MX - Extend your knowledge
    >>
    >> William Rickert wrote:
    >>> I hope this is a simple one for someone out
    there.
    >>>
    >>> I need to swap images with a radio group.
    >>>
    >>> I'll post the code here so you have what I have
    for now. Obviously I
    >>> haven't gotten anything working.
    >>>
    >>> Image names to be:
    >>> Case_green.png
    >>> Case_blue.png
    >>> Case_blacklight.png
    >>> Case_red.png
    >>>
    >>>
    >>> <!--START RADIO BUTTONS-->
    >>> <!--START RADIO BUTTON SCRIPT-->
    >>> <script type="text/javascript">
    >>>
    >>>
    >>> </script>
    >>> <!--END RADIO BUTTON SCRIPT-->
    >>>
    >>> <form name="Colors" method="post"
    action="">
    >>> <table width="358" align="left">
    >>> <tr>
    >>> <td width="70"><label>
    >>> <input name="ColorRadios" type="radio"
    id="ColorRadios_0"
    >>> value="radio_green" checked>
    >>> Green</label></td>
    >>> <td width="57"><label>
    >>> <input name="ColorRadios" type="radio"
    id="ColorRadios_1"
    >>> value="radio_blue">
    >>> Blue</label></td>
    >>> <td width="105"><label>
    >>> <input type="radio" name="ColorRadios"
    >>> value="radio_blacklight" id="ColorRadios_2">
    >>> Black Light</label></td>
    >>> <td width="54"><label>
    >>> <input type="radio" name="ColorRadios"
    value="radio_red"
    >>> id="ColorRadios_3">
    >>> Red</label></td>
    >>> </tr>
    >>> </table>
    >>> </form>
    >>> <p align="left">
    >>> <!--END RADIO BUTTONS-->
    >>>

  • Material replication from R/3 to SRM - Issue with Material group

    Hello All,
                      I am working on BADI PRODUCT_CUSTOMER2 and method MAP_R3_TO_CRM_MATERIALMaterial replication part from R/3 to SRM.
    I am using a Ztable to map r/3 material group to SRM material group(Product category).
    For example Material M1 with material group 100 is transferred to SRM. Material group(Product category) 100 exist in SRM, but I am changing the material group to 200 in the product_customer2 badi.  its working fine.
    In another scenario, Material with material M1 with material group 300. Material group(product category) 300 does not exist in SRM,
    I am changing the material group to 200 in the bdoc, in the product_customer2 badi. It is not working. The LUW is failing in SMQ2 transaction with the error "Error in Mapping (Details: transaction SMW01)". The BDOC is failing with error "Category for material group 300 does not exist"
    I tried to deactivate the badi PRODUCT_CUSTOMER2, even then the FM MAP_BAPIMTCS_AND_PROCESS is validating the material group from R/3.
    I tried to change the material group 300 to the existing material group 200 at initial stage in debugging in function module MAP_BAPIMTCS_AND_PROCESS but still the bdoc is failing with error "No storage form defined for product type 01 / logical system".
    I am doing my testing using the following steps.
    1. change the material descriptioni in MM02 in R/3.
    2. An item is displayed in the queue in SMQ2 in SRM.
    3. I have debugged the LUW and analyzed my badi by setting breakpoint at method MAP_R3_TO_CRM_MATERIAL, its changing the material group in the bdoc properly.
       that didnt work.
       also i tried to change the material group in the function module MAP_BAPIMTCS_AND_PROCESS before the badi is called.
    4. I am checking the BDOc status using tcode SMW01 and checking the material using tcode COMMPR01.
    can someone tell me how I can change the R/3 material group to SRM material group at the time of mapping in SRM?
    Thanks
    Sathish PM

    Hi find below for the product cat
    Steps to create the product category in SRM:
    1) Create MM material groups in ECC client. This will create a transport. Go to SRM Tcode R3AS and select the object u201CDNL_CUST_PROD1u201D from the list and run it. You can monitor the job using R3AM1 in SRM. This will bring the material group into SRM. This can be seen in TCode u201CCOMM_HIERARCHYu201D in SRM.
    2) Once it is done. Go to IMG in SRM and go to path SRM> SRM server> Cross app biz settings> Account aassigmnet> Define GL code for Acc *** Cat and Prod Cat. Maintain the GL code against this prod cat for all the account assignment codes. This is client specific setting and need to be done in every client by opening it. This GL code is given in the form in ticket.
    3) Do a test and check if the product category is available for procurement in SC.
    Regards,
    Satish

  • Photoshop CS5 - Compatibility issue with nested groups

    I'm using Photoshop CS5 to create a multi-layered, group-heavy PSD. The final file is intended for public consumption, so, ideally, I'd like it to be accessible to as many users - and therefore compatible with as many versions of Photoshop - as possible.
    However, I just tried to save the file, and was prompted with this message:
    This document contains nested layer groups that may change in apprearance if opened in applications older than Photoshop CS5.
    Opening the file in CS4 after the save confirmed that a few of the layer groups were indeed corrupt.
    Can anyone shed any light on this?

    It looks like you're the only person so far who's posted that particular message on the web anywhere!
    Out of curiosity, do you have the Maximize PSD and PSB File Compatibility option set to Always in Edit - Preferences - File Handling?
    I have no experience with nested groups, myself, but that setting comes to mind as being involved with the kind of compatibility you're hoping to accomplish.
    I do know that nested group capabilities have been around since at least Photoshop CS2.
    -Noel

  • Layout issue with Crystal Grouping

    Dear all,
    I have created a report with Graph and the records on the group level. The data and graph is showing perfectly fine however the problem is the layout.
    Right after the graph, data starts to show up, which means, the data adjusts itself either on page 1 or 2 by itself. That makes the report look really bad because half of the data is on the first page and half is on the second page.
    I have looked at the section expert options but did not find where I could say "Start section Group1b from new page".
    Could someone please guide me to the right place?
    here is how report shows up
    Page1
    Graph
    Data
    Data
    Data
    Page 2
    Data
    Data
    Data
    What I would like it to do is
    Page1
    Graph
    Page2
    Data
    Data
    Data
    Data
    Data
    The Group Footer is divided from Group 1a to Group 1p.
    Regards
    Jehanzeb

    I think I answered my own question while typing the question.
    I placed the graph on the group header and kept the footer for the data and clicked on Keep group together.
    It worked like a charm
    Regards

  • Issue with Delivery Grouping in Sales Order

    Hello Gurus,
    I have a problem in Sales Order (VA01 & VA02). The issue is as follows.
    We have created a material called “FREIGHT” to calculate the Shipping & Handling cost in a Sales Order. This material has no ATP CHECK, so the Material Av. Date (MAD) is determined as immediate or the current date.
    But the business process we want to implement is, the FREIGHT material should not be delivered separately, but should be grouped with one the line items in the sales order which has the earliest material available date and copy the corresponding dates to FREIGHT line item and delivery grouping should be done.
    1. Say 1st line item is a BOM Material, next item is a standalone material (Non-BOM), and 3rd item is FREIGHT material.
    POSNR   Matnr           Qty     DlvGrp  DlvDt  MAD  LoadingDt
    10     BOM (Parent)     1    1   x-date   09/11/2006    x-date
    11     SKU1 (Child)     x        x-date   09/11/2006    x-date
    12     SKU2 (Child)     x        x-date   09/11/2006    x-date
    20     Non BOM    1     2        x-date   09/06/2006    x-date  
    30     FREIGHT      1      2        x-date   09/06/2006    x-date  
    I know the above example may not be that clear, but this is the space available when you post your topic.
    Based on the above example, the earliest material available date is for Line item 20 i.e. 09/06/2006 and assume FREIGHT is also tied to the above line item (20) i.e. line item 20 & 30 are delivery grouped.
    Say if I delete line item 20, now FREIGHT should be tied to line item 10 and delivery grouping should also take place get changed to 1 for FREIGHT item.
    I need to achieve this using user-exits, but HOW?
    Appreciate your views and the solution for the scenario.
    Thanks.
    Regards,
    Suresh Ganti

    Hi Suresh,
    I guess you can accomplish this using SAVE_DOCUMENT_PREPARE in MV45AFZZ. In table xvbap you will find all order items with an update indicator. If an item has indicator 'D' (deleted) and field GRKOR (delivery group) filled you should find the corresponding FREIGHT line having the same value for GRKOR. Then find the remaining non-FREIGHT item with the earliest material availability date and set the value of GRKOR for this item to the same value as the FREIGHT item.
    Regards,
    John.

  • Variations issues with User & Group Site Column value

    Hi all,
    I have created variation sites. e.g. http://mydomain/en-us for english & http://mydomain/de-de for german language. I have created custom page layouts. This page layouts are based on custom content types. I have created a column called "User"
    which is type of "User/Groups". I am registering this column to my page layout.  http://mydomain/de-de is my default site.
    Now I am editing column called "User" on page & save it. It saves data properly. But when I am propagating these changes to another site that is http://mydomain/en-us. It shows me all controls with values filled. but with "User"
    column, its showing me blank value.
    Any suggestion. ?
    Thanks in advance.

    http://webcache.googleusercontent.com/search?q=cache:kNlxGIj5f1kJ:sjoere.blogspot.com/2007/11/5-reasons-why-you-should-not-use.html+&cd=2&hl=en&ct=clnk&gl=in
    Content types not propagated
    Risk
    When you add a content type to a page library in the variation source, this type is not automatically propagated to the other labels (see
    my previous post). If you then create a page with that content type in the variation source, it does get published to the other labels but loses its content type field values.
    Proposed solutions
    Set up your site via a site definition that already contains the proper content type bindings to the page libraries. All labels will use the same content types
    Put a good governance plan in place to make sure manual changes are done in every label
    If this helped you resolve your issue, please mark it Answered

  • Oracle HRMS Setup Issue with Business Group

    Hi Gurys.
    need your ugrent help.
    i am implementing Oracle HRMS on 12.1.1
    Steps
    --- Responsbility Creation
    1- Responsbility Creation XX_HRMS (Responsbility created through Sysadmin)
    2- Menu Option GLB SHRMS Navigator
    -- USER Creation
    1- Create user XX_USER (User Creation done through Sysadmin)
    2- Below Responsiblities are granted to new User HRMS)
    -Application Developer
    -System Administrator
    -XX HRMS
    -System Administrator
    --KFF Creation through XX_USER with System Administrator
    --Location Creation through XX_USER with XX_HRMS Responsbility
    --Business Group creation through XX_USER with XX_HRMS Responsbility
    Here is issue, Business group created and saved, upon search it's not showing business group.
    i change the responsbility to System Administrator and set the profile at system level
    HR: Business Group to newly created Business Group.
    but when i want to set HR:Security profile , business group is not visible

    Thanks for your reply .
    1- avigate to the oraganization window and search for the business groups? how many do you see ? What are the names ?
    It show all the business grup , names are in query result below
    2- What is the result of the query -
    Select * from per_business_groups
    below is the query result
    NAME |DATE_FROM|LOCATION_ID|SHORT_NAME|LEGISLATION_CODE|CURRENCY_CODE|ENABLED_FLAG
    FAYYAZ GB |1/1/1990 |142 |Setup |US|USD|Y
    FAYYAZ |2/8/2011 |142 |Fayyaz |PK|USD|Y
    XX_TEST |2/8/2010 |142 |XX Test |GB|GBP|Y
    XX Company Final |2/8/2011 |142 |XX Company Final |GB|GBP|Y
    XX Company |2/8/2011 |142 |XX Company |GB|GBP|Y
    XX Comapny |2/8/2011 |142 |XX Company |GB|GBP|Y
    TEST |2/8/2011|142 |TEST |GB|GBP|Y
    3- Naigate to the security profile window. How many security profiles do you see ? What are the business groups they are associated with ?
    there is no business group showing in security profile, nor at site level not at responsbility.

  • Hi, i have an issue with Skype group calls.

    Short story even shorter.
    Whenever i get added to a call. I CANNOT join said group call/chat if i do not have the "host" on my friend list. In order for me to be able to join the call, i have to add the "host" to my friendlist OR have the host quit the call and then have whomever i had on my friend list to call the group. 
    Is there a fix for this? Do i really have to clutter my friendlist with near to say useless contacts just to join a call?
    Final notice: When i try to join a call with a host that i do not have on my friendlist, the call quickly opens and i can see the users in the call but can't hear them and then just as quickly the call "quits" on me and i have the option to rejoin again by pressing the green button but then again the same issue happens and i get kicked out until i do one of the two things said above.

    there is a dylib you can put in the springboard if jailbroken but if not you have to find an apple store

  • Issue with privilege grouping in AC Validation task

    Hi Experts,
    We are using GRC AC Validation Task on repository events.Assignment grouping privilege on repository is set as "Grouping- separate by application".
    While assigning the multiple privileges in IDM, only one access request with multiple roles is submitted to GRC which is as expected.
    After the approval in GRC, only the first privilege is approved and assigned to user, however all the other privileges are directly rejected.
    When we do not group the privileges, IDM submits multiple requests for each privilege and the everything works as expected. But we are looking to setup single request for multiple privileges for same repository.
    Pelase suggest.
    Thanks
    Rashmi

    Hi,
       please check if the correction from the below note
    1968150 - Wrong status on GRC assignments in Identity Management
    is applied as the behaviour appears similiar as described in the note.
    Regards,
    Chris
    SAP AGS Support

  • Issue with AD group based collection

    Hi,
    We are using AD security group based membership. Also, we are uing the same SCCM infra to cover other domains as well.
    From Activie Direcoty, it could able to discover the machines (computer objects) belongs to other domains but those computer objects not reflecting onto the collections.
    Any suggestions woud help us!
    Many Thanks.

    Check your collection refresh interval also is any machines added to the AD group getting populated ie. from the same domain xxx ? if so, i think you need to add the IP sub-net details on the boundary and
    also  discover the another domain machines using LDAP query for it(ex. sccm discovers and manages xxx domain where as its not discovering yyy domain machines becoz its not discovered ,you can also do it using the IP subnet details ie n/w discovery) the
    machines to the ALL systems then it may get added to the collection.
    Kamala kannan.c| Please remember to click “Mark as Answer” or Vote as Helpful if its helpful for you. |Disclaimer: This posting is provided with no warranties and confers no rights

  • Issue with moving grouped objects in Captivate 8

    Hi,
    I use grouping of objects a lot and Imake extensive use of the arrow keys to move objects and / or groups around a slide. When moving groups in Captivate 8.1, however, and this never happened in CPT 6 or 7, Captivate does the action twice.
    So when selecting the group of objects and pressing the arrow keys, it moves the groups 2 pixels at a time instead of just the one. Likewise, when pressing both Shoft and an arrow key, it moves the group 20 pixels.
    To add to the fun, when you select both a group of objects and a single object on the slide, the arrow-move moves the group twice but the single object only once. Jolly good fun...
    This is really annoying, so if anyone has a solution for this? Is this a bug or is it a setting I should be aware of? If it is not a bug but an actual new feature of Captivate, I would love to know the reasoning behind it, but for me, it rather defies any logic right now :-)
    Obviously, I figured out the workaround of 5 times the arrow key to move a group 10 pixels, but it is now impossible to move the group 1 pixel using the arrow key.
    Thanks!
    Best regards,
    Jan.

    It is a known bug, I have logged it already, please do the same.  Earlier on this happened also for individual objects (prerelease), now this annoying behavior is only for groups.

Maybe you are looking for

  • Adding Business Days to a Date to create New Date

    I am looking to add a formula to auto calculate a new date, but only want to count business Days. Currently I am using formula to calculate how many days need to be added: //ODD Priority Business Days If left ({DEFECT.PRIORITY}, 1)= "1" then 10     e

  • Query required for below situation.

    Hi All, I have two table T1 --> deal_site_id, subsection_id T2 --> deal_site_id, subsection_id, catalog_id requirement is first I need to check all the subsection_id in table T1 depending upon one deal_site_id. Then what ever subsection_id I get from

  • N series mainly N91 and 3G

    With the N91 being 3G can the mobile be used on normal network (I used BT mobile)? I guess the same will be of the others in the N series. cheers, too much thinking need a pint now.

  • Portal Activity reports inside BI

    All I hope i post this question in the whrigt forum. At first some system information: BI 7.0 java and abap instance on service pack 13  Enterprise Portal 7.0 with support pack 13. We already created some activity reports with the iview template SAP

  • Failed assert:  unexpected type_builder::visit_unspec (Studio 12.1 CC)

    Folks, I'm trying to port a largish chunk of code from GCC to Studio. The following snippet, whittled down from the larger code, works fine with g++ but fails with CC 5.10 SunOS_i386 2009/06/03, attempting a 32-bit build on an Ultra-27, Solaris 10. C