Selection Screen pop up issue - with jump query RRI

Hi Experts,
I am facing one issue regarding Jump Query(RRI) functionality.
I have one query and also one drill down query.
I need to jump from the first query to the drill down query.
To achieve this , I have added the first query as sender in RSBBS T-Code and added the drill down query as Receiver.
I have also done the variable assignment from the Assignment Details tab.
Now the Jump functionality is working.
But , whenever I am jumping to the receiver query , The selection screen pop up is appearing.
I don't want this selection screen to appear during jump.
Please help me in this regard.
Thanks,
Biswarup

Hi ,
For testing purpose , I have used a single query as sender as well as receiver query.
So , the characteristics set is same.
The query is a simple query, with only one input variable.
and I have assigned it, from variable assignment.
But still the selection screen pop up is coming , when trying to jump.
Please suggest.
Regards,
Biswarup

Similar Messages

  • Issue with the query

    Hi Friends,
    I am having a problem with this query. The query is to fetch all the elements for the employees. The elements that need to be fetched are set up in the flex sets.
    In the table fnd_flex_values there are columns start_date_active and end_date_active fields and these are null. In the below query when I use the condition
    and trunc(sysdate) between NVL(ffv.start_Date_active,TO_DATE('01-JAN-1951','DD-MON-YYYY')) and NVL(ffv.end_Date_active,TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    the query fetches the results in 5seconds
    but when I replace the same query with the statement
    and to_date(to_char(ppa.date_earned,'DD-MON-YYYY'),'DD-MON-YYYY') between NVL(ffv.start_Date_active,TO_DATE('01-JAN-1951','DD-MON-YYYY')) and NVL(ffv.end_Date_active,TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    the query takes a lot of time. Infact it gets timed out
    Columns start_date_active and end_date_active fields are date type. Can anyone say what is the issue with this query
    When I give the sysdate instead of ppa.date_earned date
    select papf.person_id, papf.full_name, papf.employee_number
    ,petf.element_name, pivf.name,
    prrv.result_value, ppa.date_earned,ppa.effective_date, to_char(ppa.date_earned,'DD-MON-YYYY') date_earned, paaf.assignment_id, petf.effective_start_date
    ,petf.effective_end_date, ffv.*
    from per_all_people_f papf
    ,per_all_assignments_f paaf
    ,pay_payroll_actions ppa
    ,pay_assignment_actions paa
    ,pay_element_types_f petf
    ,pay_input_values_f pivf
    ,pay_run_results prr
    ,pay_run_result_values prrv
    ,per_person_type_usages_f pptuf
    ,per_person_types ppt
    ,fnd_flex_values ffv
    ,fnd_flex_value_sets ffvs
    where 1=1
    and papf.person_id = paaf.person_id
    and trunc(ppa.date_earned) between trunc(papf.effective_start_date) and trunc(papf.effective_end_date)
    and trunc(ppa.date_earned) between trunc(paaf.effective_start_date) and trunc(paaf.effective_end_date)
    and paa.assignment_id = paaf.assignment_id
    and paa.action_status='C'
    and ppa.payroll_id = 61
    --and ppa.consolidation_set_id = 108
    and ppa.payroll_action_id = paa.payroll_action_id
    and prr.assignment_action_id = paa.assignment_action_id
    and prr.element_type_id = petf.element_type_id
    -- and trunc(ppa.date_earned) between trunc(petf.effective_start_date) and trunc(petf.effective_end_date)
    and trunc(sysdate) between petf.effective_start_date and petf.effective_end_date
    and prrv.run_result_id = prr.run_result_id
    and prrv.input_value_id = pivf.input_value_id
    and     prr.status in ('P','PA')
    and pivf.name ='Pay Value'
    and ppa.date_earned between pivf.effective_start_date and pivf.effective_end_date
    and ppa.time_period_id=145
    and paaf.person_id = pptuf.person_id
    and pptuf.person_type_id = ppt.person_type_id
    and ppt.user_person_type = nvl('Employee',ppt.user_person_type)
    and trunc(ppa.date_earned) between pptuf.effective_start_date and pptuf.effective_end_date
    and petf.element_name = ffv.flex_value
    and ffv.flex_value_set_id = ffvs.flex_value_set_id
    and ffv.enabled_flag ='Y'
    and ffvs.flex_value_set_name='GROUP_ELEMENTS'
    and trunc(sysdate) between NVL(ffv.start_Date_active,TO_DATE('01-JAN-1951','DD-MON-YYYY')) and NVL(ffv.end_Date_active,TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    -- and trunc(ppa.effective_date) between nvl(ffv.start_Date_active,trunc(ppa.effective_date)) and NVL(ffv.end_Date_active,trunc(ppa.effective_date))
    -- and to_date(to_char(ppa.date_earned,'DD-MON-YYYY'),'DD-MON-YYYY') between NVL(ffv.start_Date_active,TO_DATE('01-JAN-1951','DD-MON-YYYY')) and
    order by ffv.parent_flex_value_low, papf.employee_number;
    Thanks

    ʃʃp wrote:
    /* Formatted on 2012/06/11 13:34 (Formatter Plus v4.8.8) */
    SELECT DISTINCT fr_ir_code, fr_fc_code1, product1, param_rep_prd, no_of_links_start_ir, no_of_supps_start_ir
               FROM comm_exst_rp_comit_aggr_irview
              WHERE fr_ir_code = 'AS01'
                AND srta_period = 2
                AND srta_year = 2011
                AND param_rep_prd = '2011-2'
                AND DECODE (:bind_variable, 'All', 1, 0) = DECODE (:bind_variable, 'All', 1, 1)
           GROUP BY fr_ir_code, fr_fc_code1, product1, param_rep_prd, no_of_links_start_ir, no_of_supps_start_ir
    UNION
    SELECT DISTINCT fr_ir_code, fr_fc_code1, product1, param_rep_prd, no_of_links_start_irda AS no_of_links_start_ir,
                    no_of_supps_start__irda AS no_of_supps_start_ir
               FROM comm_exst_rp_comit_aggr_irview
              WHERE fr_ir_code = 'AS01'
                AND srta_period = 2
                AND srta_year = 2011
                AND param_rep_prd = '2011-2'
                AND da_status = 'N'
                AND DECODE (:bind_variable, 'All', 1, 0) = DECODE (:bind_variable, 'All', 0, 0)
           GROUP BY fr_ir_code, fr_fc_code1, product1, param_rep_prd, no_of_links_start_irda, no_of_supps_start__irdaYes Union is one of the best solutions for handling two queries.
    As per my understanding DECODE function use is:
    DECODE (value,<if this value>,<return this value>,
    <if this value>,<return this value>,
    <otherwise this value>)
    But I am little bit jumbled for understanding below two lines in the query..
    1)
    AND DECODE (:bind_variable, 'All', 1, 0) = DECODE (:bind_variable, 'All', 1, 1)
    2)
    AND DECODE (:bind_variable, 'All', 1, 0) = DECODE (:bind_variable, 'All', 0, 0)Can you please tell me how the comparision is done using DECODE function?

  • Issues with Bex query structures and Crystal Reports/Webi

    Hi experts,
    I'm having an issue with Bex Query structures and nulls. I've built a Crystal Report against a Bex query that uses a Bex Query structure. The structure looks like the following
    Budget $
    Budget %
    Actual $
    Actual %
    Budget YTD
    etc
    if I drag the structure into the Crystal Report detail section with a key figure it displays like this
    Budget $     <null>
    Budget %     <null>
    Actual $     300
    Actual %     85
    Budget YTD     250
    the null values are displayed (and this is what is required). However if I filter using a Record selection or group on a profit centre then the nulls along with the associated structure component are not displayed.
    Actual $     300
    Actual %     85
    Budget YTD     250
    Webi is also behaving similarly. Can anyone explain why the above is happening and suggest a solution either on the Bex side of things or on the Crystal Reports side of things? I'm confused as to why nulls are displayed in the first example and not the second.
    Business Objects Edge 3.1 SP2
    SAP Int Kit SP2
    OS: Linux
    BW 701 Level 6
    Crystal Reports 2008 V1
    Thanks
    Keith

    Hi,
    Crystal Reports and Web Intelligence will only show data which is in the cube. You could have an actual 0 or Null entry whithout grouping but by changing the selection / grouping in the report the data does not include such entry anymore.
    ingo

  • Problem with jump query

    Hello ,
       iam having problem with jump query when i execute the web report but the same jump query is working fine in Bex analyzer.i think there are some settings need to be done in SAP WAS for web report. if it so can anybody tell me how to maintain these settings so that i can execute the my web report.
    Regards
    Komal

    Hi Komal,
    What is the problem you are facing while executing the report.
    Are you working on WAD? Explain clearly about your problem you are facing.
    Regards,
    KK.

  • Authorization issue for Jump query from Summary to Detail

    Hello Gurus,
    I am facing an interesting issue in Jump query authorization.
    I have a query on a summary cube which has Company code as a authorization relevant object .From this query I launch a query on detail cube.This details cube has company code and customer as authorization relevant objects.Customer is present in free characteristic for this query.Summary cube doesnt have the customer object at all.
                     When the user drillsdown on the Customer level in the details query he get the authorization error.After this if he just refreshes the query it works fine .
                       Can anybody please suggest any innovative workaround for this issue.
    Gautam

    Hello Gurus,
    I am facing an interesting issue in Jump query authorization.
    I have a query on a summary cube which has Company code as a authorization relevant object .From this query I launch a query on detail cube.This details cube has company code and customer as authorization relevant objects.Customer is present in free characteristic for this query.Summary cube doesnt have the customer object at all.
                     When the user drillsdown on the Customer level in the details query he get the authorization error.After this if he just refreshes the query it works fine .
                       Can anybody please suggest any innovative workaround for this issue.
    Gautam

  • Called CL support. No popping/crackling issue with XFI kno

    yeah.. after a post by Catherina i decided to post this to make sure you guys see it. If CL closes/deletes this thread they simply acknowledge that they dont want you to know the truth.
    i called CL support yesterday around 4ish, and i asked if they got an update on the crackling/popping issue. the reply was "there is no case with popping/crackling issue with XFI that is known". i called again so that i speak with someone else to see if it was the case that only off them was unaware of the situation and got same reply.
    the guys attempted to give me the entire troubleshoot again.. i told him i already done all that for the past 5 months bla bla bla.. he offered an RMA with updated firmware... i told him i already got an RMA 2 months ago...
    now WTF is going on? are they simply BSing us that they have acknowledged the issue?

    Z3RO-CooL,
    I'm not sure what you hope to achieve by starting this thread and essentially calling us liars. Customer Support have to troubleshoot a problem if someone contacts them. They won't have any new info for you yet. Others may contact Support with similar symptoms but resolve them by doing some of the troubleshooting mentioned.
    Everything I have told you here is true, we are investigating this and as soon as I have some information for you I will be posting it here.
    I'm closing this thread, not to silence you or because I "don't want you to know the truth", but because this thread was only started to cause an argument and I don't see any constructi've discussion coming from this. Please use the other thread to discuss this particular topic (crackling).
    CatMessage Edited by Catherina-CL on 04-05-2006 04:45 PM

  • Screen Pop a View in New Query Mode

    I am doing a Siebel screen pop customization and am having trouble figuring out how to open my desired view in query mode when the call comes in. I have specified my BusComp and BusObj as well as my SingleView in the custom EventResponse but am not sure where and how to specify the mode which I want the view to open in.
    Anyone know how to do this?
    Thanks in advance!

    Thank you Fuzii,
    I am a Siebel newbie and am trying to figure out how to do a few things with custom screen pops.
    My EventResponse looks like this:
    [EventResponse:AnsweredInboundCall]
    QueryBusComp = "<busComp>"
    QueryBusObj = "<busObj>"
    QuerySpec = "[<fieldName>] = '{<variableName>}'"
    SingleView = "<viewName>"
    So the specified view will show when there is a match on the variableName. In case that variable is empty or a match is not found, then I would like to have the view open in query mode. I am doing this directly in the Siebel Admin Configuration but it doesn't seem that there is a way to tell the applet which mode to open in here.
    If I set the Auto Query Mode to 'New Query' in Siebel Tools, will my specification for SingleView in EventResponse override it and show the view with that record found?
    Thank you for the help :)

  • Issue with SQL Query with Presentation Variable as Data Source in BI Publisher

    Hello All
    I have an issue with creating BIP report based on OBIEE reports which is done using direct SQL. There is this one report in OBIEE dashboard, which is written using direct SQL. To create the pixel perfect version of this report, I am creating BIP data model using SQL Query as data source. The physical query that is used to create OBIEE report has several presentation variables in its where clause.
    select TILE4,max(APPTS), 'Top Count' from
    SELECT c5 as division,nvl(DECODE (C2,0,0,(c1/c2)*100),0) AS APPTS,NTILE (4) OVER ( ORDER BY nvl(DECODE (C2,0,0,(c1/c2)*100),0))  AS TILE4,
    c4 as dept,c6 as month FROM 
    select sum(case  when T6736.TYPE = 'ATM' then T7608.COUNT end ) as c1,
         sum(case  when T6736.TYPE in ('Call Center', 'LSM') then T7608.CONFIRMED_COUNT end ) as c2,
         T802.NAME_LEVEL_6 as c3,
         T802.NAME_LEVEL_1 as c4,
         T6172.CALENDARMONTHNAMEANDYEAR as c5,
         T6172.CALENDARMONTHNUMBERINYEAR as c6,
         T802.DEPT_CODE as c7
    from
         DW_date_DIM T6736 /* z_dim_date */ ,
         DW_MONTH_DIM T6172 /* z_dim_month */ ,
         DW_GEOS_DIM T802 /* z_dim_dept_geo_hierarchy */ ,
         DW_Count_MONTH_AGG T7608 /* z_fact_Count_month_agg */
    where  ( T802.DEpt_CODE = T7608.DEPT_CODE and T802.NAME_LEVEL_1 =  '@{PV_D}{RSD}' 
    and T802.CALENDARMONTHNAMEANDYEAR = 'July 2013'
    and T6172.MONTH_KEY = T7608.MONTH_KEY and T6736.DATE_KEY = T7608.DATE_KEY
    and (T6172.CALENDARMONTHNUMBERINYEAR between substr('@{Month_Start}',0,6)  and substr('@{Month_END}',8,13))
    and (T6736.TYPE in ('Call Center', 'LSM')) )
    group by T802.DEPT_CODE, T802.NAME_LEVEL_6, T802.NAME_LEVEL_1, T6172.CALENDARMONTHNAMEANDYEAR, T6172.CALENDARMONTHNUMBERINYEAR
    order by c4, c3, c6, c7, c5
    ))where tile4=3 group by tile4
    When I try to view data after creating the data set, I get the following error:
    Failed to load XML
    XML Parsing Error: mismatched tag. Expected: . Location: http://172.20.17.142:9704/xmlpserver/servlet/xdo Line Number 2, Column 580:
    Now when I remove those Presention variables (@{PV1}, @{PV2}) in the query with some hard coded values, it is working fine.
    So I know it is the PV that's causing this error.
    How can I work around it?
    There is no way to create equivalent report without using the direct sql..
    Thanks in advance

    I have found a solution to this problem after some more investigation. PowerQuery does not support to use SQL statement as source for Teradata (possibly same for other sources as well). This is "by design" according to Microsoft. Hence the problem
    is not because different PowerQuery versions as mentioned above. When designing the query in PowerQuery in Excel make sure to use the interface/navigation to create the query/select tables and NOT a SQL statement. The SQL statement as source works fine on
    a client machine but not when scheduling it in Power BI in the cloud. I would like to see that the functionality within PowerQuery and Excel should be the same as in Power BI in the cloud. And at least when there is a difference it would be nice with documentation
    or more descriptive errors.
    //Jonas 

  • Authorization issue during Jump Query in BI

    Hi,
    We are facing an issue in BI system, whr user is trying to use and query and jump query [also called, report to report interface (RRI) ]
    But user is getting authorization error while jumping from main query to the other query?
    Could you please help on how to identify what authorization is missing?
    Thanks,
    Umesh C

    Characteristic     Content(in SQL Format)
    0COMP_CODE
    0CREDITOR
    0TCAACTVT
         ( 0COMP_CODE < '0104'
    OR 0COMP_CODE > '0105'
    AND 0COMP_CODE < '0110'
    OR 0COMP_CODE > '0111'
    AND 0COMP_CODE < '0129'
    OR 0COMP_CODE > '0130'
    AND 0COMP_CODE < '0147'
    OR 0COMP_CODE > '0149'
    AND 0COMP_CODE < '0215'
    OR 0COMP_CODE > '0216'
    AND 0COMP_CODE < '0234'
    OR 0COMP_CODE > '0235'
    AND 0COMP_CODE < '0253'
    OR 0COMP_CODE > '0254'
    AND 0COMP_CODE < '0297'
    OR 0COMP_CODE > '0298'
    AND 0COMP_CODE < '0304'
    OR 0COMP_CODE > '0305'
    AND 0COMP_CODE < '0325'
    OR 0COMP_CODE > '0331'
    AND 0COMP_CODE < '0400'
    OR 0COMP_CODE > '0401'
    AND 0COMP_CODE < '0403'
    OR 0COMP_CODE > '0405'
    AND 0COMP_CODE < '0407'
    OR 0COMP_CODE > '0408'
    AND 0COMP_CODE < '0411'
    OR 0COMP_CODE > '0412'
    AND 0COMP_CODE < '0414'
    OR 0COMP_CODE > '0415'
    AND 0COMP_CODE < '0422'
    OR 0COMP_CODE > '0424'
    AND 0COMP_CODE < '0480'
    OR 0COMP_CODE > '0481'
    AND 0COMP_CODE < '0483'
    OR 0COMP_CODE > '0485'
    AND 0COMP_CODE < '0500'
    OR 0COMP_CODE > '0503'
    AND 0COMP_CODE < '0505'
    OR 0COMP_CODE > '0508'
    AND 0COMP_CODE < '0510'
    OR 0COMP_CODE > '0513'
    AND 0COMP_CODE < '0515'
    OR 0COMP_CODE > '0516'
    AND 0COMP_CODE < '0518'
    OR 0COMP_CODE > '0523'
    AND 0COMP_CODE < '0525'
    OR 0COMP_CODE > '0526'
    AND 0COMP_CODE < '0528'
    OR 0COMP_CODE > '0529'
    AND 0COMP_CODE < '0530'
    OR 0COMP_CODE > '0532'
    AND 0COMP_CODE < '0537'
    OR 0COMP_CODE > '0538'
    AND 0COMP_CODE < '0540'
    OR 0COMP_CODE > '0545'
    AND 0COMP_CODE < '0547'
    OR 0COMP_CODE > '0548'
    AND 0COMP_CODE < '0550'
    OR 0COMP_CODE > '0551'
    AND 0COMP_CODE < '0553'
    OR 0COMP_CODE > '0555'
    AND 0COMP_CODE < '0557'
    OR 0COMP_CODE > '0558'
    AND 0COMP_CODE < '0560'
    OR 0COMP_CODE > '0561'
    AND 0COMP_CODE < '0568'
    OR 0COMP_CODE > '0569'
    AND 0COMP_CODE < '0573'
    OR 0COMP_CODE > '0577'
    AND 0COMP_CODE < '0579'
    OR 0COMP_CODE > '0582'
    AND 0COMP_CODE < '0585'
    OR 0COMP_CODE > '0586'
    AND 0COMP_CODE < '0590'
    OR 0COMP_CODE > '0594'
    AND 0COMP_CODE < '0602'
    OR 0COMP_CODE > '0603'
    AND 0COMP_CODE < '0618'
    OR 0COMP_CODE > '0626'
    AND 0COMP_CODE < '0635'
    OR 0COMP_CODE > '0637'
    AND 0COMP_CODE < '0642'
    OR 0COMP_CODE > '0644'
    AND 0COMP_CODE < '0648'
    OR 0COMP_CODE > '0649'
    AND 0COMP_CODE < '0690'
    OR 0COMP_CODE > '0691'
    AND 0COMP_CODE < '0731'
    OR 0COMP_CODE > '0733'
    AND 0COMP_CODE < '0790'
    OR 0COMP_CODE > '0791'
    AND 0COMP_CODE < '0824'
    OR 0COMP_CODE > '0825'
    AND 0COMP_CODE < '0870'
    OR 0COMP_CODE > '0871'
    AND 0COMP_CODE < '0895'
    OR 0COMP_CODE > '0896'
    AND 0COMP_CODE < '0912'
    OR 0COMP_CODE > '0913'
    AND 0COMP_CODE < '0962'
    OR 0COMP_CODE > '0963'
    AND 0COMP_CODE < '1006'
    OR 0COMP_CODE > '1007'
    AND 0COMP_CODE < '1010'
    OR 0COMP_CODE > '1011'
    AND 0COMP_CODE < '1024'
    OR 0COMP_CODE > '1029'
    AND 0COMP_CODE < '1055'
    OR 0COMP_CODE > '1056'
    AND 0COMP_CODE < '1058'
    OR 0COMP_CODE > '1061'
    AND 0COMP_CODE < '1097'
    OR 0COMP_CODE > '1100'
    AND 0COMP_CODE < '1108'
    OR 0COMP_CODE > '1109'
    AND 0COMP_CODE < '1112'
    OR 0COMP_CODE > '1124'
    AND 0COMP_CODE < '1126'
    OR 0COMP_CODE > '1136'
    AND 0COMP_CODE < '1138'
    OR 0COMP_CODE > '1139'
    AND 0COMP_CODE < '1172'
    OR 0COMP_CODE > '1175'
    AND 0COMP_CODE < '1179'
    OR 0COMP_CODE > '1181'
    AND 0COMP_CODE < '1200'
    OR 0COMP_CODE > '1224'
    AND 0COMP_CODE < '1228'
    OR 0COMP_CODE > '1229'
    AND 0COMP_CODE < '1231'
    OR 0COMP_CODE > '1234'
    AND 0COMP_CODE < '1236'
    OR 0COMP_CODE > '1237'
    AND 0COMP_CODE < '1325'
    OR 0COMP_CODE > '1326'
    AND 0COMP_CODE < '1503'
    OR 0COMP_CODE > '1504'
    AND 0COMP_CODE < '1651'
    OR 0COMP_CODE > '1663'
    AND 0COMP_CODE < '1667'
    OR 0COMP_CODE > '1675'
    AND 0COMP_CODE < '1677'
    OR 0COMP_CODE > '1683'
    AND 0COMP_CODE < '1686'
    OR 0COMP_CODE > '1688'
    AND 0COMP_CODE < '1700'
    OR 0COMP_CODE > '1704'
    AND 0COMP_CODE < '1707'
    OR 0COMP_CODE > '1720'
    AND 0COMP_CODE < '1727'
    OR 0COMP_CODE > '1731'
    AND 0COMP_CODE < '1788'
    OR 0COMP_CODE > '1796'
    AND 0COMP_CODE < '1800'
    OR 0COMP_CODE > '1801'
    AND 0COMP_CODE < '1889'
    OR 0COMP_CODE > '1895'
    AND 0COMP_CODE < '1905'
    OR 0COMP_CODE > '1906'
    AND 0COMP_CODE < '1910'
    OR 0COMP_CODE > '1912'
    AND 0COMP_CODE < '1920'
    OR 0COMP_CODE > '1926'
    AND 0COMP_CODE < '1976'
    OR 0COMP_CODE > '1977'
    AND 0COMP_CODE < '2001'
    OR 0COMP_CODE > '2003'
    AND 0COMP_CODE < '2006'
    OR 0COMP_CODE > '2019'
    AND 0COMP_CODE < '2205'
    OR 0COMP_CODE > '2208'
    AND 0COMP_CODE < '2300'
    OR 0COMP_CODE > '2307'
    AND 0COMP_CODE < '2315'
    OR 0COMP_CODE > '2325'
    AND 0COMP_CODE < '2365'
    OR 0COMP_CODE > '2366'
    AND 0COMP_CODE < '2380'
    OR 0COMP_CODE > '2381'
    AND 0COMP_CODE < '2394'
    OR 0COMP_CODE > '2395'
    AND 0COMP_CODE < '2453'
    OR 0COMP_CODE > '2454'
    AND 0COMP_CODE < '2489'
    OR 0COMP_CODE > '2493'
    AND 0COMP_CODE < '2500'
    OR 0COMP_CODE > '2505'
    AND 0COMP_CODE < '2565'
    OR 0COMP_CODE > '2566'
    AND 0COMP_CODE < '5154'
    OR 0COMP_CODE > '5155'
    AND 0COMP_CODE < '5208'
    OR 0COMP_CODE > '5210'
    AND 0COMP_CODE < '5301'
    OR 0COMP_CODE > '5302'
    AND 0COMP_CODE < '5502'
    OR 0COMP_CODE > '5503'
    AND 0COMP_CODE < '5507'
    OR 0COMP_CODE > '5508'
    AND 0COMP_CODE < '5592'
    OR 0COMP_CODE > '5593'
    AND 0COMP_CODE < '5595'
    OR 0COMP_CODE > '5596'
    AND 0COMP_CODE < '5916'
    OR 0COMP_CODE > '5917'
    AND 0COMP_CODE < '5922'
    OR 0COMP_CODE > '5923'
    AND 0COMP_CODE < '5992'
    OR 0COMP_CODE > '5993'
    AND 0COMP_CODE < '6731'
    OR 0COMP_CODE > '6732'
    AND 0COMP_CODE < '7000'
    OR 0COMP_CODE > '7001'
    AND 0COMP_CODE < '7483'
    OR 0COMP_CODE > '7484'
    AND 0COMP_CODE < '8000'
    OR 0COMP_CODE > '8004'
    AND 0COMP_CODE < '8008'
    OR 0COMP_CODE > '8009'
    AND 0COMP_CODE < '8036'
    OR 0COMP_CODE > '8042'
    AND 0COMP_CODE < '8050'
    OR 0COMP_CODE > '8051'
    AND 0COMP_CODE < '8059'
    OR 0COMP_CODE > '8060'
    AND 0COMP_CODE < '8100'
    OR 0COMP_CODE > '8102'
    AND 0COMP_CODE < '8748'
    OR 0COMP_CODE > '8750'
    AND 0COMP_CODE < '9101'
    OR 0COMP_CODE > '9124'
    AND 0COMP_CODE < '9126'
    OR 0COMP_CODE > '9131'
    AND 0COMP_CODE < '9133'
    OR 0COMP_CODE > '9148'
    AND 0COMP_CODE < '9152'
    OR 0COMP_CODE > '9167'
    AND 0COMP_CODE < '9169'
    OR 0COMP_CODE > '9170'
    AND 0COMP_CODE < '9173'
    OR 0COMP_CODE > '9178'
    AND 0COMP_CODE < '9183'
    OR 0COMP_CODE > '9186'
    AND 0COMP_CODE < '9188'
    OR 0COMP_CODE > '9199'
    AND 0COMP_CODE < '9202'
    OR 0COMP_CODE > '9204'
    AND 0COMP_CODE < '9206'
    OR 0COMP_CODE > '9222'
    AND 0COMP_CODE < '9224'
    OR 0COMP_CODE > '9225'
    AND 0COMP_CODE < '9228'
    OR 0COMP_CODE > '9230'
    AND 0COMP_CODE < '9232'
    OR 0COMP_CODE > '9237'
    AND 0COMP_CODE < '9239'
    OR 0COMP_CODE > '9262'
    AND 0COMP_CODE < '9264'
    OR 0COMP_CODE > '9269'
    AND 0COMP_CODE < '9271'
    OR 0COMP_CODE > '9274'
    AND 0COMP_CODE < '9276'
    OR 0COMP_CODE > '9288'
    AND 0COMP_CODE < '9291'
    OR 0COMP_CODE > '9311'
    AND 0COMP_CODE < '9313'
    OR 0COMP_CODE > '9314'
    AND 0COMP_CODE < '9316'
    OR 0COMP_CODE > '9339'
    AND 0COMP_CODE < '9502'
    OR 0COMP_CODE > '9503'
    AND 0COMP_CODE < '9505'
    OR 0COMP_CODE > '9508'
    AND 0COMP_CODE < '9512'
    OR 0COMP_CODE > '9515'
    AND 0COMP_CODE < '9521'
    OR 0COMP_CODE > '9523'
    AND 0COMP_CODE < '9525'
    OR 0COMP_CODE > '9526'
    AND 0COMP_CODE < '9529'
    OR 0COMP_CODE > '9531'
    AND 0COMP_CODE < '9540'
    OR 0COMP_CODE > '9541'
    AND 0COMP_CODE < '9543'
    OR 0COMP_CODE > '9545'
    AND 0COMP_CODE < '9550'
    OR 0COMP_CODE > '9551'
    AND 0COMP_CODE < '9557'
    OR 0COMP_CODE > '9558'
    AND 0COMP_CODE < '9565'
    OR 0COMP_CODE > '9566'
    AND 0COMP_CODE < '9568'
    OR 0COMP_CODE > '9570'
    AND 0COMP_CODE < '9585'
    OR 0COMP_CODE > '9587'
    AND 0COMP_CODE < '9592'
    OR 0COMP_CODE > '9596'
    AND 0COMP_CODE < '9610'
    OR 0COMP_CODE > '9612'
    AND 0COMP_CODE < '9618'
    OR 0COMP_CODE > '9619'
    AND 0COMP_CODE < '9688'
    OR 0COMP_CODE > '9689'
    AND 0COMP_CODE < '9790'
    OR 0COMP_CODE > '9791'
    AND 0COMP_CODE < '9916'
    OR 0COMP_CODE > '9917'
    AND 0COMP_CODE < '9922'
    OR 0COMP_CODE > '9923'
    AND 0COMP_CODE < '9992'
    OR 0COMP_CODE > '9993' )
    AND NOT 0COMP_CODE IN ('#','0001','0100','0107','0120','0126','0138','0145','0152','0171','0175','0180','0181','0188','0195','0197','0200','0206','0213','0221','0229','0232','0240','0244','0247','0257','0261','0263','0265','0267','0280','0285','0290','031
    AND ( 0CREDIT
    OR = '#'
    OR 0CREDIT
    OR BETWEEN '#'
    AND '0000199999'
    OR 0CREDIT
    OR BETWEEN '0000300000'
    AND '9999999999' )
    AND 0TCAACTVT = '03'
    Characteristic     Content(in SQL Format)
    0COMP_CODE     I BT 0104 0105
    I BT 0110 0111
    I BT 0129 0130
    I BT 0147 0149
    I BT 0215 0216
    I BT 0234 0235
    I BT 0253 0254
    I BT 0297 0298
    I BT 0304 0305
    I BT 0325 0331
    I BT 0400 0401
    I BT 0403 0405
    I BT 0407 0408
    I BT 0411 0412
    I BT 0414 0415
    I BT 0422 0424
    I BT 0480 0481
    I BT 0483 0485
    I BT 0500 0503
    I BT 0505 0508
    I BT 0510 0513
    I BT 0515 0516
    I BT 0518 0523
    I BT 0525 0526
    I BT 0528 0529
    I BT 0530 0532
    I BT 0537 0538
    I BT 0540 0545
    I BT 0547 0548
    I BT 0550 0551
    I BT 0553 0555
    I BT 0557 0558
    I BT 0560 0561
    I BT 0568 0569
    I BT 0573 0577
    I BT 0579 0582
    I BT 0585 0586
    I BT 0590 0594
    I BT 0602 0603
    I BT 0618 0626
    I BT 0635 0637
    I BT 0642 0644
    I BT 0648 0649
    I BT 0690 0691
    I BT 0731 0733
    I BT 0790 0791
    I BT 0824 0825
    I BT 0870 0871
    I BT 0895 0896
    I BT 0912 0913
    I BT 0962 0963
    I BT 1006 1007
    I BT 1010 1011
    I BT 1024 1029
    I BT 1055 1056
    I BT 1058 1061
    I BT 1097 1100
    I BT 1108 1109
    I BT 1112 1124
    I BT 1126 1136
    I BT 1138 1139
    I BT 1172 1175
    I BT 1179 1181
    I BT 1200 1224
    I BT 1228 1229
    I BT 1231 1234
    I BT 1236 1237
    I BT 1325 1326
    I BT 1503 1504
    I BT 1651 1663
    I BT 1667 1675
    I BT 1677 1683
    I BT 1686 1688
    I BT 1700 1704
    I BT 1707 1720
    I BT 1727 1731
    I BT 1788 1796
    I BT 1800 1801
    I BT 1889 1895
    I BT 1905 1906
    I BT 1910 1912
    I BT 1920 1926
    I BT 1976 1977
    I BT 2001 2003
    I BT 2006 2019
    I BT 2205 2208
    I BT 2300 2307
    I BT 2315 2325
    I BT 2365 2366
    I BT 2380 2381
    I BT 2394 2395
    I BT 2453 2454
    I BT 2489 2493
    I BT 2500 2505
    I BT 2565 2566
    I BT 5154 5155
    I BT 5208 5210
    I BT 5301 5302
    I BT 5502 5503
    I BT 5507 5508
    I BT 5592 5593
    I BT 5595 5596
    I BT 5916 5917
    I BT 5922 5923
    I BT 5992 5993
    I BT 6731 6732
    I BT 7000 7001
    I BT 7483 7484
    I BT 8000 8004
    I BT 8008 8009
    I BT 8036 8042
    I BT 8050 8051
    I BT 8059 8060
    I BT 8100 8102
    I BT 8748 8750
    I BT 9101 9124
    I BT 9126 9131
    I BT 9133 9148
    I BT 9152 9167
    I BT 9169 9170
    I BT 9173 9178
    I BT 9183 9186
    I BT 9188 9199
    I BT 9202 9204
    I BT 9206 9222
    I BT 9224 9225
    I BT 9228 9230
    I BT 9232 9237
    I BT 9239 9262
    I BT 9264 9269
    I BT 9271 9274
    I BT 9276 9288
    I BT 9291 9311
    I BT 9313 9314
    I BT 9316 9339
    I BT 9502 9503
    I BT 9505 9508
    I BT 9512 9515
    I BT 9521 9523
    I BT 9525 9526
    I BT 9529 9531
    I BT 9540 9541
    I BT 9543 9545
    I BT 9550 9551
    I BT 9557 9558
    I BT 9565 9566
    I BT 9568 9570
    I BT 9585 9587
    I BT 9592 9596
    I BT 9610 9612
    I BT 9618 9619
    I BT 9688 9689
    I BT 9790 9791
    I BT 9916 9917
    I BT 9922 9923
    I BT 9992 9993
    I EQ #
    I EQ 0001
    I EQ 0100
    I EQ 0107
    I EQ 0120
    I EQ 0126
    I EQ 0138
    I EQ 0145
    I EQ 0152
    I EQ 0171
    I EQ 0175
    I EQ 0180
    I EQ 0181
    I EQ 0188
    I EQ 0195
    I EQ 0197
    I EQ 0200
    I EQ 0206
    I EQ 0213
    I EQ 0221
    I EQ 0229
    I EQ 0232
    I EQ 0240
    I EQ 0244
    I EQ 0247
    I EQ 0257
    I EQ 0261
    I EQ 0263
    I EQ 0265
    I EQ 0267
    I EQ 0280
    I EQ 0285
    I EQ 0290
    I EQ 0319
    I EQ 0323
    I EQ 0335
    I EQ 0362
    I EQ 0431
    I EQ 0439
    I EQ 0447
    I EQ 0467
    I EQ 0472
    I EQ 0487
    I EQ 0534
    I EQ 0564
    I EQ 0588
    I EQ 0597
    I EQ 0600
    I EQ 0605
    I EQ 0610
    I EQ 0613
    I EQ 0617
    I EQ 0630
    I EQ 0632
    I EQ 0639
    I EQ 0646
    I EQ 0647
    I EQ 0650
    I EQ 0651
    I EQ 0652
    I EQ 0653
    I EQ 0654
    I EQ 0655
    I EQ 0656
    I EQ 0658
    I EQ 0659
    I EQ 0660
    I EQ 0661
    I EQ 0665
    I EQ 0666
    I EQ 0668
    I EQ 0669
    I EQ 0670
    I EQ 0671
    I EQ 0672
    I EQ 0673
    I EQ 0677
    I EQ 0681
    I EQ 0684
    I EQ 0686
    I EQ 0694
    I EQ 0697
    I EQ 0703
    I EQ 0705
    I EQ 0710
    I EQ 0718
    I EQ 0722
    I EQ 0737
    I EQ 0747
    I EQ 0752
    I EQ 0753
    I EQ 0754
    I EQ 0755
    I EQ 0756
    I EQ 0757
    I EQ 0758
    I EQ 0759
    I EQ 0760
    I EQ 0761
    I EQ 0782
    I EQ 0797
    I EQ 0808
    I EQ 0810
    I EQ 0816
    I EQ 0819
    I EQ 0827
    I EQ 0834
    I EQ 0835
    I EQ 0836
    I EQ 0837
    I EQ 0840
    I EQ 0849
    I EQ 0860
    I EQ 0864
    I EQ 0865
    I EQ 0868
    I EQ 0907
    I EQ 0928
    I EQ 0935
    I EQ 0946
    I EQ 0959
    I EQ 0965
    I EQ 0977
    I EQ 0990
    I EQ 1000
    I EQ 1013
    I EQ 1015
    I EQ 1020
    I EQ 1044
    I EQ 1046
    I EQ 1050
    I EQ 1052
    I EQ 1067
    I EQ 1069
    I EQ 1074
    I EQ 1085
    I EQ 1087
    I EQ 1089
    I EQ 1092
    I EQ 1102
    I EQ 1103
    I EQ 1105
    I EQ 1106
    I EQ 1141
    I EQ 1166
    I EQ 1170
    I EQ 1184
    I EQ 1187
    I EQ 1239
    I EQ 1314
    I EQ 1402
    I EQ 1562
    I EQ 1597
    I EQ 1689
    I EQ 1690
    I EQ 1691
    I EQ 1692
    I EQ 1693
    I EQ 1694
    I EQ 1695
    I EQ 1696
    I EQ 1705
    I EQ 1706
    I EQ 1725
    I EQ 1733
    I EQ 1745
    I EQ 1751
    I EQ 1754
    I EQ 1803
    I EQ 1819
    I EQ 1887
    I EQ 2005
    I EQ 2185
    I EQ 2201
    I EQ 2330
    I EQ 2332
    I EQ 2339
    I EQ 2354
    I EQ 2368
    I EQ 2372
    I EQ 2397
    I EQ 2437
    I EQ 2439
    I EQ 2458
    I EQ 2512
    I EQ 2613
    I EQ 2800
    I EQ 2801
    I EQ 2802
    I EQ 2803
    I EQ 2805
    I EQ 4528
    I EQ 5106
    I EQ 5110
    I EQ 5130
    I EQ 5183
    I EQ 5185
    I EQ 5189
    I EQ 5196
    I EQ 5203
    I EQ 5212
    I EQ 5230
    I EQ 5240
    I EQ 5242
    I EQ 5244
    I EQ 5265
    I EQ 5269
    I EQ 5273
    I EQ 5276
    I EQ 5286
    I EQ 5292
    I EQ 5306
    I EQ 5413
    I EQ 5425
    I EQ 5427
    I EQ 5510
    I EQ 5513
    I EQ 5523
    I EQ 5543
    I EQ 5551
    I EQ 5565
    I EQ 5572
    I EQ 5576
    I EQ 5587
    I EQ 5926
    I EQ 5930
    I EQ 6737
    I EQ 6747
    I EQ 6982
    I EQ 7481
    I EQ 7749
    I EQ 8006
    I EQ 8007
    I EQ 8200
    I EQ 8579
    I EQ 8644
    I EQ 8655
    I EQ 8739
    I EQ 8765
    I EQ 8766
    I EQ 8767
    I EQ 8821
    I EQ 8823
    I EQ 8923
    I EQ 8925
    I EQ 9050
    I EQ 9051
    I EQ 9055
    I EQ 9180
    I EQ 9347
    I EQ 9351
    I EQ 9354
    I EQ 9360
    I EQ 9361
    I EQ 9364
    I EQ 9413
    I EQ 9425
    I EQ 9427
    I EQ 9489
    I EQ 9500
    I EQ 9510
    I EQ 9518
    I EQ 9533
    I EQ 9536
    I EQ 9548
    I EQ 9554
    I EQ 9561
    I EQ 9572
    I EQ 9574
    I EQ 9576
    I EQ 9581
    I EQ 9601
    I EQ 9604
    I EQ 9606
    I EQ 9616
    I EQ 9634
    I EQ 9675
    I EQ 9683
    I EQ 9699
    I EQ 9707
    I EQ 9722
    I EQ 9741
    I EQ 9890
    I EQ 9926
    I EQ 9930
    I EQ 9976
    I EQ 9982
    I EQ 9999
    I EQ :
    I EQ AT01
    I EQ AU01
    I EQ BE01
    I EQ CA01
    I EQ CH01
    I EQ DE01
    I EQ DK01
    I EQ ES01
    I EQ FR01
    I EQ GB01
    I EQ HU01
    I EQ IT01
    I EQ JP01
    I EQ NL01
    I EQ NO01
    I EQ SE01
    I EQ SG01
    I EQ TEMP
    I EQ TMPN
    I EQ US01
    I EQ ZA01
    0CREDITOR     I BT 0000000000 0000199999
    I BT 0000300000 9999999999
    I EQ #
    I EQ :
    0TCAACTVT     I EQ 03
         Not Authorized Selection is not authorized     
    All Authorizations Tested
      Message EYE007: You do not have sufficient authorization 
      No Sufficient Authorization for This Subselection (SUBNR)

  • Perf tuning issue with a query involving between clause

    Hi all,
    I am getting issues with performance when I try to execute this query. Given below the query and it is going for a full table scan. I think the problem is with the between clause. But I dont know how to resolve this issue
    SELECT psm.member_id
    FROM pre_stg_member psm
    WHERE psm.map_tran_agn BETWEEN :start_transaction_agn and :end_transaction_agn
    and psm.partition_key = :p_partition_key;
    Having composite index on map_tran_agn and partition_key.
    Please help me in this regard.
    Thanks,
    Swami

    Please consider the following when you post a question.
    1. New features keep coming in every oracle version so please provide Your Oracle DB Version to get the best possible answer.
    You can use the following query and do a copy past of the output.
    select * from v$version 2. This forum has a very good Search Feature. Please use that before posting your question. Because for most of the questions
    that are asked the answer is already there.
    3. We dont know your DB structure or How your Data is. So you need to let us know. The best way would be to give some sample data like this.
    I have the following table called sales
    with sales
    as
          select 1 sales_id, 1 prod_id, 1001 inv_num, 120 qty from dual
          union all
          select 2 sales_id, 1 prod_id, 1002 inv_num, 25 qty from dual
    select *
      from sales 4. Rather than telling what you want in words its more easier when you give your expected output.
    For example in the above sales table, I want to know the total quantity and number of invoice for each product.
    The output should look like this
    Prod_id   sum_qty   count_inv
    1         145       2 5. When ever you get an error message post the entire error message. With the Error Number, The message and the Line number.
    6. Next thing is a very important thing to remember. Please post only well formatted code. Unformatted code is very hard to read.
    Your code format gets lost when you post it in the Oracle Forum. So in order to preserve it you need to
    use the {noformat}{noformat} tags.
    The usage of the tag is like this.
    <place your code here>\
    7. If you are posting a *Performance Related Question*. Please read
       {thread:id=501834} and {thread:id=863295}.
       Following those guide will be very helpful.
    8. Please keep in mind that this is a public forum. Here No question is URGENT.
       So use of words like *URGENT* or *ASAP* (As Soon As Possible) are considered to be rude.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Workbook selection screen shown diffent value than its query selection scre

    My work book contents only one query.
    But the selection screen of work book gives me pop-up as 45.2008 for calweek as default value while my query was showing me 04.2009 is value of my current calendar week.
    Regards,
    Krunal

    Krunal,
    When you say pop - up, do you mean the variables screen?
    Are you saying that the variable has a default value of 45.2008?  Is it a Customer Exit / SAP Exit variable or an input variable?
    Regards
    Gill

  • How to use At Selection Screen for fields whiledealing with Multiple Blocks

    Hi Guys,
                In my requirement i am having 4 blocks.1st block with raduio buttons for activating the opther 3 Blocks.
                  In these 3 blocks i am having some fields.
           How to do Validation for these fields.?
    I am using At Selection-screen on S-SCAD1. I am getting error"S_SCACD1 is neither a selection screen nor a Parameter"
    On the top of this" At Selection-screen on S-SCAD1" I am having"AT SELECTION-SCREEN OUTPUT."
                    Can anybody tell me how to solve this error?
    Thanks,
    Gopi.

    If you are using your block name than you should use like:
    AT SELECTION-SCREEN ON BLOCK S-SCAD1.
    Regards,
    Naimesh Patel

  • Selection screen for HR report with logical database PNP

    Hi All,
       I am writing a HR report. And I use the logical database PNP. Also I create a HR report category for this report. In the report category, I can define the selection screen field. But all these fields are selection option format. My question is How can I add parameters, radiobutton group and checkbox in the selection screen. Thanks.
    Alex

    Hi Alex,
    Sorry for replying so late. Please try this tutorial:
    w w w. s a p t e c h n i c a l. c o m -> tutorials -> ABAP-HR -> Creating HR Report category in PNP logical database
    Sorry, I put it like this, because direct link doens't let me post the answer. Don't know why.
    It can also be something with your custom code in selection screen. Though it works fine for, try to remove COMMENTs and observe the result. Maybe parameters are overlapping somehow. First try this:
    SELECTION-SCREEN begin of BLOCK blk2 WITH FRAME TITLE text-002.
    PARAMETERS RefDate type DATS.
    parameter BFlag type c RADIOBUTTON GROUP grp1.
    PARAMETER FFlag type c RADIOBUTTON GROUP grp1.
    parameters days type i.
    PARAMETERS spvsr like PA0001-MSTBR.
    selection-SCREEN end of BLOCK blk2.
    If that works together with the report category, try to extend it with adding a selection-screen comment, but do this in reversed order (comment goes first and FOR FIELD addition is supplied) like this:
    SELECTION-SCREEN begin of BLOCK blk2 WITH FRAME TITLE text-002.
    PARAMETERS RefDate type DATS.
    SELECTION-SCREEN begin of line.
    SELECTION-SCREEN COMMENT 3(10) text-003 for field bflag.  "FOR FIELD, and goes first
    parameter BFlag type c RADIOBUTTON GROUP grp1.
    SELECTION-SCREEN COMMENT 16(10) text-004 for FIELD fflag.  "here two
    PARAMETER FFlag type c RADIOBUTTON GROUP grp1.
    SELECTION-SCREEN end of line.
    parameters days type i.
    PARAMETERS spvsr like PA0001-MSTBR.
    selection-SCREEN end of BLOCK blk2.
    If still not working, see if text-003 and text-004 are not too long (you expect them to be 10 chars), This may somehow affect selection screen.
    You may also try with setting cursor position explicity by:
    SELECTION-SCREEN begin of line.
    SELECTION-SCREEN POSITION 3.
    SELECTION-SCREEN COMMENT (10) text-003 for field bflag. 
    parameter BFlag type c RADIOBUTTON GROUP grp1.
    SELECTION-SCREEN POSITION 16.
    SELECTION-SCREEN COMMENT (10) text-004 for FIELD fflag.  "here two
    PARAMETER FFlag type c RADIOBUTTON GROUP grp1.
    SELECTION-SCREEN end of line.
    It is really hard to identify where can be a bug as it is working fine for me. Keep trying with different variations, it should finally run with some.
    Regards
    Marcin

  • Selection screen modification in case of SAP Query

    Hi All,
    I want to modify the selection screen in a standard progam.
    This program is getting generated through SAP QUERY.
    i want to modify some fields and also delete some fields in the
    selection screen. All these fields which i want to modify or delete
    are the logical database fields.So i can't do it through the t-code SQ01
    and SQ02. Also this is a program generated through the SAP QUERY,
    so i can't modify the generated code. Request if any one of you can suggest me to solve this.
    Waiting for a prompt reply!!
    Thanks,
    Rupesh

    Go to SQ02
    Select your Infoset-->Change
    On next Screen.
    Select GoTo->Code->Initialization.
    Write there code
    LOOP AT SCREEN.
      IF screen-name EQ 'SP$00004'.
           screen-required = 1.
           MODIFY SCREEN.
      ENDIF.
    ENDLOOP.

  • Selection screen validation in HR ad hoc query

    Hi Experts,
    I have created a query in SQ01. My infoset is created using Logical database PNPCE. Selection criteria contains Fields  Personnel Number and Employment status. so when the query will be run, I want to display error message if invalid personnel number or Employment status is entered. Please let me know, How do I achieve it.
    Thanks in advane.
    Regards.

    Hi
    After declaring selection screen fields.
    select the field to handle validation and click on the button 'Check coding for
    Element' .
    you will get a block to handle the validation.

Maybe you are looking for

  • Passing data from one screen to another(web-dynpro) in SRM sourcing cockpit

    HI Experts, i am facing problem in passing data from one web-dynpro screen and assigning the data it to another web-dynpro screen. my requirement is that when ever user selects a contract in PROPOSE SOURCES OF SUPPLY screen popup and press only assig

  • Ok this is ridiculous

    I recently got hit by the data usage but in iOS8, it ate all my data. So, tonite i updated to 8.1. I have been on wifi at home ever since the update, i reset all my stats to watch what it uses. My phone is USING DATA WHILE ON WIFI! how is that even p

  • Is there standard forms available for these things?????

    hi experts,                  is there any standard forms avilable for these transaction 1) CT2 Form 2) RT12 Revised Format 3) Annexure -19 4) TR6 Challan 5) 57 F(4) 6) 57 F(4) Challan ( 2) 7) Sales Order

  • Unable to update to PE 8.01

    Okay, I've been reading through some of these posts and understand that there are some issues. Some very serious issues, and I have experienced a lot of crashing myself, as a matter of fact, I have a video waiting to be saved properly, but PRE 8.0 ca

  • Problems With An iPod Formatted For a Mac

    I have a 30GB 5G iPod and i formatted it for my mac but now i can't use it as a portable drive to move files from my pc to my mac, do i have to reformat it for a pc to use it to transfer files?