Limit choices issue

Hi, I am having problems with limit choices on forms. They are showing up on the pdf version but do not work on the web version - any ideas?

I've tested and submitted, just deleted those submissions. I want to limit the amount of selections a person can check box to "one" or "two" on certain questions. Other questions are open so a person can check as many selections as they want.
You'll see on the design I've set that up, however when I view the web version of the form, these limit choices aren't in operation, a person can select all the answers even when I've added the limit choices option. When viewing as a pdf the limit choices works fine, just not on the web version. Hope that makes sense?
Thanks, K

Similar Messages

  • Limit choice selection?

    Hi! I'm having a problem with the option above. When I save my form as pdf file and open it with adobe reader limit choice doesn't work, I can tick as many answers as I want, even though I made 2 answers as maximum. What am I doing wrong?

    Hi Perry,
    I'm work with the Multiple Choice Field. From field properties I tick Limit Choice Selection and I set min 1 max 2 (or 3, doesn't matter).
    On my pc where I have FormsCentral installed I use Adobe reader X, on my laptop I have Adobe reader XI. Nowhere answer limitation works.

  • TRFC Time limit exceeded issue

    We have issue about the TFC time limit exceeded. We have a third partner application which will call a HTTP service to our SAP, let's call the HTTP service as Z_submit_request, in Z_submit_request, we call RFC Z_process_request in IN BACKGROUND TASK, but we received a Time limit exceeded issue in SM58. Could anyone help to answer why we get this issue?
    Thanks a lot!

    RFC's are executed in dialog tasks, which have an upper limit for the allowed runtime. This can be set for profile parameter rdisp/max_wprun_time. You might want to check the profile parameter (or ask the basis folks) if it has the default value (or another reasonable value). Most likely though I'd say you should look into the actual RFC and see if you can improve the performance of Z_PROCESS_REQUEST, so that the timeout doesn't occur.

  • Dependent Message Choice Issue, Please Help.

    Hi All,
    I am new to OAF.
    I am desiging  dependent message choice where there are 4 message choice boxes
    I have written the code but the issue i Am facing is when i select a value from the first Mesage Choice , processFormRequest Method is not called.If I click on any lob in the page , then only processFormRequest() is called and value is populated in the second drop down.
    So I need to call processFormRequest() after a value is selected in Message Choice..
    Pleas help

    Hi,
    Follow the steps in this link. In this they have used MessageTextInput. You do the firePartialAction in MessageChoice.
    https://blogs.oracle.com/prajkumar/entry/partial_page_rendering_in_oaf
    Then write the following code in processFormRequest and modify as per your requirement.
    if ("update".equals(pageContext.getParameter(EVENT_PARAM)))  //update is the event name of the MessageChoice item
    if (pageContext.getParameter("ApplicationChoice") != null)
    ownerName1 = pageContext.getParameter("ApplicationChoice");
    System.out.println("Application value :" + ownerName1);
    Serializable ownernameParam[] = { ownerName1 };
    am1.invokeMethod("setQueueName", ownernameParam);
    System.out.println("After calling the queueName function");
    //Code in AM
    public void setQueueName(String queuename)
    SeaSoaQMsgidNameVOImpl vo1 = getSeaSoaQMsgidNameVO1();
    vo1.setWhereClause("OWNER = :1");
    vo1.setWhereClauseParam(0,queuename);
    vo1.executeQuery();
    I hope this will help you..
    Thanks and Regards,
    Myvizhi

  • Need Help with "ldap_search: Administrative limit exceeded" issue

    Hi,
    I recently created an index for an attribute called abcSmDisableFlag. When i perform an Ldapsearch using an application owners binddn, 10 entires are returned before i get the error: ldap_search: Administrative limit exceeded. When I use the Directory Manager I do not get this error while the same 10 entries are returned.
    I have analyzed the error and access logs and i think the problem is with the index (notes=U). I performed a reindex on the attribute but it din't work.
    Below are the details i gathered from
    error log:
    [20/Sep/2010:15:04:59 -0400] - WARNING<20805> - Backend Database - conn=1189378 op=1 msgId=2 - search is not indexed base='ou=customers,o=abc
    enterprises,c=us,dc=abc,dc=net' filter='(&(objectClass=abcIdentity)(abcIdmDeleteDate<=2010-09-20)(!(abcSmDisabledFlag=1)))' scope='sub'
    access log:
    [20/Sep/2010:15:04:59 -0400] conn=1189378 op=-1 msgId=-1 - fd=536 slot=536 LDAP connection from UserIP to ServerIP
    [20/Sep/2010:15:04:59 -0400] conn=1189378 op=0 msgId=1 - BIND dn="cn=xyzservices,ou=appid,dc=abc,dc=net" method=128 version=3
    [20/Sep/2010:15:04:59 -0400] conn=1189378 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0.001190 dn="cn=xyzservices,ou=appid,dc=abc,dc=net"
    [20/Sep/2010:15:04:59 -0400] conn=1189378 op=1 msgId=2 - SRCH base="ou=customers,o=abc enterprises,c=us,dc=abc,dc=net" scope=2 filter="(&
    (objectClass=abcIdentity)(abcIdmDeleteDate<=2010-09-20)(!(abcSmDisabledFlag=1)))" attrs=ALL
    [20/Sep/2010:15:05:03 -0400] conn=1189378 op=1 msgId=2 - RESULT err=11 tag=101 nentries=1 etime=4.604440 notes=U
    I have indexed both abcIdmDeleteDate and abcSmDisabledFlag with a presence and equality index.
    I am using Sun Directory Server 6.2. All the nsslapd limits are at Default value and I am not supposed to increase those values.
    I will be very grateful if anyone can kindly share ideas/solutions on this issue and help me out.
    Thanks!!

    I don't know if your issue has been resolved but two things i see here:
    1 - you should not be on 6.2, move to 6.3 or 7.
    2 - your filter is the answer, when you use a filter of "(&(objectclass=abcIdentity)(abcIdmDeleteDate<=2010-09-16)("\!"(abcSmDisabledFlag=1)))", DSEE takes the 1st part of your filter, in your case objectclass=abcIdentity, and does a search on it. Then after retrieving all entries it checks all that have an abcSmDisableFlag <=2010-09-16 and finally out of the remaining entries it will check which do not have an abcSmDisableFlag=1.
    The search on objectClass is resulting in an unindexed search, apparently. What you need to do is alter the order of your attributes in your search filter and have objectClass at the end.
    I hope this makes sense and helps.

  • How to limit choices among a group of responders?

    I am setting up a sign up form for a variety of choices.  There are only a certain number of each choice needed. How can I make a form either hide or limit a choice once the necessary qty has been reached by other responders?
    Thanks

    Hi;
    This isn't something that FormsCentral supports, you'd have to manually analyze the responses and once the max has been reached edit the form to remove that choice - you'd want to take care not to simply delete it since the corresponding column in the Response table would also be deleted. 
    In this type of case, if the item to be removed is an entire field as opposed to a choice in a single/multiple/drop-down choice field I'd recommend inserting an adjacent column in the response table and copying that columns data into the new row before deleting the question.  If the option was simply a choice in a single/multiple choice or drow down field it can be deleted or updated and new responses will simply reflect the new choices, no need to duplicate a column to modify a choice field.
    Thanks,
    Josh

  • How to limit New Issue creation

    Hi all,
    I would know if is it possible to limit the "New Issue" button in some particular Workflow status.
    In example I want packaging Users to be able to create a new packaging issue only from the "Rejected" status
    Please let me know if my question is clear if not I will provide further information,
    Tank you very much.
    Best regards,
    Stefano

    The issue and copy action are both available through our validation framework, so you can create a validation condition that only allows users to issue specs if its in the Rejected status.    There are some reference implementations and a training material inside the extensibility pack that should help.

  • Limit map issue 10g

    We created a limit map variable using a OLAP DML program and refer it via a view as follows. While the view got created all columns show up as undefined type. This probably means it is not finding the limit map definition? Any clues as to what needs to be done to validate the limit map and corresponding views?
    CREATE OR REPLACE FORCE VIEW SYSADM.PS_CGF_CRI_OSUC1_DR_VW
    (CGF_PERIOD,
    CGF_CITI_SOURCE,
    CGF_CRI_OSUC_SC,
    CGF_CRI_OSUCCL,
    CGF_CRI_OSUCTN,
    CGF_CRI_OSUCRT,
    CGF_CRI_OSUCRR,
    CGF_CRI_INDUSTRY,
    CGF_CRI_PRODUCT,
    CGF_CRI_OU,
    CGF_CRI_GEOGRAPHY,
    CGF_CRI_BU,
    CGF_PERIOD_DESC,
    CGF_PRD_TREENAME,
    CGF_LEAP_YEAR,
    CGF_CS_PARENT,
    CGF_CS_DESC,
    CGF_CS_TREE_NAME,
    CGF_SC_PARENT,
    CGF_SC_DESC,
    CGF_SC_TREE_NAME,
    CGF_CL_PARENT,
    CGF_CL_DESC,
    CGF_CL_TREE_NAME,
    CGF_TN_PARENT,
    CGF_TN_DESC,
    CGF_TN_TREE_NAME,
    CGF_RT_PARENT,
    CGF_RT_DESC,
    CGF_RT_TREE_NAME,
    CGF_RR_PARENT,
    CGF_RR_DESC,
    CGF_RR_TREE_NAME,
    CGF_IY_PARENT,
    CGF_IY_DESC,
    CGF_IY_TREE_NAME,
    CGF_PT_PARENT,
    CGF_PT_DESC,
    CGF_PT_TREE_NAME,
    CGF_OU_PARENT,
    CGF_OU_DESC,
    CGF_OU_TREE_NAME,
    CGF_GE_PARENT,
    CGF_GE_DESC,
    CGF_GE_TREE_NAME,
    CGF_LV_PARENT,
    CGF_LV_DESC,
    CGF_LV_TREE_NAME,
    CGF_LV_STATE,
    CGF_LV_COUNTRY,
    CGF_JAN,
    CGF_FEB,
    CGF_MAR,
    CGF_Q1,
    CGF_APR,
    CGF_MAY,
    CGF_JUN,
    CGF_Q2,
    CGF_JUL,
    CGF_AUG,
    CGF_SEP,
    CGF_Q3,
    CGF_OCT,
    CGF_NOV,
    CGF_DEC,
    CGF_Q4,
    CGF_FY,
    CGF_JAN_QTD,
    CGF_FEB_QTD,
    CGF_MAR_QTD,
    CGF_Q1_QTD,
    CGF_APR_QTD,
    CGF_MAY_QTD,
    CGF_JUN_QTD,
    CGF_Q2_QTD,
    CGF_JUL_QTD,
    CGF_AUG_QTD,
    CGF_SEP_QTD,
    CGF_Q3_QTD,
    CGF_OCT_QTD,
    CGF_NOV_QTD,
    CGF_DEC_QTD,
    CGF_Q4_QTD,
    CGF_FY_QTD,
    CGF_JAN_YTD,
    CGF_FEB_YTD,
    CGF_MAR_YTD,
    CGF_Q1_YTD,
    CGF_APR_YTD,
    CGF_MAY_YTD,
    CGF_JUN_YTD,
    CGF_Q2_YTD,
    CGF_JUL_YTD,
    CGF_AUG_YTD,
    CGF_SEP_YTD,
    CGF_Q3_YTD,
    CGF_OCT_YTD,
    CGF_NOV_YTD,
    CGF_DEC_YTD,
    CGF_Q4_YTD,
    CGF_FY_YTD,
    CGF_DRCR_SELECT,
    CGF_NOTATION,
    CGF_NOTATION_DESC,
    OLAP_CALC)
    AS
    SELECT yr_id,
    cs_id,
    sc_id,
    cl_id,
    tn_id,
    rt_id,
    rr_id,
    iy_id,
    pt_id,
    ou_id,
    ge_id,
    lv_id,
    yr_desc,
    yr_tree_name,
    yr_leap_year,
    cs_parent,
    cs_desc,
    cs_tree_name,
    sc_parent,
    sc_desc,
    sc_tree_name,
    cl_parent,
    cl_desc,
    cl_tree_name,
    tn_parent,
    tn_desc,
    tn_tree_name,
    rt_parent,
    rt_desc,
    rt_tree_name,
    rr_parent,
    rr_desc,
    rr_tree_name,
    iy_parent,
    iy_desc,
    iy_tree_name
    pt_parent,
    pt_desc,
    pt_tree_name,
    ou_parent,
    ou_desc,
    ou_tree_name,
    ge_parent,
    ge_desc,
    ge_tree_name,
    lv_parent,
    lv_desc,
    lv_tree_name,
    lv_state,
    lv_country,
    cgf_jan,
    cgf_feb,
    cgf_mar,
    cgf_q1,
    cgf_apr,
    cgf_may,
    cgf_jun,
    cgf_q2,
    cgf_jul,
    cgf_aug,
    cgf_sep,
    cgf_q3,
    cgf_oct,
    cgf_nov,
    cgf_dec,
    cgf_q4,
    cgf_fy,
    cgf_jan_qtd,
    cgf_feb_qtd,
    cgf_mar_qtd,
    cgf_q1_qtd,
    cgf_apr_qtd,
    cgf_may_qtd,
    cgf_jun_qtd,
    cgf_q2_qtd,
    cgf_jul_qtd,
    cgf_aug_qtd,
    cgf_sep_qtd,
    cgf_q3_qtd,
    cgf_oct_qtd,
    cgf_nov_qtd,
    cgf_dec_qtd,
    cgf_q4_qtd,
    cgf_fy_qtd,
    cgf_jan_ytd,
    cgf_feb_ytd,
    cgf_mar_ytd,
    cgf_q1_ytd,
    cgf_apr_ytd,
    cgf_may_ytd,
    cgf_jun_ytd,
    cgf_q2_ytd,
    cgf_jul_ytd,
    cgf_aug_ytd,
    cgf_sep_ytd,
    cgf_q3_ytd,
    cgf_oct_ytd,
    cgf_nov_ytd,
    cgf_dec_ytd,
    cgf_q4_ytd,
    cgf_fy_ytd,
    cgf_drcr_select,
    'DR/CR',
    'Debit Credit Notation',
    olap_calc
    FROM TABLE(OLAP_TABLE(
    'awm_cr1.cricube duration session',
    '&(SYSADM.CITI_PROGRAMS!CR_DRCR_REP_LM_OSUC)' ))
    WHERE CGF_drcr_SELECT IS NOT NULL
    SHOW CR_DRCR_REP_LM_OSUC
    DIMENSION yr_id AS VARCHAR2(40) from cr_yr WITH
    ATTRIBUTE yr_desc AS VARCHAR2(40) from cr_yr_long_description
    ATTRIBUTE yr_tree_name AS VARCHAR2(30) from cr_yr_tree_name
    ATTRIBUTE yr_leap_year AS NUMBER from cr_yr_leap_year
    DIMENSION cs_id AS VARCHAR2(100) from cr_cs WITH
    HIERARCHY cs_parent AS VARCHAR2(100) from cr_cs_parentrel(cr_cs_hierlist 'STANDARD')
    INHIERARCHY cr_at_inhier
    ATTRIBUTE cs_code AS VARCHAR2(100) from cr_cs_short_description
    ATTRIBUTE cs_desc AS VARCHAR2(150) from cr_cs_long_description
    ATTRIBUTE cs_tree_name AS VARCHAR2(30) from cr_cs_tree_name
    DIMENSION sc_id AS VARCHAR2(100) from cr_sc WITH
    HIERARCHY sc_parent AS VARCHAR2(100) from cr_sc_parentrel(cr_sc_hierlist 'STANDARD')
    INHIERARCHY cr_sc_inhier
    ATTRIBUTE sc_code AS VARCHAR2(150) from cr_sc_short_description
    ATTRIBUTE sc_desc AS VARCHAR2(150) from cs_sc_long_description
    ATTRIBUTE sc_tree_name AS VARCHAR2(30) from cs_sc_tree_name
    DIMENSION cl_id AS VARCHAR2(100) from cr_cl WITH
    HIERARCHY cl_parent AS VARCHAR2(100) from cr_cl_parentrel(cr_cl_hierlist 'STANDARD')
    INHIERARCHY cr_cl_inhier
    ATTRIBUTE cl_code AS VARCHAR2(100) from cr_cl_short_description
    ATTRIBUTE cl_desc AS VARCHAR2(150) from cr_cl_long_description
    ATTRIBUTE cl_tree_name AS VARCHAR2(30) from cr_cl_tree_name
    DIMENSION tn_id AS VARCHAR2(100) from cr_tn WITH
    HIERARCHY tn_parent AS VARCHAR2(100) from cr_tn_parentrel(cr_tn_hierlist 'STANDARD')
    INHIERARCHY cr_tn_inhier
    ATTRIBUTE tn_code AS VARCHAR2(100) from cr_tn_short_description
    ATTRIBUTE tn_desc AS VARCHAR2(150) from cr_tn_long_description
    ATTRIBUTE tn_tree_name AS VARCHAR2(30) from cr_tn_tree_name
    DIMENSION rt_id AS VARCHAR2(100) from cr_rt WITH
    HIERARCHY rt_parent AS VARCHAR2(100) from cr_rt_parentrel(cr_rt_hierlist 'STANDARD')
    INHIERARCHY cr_rt_inhier
    ATTRIBUTE rt_code AS VARCHAR2(100) from cr_rt_short_description
    ATTRIBUTE rt_desc AS VARCHAR2(150) from cr_rt_long_description
    ATTRIBUTE rt_tree_name AS VARCHAR2(30) from cr_rt_tree_name
    DIMENSION rr_id AS VARCHAR2(100) from cr_rr WITH
    HIERARCHY rr_parent AS VARCHAR2(100) from cr_rr_parentrel(cr_rr_hierlist 'STANDARD')
    INHIERARCHY cr_rr_inhier
    ATTRIBUTE rr_code AS VARCHAR2(100) from cr_rr_short_description
    ATTRIBUTE rr_desc AS VARCHAR2(150) from cr_rr_long_description
    ATTRIBUTE rr_tree_name AS VARCHAR2(30) from cr_rr_tree_name
    DIMENSION iy_id AS VARCHAR2(100) from cr_iy WITH
    HIERARCHY iy_parent AS VARCHAR2(100) from cr_iy_parentrel(cr_iy_hierlist 'STANDARD')
    INHIERARCHY cr_iy_inhier
    ATTRIBUTE iy_code AS VARCHAR2(100) from cr_iy_short_description
    ATTRIBUTE iy_desc AS VARCHAR2(150) from cr_iy_long_description
    ATTRIBUTE iy_tree_name AS VARCHAR2(30) from cr_iy_tree_name
    DIMENSION pt_id AS VARCHAR2(100) from cr_pt WITH
    HIERARCHY pt_parent AS VARCHAR2(100) from cr_pt_parentrel(cr_pt_hierlist 'STANDARD')
    INHIERARCHY cr_pt_inhier
    ATTRIBUTE pt_code AS VARCHAR2(100) from cr_pt_short_description
    ATTRIBUTE pt_desc AS VARCHAR2(150) from cr_pt_long_description
    ATTRIBUTE pt_tree_name AS VARCHAR2(30) from cr_pt_tree_name
    DIMENSION ou_id AS VARCHAR2(100) from cr_ou WITH
    HIERARCHY ou_parent AS VARCHAR2(100) from cr_ou_parentrel(cr_ou_hierlist 'STANDARD')
    INHIERARCHY cr_ou_inhier
    ATTRIBUTE ou_code AS VARCHAR2(100) from cr_ou_short_description
    ATTRIBUTE ou_desc AS VARCHAR2(150) from cr_ou_long_description
    ATTRIBUTE ou_tree_name AS VARCHAR2(30) from cr_ou_tree_name
    DIMENSION ge_id AS VARCHAR2(100) from cr_ge WITH
    HIERARCHY ge_parent AS VARCHAR2(100) from cr_ge_parentrel(cr_ge_hierlist 'STANDARD')
    INHIERARCHY cr_ge_inhier
    ATTRIBUTE ge_code AS VARCHAR2(100) from cr_ge_short_description
    ATTRIBUTE ge_desc AS VARCHAR2(150) from cr_ge_long_description
    ATTRIBUTE ge_tree_name AS VARCHAR2(30) from cr_ge_tree_name
    DIMENSION lv_id AS VARCHAR2(100) from cr_lv WITH
    HIERARCHY lv_parent AS VARCHAR2(100) from cr_lv_parentrel(cr_lv_hierlist 'STANDARD')
    INHIERARCHY cr_lv_inhier
    ATTRIBUTE lv_code AS VARCHAR2(100) from cr_lv_short_description
    ATTRIBUTE lv_desc AS VARCHAR2(150) from cr_lv_long_description
    ATTRIBUTE lv_tree_name AS VARCHAR2(30) from cr_lv_tree_name
    ATTRIBUTE lv_state AS VARCHAR2(30) from cr_lv_state
    ATTRIBUTE lv_country AS VARCHAR2(30) from cr_lv_country
    MEASURE cgf_jan AS NUMBER from cr_report_osuc_drcr_amt_01
    MEASURE cgf_feb AS NUMBER from cr_report_osuc_drcr_amt_02
    MEASURE cgf_mar AS NUMBER from cr_report_osuc_drcr_amt_03
    MEASURE cgf_q1 AS NUMBER from cr_report_osuc_drcr_amt_q1
    MEASURE cgf_apr AS NUMBER from cr_report_osuc_drcr_amt_04
    MEASURE cgf_may AS NUMBER from cr_report_osuc_drcr_amt_05
    MEASURE cgf_jun AS NUMBER from cr_report_osuc_drcr_amt_06
    MEASURE cgf_q2 AS NUMBER from cr_report_osuc_drcr_amt_q2
    MEASURE cgf_jul AS NUMBER from cr_report_osuc_drcr_amt_07
    MEASURE cgf_aug AS NUMBER from cr_report_osuc_drcr_amt_08
    MEASURE cgf_sep AS NUMBER from cr_report_osuc_drcr_amt_09
    MEASURE cgf_q3 AS NUMBER from cr_report_osuc_drcr_amt_q3
    MEASURE cgf_oct AS NUMBER from cr_report_osuc_rcr_amt_10
    MEASURE cgf_nov AS NUMBER from cr_report_osuc_drcr_amt_11
    MEASURE cgf_dec AS NUMBER from cr_report_osuc_drcr_amt_12
    MEASURE cgf_q4 AS NUMBER from cr_report_osuc_drcr_amt_q4
    MEASURE cgf_fy AS NUMBER from cr_report_osuc_drcr_amt_fy
    MEASURE cgf_jan_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_01
    MEASURE cgf_feb_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_02
    MEASURE cgf_mar_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_03
    MEASURE cgf_q1_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_q1
    MEASURE cgf_apr_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_04
    MEASURE cgf_may_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_05
    MEASURE cgf_jun_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_06
    MEASURE cgf_q2_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_q2
    MEASURE cgf_jul_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_07
    MEASURE cgf_aug_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_08
    MEASURE cgf_sep_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_09
    MEASURE cgf_q3_qtd AS NUMBER from cr_report_drcr_amt_qtd_q3
    MEASURE cgf_oct_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_10
    MEASURE cgf_nov_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_11
    MEASURE cgf_dec_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_12
    MEASURE cgf_q4_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_q4
    MEASURE cgf_fy_qtd AS NUMBER from cr_report_osuc_drcr_amt_qtd_fy
    MEASURE cgf_jan_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_01
    MEASURE cgf_feb_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_02
    MEASURE cgf_mar_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_03
    MEASURE cgf_q1_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_q1
    MEASURE cgf_apr_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_04
    MEASURE cgf_may_ytd AS NUMBER from cr_report_drcr_amt_ytd_05
    MEASURE cgf_jun_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_06
    MEASURE cgf_q2_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_q2
    MEASURE cgf_jul_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_07
    MEASURE cgf_aug_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_08
    MEASURE cgf_sep_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_09
    MEASURE cgf_q3_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_q3
    MEASURE cgf_oct_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_10
    MEASURE cgf_nov_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_11
    MEASURE cgf_dec_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_12
    MEASURE cgf_q4_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_q4
    MEASURE cgf_fy_ytd AS NUMBER from cr_report_osuc_drcr_amt_ytd_fy
    MEASURE cgf_drcr_select AS NUMBER from cr_report_osuc_drcr_select
    ROW2CELL olap_calc
    ->SHOW CR_DRCR_REP_FIN
    NA
    ->SHOW CR_DRCR_REP_LM_FIN
    DIMENSION yr_id AS VARCHAR2(100) from cr_yr WITH
    HIERARCHY yr_parent AS VARCHAR2(100) from cr_yr_parentrel(cr_yr_hierlist 'STANDARD')
    INHIERARCHY cr_yr_inhier
    ATTRIBUTE yr_desc AS VARCHAR2(40) from cr_yr_long_description
    ATTRIBUTE yr_tree_name AS VARCHAR2(30) from cr_yr_tree_name
    ATTRIBUTE yr_leap_year AS NUMBER from cr_yr_leap_year
    DIMENSION cs_id AS VARCHAR2(100) from cr_cs WITH
    HIERARCHY cs_parent AS VARCHAR2(100) from cr_cs_parentrel(cr_cs_hierlist 'STANDARD')
    INHIERARCHY cr_at_inhier
    ATTRIBUTE cs_code AS VARCHAR2(100) from cr_cs_short_description
    ATTRIBUTE cs_desc AS VARCHAR2(150) from cr_cs_long_description
    ATTRIBUTE cs_tree_name AS VARCHAR2(30) from cr_cs_tree_name
    DIMENSION id_id AS VARCHAR2(100) from cr_id WITH
    HIERARCHY id_parent AS VARCHAR2(100) from cr_id_parentrel(cr_id_hierlist 'STANDARD')
    INHIERARCHY cr_id_inhier
    ATTRIBUTE id_code AS VARCHAR2(100) from cr_id_short_description
    ATTRIBUTE id_desc AS VARCHAR2(150) from cr_id_long_description
    ATTRIBUTE id_tree_name AS VARCHAR2(30) from cr_id_tree_name
    DIMENSION iy_id AS VARCHAR2(100) from cr_iy WITH
    HIERARCHY iy_parent AS VARCHAR2(100) from cr_iy_parentrel(cr_iy_hierlist 'STANDARD')
    INHIERARCHY cr_iy_inhier
    ATTRIBUTE iy_code AS VARCHAR2(100) from cr_iy_short_description
    ATTRIBUTE iy_desc AS VARCHAR2(150) from cr_iy_long_description
    ATTRIBUTE iy_tree_name AS VARCHAR2(30) from cr_iy_tree_name
    DIMENSION pt_id AS VARCHAR2(100) from cr_pt WITH
    HIERARCHY pt_parent AS VARCHAR2(100) from cr_pt_parentrel(cr_pt_hierlist 'STANDARD')
    INHIERARCHY cr_pt_inhier
    ATTRIBUTE pt_code AS VARCHAR2(100) from cr_pt_short_description
    ATTRIBUTE pt_desc AS VARCHAR2(150) from cr_pt_long_description
    ATTRIBUTE pt_tree_name AS VARCHAR2(30) from cr_pt_tree_name
    DIMENSION ou_id AS VARCHAR2(100) from cr_ou WITH
    HIERARCHY ou_parent AS VARCHAR2(100) from cr_ou_parentrel(cr_ou_hierlist 'STANDARD')
    INHIERARCHY cr_ou_inhier
    ATTRIBUTE ou_code AS VARCHAR2(100) from cr_ou_short_description
    ATTRIBUTE ou_desc AS VARCHAR2(150) from cr_ou_long_description
    ATTRIBUTE ou_tree_name AS VARCHAR2(30) from cr_ou_tree_name
    DIMENSION ge_id AS VARCHAR2(100) from cr_ge WITH
    HIERARCHY ge_parent AS VARCHAR2(100) from cr_ge_parentrel(cr_ge_hierlist 'STANDARD')
    INHIERARCHY cr_ge_inhier
    ATTRIBUTE ge_code AS VARCHAR2(100) from cr_ge_short_description
    ATTRIBUTE ge_desc AS VARCHAR2(150) from cr_ge_long_description
    ATTRIBUTE ge_tree_name AS VARCHAR2(30) from cr_ge_tree_name
    DIMENSION lv_id AS VARCHAR2(100) from cr_lv WITH
    HIERARCHY lv_parent AS VARCHAR2(100) from cr_lv_parentrel(cr_lv_hierlist 'STANDARD')
    INHIERARCHY cr_lv_inhier
    ATTRIBUTE lv_code AS VARCHAR2(100) from cr_lv_short_description
    ATTRIBUTE lv_desc AS VARCHAR2(150) from cr_lv_long_description
    ATTRIBUTE lv_tree_name AS VARCHAR2(30) from cr_lv_tree_name
    ATTRIBUTE lv_state AS VARCHAR2(30) from cr_lv_state
    ATTRIBUTE lv_country AS VARCHAR2(30) from cr_lv_country
    MEASURE cgf_jan AS NUMBER from cr_report_drcr_amt_01
    MEASURE cgf_feb AS NUMBER from cr_report_fin_drcr_amt_02
    MEASURE cgf_mar AS NUMBER from cr_report_fin_drcr_amt_03
    MEASURE cgf_q1 AS NUMBER from cr_report_fin_drcr_amt_q1
    MEASURE cgf_apr AS NUMBER from cr_report_fin_drcr_amt_04
    MEASURE cgf_may AS NUMBER from cr_report_fin_drcr_amt_05
    MEASURE cgf_jun AS NUMBER from cr_report_fin_drcr_amt_06
    MEASURE cgf_q2 AS NUMBER from cr_report_fin_drcr_amt_q2
    MEASURE cgf_jul AS NUMBER from cr_report_fin_drcr_amt_07
    MEASURE cgf_aug AS NUMBER from cr_report_fin_drcr_amt_08
    MEASURE cgf_sep AS NUMBER from cr_report_fin_drcr_amt_09
    MEASURE cgf_q3 AS NUMBER from cr_report_fin_drcr_amt_q3
    MEASURE cgf_oct AS NUMBER from cr_report_fin_drcr_amt_10
    MEASURE cgf_nov AS NUMBER from cr_report_fin_drcr_amt_11
    MEASURE cgf_dec AS NUMBER from cr_report_fin_drcr_amt_12
    MEASURE cgf_q4 AS NUMBER from cr_report_fin_drcr_amt_q4
    MEASURE cgf_fy AS NUMBER from cr_report_fin_drcr_amt_fy
    MEASURE cgf_jan_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_01
    MEASURE cgf_feb_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_02
    MEASURE cgf_mar_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_03
    MEASURE cgf_q1_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_q1
    MEASURE cgf_apr_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_04
    MEASURE cgf_may_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_05
    MEASURE cgf_jun_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_06
    MEASURE cgf_q2_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_q2
    MEASURE cgf_jul_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_07
    MEASURE cgf_aug_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_08
    MEASURE cgf_sep_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_09
    MEASURE cgf_q3_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_q3
    MEASURE cgf_oct_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_10
    MEASURE cgf_nov_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_11
    MEASURE cgf_dec_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_12
    MEASURE cgf_q4_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_q4
    MEASURE cgf_fy_qtd AS NUMBER from cr_report_fin_drcr_amt_qtd_fy
    MEASURE cgf_jan_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_01
    MEASURE cgf_feb_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_02
    MEASURE cgf_mar_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_03
    MEASURE cgf_q1_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_q1
    MEASURE cgf_apr_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_04
    MEASURE cgf_may_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_05
    MEASURE cgf_jun_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_06
    MEASURE cgf_q2_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_q2
    MEASURE cgf_jul_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_07
    MEASURE cgf_aug_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_08
    MEASURE cgf_sep_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_09
    MEASURE cgf_q3_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_q3
    MEASURE cgf_oct_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_10
    MEASURE cgf_nov_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_11
    MEASURE cgf_dec_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_12
    MEASURE cgf_q4_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_q4
    MEASURE cgf_fy_ytd AS NUMBER from cr_report_fin_drcr_amt_ytd_fy
    MEASURE cgf_drcr_select AS NUMBER from cr_report_fin_drcr_select
    ROW2CELL olap_calc

    Hi Sri,
    Initially, am glad for the response.
    Though I have maintained the region keys with the city names with the right letters, I couldn't see the newer 2 cities of the country on the map..
    I guess I should find alternatives to embed new maps vie some other technologies or Add-ons...
    I greatly appreciatte with any deliverables...
    Best.
    Eddy.

  • Credit Limit related Issue

    The problem i am facing is that any amount received from the customer as security deposit or down payment  is treated in SAP as specialGL transaction and it is not captured by the system for the purpose of Credit Limit Check . Since there is no credit limit given to a customer and all customers are treated under High Risk Category even though customer is able to process till Invoicing.
    In a nutshell..Customer is able to invoice against security deposit amount.
    Regards,
    N

    Hi,
    i am not clear what you asking.
    In G/l a/c(spl), we can set credit check is active or not.
    If you want to use credit check to include for some transaction or  not you have to assign two g/l a/c, in account det.
    For down payments you have to assign spl g/l
    in FD32 maintain credit limit

  • Limit or issues with adding email account to iphone 4 AND Macbook Pro

    Is there a limit to email accounts on iphone 4... I tried to add a 4th email account to iphone 4 AND to my email program on MacBook Pro.  It worked for a couple days and not both say user name or pass is incorrect.  I CAN check email from gmail.com STRANGE! :/  Annoyed
    Thanks for info!
    ~Joy

    think all do that same deal when changing network if you're driving
    it's not the speakers it's the wire connecting the device with the speakers
    it will act as a neutral antenna and receive the harmonics from the gsm signals when they get a sms or change network and that will play in the speakers
    maybe you could look into a very very very shielded cable 3.5mm cable which would be protected from those harmonics or maybe you should look into external speakers which use bluetooth a2dp profile

  • Need a script to limit choices in Drop Down Lists

    Anyone have a script the can do this inside of a fillable PDF?
    Dropdown box one they will select one of 19 languages. Then in a second drop down box we want to show only the products available in the language so they can select the one product they want.
    Can this be done?
    Thanks

    With advance scripting knowledge.
    Programming List and Combo fields in Acrobat and LiveCycle forms - Part 1

  • ICloud alias pop-up menu in Apple Mail – how to limit choices?

    Now that Apple has added @icloud to the options for .mac/.me e-mail addresses, my menu of aliases has become too cluttered. See pic below for what I have to scroll through to pick everytime I create a new message.
    There's got to be some way to remove all the @icloud aliases from the menu, isn't there?
    Help?

    U-verse may use Yahoo servers -- meaning that Yahoo owns and manages them for AT&T, or vice versa -- but at least in my case, not the same physical servers.  My U-verse servers are inbound.att.net and outbound.att.net.
    I've had my bellsouth.net account for years and it did use a something.yahoo.something, and I accessed it via my Charter Cable provider. But when I swiched to U-verse last month, it didn't work and I had to change my server settings to att.net using POP3.
    My specific Yahoo account was one I accessed only rarely, and I used the web; I never bothered to set it up in Apple Mail. Indications at Yahoo.com mail help pages are that you do indeed need the paid-for POP access. They refer to it as POP forwarding, but there seems to be no way to get past it and tell them that I don't want to "forward" -- I just want to access.

  • Time Limit exceeded Error while updating huge number of records in MARC

    Hi experts,
    I have a interface requirement in which third party system will send a big file say.. 3 to 4MB file into SAP. in proxy we
    used BAPI BAPI_MATERIAL_SAVEDATA to save the material/plant data. Now, because of huge amount of data the SAP Queues are
    getting blocked and causing the time limit exceeded issues. As the BAPI can update single material at time, it will be called as many materials
    as we want to update.
    Below is the part of code in my proxy
    Call the BAPI update the safety stock Value.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata                    = gs_headdata
            CLIENTDATA                  =
            CLIENTDATAX                 =
           plantdata                   = gs_plantdata
           plantdatax                  = gs_plantdatax
           IMPORTING
              return              = ls_return.
        IF ls_return-type <> 'S'.
          CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
          MOVE ls_return-message TO lv_message.
    Populate the error table and process next record.
          CALL METHOD me->populate_error
            EXPORTING
              message = lv_message.
          CONTINUE.
        ENDIF.
    Can any one please let me know what could be the best possible approach for this issue.
    Thanks in Advance,
    Jitender
    Hi experts,
    I have a interface requirement in which third party system will send a big file say.. 3 to 4MB file into SAP. in proxy we
    used BAPI BAPI_MATERIAL_SAVEDATA to save the material/plant data. Now, because of huge amount of data the SAP Queues are
    getting blocked and causing the time limit exceeded issues. As the BAPI can update single material at time, it will be called as many materials
    as we want to update.
    Below is the part of code in my proxy
    Call the BAPI update the safety stock Value.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata                    = gs_headdata
            CLIENTDATA                  =
            CLIENTDATAX                 =
           plantdata                   = gs_plantdata
           plantdatax                  = gs_plantdatax
           IMPORTING
              return              = ls_return.
        IF ls_return-type <> 'S'.
          CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
          MOVE ls_return-message TO lv_message.
    Populate the error table and process next record.
          CALL METHOD me->populate_error
            EXPORTING
              message = lv_message.
          CONTINUE.
        ENDIF.
    Can any one please let me know what could be the best possible approach for this issue.
    Thanks in Advance,
    Jitender

    Hi Raju,
    Use the following routine to get fiscal year/period using calday.
    *Data definition:
    DATA: l_Arg1 TYPE RSFISCPER ,
          l_Arg2 TYPE RSFO_DATE ,
          l_Arg3 TYPE T009B-PERIV .
    *Calculation:
    l_Arg2  = TRAN_STRUCTURE-POST_DATE. (<b> This is the date that u have to give</b>)
    l_Arg3  = 'V3'.
    CALL METHOD CL_RSAR_FUNCTION=>DATE_FISCPER(
      EXPORTING I_DATE = l_Arg2
                I_PER = l_Arg3
      IMPORTING E_FISCPER = l_Arg1  ).
    RESULT = l_Arg1 .
    Hope it will sove ur problem....!
    Please Assign points.......
    Best Regards,
    SG

  • Number of characteristics limit in list mode of BMBC

    Hi Experts,
    We have a class that contains 232 characteristics,
    When we try to display a list view of the selected batches in "Selection result for stock" section we get Message no. 12527: Not all characteristics from selection class XXX are displayed.
    Does anyone have an idea how I can change this limitation?
    Thanks,
    Gil

    There is no formal limit, but issues like the amount of RAM and disk space you have can come into play.
    Regards
    TD

  • GL Amount Limit

    Experts,
    We have 2 house banks first bank have a limit to issue check up to 50k and the second bank will be above 50k
    Whenever making payment through F110 we have to manually edit the payment proposal based on the Vendor Invoice amount it would be Cumbersome for the user while perform F110 and user does mistake many times by selecting Wrong House Banks.
    Please suggest how to set limit 50K for the First Bank Account.
    BK

    Hi,
    Set the available amount of one house bank to 50000 and set the available amount in other house bank to large amount and in ranking order also give the first rank to below 50000 house bank. so that usually the program will first go to 1st house bank and the available amount is with in the limit it will pick that house bank(i.e below 50000) if the amount is more that 50000 then the program will automatically pick the second house bank
    Thanks & Regards
    Krishna Chaitanya

