2LIS_13_VDKON   0 records

I am getting 0 records from 2LIS_13_VDKON . I have initialized the structure for type 13. I ran the Perform Setup       - SD Billing Documents. When I look at the log there are no entries. In LBWE the lights are green.  What am I missing?

Hi,
Make sure that The activation of the ES,Filling setup table and RSA3 checking are being done in the same client (which is used in the source system creation).If there are multiple clients in R/3 you may get chance to do different activities at different clients by mistake.
With Rgds,
Anil Kumar Sharma .P

Similar Messages

  • Not able to see PSA for the data souce 2lis_13_vdkon after enhaning

    Dear Experts,
    I have enhanced the extract structure of 2lis_13_vdkon in R/3 with 5 fields which are exist in transfer structure.
    I have replicated the data source in BI but unfortunately i have not deleted the data in the PSA.
    After replication when i try to activate the data source the system is giving Dump and im not able to see the PSA also.
    Please help me out.
    When i manage on the data source to c PSA, its giving error like this
    Invalid DataStore object name 2LIS_13_VDKON_BB: Reason: No valid entry in table RSTS
    The Dump when activating the data source is :
    Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
    Exception CX_SY_OPEN_SQL_DB
    Date and Time 03.06.2009 09:46:55
    How to correct the error
    Use an ABAP/4 Open SQL array insert only if you are sure that none of
    the records passed already exists in the database.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
    "CL_RSAR_PSA===================CP" or "CL_RSAR_PSA===================CM006"
    "_UPDATE_DIRECTORY_TABLES"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    Regards
    venu

    Hi Venu,
    The issue I think is the PSA was not deleted cleanly. If you try and activate the PSA you will get the dump again.
    ..Probably if you go through the ABAP dump you will notice it is pointing to the following code;-
       75 * Put the fields of PSA to database without check, otherwise error by
       76 * activation of table
       77
       78   IF p_psa_exists EQ rs_c_false OR
       79      i_new_version     EQ rs_c_true.
    >>>>>     INSERT rstsodsfield FROM TABLE l_t_odsfield.
       81   ELSE.
       82     DELETE FROM rstsodsfield
       83       WHERE odsname = l_s_odsfield-odsname
       84       AND  version = l_s_odsfield-version.
       85     MODIFY rstsodsfield FROM TABLE l_t_odsfield.
    Put a breakpoint in the code in line 78. and activate the DS..the program should stop in 78...change the value of variable rc_c_false so that line 82 gets executed. This will clean up the PSA entries in table rstsodsfield. Now activate the DS and delete the PSA entries in the PSA table.
    We faced the same issue and resolved it this way.
    Thanks
    -Saif

  • Problem in running Delta load for 2LIS_13_VDKON

    Hi Friends,
    I am working on LO Data Source i.e., 2LIS_13_VDKON, i have run the INIT setup tables through OLI9BW. There were 2389443 records.
    Now, since in BW these records multiply depending on condition types I didn't want unnecessary records. So I have run multiple INITs in BW with selection criterias as I wanted data only from 01-Jan-10. Having done that, now I want to run deltas but the BW system is not letting me do. If I click on Delta in the infopackage (in update rule) then it selection criteria it adds up all those INIT selection criteria that I have run and I can't change it (as in it becomes non-updatable); why is it adding up all those selection criteria in Delta infopackage?
    I want to fetch all deltas from the day I ran OLI9BW...How to run delta for those records updated after run of OLI9BW.
    Thanks!

    Hi,
    Follow the steps, these steps are for SD module, but for your datasource, change the Tcode to fill setup tables and replace the SD DataSource with your datasource in the following steps.
    1. First Install the DataSOurce in RSA5 and see it in RSA6 and activate in LBWE.
    Before doing the steps from 2 to 6 lock the ECC System, i.e. no transaction will happen
    2. Then delete the Queues in LBWQ like below
         MCEX11  --> For 2LIS_11_* 
         MCEX12  --> For 2LIS_12_* 
         MCEX13  --> For 2LIS_13_* 
      Be carefull while doing all these deleations in Production Servers
    3. Then delete if any entry is there in RSA7
         Eg:
         2LIS_11_*
         2LIS_12_*
         2LIS_13_*
    4. Then delete setp tables using LBWG Tocde and select Application Number. i.e. 11, 12 and 13.
    5. Then Load Setup Tables using OLI7BW, OLI8BW and OLI9BW.
       Give Name of run = XYZ, Termination Date = tomorrows date and execute it in background.
       i.e. Program-->Execute in Background.
       2LIS_11_*  Use OLI7BW Tcode to fill the Setup tables
       2LIS_12_*  Use OLI8BW Tcode to fill the Setup tables
       2LIS_13_*  Use OLI9BW Tcode to fill the Setup tables
    At the time of setup table filling no entry will exists in LBWQ in ECC for the following Queues.
         MCEX11  --> For 2LIS_11_* 
         MCEX12  --> For 2LIS_12_* 
         MCEX13  --> For 2LIS_13_* 
    6. Check the job status in SM37 and once finish it then goto RSA3 and then execute it and check.
    7. Then Replicate the DataSource in BW.
    8. Install InfoCube/DSO from Business Content or cretae InfoCube/DSO and then Map the ECC DataSOurce Fields and BW          InfoObejcts in Transfer Rules (in BW 3.5) or in Transfermations (in BI 7.0).
    9. Map the InfoObejcts in InfoSource and InfoObejects in InfoCube/DSO in in Update Rules (in BW 3.5) or in Transfermations
       (in BI 7.0).
    10.Create InfoPackage and Load Init/Full.
    11.Using DTP you can load to InfoCube/DSO (if it is BI 7.0) 
    Thanks
    Reddy

  • Records in setup table

    Hi Gurus,
    I had a query regarding the total no. of records in setup table of a particular datasource say for 2LIS_13_VDKON
    If i want to know the number of entries in the setup table for this datasource how can i do that ? RSA3 extractor can do this but i just want number of entires only.
    Is there any database table to store the data of setuptable for it ?
    Sonal...

    Hi Sonal,
    U can try in SE16 --> MC13*KONSETUP which is a structure name (F4).. and then select ur structure name and then enter. And check for the number of entries.
    Or u can use RSA3 to findout the same where u need to provide the proper celll info to get the total count.
    Or u can check NPRT T-code to get the total count for that application from the previous setups.
    thanks
    Hope this helps

  • Query running very slow for 2LIS_13_VDKON Extractor.

    Dear Experts
    Having no Standard InfoCube to accommodate the data from 2LIS_13_VDKON Extractor, I've created an InfoCube having the Standard DSO inbetween. The Data Flow is as below:
    2LIS_13_VDKON -> ZSD_DS17 (which is a copy of BCT DSO 0SD_O06) -> ZSD_C17 ---> ZSD_M02 (MultiProvider)
    We went live last week and there are only 1252377 records in the InfoCube at the moment in Production. The BEx Query designed on top of the MultiProvider runs by default for the last 3 Months (Variable created) initially and the User will be able to look up only the last 13 Months (another Variable created) of data at any given point in time.
    The User doesn't want any Selection Parameters on this Report and that's how it is created.
    The problem now is.. this 'Margin on Agreed Cost' Report taking about 3 Minutes and 5 Seconds to run.
    I have RSRV on the InfoCube and everything seems to be ok, tried Aggregates (though I understand that this number of records wouldn't need one to be created) and have also tried Query Cache today but no good.
    Is there anything that I might have overlooked when designing the InfoCube and the BEx Query? Attached are the screenshots of the InfoCube, MultiProvider and the BEx Query for your reference.
    Any suggestions are very much appreciated.
    Thanks in advance for your time.
    Chandu

    Hi Anshu
    Thanks for your time.
    The link you've sent was very useful indeed.
    I followed instructions from your link and below are the statistics 4 days after this Cube went into Production:
    As you could see, the InfoCube design is very fine.
    We have noticed that the Report runs within a few seconds when it is run by 0BILL_DATE in Selection Parameters. Therefore, we are trying to buy the End User to have some Selection Parameters so that the performance of the Report will improve.
    I have already created Aggregates for this Cube but in vain!
    Can anyone please send me the Screenshots of the InfoCube Design which captures all the fields of 2LIS_13_VDKON Extractor?
    Thanks,
    Chandu

  • 2LIS_13_VDKON - PSA error

    Hello dear BWers,
    I am loading data from data source 2LIS_13_VDKON  (Condition values) but get an error message from the PSA:
    "Arithmetical errors or conversion errors found in routine ROUTINE_0001 record 98     RSAU     507"
    I see nothing wrong in the mentioned record in the PSA. What is wrong? My load gets red...     
    Best regards,
    Fredrik

    Hi,
    It is the problem with standard content's update rule  of "Condition Rate"
    So change the update rule of "Condition Rate" to :
    <b>IF( Billing Quantity SU <> 0, Condition Value / Billing Quantity SU, 0 )</b>
    You are getting the error if the record has Billing Quantity SU equal to ZERO.
    With rgds,
    Anil Kumar Sharma .P
    Assign the points, if it is helping you.

  • Excluding records with 0 quantity in cube 0SD_C15

    Hello BWers,
    I'm attempting to load the condition values into 0SD_15 via 2LIS_13_VDKON. However I get an error message from the update rules:
    "Arithmetical errors or conversion errors found in routine ROUTINE_0001 record 98"
    The reason for the error seems to be that the 0KPRICE info object (Condition rate) is including a formula looking like this:
    KNVAL / INV_QTY
    ...where KNVAL is the 'condition value' and INV_QTY is the 'billing quantity'.
    This means that when the either one of these objects are 0 (zero) then there will be an error for the record.
    I need to exclude the records which have a zero value for these two objects..
    Which is the easiest way to do this?
    - ABAP in the info source?
    - ABAP in the update rules?
    - some other setting?
    How could the code look for this?
    Best regards,
    Fredrik

    I have switched to expert mode in order to be able to enter the code. It looks like this:
    IF KNVAL <> initial and INV_QTY <> initial.
    Price = KNVAL / INV_QTY
    endif.
    However, I'm getting this error message:
    'Opening parenthesis "(" expected'
    How should the code look?
    Best regards,
    Fredrik

  • 2lis_13_vdkon and S060 keyfields to Conditions Data from S060?

    hi experts,
    I have written the user exit to get the Payment, accruals data.
    DATA: spmon TYPE s060-spmon.
          CONCATENATE wa_data6-fkdat+0(4)
                       wa_data6-fkdat+4(2)
                       INTO spmon.
          SELECT SINGLE * FROM s060 INTO wa_s060
            WHERE knumh EQ wa_data6-knumh AND
                  spmon EQ spmon.
          wa_data6-zzauwrt = wa_s060-auwrt_k.
          wa_data6-zzruwrt = wa_s060-ruwrt_k.
          wa_data6-zzrrwrt = wa_s060-rrwrt_k.
          MODIFY c_t_data FROM wa_data6 INDEX tabix.
    Everything is fine whenever FKDAT is matching with SPMON from S060 data is coming, but for particular condition record number, but in S060 for particular conditoin record number there, for that SPMON is not matching. that means in 2lis_13_vdkon it is not there, those values (payment, accruals) it is not populating.
    any inputs plz.
    regards
    venuscm
    Edited by: venugopal vadlamudi on Dec 9, 2010 5:32 AM
    Edited by: venugopal vadlamudi on Dec 9, 2010 6:46 AM

    According to SAP press book SAP BW Data Retrieval page 88
    2LIS_13_VDKON  is for invoice conditions and 2LIS_11_VAKON is for sales order conditions.
    pls assign points as a way to say thanks.
    Message was edited by: Dave Scarpino
    also check out
    http://help.sap.com/search/highlightContent.jsp
    Message was edited by: Dave Scarpino

  • Error in creation of a condition record

    Hi to all, I've this error when I try to create a condition record :
    Implementation of Method FIELD_CHECK/DEFAULT_VALUE_SUGGESTION for BAdI /SAPCND/ROLLNAME for filter ZIUSERSTATUS is missing
    Message no. /SAPCND/MAINTENANCE719
    Diagnosis
    Implementation of BADI /SAPCND/ROLLNAME or method FIELD_CHECK/DEFAULT_VALUE_SUGGESTION is missing for the filter characteristic ZIUSERSTATUS.
    If, however, the implementation is correct (see BADI Interface Documentation) and active, there is an error in the condition maintenance layer.
    System Response
    An exception or error occurred because condition maintenance cannot check, convert or lock/unlock the fields of a condition record.
    Procedure
    Contact the department responsible for carrying out the missing implementation in the case of application fields in the customer namespace.  SAP is responsible for SAP fields which are set in the field catalog (/SAPCND/CTFC) and delivered, and if the field is supported as a possible field in a condition table. SAP is also responsible for the implementation of usage fields for SAP applications, just as with condition technique fields.
    In cases where SAP is responsible, contact your responsible support organization.
    Could someone help me please ?

    Hi I just put the coding:
    e_was_executed = 'X'.
    into every method and however it worked.
    Best Regards

  • Whenever a record is Edited the rows are not getting displayed in the repor

    Hi all,
    When a new record is added or edited, It is physically getting added or edited according to the process, but those records are not getting displayed in the report..
    Please Any body faced this situation...
    Help me to identify what error i am doing........
    thanks in advance
    kavitha L

    Hi KChamarti,
    I am also trying to display images insid the datagrid but i get a weird broken image(all silver gray).
    My item renderer is:
              <mx:DataGridColumn headerText="Type">
                   <mx:itemRenderer>
                     <mx:Component>
                      <mx:HBox verticalGap="2">
                          <mx:Image id="dgImage" source="\assets\images\{toLowerCase(data.type)}.jpg" />
                          <mx:Label text="{data.type}"/>
                        </mx:HBox>
                     </mx:Component>
                   </mx:itemRenderer>
                </mx:DataGridColumn>
    Am i mentioning the source of the image in the right way?

  • How do I use my web cam to record audio and video? I can get the video to work but no sound.

    I want to record both audio and video at the same time. The video works fine but not the audio. I do use Skype without any problems using both.

    PwmBoat,
    This made me smile, because things like this do make me smile...  I never make videos on YouCam, but I did this time, so I could test this one out.
    You did not say what webcam software you are using...
    ======================================================================
     Video and audio recording works on YouCam V3.5.1.4606
    Make sure you have turned on a working microphone in Settings:
    YouCam > Right-Side   Settings >
    Right-Side, Lower-Right, Select a working Microphone from the Drop down list
    AND
    CHECK "Capture with audio"
    OK
    You can also buy (for $38 US) YouCam 5.0 from the Cyberlink.com website and it has audio/video and all sorts of other goodies, too.  (They have 3.x as well, but why buy what HP already gives you?)
    ==========================================================================
    I hope this helps!                                 
    We work hard to help!
    Whenever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
    2012 Year of the Dragon!
    Kind Regards,
    Dragon-Fur

  • CUBE Not getting All records from DSO

    Hi Experts ,
    We have a situation where we have to load data from a DSO to a Cube . The DSO contains only 9 records and while we r loading the data into cube , the cube is only getting 2 records . Thus 7 records are missing. Also The Cube contains more Fields  than DSO. in the transformations , for the extra fields we have written end routine and those extra fields will get data by reading master data .. Any pointers how to get the missing records or what is the error ...
    Sam

    Why multiple threads ????

  • Pension payment period record issue in Retiree Payroll

    Dear Experts,
    We are implementing Retiree payroll with new set of wagetypes and payroll area. Now requirement is that there needs to be a provision of recording the balance period of pension payment and further it should be displayed in the form of report. That means say employee has the eligibility of receiving pension from 01.12.1998 to 14.11.2015 and he has received it till  Oct, 2010, remaining balance period needs to be projected in month and days like 60.14/98.12 etc.
    Now please suggest how to achieve it, should we create a custom infotype for storing it or any other way is there.
    Thanks and regards
    Tan

    It is Indian payroll.
    Requirement is to store the balance period of pension payment, like if one employee is eligible to get pension ( as per our pension benefit scheme) for 10 years 3months 15 days since his retirement date and has already received for 36 months i.e. 3years, we need to store and display that he is eligible to get pension for another 7years 3months 15 days in 87.15 format (i.e. 7*12+3= 87months and 15days) on monthly basis.
    This will be also captured in a report later on.
    Please suggest
    Regards
    Tan

  • RECORDING DVD FROM VCR

    HOW DO I RECORD A DVD FROM A VCR? I BOUGHT A APPLE MINI-DVI TO VIDEO ADAPTER AND A S CABLE ADAPTER, IT ALL HOOKS UP, BUT IT DOESN'T SHOW UP AS BEING THERE. HELP! ANYBODY! I WOULD LIKE TO DUB MY CHILDS MOVIES OF WHEN SHE WAS YOUNG BEFORE THEY ROT AWAY ON VCR TAPE. ANY SUGGESTIONS?
    imac G5 20"   Mac OS X (10.4.5)   just received

    FYI.
    I recently purchased the EyeTV 200 (Firewire).
    A refurb direct from Elgato for $200.
    (http://www.elgato.com/indexfr.php?file=shoponlinesh
    opeyetv200refurb)
    Yeah, I got the "200" because I'm transferring 300 training sessions from VHS to DVD. I use the RCA inputs (three wire plug type - white & red (sound) and yellow (video)). EyeTV200 does a fine job.
    I also use our Canon GL2 to pass the video through the camera via firewire into my Intel iMac. I find EyeTV 200 easier (and I can watch and record TV!) while at work! (WaaHOO!)
    This is for the analog signal. TEh EyeTV 500 is for
    digital cable.
    Didn't know that. Saw the "500" but thought it was for HDTV only. Thanks for the info.
    Comes with EyeTV software which allows you to view a
    TV guide (titantv.com) and click what you want to
    record.
    True! You can even schedule it to record like a VCR. I set it up to record "Amazing Race" before leaving work because the program comes on late and I wanted to see it. Got to work and there it was!
    Has S-Video as well as Composite video and stereo
    audio inputs.
    So true. I also have a VCR with S-Video and it works just dandy with EyeTV 200.
    I'm in the process of putting my videos onto DVD with
    it.
    Let's you save directly as MPEG 1, 2, or 4.
    Also exports to DV, iPod, H.264, DIVX, HD720, HD1080.
    etc.
    Between this and iDVD and iMovie HD, it's some pretty
    wicked stuff.
    Ain't it so! Two happy EyeTV users playing on their Macs!

  • How can I display all records as a end user?

    I am applying for jobs with the state and every week they publish a list of new positions that have just been posted on the following link: https://forms.spb.ca.gov/bulletins/weekly.cfm
    and also at http://jobs.spb.ca.gov/wvpos/search_p_ejv.cfm?classcode=5393&criteria=associate%20governme ntal
    It is a .cfm but only displays 15 records at a time, I was wondering if there is a tag or way to have it display all 300 something records at once?  My ultimate goal is to get just the full table into a excel spreadsheet while retaining the HTML formatting so the links still work.
    My thought is that the state has set it up this way to only display a set number of records at a time, the data is not private or protected, I am simply seeking a easier way to access it in aggregate.
    Thank you in advance for your suggestions and help!

    I think your best hope is to ask the author of the CFM whether they provide any web service that can get you that data when you call it.  like.
    https://forms.spb.ca.gov/webservice.cfc?method=getJobsPostings&key={key_goes_here}
    There's a chance they may be regulating performance on the resultset, and don't want to return that many records at a time, pagination or not.

Maybe you are looking for

  • Is it possible to export a video withouth the sound?

    I cut a video, inported music, turned of the original sound from original movies (import from camera) and there is still backgroundnoise from the original videos, not only the music. I will try to import my cuted video withouth all sound end only edi

  • MacOSX AIR Permissions for non-administrator user folders

    We're making final changes to our installer for PowerPC Macs, which cannot get the fixes in Adobe AIR 2.7. What are the ownership AND permissions expected to be for normal Adobe AIR operation in the following user folders? ~/Library/Application Suppo

  • Divider style issue

    Hello! I've been using Flex for a while now and I really like it. I have just found an issue however that someone might have a quick answer to. I work as a designer at a company that uses Flex. I have "layout programing" pretty well figured out but d

  • KONV and KONP

    Hi, Who can tell me the differences between <b>konv-knumv</b>(Number of the document condition) + <b>konv-kposn</b>(Condition item number) and <b>konp-knumh</b>(ondition record number).

  • Content validation before uploading file

    Hi, We want to do some validations before uploading an excel file to OBIEE : 1 - check the file extension 2 - do some data validation on the content of the excel file. I succed in doing the first step by adding some javascript customization to OBIEE