Conditon records not getting fetched

I need to make some document output status date/time 3 ( means print with transaction only )
based on customer master fields.
These are the steps I did :
1.     Added customized field zzkukla in structure komb & komkbv3
2.     Added the code to update the komkbv3 structure in include rvcomfzz
3.     Created zzkukla field in field catalog in spro-output control
4.     Created condition table b804 of key combination Sales org/customer classification
5.     Changed access sequence of z004( field crops billing ) and kept 804 on top.
6.     Maintained the condition records and kept date/time as 3
Now problem is my condition record of 804 table is not getting fetched.
Next key combination sales org/billing type condition record is getting fetched
I think Iu2019m missing something functionallyu2026

Hi,
Check the output determination analysis...to see ...what went wrong...it will show the values that it used for getting the condition records..
In the output screen...choose the following menu..
GOTO -> DETERMINATION ANALYSIS.
Thanks
Naren

Similar Messages

  • Data not getting fetched from Quotation to Contract

    Hi,Myself new to TM. I have a ticket mentioning data not getting fetched from quotation to contract. How to solve it? Please help...
    Message was edited by: Michael Appleby

    Please add the version of the TM product and which SPs have been installed.  Also more information on the quotation and contract.
    What do you mean by ticket?  It you mean an error message, from where are you reading the message?
    Regards, Mike
    SAP Customer Experience Group - CEG

  • SD: Condition record not getting automatically determined

    Hi,
    Condition record not getting automatically determined for a condition type for which following access is maintained.
    The access has table containing following fields:
    Sales Organisation
    Distribution Channel
    Division
    Sales Document type
    Sales Document No.
    Material no.
    Following is the scenario:
    A sales order is created  for Project Systems attach a WBS element to the line item .
    With respect to the above created sales order a Billing request ( a sales doc. type which is different than the above sales order). When the billing request is created materials appearing in the line item will be different.Different materials will appear in the billing request because of the DIP profile maintained.
    The prerequisite is that before creating billing request the sales employee has to maintain condition master record with above access.The condition record will combine sales organisation, distribution channel, division, sales document type ,
    sales document number ( the 1st refered sales order)
    and the material are different
    than the ones maintained in the 1st sales order.
    This will enable in getting billing request generated without manual intervention in pricing for other materials for which condition records have been maintained as stated above.
    Following is the error message we get
    ===================================
    " Inactive        X   Inactive via formulae of incorrect "
    Thanks
    Aby
    Message was edited by: Aby Jacob Emmanuel

    As I know, thats just a warning message(if its a std one).
    Ignore it and save.
    Check your pricing date of the document. For execution it should be similar or after valid-from date maintain in condition record.
    But, you need not create a condition record. Simply change the existing one combination of your desire. But, this warning will come there also for your combination.
    Thanks & Regards
    JP

  • Records Not Getting Displayed in Advanced Table

    Hi All ,
    I am rendering an advanced table that displays some records . i have created a VO that is tagged to this Table . The Table was displaying the records satisfactorily initially . Now suddenly the table shows no Search Conducted .
    I checked the VO and the AM . I found out that the query gets executed when the executeQuery() Method is called . The records are also fetched . (i verified this using methods like getRowCount() , getFetchedRowCount() , getRowCountInRange )
    But the records dont get displayed on the page . What could be the problem . Kindly Help !
    Thanks
    Chirag Shah

    Did you make any change to VO later on which might have change the column aliases?
    If you are sure of VO returning the rows during page call, then I will suggest to delete the mapping from table and do that again.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Delta record not getting created

    Hello Experts -
    I'm working with 0mat_plant_attr datasource.
    In ECC, I made changes to some materials in MM02. I changed the values of MRP Type and Rounding Value in MRP1 tab. The data is saved correctly but a delta record is not getting created. In RSA7, no records are there for 0mat_plant_attr. MRP Type, Rounding Values are attributes of 0mat_plant. I did run the initial infopackage from BW to enable the delta.
    Can someone please help me with this? I'm not doing something correctly.
    Thanks!

    Hi Syed,
    I think you may have to run an attribute change run after executing your infopackage to see the changes.  The modified attribute needs to be set as active in by the attribute change run.
    Master data & attribute chage run
    Regards,
    John

  • Data not getting fetched bacause of index getting used

    Hi,
    I am selecting data from employee table having index on emp_id.
    Select * from employee where emp_id=101
    After executing Query doesnt show any data.
    but after executing like this
    Select * from employee where trim(emp_id)=101 --so index not getting used
    query shows data.
    How should resolve this.
    I am using Oracle 11G
    Thanks

    what is the data type of emp_id column... best approach is NUMBER data type....
    drop index
    Add another column in emp table (NUMBER data type)
    transfer all emp_id records in new column
    drop old column
    rename new column as emp_id
    create index on it

  • Record not getting created at backend

    Hi all,
    I have a U01 type syncbo for creating a record in the backend.
    After the submission of record from my application i checked the worklist in the middleware using merep_sbuilder.The worklist is showing one Waiting entry,and when I checked the data its the same record that i have created from the app.
    After many synchronizations too the waiting state is not getting changed to Success/Sent  state.
    Because of this the record is not reaching the backend.
    Similar application(type U01 syncbo) with differnt tables and syncbo's is working fine in my environment.
    Can anybody suggest something?
    thanks..

    Hi Juhi,
    Go to transaction RZ20 and check out if the corresponding BAPI is executed. And also check the traces
    Regards,
    Kalyan

  • Record not getting inserted into R/3 table.

    Hi Experts,
    I am trying to save some information in R/3 using BAPI. I have written codes like as shown below:
    Code in View
    public void onActionInsertRecord(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionInsertRecord(ServerEvent)
        try {          wdThis.wdGetTimesheetCompController().executeBapi_Catimesheetmgr_Insert_Input();
                   wdThis.wdGetTimesheetCompController().executeBapi_Transaction_Commit_Input();
        } catch (Exception ex)
        {wdComponentAPI.getMessageManager().reportException(ex.getMessage(), false);
        //@@end
    Code in Component Controller
    public void executeBapi_Catimesheetmgr_Insert_Input( )
        //@@begin executeBapi_Catimesheetmgr_Insert_Input()
        IWDMessageManager manager = wdComponentAPI.getMessageManager();
        try
        {   Bapicats1 xx = new Bapicats1();
           xx.setWbs_Element(wdContext.currentWorklistElement().getRec_Wbs());
           xx.setEmployeenumber(wdContext.currentZbapi_Cat_Stech00_Getdetail_InputElement().getEmployeenumber());
           xx.setCatshours(new BigDecimal ("1"));
           xx.setWorkdate(wdContext.currentOutputElement().getDate_From());
           wdContext.currentBapi_Catimesheetmgr_Insert_InputElement().setProfile(wdContext.currentZbapi_Cat_Stech00_Getdetail_InputElement().getProfile());
              wdContext.currentBapi_Catimesheetmgr_Insert_InputElement().modelObject().execute();
              wdContext.nodeOutputnew().invalidate();
        catch(WDDynamicRFCExecuteException e)
          manager.reportException(e.getMessage(), false);
        //@@end
    My records are  not getting saved in R/3 tables. Can you please let me know what is going wrong here. The BAPI input parameters values are correctly getting populated in Component Controller.
    I have also created error message table in View. This error message table is mapped to output of Bapi_Catimesheetmgr_Insert. This table is not getting populated.
    Due to this reason, I believe that the values of input parameters of BAPI are not getting passed to R/3. However, I am not sure where the problem lies. Can you please help me in resolving the issue?
    Regards,
    Brian

    Hi Sumit,
    I am not getting any exception. Using SE37, I can save the transaction. Can you please let me know what is going wrong here.
    Regards,
    Sumit

  • Re : Condition record not getting picked

    Hi All,
    This is with reference to Inter-company PO.
    A condition record has been maintained for MWST condition type(for key combination of Departure country -ID & Destination Country BE).But the system is not picking this condition record but it is picking the condition record maintained for MY to BE.
    Could you please tell me where I need to check if a condition record is not getting picked.
    Regards,
    Mahesh.

    Dear Mahesh
    -  Check your Ship To Party Country
    -  Ensure that the tax code you have maintained for the combination of ID -- BE
    thanks
    G. Lakshmipathi

  • Data not getting fetched into Flex from SAP backend

    Hello....
    I have tried fetching data from SAP into Flex for simple BAPIs. For Ex; there would be 2 to 3 fields and we enter some values in it and these values are wrapped into an object and sent to SAP to fetch the details. This works fine.
    But now, my problem is, I want to pass a list of data, as the one of the table parameter in the BAPI is mandatory to be passed. For this I created a arraycollection with same field names as in SAP:
    <mx:ArrayCollection id="sel">
         <mx:Array>
              <mx:Object FIELD_NAME="RENTAL_OBJECT" SIGN="I" OPTION="EQ" FIELD_VALUE_LOW="1" FIELD_VALUE_HIGH="9999999"/>
         </mx:Array>
    </mx:ArrayCollection>
    var inp:Object = new Object();
    inp.SELOPTION = sel.source; //parameter name in SAP is SELOPTION
    operation.arguments = inp;
    operation.send();
    I get the result back with this. But it will have only the table\structure names. It is not fetching any records, as it does in SAP when BAPI is executed.
    You can have a look at the screen shot of it here:
    This is the result that I'm getting in Flex:
    http://img43.imageshack.us/img43/1477/screenshotgp.jpg
    This is the result I get in SAP when I execute the BAPI directly:
    http://img340.imageshack.us/img340/3796/screenshot2wa.jpg
    Can someone who have come across this please help me out?
    Thanx.
    Deepak

    Hi Deepak,
    To send multiple entries to a table your code should be like this only.
    var dateRangeRow:Object = new Object();
    input.DATE_RANGE = new Array();
    dateRangeRow.SIGN = "I";
    dateRangeRow.OPTION = "EQ";
    dateRangeRow.LOW = "2002-12-20";
    dateRangeRow.HIGH = "";
    input.DATE_RANGE.push(dateRangeRow);
    Check the below link for details.
    http://blog.danmcweeney.com/57
    Regards
    Basheer

  • Formula field, Detail records not getting updated

    Hello seniors,
    i need help on 2 issues;
    first, Issue No. 1
    i have master-detail form with the following tables;
    POH                                  master record table
    PH_NO                              pk
    PH_PARTY
    PH_FXRATE                       exchange rate
    PH_PD_LOCAL_TOT           total of PD_LOCAL_AMT  from details records
    PH_PD_FOREIGN_TOT       total of PD_FOREIGN_AMT  from details records
    POD                      Detail records table
    PD_PHNO              fk
    PD_ITEM
    PD_QTY
    PD_PRICE
    PD_LOCAL_AMT        
    PD_FOREIGN_AMT
    M_PD_FOREIGN_AMT       Formula (PD_QTY * PD_PRICE)
    M_PD_LOCAL_AMT           Formula (M_PD_FOREIGN_AMT/PH_FXRATE)
    CTRL                 Control block
    M_PH_PD_LOCAL_TOT           Summary-Sum-Table=POD, Field=M_PD_LOCAL_AMT
    M_PH_PD_FOREIGN_TOT       Summary-Sum-Table=POD, Field=M_PD_FOREIGN_AMT
    Triggers
    POH Table
    Pre-Insert   and   Pre-Update
    :PH_PD_LOCAL_TOT := :M_PH_PD_LOCAL_TOT
    :PH_PD_FOREIGN_TOT  := :M_PH_PD_FOREIGN_TOT
    POD Table
    Pre-Insert   and   Pre-Update
    :PD_LOCAL_AMT := :M_PD_FOREIGN_AMT
    :PD_FOREIGN_AMT :=  :M_PD_LOCAL_AMTThe problem that i am facing is while i UPDATE a record.
    whats happening is when the form is in Query mode and if i change a record, lets say
    change the value of the field PH_FXRATE, then what happens is, on screen i get all Detail
    record's M_PD_LOCAL_AMT Calculated & Updated, but the actual db field PD_LOCAL_AMT remains unchanged
    in the database after i press F10 or Save button.
    The update takes place for the POH table and form displays 1 Record updated.
    whereas if i have for example 4 detail records, then form should update those as well and display finally
    5 records updated is'nt it..?
    In query mode,if i insert new or modify an existing record in the detail block, then at this point, form marks just
    that particular record as CHANGED. Thus making changes at db level only for this particular record.
    what i want is once i make changes to the field PH_FXRATE, then form should mark all detail records
    as CHANGED and on saving, the PRE-UPDATE tigger of POD table should come in to force and the changes
    in the values of M_PD_LOCAL_AMT in turn to the db field PD_LOCAL_AMT should get affected at db level.
    i have also tried to put these assignments
    :PD_LOCAL_AMT := :M_PD_FOREIGN_AMT
    :PD_FOREIGN_AMT := :M_PD_LOCAL_AMT
    at PRE-UPDATE of POH table, thinking that form might consider
    all detail records, at this point. i noticed that it does it, but only picks
    1 record (i guess just the first record always) and change a db level.
    No. 2 Issue:
    i have put a POST-FORM-COMMIT at form level for auditing the Total fields of POH table against the details records.
    Declare
         M_LC_AMOUNT NUMBER(13,3);
                  M_FC_AMOUNT NUMBER(13,3);
    Begin
         SELECT SUM(PD_LOCAL_AMT) INTO M_LC_AMOUNT
         FROM POD
         WHERE  PD_PHNO = :PD_PHNO;
         IF  :PH_PD_LOCAL_TOT != M_LC_AMOUNT  THEN
              :PH_PD_LOCAL_TOT := M_LC_AMOUNT;
         END IF;
         SELECT SUM(PD_LOCAL_AMT) INTO M_FC_AMOUNT
         FROM    POD
         WHERE  PD_PHNO = :PD_PHNO;
         IF  :PH_PD_FOREIGN_TOT != M_FC_AMOUNT  THEN
              :PH_PD_FOREIGN_TOT := M_FC_AMOUNT;
         END IF;
    End;i was testing and notice that in a query mode when all records are displayed.
    if i go on changing values on records and save or save later keeping the form open,
    form allows, but if 1 come back to a record which i may have changed and saved earlier, then it flashes Error;
    "Records has been changed by another user, requery to ..."
    i want to do an Audit before final db-Commit and keep the user free from this Error..
    Please tell me first of all, is my approach for both of my issues,correct.?
    if not, then please suggest what should be changed.
    i'll highly appreciate for all your help. TYVM. Regards.

    I did exactly as you suggested. It works well for new record insertion
    but when i press F7 to query it, its flashes messages before displaying detail records
    Field must be entered.
    Mr. Andreas,
    i have problem only when i change value of PH_FXRATE. It re-calculates on screen values for M_PD_LOCAL_AMT
    (Formula M_PD_FOREIGN_AMT/PH_FXRATE)
    i want the changed value of M_PD_LOCAL_AMT to be saved in the actual db-field PD_LOCAL_AMT.
    for this i have PRE-UPDATE on POD Table
    :PD_LOCAL_AMT := :M_PD_LOCAL_AMT
    :PD_FOREIGN_AMT := :M_PD_FOREIGN_AMT
    Which is doing that.It is not marking the detial record as CHANGED.
    I tried giving the above assignments in the PRE-UPDATE on POH table.
    It saves the changed value in the db-field, but not all detail records, if more than 1.
    what you have suggested, will get me acheived what i am looking for..?

  • UWL - Records not getting into LeaveRequestApproval web dynpro screen

    Hi,
    We are on EP7 sp9 and ECC 6.0. We are working with UWL. In UWL, we downloaded the standard XML file and done changes for removing the other tabs except the 'Tasks' tab and also placed the refresh button on main screen. It looks fine. Now, the problem is the web dynpro screen is not pulling data from backend. Previously, when we click on 'LeaveRequestApproval' work item, we use to get ITS screen. at backend we did changes in SWFVISU transaction to get web dynpro popup screen when user clicks on 'LeaveRequestApproval' work item. We could able to get the popup web dynpro screen, but it is not pulling any records from backend.
    Now, let us know where we are doing mistake? do we need any more configuration at backend? If so, let us know the work around for it.
    Thanks in advance.
    Kind regards,
    Raj.

    Hi,
    But are you able to see the labels, buttons etc ? Or is it that the entire page itself is not visible ?
    Please check the log file and see what is the error you get there ? Or probably check on the backend side if there is a dump.
    You can also check with the debugger on the backend side...see what exactly happens on the backend when the page is getting loaded.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • 2LIS_06_INV -  Records not getting into the setup table ..Please help..

    Hello Gurus,
    I am trying to setup 2lis_06_inv but i am not able to understand why i am not able to get any records in the setup table.The job shows finished in few seconds.
    What can be the possible reason for this?
    I activated the datasource using RSA5. I setup the Update Mode to 'Direct Delta' in LBWE ( Extraction Cockpit). I deleted the data in the setup table and then ran the OLI6BW tcode and gave tomorrow's date for finishing the job and then ran the job. The job shows finished in a few seconds but no data gets into the setup tables.
    Error message in log says:
    Recompilation has not selected anything -> Refer to error log
    Message no. MRBW015
    Diagnosis
    This error message was issued for one of the following reasons:
    No documents exist
    No selection criteria were entered
    BW updating has not been activated
    Any help is deeply appreciated.

    Hi,
    Check table RBEX on R/3 side whether any entries exists in that or not.
    if it does not contain any entry it will not bring any data.
    Check the link.
    2LIS_06_INV   Extractor problem
    Regards
    SH

  • Data records not getting overwritten

    Hi Guys
    I have  a req where in i am picking up the order qty from 2LIS_11_VAITM and invoice qty from 2LIS_13_VDITM...i am sending the data initially in to 2 individual DSO's and then to the cube...there is a characteristic 0Order reason which initially gets updated as Z01 and that days records are loaded but this order reason changes the next day when the customer closes the order..so we can capture this only the other next day..now the problem is that since  it is a characteristic the delta is picking it up as another record and posting the same order qty at the DSO and the cube level...and now the order qty is getting doubled...so is there any solution  for overwriting this and picking up a single record for this.
    Regards
    Shilpa

    Hi sai
    the scenario is that i am picking order from 2LIS_11_VAITM..this has order reason and i mapped it to the DSO...and then i am picking invoice from 2LIS_13_VDITM..and this doesnt have any order reason and i am not populating order reason in that DSO...
    At the query level i am displaying the all the order quantities where the invoice quntities are 0 and now the Where ever the order resaons were updated the next in that particular case the order qty is getting doubled otherwise its the same..so how do we tacle this since i am calculating the order qty based on the invoice qty and this invoice qty DSO doesnt have order reason..this is having any impact on the query,..
    Regards
    Shilpa

  • New role in CUA user record not getting pushed to child system

    I added a new child system to our CUA setup.  I've confirmed that the RFC connections from both sides are working properly (test connection succeeds) and I've successfully completed the user transfer function in SCUG.  All exisitng roles assigned to the users in the child system are now appearing in the CUA central system as expected.  I added a new role to a user via SU01 in the central system to this child system, but when I go to the child system, it does not appear in the user's SU01 record.  Any ideas why this would not be syncing properly?
    Thanks,
    Michael

    Hi,
    Whenever you create a new role in child system, it has to be sync up with the central system.
    To sync up with the central system, login to central system goto su01>enter any user name>go to roles tab- click on Text comparision from chiled system. Its navigate to another screen, there you have to mention the child system and click on execute. it syncs up with child sytem. Hope it will help you out to resolve the issue.
    If still you are getting the same issue login to the central system.. goto SE38-- enter the program name as "RSCCUSND" and click on execute there mention the user name and the logical system id of the Child system name, select the parameters which you wanted to distribute to child system and execute it.
    Best Regards
    Mani

Maybe you are looking for

  • Hp laserjet p 1007 driver

    As I click on the DRIVER'S DOWNLOAD link, suddenly,page does not load. Please, help me to handle this problem. E-mail:- [Moderator edited email]

  • Using email to vendor

    Hi all, I just need to double check if I want to send email to my vendor, the "Transmission medium" setup for my output condition in MN04 is  "7" or "5"? 5     External send 6     EDI 7     Simple Mail Further, I need to maintain the email address in

  • Adobe Flex Performance iSSUE

    hI, I need to build UI using ADobe flex that will connect BPM system. I have concurrent 500 users. Is this is feasible to develop application(UI) using Flex for such kind of application. Thanks, Vikash

  • Daily Sudoku Will No Longer Print Out

    Daily Sudoku worked great for several days after I first got my HP printer.  Now it will no longer work--I've tried to set it up again several times to no avail.  Please help!

  • Is F8 common knowlege?

    I use Firefox 5.0 and Adobe Acrobat plug in 8.3.0.280 on Windows XP, whileviewing a pdf within Firefox: If there are no tool bars displayed, there is no way to make them visible without previous knowledge of F8. Nothing in the Help (doesn't pertain t