Maybe you are looking for

  • No NIC drivers for Windows 7 in bootcamp on mac mini

    Hello, I am brand new to Macs but I have been asked to install boot camp and windows 7 64 bit on a mac mini running 10.6.8.  I have gotten windows 7 on the machine and can boot to it but the problem is there are no drivers loaded for the ethernet con

  • What happens to CC or Watermarks when imported into PrPro

    HI all, my question (s) are about information that is stored in the out of tv safety feilds when imported into Adobe premeir pro. files will be mpeg-2 video files SD and Hd 1) what happens to closed Captioning data (does it get moved or is it strippe

  • Printing Thai characters on Windows 7

    Dear Experts, We are developing our system on Windows 7 and we are testing on the printer with Thai characters from SAP(GUI710 Patch 17).  On "Print Preview" everything looks fine but after printed there are some Thai characters (vowels) do not align

  • 10.1.3 ORABPEL-10508 Realm is not found

    Hi, I installed 10.1.3 BPEL Mid-Tier version and am using OeacleXE as database. Everything was working fine until when I tried to configure it with OID and it messed up everything even though followed the document (http://download-west.oracle.com/doc

  • TS1496 My ipod touch will not download lates version of itunes.  Our pc is windows and we also have a shuffle and it works fine.

    My ipod touch will not download latest version of itunes 11.  Our pc is windows. Itunes cannot find the device to sync because it all relates back to not being able to downloand the latest version of itunes.  We also have a shuffle and it works fine.