The links with VARID table

Dear All,
We have deleted variants in table VARID in order to solve error CKMLRUN112. Error ckmlrun112 in parameters for closing entry definition
But we still get this error in ckmlcp.
Could anyone tell the links with table VARID?
Where we should delete this variants somewhere else too?
With best regards,
Kamila.

Sridhar,
While calling the transaction use call transaction tcode using i_bdcdata options from opt message into i_messages.
data: lws_cnt type char2,
lws_field type char15.
LOOP AT i_invoicing_plan INTO wa_invoicing_plan.
lws_cnt = sy-tabix.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = lws_cnt
IMPORTING
output = lws_cnt .
CONCATENATE 'FPLT-AFDAT(' lws_cnt ')' INTO lws_field.
CONCATENATE wa_invoicing_plan-date+6(2)
wa_invoicing_plan-date+4(2)
wa_invoicing_plan-date+0(4) INTO lws_date
SEPARATED BY '.'.
PERFORM bdc_field USING lws_field lws_date.
CONCATENATE 'FPLT-FPROZ(' lws_cnt ')' INTO lws_field.
lws_perct = wa_invoicing_plan-percentage.
CONDENSE lws_perct.
PERFORM bdc_field USING lws_field lws_perct.
ENDLOOP.
While calling the transaction give like this:
<b>DATA: opt TYPE ctu_params.
opt-dismode = 'N'.
opt-updmode = 'A'.
opt-defsize = 'X'.
CALL TRANSACTION tcode
USING i_bdcdata OPTIONS FROM opt MESSAGES INTO i_messages.
LOOP AT i_messages.
ENDLOOP.</b>
Prakash.

