No data while executing

No data while executing this query .Please Help
Declare @FrmDate as date
Declare @ToDate as date
Declare @series as Varchar(10)
SELECT T2.[CardCode] AS 'Customer/Vendor Code', T2.[CardName] AS 'Customer/Vendor Name',
T2.[DocNum] AS 'Document Number',T3.SeriesName, T1.[SumApplied] AS 'Paid to Invoice',
T2.[DocDate] AS 'Posting Date', T0.[DocNum] AS 'Document Number',
T0.[DocDate] AS 'Posting Date'
FROM  [dbo].[OINV] T0  INNER  JOIN [dbo].[RCT2] T1  ON  T1.[DocEntry] = T0.[DocEntry] 
INNER  JOIN [dbo].[ORCT] T2  ON  T2.[DocNum] = T1.[DocNum]
INNER JOIN [dbo].[NNM1]  T3  ON T2.Series = T3.Series
WHERE T2.[DocDate]  between @FrmDate and @ToDate and T3.SeriesName = @series

Hi,
Please do not post multiple thread on same subject. Close this thread here.
Thanks & Regards,
Nagarajan

Similar Messages

  • Default posting date as 'Today Date' while executing CAT5 to transfer hours

    Hi Experts,
    I want to schedule a job in background to execute CAT5 automatically but system should consider posting date as 'as on date'/ 'Current date' for transferring the all hours into project otherwise it throws an error 'Posting period is not open'.
    So please let me know, how can I configure the system so that it should consider posting date as 'Today Date' by default while executing CAT5 in both cases whether manually or automatically.
    Thanks in advance.
    With regards,
    Sandy
    Edited by: Sandyk on Nov 5, 2009 3:31 PM
    Edited by: Sandyk on Nov 5, 2009 3:33 PM

    Hi,
    Try to take a look the setting of the following transaction,
    IMG> FA> AR & AP> Business Transactions> Incoming Payments> Manual Incoming Payments> Define Tolerances
    See what has been set for payment term for Residual Items.
    Regards,

  • Can not able to save the data while executing the package/procedure

    Hi,
    I created one package and schedule this in JOB, job is running successfully but data is not inserting in table,
    CREATE OR REPLACE package body LST_RPT as
    procedure gender_proc(gender varchar2) is
    begin
    insert into gender_count
    select * from mag_hotline_gender;
    end;
    end LST_RPT;
    after that I am executing this
    exec MSREUL.MKE_LST_RPT.gender_proc('M');
    but it is not saving the data
    can anybody suggest where I am doiing mistake

    Hi Arun,
    Thanks for the suggestion.
    I checked my table structure, gender_count was GTT(global temporary table), Now I changed the structure package is executing sucessfully and able to commit the data
    exec MKE_LST_RPT.gender_proc('M');
    commit;
    can you plz help on another point I want to schedule this package on job means it runs on every day and commit automatically, I am using TOAD but unable to create job can you plz help on this issue.

  • Not able to get data while executing in background for mb52

    Dear all,
    my requirement is i want to schedule the zreport for every 1 hour.but proble is when iam executing in fore ground iam able to get data.but when iam going to scheduling this iam not able to get data.
    my code is
    type-pools:slis.
    data zbudat type RANGE OF budat.
    data wab like line of zbudat.
    data zmatkl type RANGE OF MATKL.
    data waz like line of zMATKL.
    data zwerks type RANGE OF werks.
    data wax like line of zwerks.
    waz-sign = 'I'.
    waz-low = 'CRUDE'.
    waz-option = 'EQ'.
    append waz to zmatkl.
    clear waz.
    waz-sign = 'I'.
    waz-low = 'SGO'.
    waz-option = 'EQ'.
    append waz to zmatkl.
    clear waz.
    *waz-sign = 'I'.
    *waz-low = 'FINES'.
    *waz-option = 'EQ'.
    *append waz to zmatkl.
    *clear waz.
    *waz-sign = 'I'.
    *waz-low = 'LUMPS'.
    *waz-option = 'EQ'.
    *append waz to zmatkl.
    *clear waz.
    *waz-sign = 'I'.
    *waz-low = 'UFO'.
    *waz-option = 'EQ'.
    *append waz to zmatkl.
    wax-sign = 'I'.
    wax-low = 'BIMI'.
    wax-option = 'EQ'.
    append wax to zwerks.
    clear wax.
    wax-sign = 'I'.
    wax-low = 'BIPL'.
    wax-option = 'EQ'.
    append wax to zwerks.
    *waz-sign = 'I'.
    waz-low = 'C'.
    *waz-option = 'CP'.
    *append waz to zmatnr.
    *clear waz.
    *waz-sign = 'I'.
    waz-low = 'S'.
    *waz-option = 'CP'.
    *append waz to zmatnr.
    *clear waz.
    *waz-sign = 'I'.
    waz-low = 'UC'.
    *waz-option = 'CP'.
    *append waz to zmatnr.
    *waz-sign = 'I'.
    waz-low = 'F'.
    *waz-option = 'CP'.
    *append waz to zmatnr.
    *clear waz.
    *waz-sign = 'I'.
    waz-low = 'L'.
    *waz-option = 'CP'.
    *append waz to zmatnr.
    types:begin of w_tab,
           bwkey type werks_d,
           matnr type matnr,
            lgort type LGORT_D,
            budat type budat,
            labst type labst,
           endmenge type p decimals 3,
          end of w_tab.
          DATA : IT_TAB TYPE STANDARD TABLE OF W_TAB WITH HEADER LINE .
    FIELD-SYMBOLS: <gt_fieldcat> TYPE slis_fieldcat_alv,
    <gt_report_list> TYPE w_tab .
    field-symbols <lt_pay_data> type any table.
    *FIELD-SYMBOLS : <LT_DATA> LIKE LINE OF IT_TAB .
    FIELD-SYMBOLS : <LT_DATA> type any .   " i have chaged  it
    data lr_pay_data type ref to data.
    cl_salv_bs_runtime_info=>set( exporting display = abap_false
    metadata = abap_false
    data = abap_true ).
    ****SUBMIT ZQM_GR_BARGE_LOADING WITH S_date in zbudat with s_werks in zwerks with p_pend = ' ' AND RETURN .
    submit RM07MLBS  with MATKLA in zmatkl with werks in zwerks
    "with XVBST = 'X'
    using selection-SCREEN '1000' and return.
    try.
    cl_salv_bs_runtime_info=>get_data_ref( importing r_data = lr_pay_data ).
    assign lr_pay_data->* to <lt_pay_data>.
    catch cx_salv_bs_sc_runtime_info.
    message `Unable to retrieve ALV data` type 'E'.
    endtry.
    cl_salv_bs_runtime_info=>clear_all( ).
    data: obj_s type ref to ZKMINCO_MINESTOCKFROM_SAP_OUT.
    create OBJECT obj_s.
    data : output TYPE ZKMINMINESTOCKFROM_SAP1 ,
            record type ZKMINMINESTOCKFROM_SAP_REC_TAB ,
           wa_record like line of record.
    LOOP AT <lt_pay_data> ASSIGNING <LT_DATA>.
    MOVE-CORRESPONDING <LT_DATA> TO IT_TAB .
    APPEND IT_TAB .
    wa_record-STOCK_AS_ON_DATE = sy-datum .
    wa_record-STOCK_AS_ON_TIME = sy-uzeit .
    wa_record-PLANT_ID = it_tab-bwkey.
    wa_record-STORAGE_LOC_ID = it_tab-lgort .
    wa_record-MATERIAL = it_tab-matnr .
    wa_record-STOCK_QTY = it_tab-labst.
    append wa_record to record.
    clear wa_record.
    endloop.
    output-MINESTOCKFROM_SAP-record = record .
    CALL METHOD obj_s->MINESTOCKFROM_SAP_OUT
      EXPORTING
        output = output .
    commit work.
    Thanks in advance.

    Hi,
    I assume that in your case you have two program lets say ZFOREGROUND and ZBACKGROUND (Called inside zforeground using submit statement)
    zforeground has :
    1. a input field to browse excel sheet or some file at the selection screen, and
    2. button 'post all' to determine the background processing.
    Now your requirement is such that you want zbackground to get scheduled as background job when post all button is clicked.
    So, within the event AT USER-Command, check the sy-ucomm as that of post all button, if so write the following code to schedule the job:
    DATA: jobname LIKE tbtcjob-jobname.
    DATA :jobcount LIKE tbtcjob-jobcount,
    host LIKE msxxlist-host.
    DATA: BEGIN OF starttime.
    INCLUDE STRUCTURE tbtcstrt.
    DATA: END OF starttime.
    DATA: starttimeimmediate LIKE btch0000-char1.
    DATA: gv_job_dt TYPE sy-datum,
    gv_job_tm TYPE sy-uzeit.
    jobname = 'EXCLUSION_LISTING'.
    gv_job_dt = sy-datum.
    gv_job_tm = sy-uzeit.
    Job open
    CALL FUNCTION 'JOB_OPEN'
    EXPORTING
    delanfrep = ' '
    jobgroup = ' '
    jobname = jobname
    sdlstrtdt = sy-datum
    sdlstrttm = sy-uzeit
    IMPORTING
    jobcount = jobcount
    EXCEPTIONS
    cant_create_job = 01
    invalid_job_data = 02
    jobname_missing = 03.
    IF sy-subrc NE 0.
    "error processing
    ENDIF.
    Insert process into job
    SUBMIT ZBACKGROUND AND RETURN
    WITH p_file1 = gv_file_cust_exc "<----
    Parameters which you want to pass to report zbackground from the report
    WITH p_file2 = gv_file_win_deal "------zforeground
    USER sy-uname
    VIA JOB jobname
    NUMBER jobcount.
    IF sy-subrc ne 0.
    "error processing
    ENDIF.
    Close job
    starttime-sdlstrtdt = gv_job_dt.
    starttime-sdlstrttm = gv_job_tm.
    CALL FUNCTION 'JOB_CLOSE'
    EXPORTING
    event_id = starttime-eventid
    event_param = starttime-eventparm
    event_periodic = starttime-periodic
    jobcount = jobcount
    jobname = jobname
    laststrtdt = starttime-laststrtdt
    laststrttm = starttime-laststrttm
    prddays = 1
    prdhours = 0
    prdmins = 0
    prdmonths = 0
    prdweeks = 0
    sdlstrtdt = starttime-sdlstrtdt
    sdlstrttm = starttime-sdlstrttm
    strtimmed = starttimeimmediate
    targetsystem = host
    EXCEPTIONS
    cant_start_immediate = 01
    invalid_startdate = 02
    jobname_missing = 03
    job_close_failed = 04
    job_nosteps = 05
    job_notex = 06
    lock_failed = 07
    OTHERS = 99.
    IF sy-subrc EQ 0.
    WRITE:/1 'JOB' COLOR 3,
    jobname COLOR COL_GROUP,
    'Scheduled in Background' COLOR 3. "error processing
    gv_time = starttime-sdlstrttm.
    gv_date = starttime-sdlstrtdt.
    ENDIF.
    Above code will schedule the report zbackground in background.
    Note:
    the program schduled in background will not be able to access any data present on your presentation server. data should be provided either by the program schhedulling it in foreground or it has to be thr in application server.
    Regards,
    Ravi

  • How pass date parametet in procedure while executing

    I am written procerdure in which I have to pass parameter the datatype is date how can I am able to pass the date while executing
    please help me

    ya its from the cient application but I am checking that procedure is executing properly or not so I passing it through prompt.
    I am executing in tha same format given by u, its displaying following error
    BEGIN HANGER_FAILURE_PROCEDURE (to_date('01-jan-05','dd-mon-yy') ); END;
    ERROR at line 1:
    ORA-01001: invalid cursor
    ORA-06512: at "SYSTEM.HANGER_FAILURE_PROCEDURE", line 62
    ORA-06512: at line 1
    ===============================
    And my procedure is
    CREATE OR REPLACE PROCEDURE HANGER_FAILURE_PROCEDURE (startDate IN FRIT_HANGER.AGING_START_TIME%TYPE ) IS
    shiftDescription SHIFT.DESCRIPTION%TYPE;
    failure_number HANGER_FAILURE.FAILURE_NUMBER%TYPE;
    failure HANGER_FAILURE.FAILURE_NUMBER%TYPE;
    fritID LVT_TEST.FRIT_ID%TYPE ;
    lvt_description LVT.DESCRIPTION%TYPE;
    test_time LVT_TEST.TEST_TIME%TYPE ;
    mikr LVT_TEST.MIKR%TYPE;
    mikr_res LVT_TEST.MIKR_PASSED%TYPE;
    mikg LVT_TEST.MIKG%TYPE;
    mikg_res LVT_TEST.MIKG_PASSED%TYPE;
    mikb LVT_TEST.MIKB%TYPE;
    mikb_res LVT_TEST.MIKB_PASSED%TYPE;
    coe2r LVT_TEST.COE2R%TYPE;
    coe2r_res LVT_TEST.COE2R_PASSED%TYPE;
    coe2g LVT_TEST.COE2G%TYPE;
    coe2g_res LVT_TEST.COE2G_PASSED%TYPE;
    coe2b LVT_TEST.COE2B%TYPE;
    coe2b_res LVT_TEST.COE2B_PASSED%TYPE;
    grparameter AGING_TEST.GR%TYPE;
    ccr VTS_TEST.CCR%TYPE;
    ccg VTS_TEST.CCG%TYPE;
    ccb VTS_TEST.CCB%TYPE;
    aging_hangerId AGING_HANGER.AGING_HANGER_ID%TYPE;
    aging_start_time FRIT_HANGER.AGING_START_TIME%TYPE;
    failure_type HANGER_FAILURE_TYPE.HANGER_FAILURE_TYPE_ID%TYPE;
    CURSOR result_lvt(sdate FRIT_HANGER.AGING_START_TIME%TYPE) IS
    SELECT
    AGING_HANGER.AGING_HANGER_ID,
    LVT.DESCRIPTION,
    FRIT_HANGER.AGING_START_TIME,
    LVT_TEST.FRIT_ID,
    LVT_TEST.TEST_TIME,
    LVT_TEST.MIKR,
    LVT_TEST.MIKR_PASSED,
    LVT_TEST.MIKG,
    LVT_TEST.MIKG_PASSED,
    LVT_TEST.MIKB,
    LVT_TEST.MIKB_PASSED,
    LVT_TEST.COE2R,
    LVT_TEST.COE2R_PASSED,
    LVT_TEST.COE2G,
    LVT_TEST.COE2G_PASSED,
    LVT_TEST.COE2B,
    LVT_TEST.COE2B_PASSED
    FROM LVT_TEST,LVT,FRIT_HANGER,AGING_HANGER
    WHERE LVT_TEST.LVT_ID=LVT.LVT_ID
    AND
    FRIT_HANGER.AGING_HANGER_ID=AGING_HANGER.AGING_HANGER_ID
    AND LVT_TEST.FRIT_ID=FRIT_HANGER.FRIT_ID
    AND FRIT_HANGER.AGING_START_TIME>sdate
    ORDER BY FRIT_HANGER.AGING_START_TIME;
    BEGIN
    IF result_lvt%ISOPEN THEN
    OPEN result_lvt(startDate);
    END IF;
    LOOP
    FETCH result_lvt
    INTO aging_hangerId, lvt_description, aging_start_time, fritID, test_time, mikr, mikr_res, mikg, mikg_res, mikb, mikb_res, coe2r, coe2r_res, coe2g, coe2g_res, coe2b, coe2b_res;
    exit when result_lvt%NOTFOUND;
    SELECT GR INTO grparameter
    FROM AGING_TEST
    WHERE
    TEST_TIME = (SELECT MAX(TEST_TIME) FROM AGING_TEST WHERE FRIT_ID = fritID);
    SELECT CCR, CCG, CCB INTO ccr,ccg,ccb
    FROM VTS_TEST
    WHERE TEST_TIME = (SELECT MAX(TEST_TIME) FROM VTS_TEST WHERE FRIT_ID = fritID);
    SELECT DESCRIPTION INTO shiftDescription
    FROM SHIFT
    WHERE START_TIME=TRUNC( aging_start_time);
    IF( mikr_res=0 OR mikg_res = 0 OR mikb_res = 0 )
    THEN
    SELECT MAX(FAILURE_NUMBER) INTO failure
    FROM HANGER_FAILURE
    WHERE AGING_HANGER_ID=aging_hangerId
    AND TO_DATE(AGING_START_TIME) = TO_DATE(aging_start_time)
    AND
    SHIFT_DESCRIPTION = shiftDescription;
    failure_number:=failure+1;
    SELECT HANGER_FAILURE_TYPE_ID INTO failure_type
    FROM HANGER_FAILURE_TYPE
    WHERE DESCRIPTION='MIK';
    INSERT INTO HANGER_FAILURE (HANGER_FAILURE_ID, HANGER_FAILURE_TYPE_ID, AGING_HANGER_ID,
    SHIFT_DESCRIPTION, AGING_START_TIME, FAILURE_NUMBER, LVT_DESCRIPTION,FRIT_ID,TEST_TIME, MIKR, MIKG, MIKB, COE2R, COE2G, COE2B, GR,CCR, CCG ,CCB ) VALUES(HANGER_FAILURE_ID_GENERATOR.NEXTVAL, failure_type, aging_hangerId, shiftDescription,aging_start_time,failure_number ,lvt_description, fritID,test_time, mikr,mikg,mikb,coe2r,coe2g,coe2b,grparameter,ccr,ccg,ccb);
    ELSE
    DBMS_OUTPUT.PUT_LINE('Doesn''t occur any MIK failure');
    END IF;
    IF (coe2r_res = 0 OR coe2g_res = 0 OR coe2b_res = 0)
    THEN
    SELECT MAX(FAILURE_NUMBER) INTO failure
    FROM HANGER_FAILURE
    WHERE AGING_HANGER_ID=aging_hangerId
    AND TO_DATE(AGING_START_TIME) = TO_DATE(aging_start_time)
    AND
    SHIFT_DESCRIPTION = shiftDescription;
    failure_number :=failure+1;
    SELECT HANGER_FAILURE_TYPE_ID INTO failure_type
    FROM HANGER_FAILURE_TYPE
    WHERE DESCRIPTION='COE2';
    INSERT INTO HANGER_FAILURE (HANGER_FAILURE_ID,HANGER_FAILURE_TYPE_ID,AGING_HANGER_ID,
    SHIFT_DESCRIPTION,AGING_START_TIME ,FAILURE_NUMBER, LVT_DESCRIPTION,FRIT_ID,TEST_TIME,MIKR,MIKG,MIKB,COE2R,COE2G,
    COE2B,GR ,CCR,CCG ,CCB ) VALUES(HANGER_FAILURE_ID_GENERATOR.NEXTVAL, failure_type, aging_hangerId, shiftDescription,aging_start_time,failure_number ,lvt_description, fritID,test_time, mikr,mikg,mikb,coe2r,coe2g,coe2b,grparameter,ccr,ccg,ccb);
    ELSE
    DBMS_OUTPUT.PUT_LINE('Doesn''t occur any COE2 failure');
    END IF;
    END LOOP;
    CLOSE result_lvt;
    END;
    plz help me

  • Error while insert data using execute immediate in dynamic table in oracle

    Error while insert data using execute immediate in dynamic table created in oracle 11g .
    first the dynamic nested table (op_sample) was created using the executed immediate...
    object is
    CREATE OR REPLACE TYPE ASI.sub_mark AS OBJECT (
    mark1 number,
    mark2 number
    t_sub_mark is a class of type sub_mark
    CREATE OR REPLACE TYPE ASI.t_sub_mark is table of sub_mark;
    create table sam1(id number,name varchar2(30));
    nested table is created below:
    begin
    EXECUTE IMMEDIATE ' create table '||op_sample||'
    (id number,name varchar2(30),subject_obj t_sub_mark) nested table subject_obj store as nest_tab return as value';
    end;
    now data from sam1 table and object (subject_obj) are inserted into the dynamic table
    declare
    subject_obj t_sub_mark;
    begin
    subject_obj:= t_sub_mark();
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,subject_obj from sam1) ';
    end;
    and got the below error:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7
    then when we tried to insert the data into the dynam_table with the subject_marks object as null,we received the following error..
    execute immediate 'insert into '||dynam_table ||'
    (SELECT

    887684 wrote:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7The problem is that your variable subject_obj is not in scope inside the dynamic SQL you are building. The SQL engine does not know your PL/SQL variable, so it tries to find a column named SUBJECT_OBJ in your SAM1 table.
    If you need to use dynamic SQL for this, then you must bind the variable. Something like this:
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,:bind_subject_obj from sam1) ' USING subject_obj;Alternatively you might figure out to use static SQL rather than dynamic SQL (if possible for your project.) In static SQL the PL/SQL engine binds the variables for you automatically.

  • Web Analysis Error -- Error while executing query and retrieving data

    Regarding Web Analysis:
    We have a number of reports that we created. yesterday they were all working fine. today we try to open them and most are generating an error.
    The error is:
    Error while executing query and retrieving data.; nested exception is:
    com.hyperion.ap.APException: [1033] Native:
    1013033[Thu Oct 22 09:08:17
    2009]server name/application name/database name/user name/Error91013033)
    ReportWriter exit abnormally
    Does anyone have any insight into what is going on?
    My version information is:
    Hyperion System 9 BI+ Analytic Administration Services 9.3.0.1.1 Build 2
    Web Analysis 9.3.0.0.0.286
    Thanks in advance for your help.
    DaveW

    Hi,
    And also click on check option by opening the query in Query designer,as Mr . Arun suggested.
    And if you get any error in checking, see the long message(detail).
    With rgds,
    Anil Kumar Sharma .P

  • Short dump while executing info package in 3.5 data flow?

    Hi,
    i am getting short dump while executing info package while executing info package. it was working perfectly 2 days back suddenly it is giving this problem. it is a full load for info object text data and i have only 600 records. when i tried with " only info package" it is working perfectly n bringing the data into PSA. But when i use "PSA and the into data target" it is giving short dump.
    i replicated Data source and also i activated transfer rules, update rules still it is not working. When i check with another info objects it is working perfectly fine. i dont know what is wrong with only particular info object.
    Please find attached short dump.
    Thanks

    Hi,
    When you load transaction data I think there is a deadlock.
    Check in the process overview (transaction SM50) the waiting processes are in program SAPLSENA .
    The program SAPLSENA is the lock handler tool.
    Also check if  ACR is running on this target while your load is happening.
    Check in SM12 if there are any lock entries for the Infoobject to which you are loading data and on RSICCONT table .
    Try reloading after deleting the locks manually.
    Regards.

  • System Throws short dump while executing data source 2LIS_11_VASCL in RSA3.

    Hello Experts,
    I got short dump while executing data source 2LIS_11_VASCL in RSA3.
    The details are as follow.
    When importing object "MC11VA0SCL_TAB", the structure did not match the
    structure of the target object. The error occurred in component
    no. 567.
    This may be due to one of the following reasons:
    - the structure is actually different (the next field has, for
      example, a different data type) or
    - the same sequence of components were exported and imported,
      but the fields were from other include units.
    I have checked source and target fields and those are of same length and data type.
    Could you please give some points why this short dump occurs.
    Thanks
    Konda Reddy

    Hi,
    This error is not between BI and R/3.  It is within R/3.  You may have setup data and then modified the datasource.
    Delete setup data, generate your datasource again.  Setup data and try again.
    If you are on a live system with data setup after a downtime and you do not want to delete it, then bring your datasource to the original state when you setup data and pull data.
    Cheers....

  • Lsmw error 'Specify Files first' while executing option 'Read Data'.

    Hi All,
    while trying to create mass users through LSMW, i am gettign the error 'Specify Files first' while executing option 'Read Data'.
    I have specified file (.txt), manually created (with'1 tab space' between each term). i have used option 'On the PC(Frontend)'. No error while saving.
    Next- i have executed 'Assign Files', where the file appeared automatically.
    Next- Here, when i try to execute 'Read Data', i get the error 'Specify Files first'.
    Can anyone help in resolving this error.

    Hello Plaban,
    What is your purpose? Are you tring to upload the data with more file variant?                                                                               
    There are two possibilities to make file names more variable:                                                                               
    1.If you choose system dependent file names by setting the according flag (in the first step 'Maintain object attributes'), you can define file names for each system in step 'Specify files' by assigning the files to a specific system ID (with a double-click on the specified file).                                                                               
    2.You can use wildcards in the file names where you can assign several values.                                                               
    I hope this helps you.
    Regards,
    Blanca

  • In JDBC Sender Adapter , the server is Microsoft SQL .I need to pass current date as the input column while Executing stored procedure, which will get me 10 Output Columns. Kindly suggest me the SQL Query String

    In JDBC Sender Adapter , the server is Microsoft SQL .I need to pass current date as the input column while Executing stored procedure, which will get me 10 Output Columns. Kindly suggest me the SQL Query String , for executing the Stored Procedure with Current date as the input .

    Hi Srinath,
    The below blog might be useful
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/03/06/executing-stored-procedure-from-sender-adapter-in-sap-pi-71
    PI/XI: Sender JDBC adapter for Oracle stored procedures in 5 days
    regards,
    Harish

  • Ad Hoc Query - While executing - System could not read any data

    Hello Techies,
    When I am excuting my Ad hoc query - for one personnel number for which Infotype 28 subtype 0001 has been maintained
    But system is throwing this error -
    System could not read any data
    Message no. AQ_AD_HOC226
    Diagnosis
    There is no data available for the specified selections.
    System response
    The results list in the lower part of the screen still displays the last list to be created.
    Please let me know why does it happening ?
    Thanks
    Jaydeep

    It was an date selection issue - as while executing the Ad hoc query - the reporting date is today -
    changed to all

  • Macro Error while executing planning functions or saving data

    Dear All,
    I am getting following error in BEx Analyzer while executing planning function or pressing a save button.
    Note: Excel is 2007 version.
    Cannot run the macro "XXXXXX.xlsx". The macro may not be available in this workbook or all macros may be disabled.
    I changed the settings in Macro Settings (Office Button -> Excel Options -> Trust Center -> Trust Center Settings-> Macro Settings) eventhough it is showing that above message.
    selected ->
    Enalble all macros
    Trust access to VBA project object model.
    If anybody faced this issue kindly reply to this.
    Best Regards,
    SG

    Hello everybody,
    i am facing exactlythe same issue! I am currently running GUI Patch Level 14 and BI Add on Patch Level 10.
    I have also adjusted all necessary settings in Excel Options like Activate all Macros and Trust VBA Coding.
    Does anybody have another Solution.
    As mentioned before Gui Patch 13 and BI Add On Patch 10 obviously arent the solutiuon.
    Best regards
    Janos

  • Error: No data available while executing BEx query

    Hi BI expert,
    Please help me out as I am very new in BI. I am getting error "No data available" after executing query in BEx query designer.
    thanks

    Hi,
    Pl check for the Filter Conditions of the query.Have the same filters data  as that in the Cube/ODS.
    Hw is the Data Flow ???
    A)From ODS to Cube to Query ????
    or
    B)From ODS
    or
    C)From Cube
    1)Check on which Infoprovider the Query is built.
    2)If it is Cube then Check the data in the Cube.Right click Cube ,Display data and Execute.
    3)If data is avaliable in cube then it shud come in Query except for the Filter conditions .
    4)then check for the Filter conditions of the query.
    5)If data is not avaliable in Cube then check in ODS ????
    6))If data is not avaliable in ODS then check in PSA
    7))If data is not avaliable in PFA then check in R/3.
    Also search in SDN as to how the Data flows
    A) both from Flat File and 
    B)R/3 and FULL and DElta Load.
    That will give clear uinderstanding  !!!!!
    Rgds
    SVU123
    Edited by: svu123 on Dec 15, 2008 2:15 PM

  • Error while executing WAD report

    Hi Gurus,
      While executing the wad report in the web getting an error, can u brief me, and provide me any step by step procedure for WAD template creation
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    DROPDOWN_ITEM_1
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provider

    can u brief me, and provide me any step by step procedure for WAD template creation
    I believe you have already posted a Q on Dashboards
    Re: DashBords
    & many have responded with documentation links that can help. I suggest you take time to go thru' the links.
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    You need to first create a Data Provider, say DP1, on either an InfoProvider/Query/QueryView to be able to bind it to any webitem in a WAD template. Once created, assign DP1 to ANALYSIS_ITEM_1 under Data Binding properties.
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provide
    Create DP2 first & then have it assigned to the DROPDOWN_ITEM_1 under Data Binding properties.

Maybe you are looking for

  • How to sync outlook 2013 and iCal

    Hi there! So, at work I use a windows computer cause our company's applications don't run on a mac. But at home and mobile, everything is Mac. To organize my agenda I use my iCloud calendar. When I'm at work and have to input something in my calendar

  • How do i create a signature to paste into an adobe document

    I am filling in an adobe form that requires a signature. I would like to email it instead of print it. It requires signatures, so I would like to create signatures to paste into the document.

  • Images not appearing

    THe images that I have added appear in live design mode; however, when I copy the HTML code into Constant Contact, the images do not appear in the email I send. this is a screenshot of my code:

  • How can i free up more memory

    How can I free up Memory on my mac pro 13"

  • JDeveloper 11.1.2.1.0 : The JUnit Integration update cannot be installed

    Hi. When trying to install "JUnit Integration 11.1.2.1.38.60.81" I got this message: "The JUnit Integration update cannot be installed because it has a required licence agreement that could not be read. Click Back to remove this update." I want to in