Similar Messages

  • Can anybody provide me the link between these tables

    Hello,
    Can anybody provide me with the link between these tables.
    Is there any link for the CTSNUMC and PNTPR
    1) /SAPSLL/CTSNUMC
             Fields: STCTS
                       CCNGN
    2) /SAPSLL/PRGEN
            Fields : ATTR20A
                      ATTR05A
                      ATTR10A
                      ATTR05B
    Common field -
    GUID PR
    3) /SAPSLL/PNTPR
            Fields : PRVSY
                    : GRVSY
    Common field -
    GUID PR
    4) /SAPSLL/PRODUCT_SELECT_UI_S  "This is Structure
             Fields : QUAL_STA  " Product Status
                   Common field : CCNGN, STCTS
    5) /SAPSLL/PR
               Fields : CRTSP  " Product Created on
                        : CHTSP " Product Changed on
    Common field -
    GUID PR
    6) /SAPSLL/PRT
          Fields : PRTXT  " Materail Desc
    Common field -
    GUID PR
    I have common fileds for all the tables to join them except for the tables /SAPSLL/CTSNUMC and
    SAPSLL/PRGEN.
    Any suggestions will be apprecaited.
    Regards,
    Kittu

    Hi,
    Thank you every body for your time...
    I am closing this thread as there was no response and I think I solved it.
    Regards,
    Kittu

  • Link with derived tables

    Hi,
    I am trying to solve an issue I am having with reports created with free hand sql in BO 6.1 in BO Xi. I want to create a derived table that will contains the extra data that I need. after I create the derived table, do I need to create all the links from the original tables because I do want that new table to behave like to original ones.
    Brian

    Freehand SQL , you are making in BO XI as Derived Table, correct??
    As I told you, if you want then you can join those to derived tables, no issues. I also did joining tables to Derived tables to work with Inline Views. My queries has Inner join on two tables based on one more inner join with in those.
    I used Derived table for Inner INNER join and joined that derived table with other objects.
    In Report, you can use both of them same time.
    Is it clear or am I missing ??
    Thank You!!
    Edited by: BOCP-BOE on Oct 1, 2010 1:47 AM

  • Populating the cache with VPD tables fails

    Using the Add Tables wizard I am trying to add tables to an Oracle Database cache. The tables have had RLS policies applied using the DBMS_RLS package. The Add Tables wizard fails with an ORA-28112 error (failed to execute policy function).
    Are there any known problems with cacheing tables of a virtual private database?
    Of course we want to cache an entire table, not just a portion as defined by that table's security policy. We have a procedure call that can cause the security policy to return a null predicate (effectively turning off security for all tables). We have set up a logon trigger to run this procedure for the user that populates the cache (we have done this successfully for other users), but we still get the error.
    Any help?
    Cache system:
    SPARC/Solaris 8
    9iAS 1.0.2.1
    Oracle EE 8.1.7.0
    Origin database:
    SPARC/Solaris 8
    Oracle EE 8.1.7.0
    Thanks,
    Steve

    Steve,
    In my opinion you should look first into the trace files. They are generally located under
    USER_DUMP_DEST directory. I believe that this error normally generates a trace file. So in the trace file you can see that it was trying to do and what happened. Also this may be happening due to some permission problems as well e.g. logged user versus policy user etc.
    HTH
    Prakash
    null

  • I can't open web links in Excel or Word when Firefox is my default browser, but they links work when IE is my default browser. How do I open the links with Firefox as the default?

    I recently downloaded Firefox and made it my default browser. Links I have in Excel and Word that used to open with a single click when IE was my default browser no longer work. When I switched my default browser back to IE the links work again.

    This problem just arose for me today. Very frustrating. Tried all of the suggestions here without success. Then a very simple solution came to me:
    UNINSTALL CHROME. I haven't used Chrome for a long while anyway since it seems to have chronic problems of one sort or another. Firefox does 95% of what I need, and Internet Explorer can handle the other 5%.
    After uninstalling Chrome I clicked a mailto link. It asked me what program to use and did not list Firefox as an option for some reason. In the Tools menu, I chose "Options" and went to the "Applications" tab. Searched for "mailto". There was a single entry - when Chrome was installed it gave me no options to switch. After uninstalling Chrome I was able to change that. It still did not list Firefox, but it did list "Gmail". Selecting that causes my Gmail to open in Firefox.
    I have no idea whether Google or Microsoft is responsible for this, but I'm inclined to give the hairy eyeball to Google for this one. It's the sort of stunt they'd pull on Microsoft, then pretend it was just a mistake. Just one guy's opinion, of course.

  • How to make the SQVI through the linking of 4 tables

    I have a document no.i.e.9300801724.
    I am getting the Internal No ( DOCNO ) from J_1IPART2 by put the doc.no.9300801724,then,I am putting the Internal no. ( DOCNO ) into J_1IPART1 and get the output of Material Document (MBLNR).Third,I am using the table,SE16-MSEG,and getting the Purchase Order (EBELN ) by given the input of Material Document i.e. already got from J_1IPART1.Now,I want to make the SQVI of all these 3 tables with including a new table of BKPF sothat I could get document no. ( BELNR ) from BKPF.
    Now,the summary are:-
    1-J_1IPART2
    Input-FAWREF Output-DOCNO
    2-J_1IPART1
    Input-DOCNO Output-MBLNR
    3-MSEG
    Input-MBLNR Output-EBELN
    4-BKPF
    Final output should be BELNR
    Is it possible to get all the datas from making the SQVI of above 4 tables?
    Regards
    Pradeep Kumar Gupta

    Hi,
            This can be achived through info set query.  Below are the steps to create the info set query.
    1. first create SQ03 user group to which query will be assigned
    2. create infoset SQ02 and select the table and fields required for the output but ensure that there should be common field in each table you are using. system will show you the graphical display of table linkages.
    3. Assign usergroup to infoset
    4. Create query using SQ01 system will prompt you to select the info set and user group created in the above steps to select.
    5. Give the desired name in description and select the basic list icon to select the field that need to be displayed in the output.
    Hope it is clear and useful
    Regards,
    JB

  • With_item linking with fi tables

    Hi guys, I am carrying out a requiremnt for Brazil.
    I need to print base, rate , tax code and amount all of which have nine types viz inss,ir,pis,confis,csll,iss,funrural,sest,senat.
    Now as far as I understand I will have to read bseg with belnr gjahr bukrs and buzei with the same primary keys of with item and then pick up for different tax types. I would like to know is there any way to avoid bseg? can I use bkpf instead ? as my req is for vendor only , but bkpf dosent have buzei. Can anyone explain me the connetion of with_item with fi tables better?
    Thanks

    BSIK is for Vendor open items, and BSAK for Vendor cleared items.

  • Loss the link with iphoto after library move

    I am using Imovie with events stored in Iphoto
    I have moved ma Iphoto library from a disk to an other one
    In Imovie, I can see the movie stored in Iphoto,
    but if i select an existing projet, it can't find the event in iphoto

    Welcome to Apple Discussions, Marc.
    When you use video from iPhoto in an iMovie project, a link is created from iMovie back to the iPhoto Library. Moving the iPhoto Library to a different directory breaks the link between iMovie and iPhoto. Once that link is broken it cannot be repaired.
    Are you running Time Machine to make backups?
    If you restore your iPhoto Library and iMovie Projects folder from before you moved the iPhoto Library, that will restore your Projects to a working state.
    For the future you might want to drag your movies out of iPhoto and then import them to iMovie using the File > Import > Movies command in iMovie. That will add the movie clips to iMovie as a new event rather than storing them in iPhoto.
    Hope that helps.

  • Some of my website images with embeded links only show the link with firefox, with IE8 the image appears correctly, why does this happen

    my website http://www.functionkey.net. If you view my homepage you will see that 3 of my images with embedded links only show up with the links. I am not using "_blank" in my code. The website was created using Microsoft Frontpage 2003.

    If you look at the page source then you will notice that there are some errors with (missing) closing tags.<br />
    Such errors shows as RED text.<br />
    You need to correct at least all codes marked as red text.
    The first &lt;a&gt; tag isn't closed here and you open a second &lt;a&gt;
    <pre>&lt;a target="_blank" border="0" href="http://www.win-rar.com"&gt;
    &lt;div align="left"&gt;
    &nbsp;&lt;/div&gt;
    &lt;div align="left"&gt;
    <u>&lt;a href="http://www.smartdraw.com"&gt;</u>
    &lt;img src="images/sd_logo.gif" width="256" height="111" border="1" alt="SmartDraw - The world's first Visual Processor (TM)" hspace="0"&gt;&lt;/a&gt;</pre>

  • Manually Split the PO Shipment will not retain the Link with the PR

    Hello Gurus,
    If a PO is created from MO-PR-PO process and if you split PO line shipment into multiple distributions , The link between PO-PR will not be retained.
    I am aware that this is a Standard Functionality , but it will be of immense help if anyone could help me to understand the complexity of the modifcation.
    Regards,
    Naveen Kaushik

    Hi, did you find any way to solve this issue?
    Did you think about automatic PO line cancellation an creating multiple req lines after that adding new req lines in to the same PO?

  • I purchased elements 9 for iMac as a paid download 10/23/2012, recently I had to replace my hard drive and lost the program. I had read that purchased downloads were available for three years but the link  with my past order information is no longer click

    I purchased elements 9 for iMac as a paid download 10/23/2015, recently I had to replace my computer's hard drive and lost elements. I had read that downloaded purchases would be available for 3 years but, when I click onto the serial number of that order it isn't active. By clicking onto the link it should take me to the site where I can re download the elements 9 but, it doesn't do anything.  Unfortunately calling Adobe did not help, they will not address any elements questions over the phone, there's a recording directing all elements questions to this forum.  Any suggestions would be greatly appreciated.  Thank you.       Diana

    Try here:
    https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-7-8-9-downloads.html

  • BI - ABAP To pick the field from One table and link with 2nd table

    Hello, I am stuck to write the correct abap code. Requirement is that My Client BMW  California require the below:
    <b>1.</b>  list of invoices (BELNR) that a has tcode = FB01 and FBVB" from Table BKPF.  Account Number field (BELNR) is there in 0fiap_4 Data source
    <b>2.</b> Now Link the above invoice Number (BELNR)  that a has tcode = FB01 and FBVB" from Table BKPF to BMW Custom Table I_BMW_WI. - Field "PAT ID" which is the cocatenation of OBJNR (Object Number), Invoice Number and Purchase Year.  where PICK only thos PAT ID where "TYPEID"  Value = "BMW" in table I_BMW_WI.
    To solve Number 1 Please fix my abap code and help me to write the Code to Solve Number 2 and Link #1 AND #2.
    Please help me soon
    Code # 1
    case I_datasource.
    WHEN '0FI_AP_4'.
    loop at C_t_data into l_s_DTFIAP_3.
    l_tabix = sy-tabix.
    clear I_BMW_WI.
    if sy-subrc = 0.
    select single * from BKPF into I_BKPF where BELNR = l_s_DTFIAP_3-BELNR.
    LOOP AT I_BKPF into I_FINAL WHERE
    Code below is not working
    (I_BKPF-TCODE = ‘FV50’) OR (I_BKPF-TCODE = ‘FB01’)
    I_FINAL-BELNR = I_BKPF-BELNR
    modify I_FINAL.
    endloop
    modify C_t_data from l_s_DTFIAP_3  index l_tabix.
    endif.
    endloop.
    endcase
    Code # 2 -
    Please help with templates.
    Thanks
    Soniya Kapoor

    Hi,
    Ad Code #1
    First of all the key for BKPF consists of:
    BUKRS, BELNR and GJAHR so I think you should use all key fields in your SELECT statement:
    select single * from BKPF into I_BKPF
    where BUKRS = l_s_DTFIAP_3-BUKRS and
          BELNR = l_s_DTFIAP_3-BELNR and
          GJAHR = l_s_DTFIAP_3-GJAHR.
    And why do you test SY-SUBRC after CLEAR ?
    Your IF statement should be after SELECT...
    And last but not least when you are using SELECT SINGLE you always get only one record so what is the purpose of LOOP statement ?
    Try following code:
    case I_datasource.
    WHEN '0FI_AP_4'.
      loop at C_t_data into l_s_DTFIAP_3.
        l_tabix = sy-tabix.
        select single * from BKPF into I_BKPF
          where BUKRS = l_s_DTFIAP_3-BUKRS and
                BELNR = l_s_DTFIAP_3-BELNR and
                GJAHR = l_s_DTFIAP_3-GJAHR.
        if sy-subrc = 0.
          if (I_BKPF-TCODE = ‘FV50’) OR
             (I_BKPF-TCODE = ‘FB01’).
            I_FINAL-BELNR = I_BKPF-BELNR
            modify I_FINAL.
          endif.
          modify C_t_data from l_s_DTFIAP_3 index l_tabix.
        endif.
      endloop.
    endcase.
    regards
    Krzys

  • Find the idoc segment link with Sap Table

    Dear Abaers,
    I am new to Idoc. i have one Idoc (Orders01) for creating sales order.
    I had seen the t-codes WE 30 and WE 60 to know the field description.
    The fielddescription shows names like name1 name2 ort01 etc.
    i want to know what are the db tables involved for that particular idoc segment.
    Thanks in Advance,
    Arati

    Hi Arati,
    to get the description name:
    WE30 transaction and check the segments name available.
    With the segment name, go to WE31 and check the fields used and column 'Data element'.
    Double-click in data element (or inform in se11), you have the description value of the field.
    About the tables involved:
    Click in 'Where use list' os this data element.

  • To find the tables which is having link with particular table.

    hi all,
    i am working on db 10g.
    i have table called JOB_HEADER
    My task is to delete the data in the job_header table.
    Before doing this task, i want to know which are the tables referencing this particular table.
    in other words i have to delelete child records first then i have to delete the above said table.
    is there any way to know the child table existance for this particular parent table?
    Thanks..

    GD wrote:
    hi all,
    i am working on db 10g.
    i have table called JOB_HEADER
    My task is to delete the data in the job_header table.
    Before doing this task, i want to know which are the tables referencing this particular table.
    in other words i have to delelete child records first then i have to delete the above said table.
    is there any way to know the child table existance for this particular parent table?
    Thanks..If there is properly declared referrential integrity declared then yes.
    select *
    from all_constraints
    where r_constraint_name = (select constraint_name from all_constraints where table_name = 'JOB_HEADER' and constraint_type = 'P')
    and constraint_type = 'R'Should do it.
    Cheers,

  • How to get the 'link' between two tables

    hi pple
    i need to find out HOW two tables are related.
    sample tables:
    SHIPS ( HULL_ID [PK] , VESSEL_NAME, GROSS_TONNAGE )
    EQUIPMENT ( E_ID [PK] , HULL_ID [FK frm SHIPS], DESC )
    PARTS ( PART_ID [PK] , E_ID [PK, FK frm EQUIPMENT], MANUFACTURER_ID)
    --> SHIPS and PARTS are some how related thro' EQUIPMENT.
    i need to get this relationship:
    Ships --> Equipment (E_ID) --> PARTS
    currently, i can get the direct parent and child tables of a given table using:
    SELECT lpad ( ' ', 2 * ( LEVEL - 1 ) ) || table_name as Child_Tables
    FROM ALL_CONSTRAINTS
    START WITH R_CONSTRAINT_NAME in
    select constraint_name
    from all_constraints
    where table_name = '%table_name%'
    and constraint_type = 'P'
    CONNECT BY PRIOR CONSTRAINT_NAME = R_CONSTRAINT_NAME ;
    To get ALL parents:
    SELECT lpad ( ' ', 2 * ( LEVEL - 1 ) ) || table_name as Parent_Tables
    FROM ALL_CONSTRAINTS
    where owner = 'CHARTUSER'
    START WITH CONSTRAINT_NAME in
    select constraint_name
    from all_constraints
    where table_name = '%table_name%'
    and constraint_type = 'R'
    CONNECT BY PRIOR R_CONSTRAINT_NAME = CONSTRAINT_NAME ;
    what i need to do is:
    1) get children & parents of SHIPS
    2) for each element of (1), get children, parents till i get PARTS
    3) so, i will get EQUIPMENT and then, PARTS.
    this wud be very expensive. my appln is in Java and i will need to call these functions - that makes it more complex. is there any simpler way out?
    and my main problem is to find out WHAT attributes line two tables. this wudnt be a big deal if it were just simple parent-child tables. but, how do i find out the attributes that link PARTS and SHIPS table?
    any ideas? -please help.
    thanks in advance
    --$uDhA

    Dear Srikanth,
    This tables can be used once we come to know whether its a customer or vendor line item but in our case we using the GL account as reference have to knock off the entries.How we come to know that aginst the GL whether its a customer or vendor line item.. Then it should route to this table.
    Suggest me if any options are there.
    Regards,
    Balaji.c

Maybe you are looking for

  • How do you install itunes on a secondary hard drive

    I need to move my iTunes library to a bigger hard drive. Is there a way to move it to another drive and still be able to play from it? It seems when I try to do this it just goes back to my cdrive.

  • Joining two fact tables for subject area

    When I tried to use two simple fact tables joined by a dimension, I am getting the " No fact table exists at the requested level of detail" error in the answer when I try to pull the columns from Fact 1 and Fact 2 tables. I have set the content in bo

  • Vendors in Integration Broker

    Peopletools 8.49.05 HCM 9.0 and Fins 9.0 In Integration Broker, we have a service operation vendor_sync set up between fins and hcm. All Vendor transactions are showing up as moving successully from fins to hcm. All vendors, however, are not required

  • Deskjet 940c - Replacing JUST the b&w toner?

    Hi, Is there a way I can disable the Colour toner of our 940c Printer? Last week the toner light was flashing orange, so we ordred genuine B&W toner to replace the toner in there but the flashing ornagel ight stays flashing even after the new toner i

  • HOW TO DOWNLOAD AND INSTALL PREVIOUS FIRMWARE FOR ...

    Pleae help on how to solved the problem. Before the update, I can able to record programs on my Live TV Subscription, particularly the myTV  DVBH program. But after the update, the record function on the Options of Live TV was gone. That's why, i won