In line or Sub-VI ?

I have created a VI to do the following :
1. Get raw data from 4 AI channels once every 50ms.
2. Accumulate these in a 2D array as long as a cycle lasts.
3. At the end of the cycle find the mean of all four arrays and check if they are In-Bound and save the result in a BooleanArray.
4. Repeat steps 1 to 3 for three iterations.
5. At the end of the third iteration, find out if each of the channles have been within bound based on the boolean array and declare a Verdict.
( Verdict is FAIL if all the three iterations of one or more channels are FALSE )
The VI is sfucntional and attached. The various indicators help to track the performance and not need in the final version. I only need the controls for CycleCount,  NoOf Channels, LoLimit array and HiLimitArray and the final Verdict information.
Question is :
1. How to convert this into a sub VI  so that I can call this from inside of a 50ms timed loop that the has the DAQMx AI read function?
2. Or is it easy to just copy this code inside of a TimedLoop which my application anyway has ?
Thanks
Raghunathan
Raghunathan
LV2012 to Automate Hydraulic Test rigs.
Attachments:
ParamOK_ArrayIn.vi ‏113 KB

Raghunathan wrote:
2. Or is it easy to just copy this code inside of a TimedLoop which my application anyway has ?
First of all, your VI is overly complicated. You need two shift registers just to keep track if indices because you use "insert into array" to appen a row to an existing array. You don't need those if you use "built array".
(Actually, if performance is an issue, you should allocate a fixed size array and replace columns as you go. In this case you would need these shift registers again )
The final code is almost nothing, and I don't think it is worth to create a subVI for it. Just put it inline in the main VI.
You are doing things again way too complicated! Here are some examples:
Your code skips an acquisition set whenever it does the calculation (your new data array doe not enter the case!). You should use all data!
You do an incredible song and dance to duplicate what we already have in "AND array elements" and "Or array elements".
You don't need the "NoOfChannels" control, because the number is given by the array dimension already.
The attached is a quick attempt to solve some of these issues. Now it seems to operate correctly. See it if makes sense to you. The code works well at 50ms loop time.
LabVIEW Champion . Do more with less code and in less time .
Attachments:
ParamOK_ArrayInmod.vi ‏104 KB

Similar Messages

  • How to get exact height of HTML line with SUB tag in JTextPane?

    Hi, this is my first post. I`ve been searching forum for an answer for a week, but didn`t find one.
    I have HTMLDocument inside JTextPane(exacty inside my class that extends it - MyTextPane). I want to do some custom painting in JTextPane so I need to be able to know exact pixel witdh for each line in the document. Easy except one thing, when I use SUB tag the width of the line cannot be simply calculated using FontMetrics, because I don`t know if the text inside SUB tag has lower font size and I don`t know its Y offset to normal line.
    I tried get these information from HTMLDocument using attributes from leafElements representing lines, but there seems to be a problem too.
    I pass this text:
    "(1) Line<SUB>jW</SUB><BR>(2) TextB"
    to setText method of MyTextPane, this method is overriden so it changes text Font
    public void setText(String s) {   
      super.setText(s);   
      setJTextPaneFont(this, new Font("Arial",Font.PLAIN,36), Color.black);
    }This is how the Element Structure looks like:
    Format is Element +": "+elementText+"|"+fontFamily+" "+fontSize
    BranchElement(html) 0,22: \n(1)?LinejW (2)?TextB\n|Monospaced 12
    ---BranchElement(head) 0,1: \n|Monospaced 12
    ------BranchElement(p-implied) 0,1: \n|Monospaced 12
    ---------LeafElement(content) 0,1: \n|Arial 36
    ---BranchElement(body) 1,22: (1) LinejW (2) TextB\n|Monospaced 12
    ------BranchElement(p-implied) 1,22: (1) LinejW (2) TextB\n|Monospaced 12
    ---------LeafElement(content) 1,9: (1) Line|Arial 36
    ---------LeafElement(content) 9,11: jW|Arial 36 <-----------THIS IS THE LOWER INDEX
    ---------LeafElement(content) 11,12: |Arial 36 <-----------THIS IS just space character '\u020'
    ---------LeafElement(content) 12,21: (2) TextB|Arial 36
    ---------LeafElement(content) 21,22: \n|Arial 36
    The height of Arial 36 is according to FontMetrics 43(and it really is), but height of the lowerIndex is just 40 pixels(on the screen), not 43 as I would expect. And I still dont have offset, where does the lower index starts paint itself.
    Is there any problem with my setText method, so that it changes font style for LOWER INDEX?
    I am using JTextPane as notEditable, with just one font style for entire document.
    Any suggestion?

    Is there any other way to get these information. I just found that I need that information before I put text it in the document.
    For example I am would like to generate lines:
    paragraph1 - text1
                             text2
    paragraph2 - text1
                             text2
                             text3
    paragraph3<SUB>some note</SUB> - text1
                                                                           text2
    normal text line
    I know what font line will be and I know its AttributeSet. I am trying to get appropriate number of spaces (or left indent) for text2,text3...lines. Then I will pass that string to setText method of JTextPane.
    I am unable to get appropriate width for "paragraph3<SUB>some note</SUB> - ", since text in SUB tag uses probably different font size.
    I am really sorry to bother again. I will think twice what I need before I posting.
    You`ve been very helpful so far Stas.
    Thanks.

  • BOM not copied to sch. line in Sub Contract scheduling agreement in Kanban.

    Hi,
    We are trying to procure material (A) via subcontract scheduling agreement document using Kanban process. This subcontract material has a valid BOM (say it has child materials B & C). We are working with 'Replenishment element for kanban' model (not JIT call).
    When Kanban bins status is changed to empty, a schedule line is placed in the subcontract scheduling agreement. But when we try to view the BOM of the schedule line created (Item -> components -> overview), we dont find any child material (B&C) attached to it. Hence when Kanban bin was changed from RED to GREEN, material movement 101 takes place for parent material (A) but 543 (consumption of child materials) is not happening for child materials (B &C).
    Mean while, we created some schedule lines manually in aforementioned SC sch.agreement. When we view the BOM of this manually created schedule line, we can see the child materials attached to it. Hence when bin status was changed from RED to GREEN, both 101 & 543 movements were posted.
    Can anyone let us know what needs to be done so that when Kanban bin is changed to EMPTY, it places schedule line in SC sch.agreement along with its BOM (Child material) details?
    Warm regards,
    Saravana.

    Dear Ashok,
    Issue: how to make BOM field(Component Part) in PO/ SA field non editable in MM customising. After the PO is saved user can not able to edit the component field in PO or Scheduling Agrreement.
    BOM field ( component Part ) is  directly  dependent on quantiyu of material  entered. so once you change the PO quantity the component quanity wil change accordingle,
    presently  you can not achievev thease
    but You can set the release strategy like that Po that it is not changable, doing so u r requirement willl achieve
    Hope your query is resolved

  • Are these lines indicating sub querues of a report - in a log

    [2012-03-09T15:50:04.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-29] [] [ecid: d01cd216d41a2bc8:bf26dbb:13549056e05:-8000-00000000005b8cad] [tid: 44ded940] [requestid: 7ee0096] [sessionid: 7ee0000] [username: -2327690837] -------------------- Physical Query Summary Stats: Number of physical queries 6, Cumulative time 40, DB-connect time 0 (seconds) [[
    [2012-03-09T15:50:04.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-24] [] [ecid: d01cd216d41a2bc8:bf26dbb:13549056e05:-8000-00000000005b8cad] [tid: 44ded940] [requestid: 7ee0096] [sessionid: 7ee0000] [username: -2327690837] -------------------- Rows returned to Client 7980 [[
    For reports that run on dashboard , when I check the log under administration, I see the above statement in the log files of report ( more than once) with different number of rows and times.
    For a report that was not executed before and I am sure that report has no cache entry before it was executed. I want to know what do these entries in logs indicate?
    I notice ecid, sessionid, tid is same for all of these. They are more than two and has different time taken, different number of rows returned.
    So I was guessing that these are the subqueries that the report is generating?
    Am I just guessing?

    HI,
    One report may have sub totals, grand total and report data. each report will send one query to database and each total in report will send separate query to Database. you may not call them as sub queries. for more information look into nqquery.log.
    Thanks
    Jay.

  • Sub totals and Sort Text issue in ALV report

    Hi,
    I have requirement for list of Purchase orders.
    1st. sort the list by vendor (This i did by using sort)
    2nd. Vendor name should be display after sorting the lines.
    3rd  should count the no lines which has mark 'X' in field ELIKZ and sum the total counts and display it for every vendor after the sorted line.
    I could sort the list by vendors. but don't know how to display the vendor name after those lines. then sub total also.
    Please help
    Moderator Message: spec-dumping is not allowed. Please use the availble resources and put some effort from your end.
    Edited by: kishan P on Oct 27, 2010 3:02 PM

    Hi,
    I have requirement for list of Purchase orders.
    1st. sort the list by vendor (This i did by using sort)
    2nd. Vendor name should be display after sorting the lines.
    3rd  should count the no lines which has mark 'X' in field ELIKZ and sum the total counts and display it for every vendor after the sorted line.
    I could sort the list by vendors. but don't know how to display the vendor name after those lines. then sub total also.
    Please help
    Moderator Message: spec-dumping is not allowed. Please use the availble resources and put some effort from your end.
    Edited by: kishan P on Oct 27, 2010 3:02 PM

  • How to fetch PO Line Item in CFL

    Dear All,
             In my screen i have two fields in header of the screen that is PO NO and Po line item
             i fetch the PO No using CFL and its object type
             But am not getting PO line item using CFL but i need to select one of the line item from listed CFL
             How to do that
    Regards,
    Guru

    Dear Vasu,
    you are exactly right When am selecting the filed again it shows an error in the matrix data source(following Bolded Line),
    Private Sub AddValuesToMatrixFromCRL(ByRef ProdNo As String)
            Try
                oForm = SBO_Application.Forms.Item("FormEditor")
                oMatrix = oForm.Items.Item("47").Specific
                oMatrix.FlushToDataSource()
                oMatrix.Clear()
                oForm.DataSources.DataTables.Add("DATA")
                oForm.DataSources.DataTables.Item("DATA").ExecuteQuery("SELECT T1.[Code], T1.[Quantity], T1.[Price], T1.[Warehouse], T1.[Uom] FROM OITT T0  INNER JOIN ITT1 T1 ON T0.Code = T1.Father WHERE T0.[Code] = '" & ProdNo & "'")
                oMatrix.Columns.Item("V_1").DataBind.Bind("DATA", "Code")
                oMatrix.Columns.Item("V_3").DataBind.Bind("DATA", "Uom")
                oMatrix.Columns.Item("V_4").DataBind.Bind("DATA", "Price")
                oMatrix.Columns.Item("V_14").DataBind.Bind("DATA", "Quantity")
                oMatrix.Columns.Item("V_9").DataBind.Bind("DATA", "Warehouse")
                oMatrix.Clear()
                oMatrix.LoadFromDataSource()
                oMatrix.AutoResizeColumns()
    Regards,
    Guru
    Edited by: Vijay Guru on Apr 21, 2009 7:59 AM

  • Split the lines in SLA

    Hi,
    We are using Project Accounting, Fixed Assets and General Ledger on 12.1.3 platform. When we capitalize the asset and generate asset lines, we send the information to Fixed Assets from where the accounting entries get posted to General Ledger through sub ledger accounting. We are using a secondary ledger that has project, expenditure type, task as additional segments.
    We've a requirement of sending the accounting information from Fixed Assets to the secondary ledger whenever we send accounting entries (mainly additiona/adjustments) to General Ledger. We are configuring sub ledger accounting to achieve this.
    Typically an asset contains many asset lines. When we generate and asset lines in project accounitng we group the lines at the task and expenditure type and send the asset lines to Fixed Assets. The problem is that when we run create accounting in Fixed Assets, the credit side is working fine but the debit side is causing problem because the cost is getting summarized at the asset cost account. I'm wondering if there is a way to split the lines. More detailed example is below
    Asset A : Test Asset
    Line : 1 Amount : 100 Project : 1 Task : A Exp Type : X
    Line : 2 Amount : 120 Project : 1 Task : A Exp Type : Y
    Line : 3 Amount : 100 Project : 1 Task : B Exp Type : X
    When i send these lines to sub ledger accounting, i see three lines in the create accounting but the debit side, i see only one line for $320. I want to post three entries for the debit side as well. Is there a way to acheive this?
    Thanks,
    Harish

    Check whether your debit side JLT is having Merge Matching Lines as Yes in JLT screen.
    For more details, refer SLA Implementation Guide
    Accounting Methods Builder -> Journal Line Types -> Defining Journal Line Types -> To Define Journal Line Types
    By
    Vamsi

  • DVD studio pro not importing Chinese subs properly

    I am working on a very large Chinese subtitling project. It requires thousands of lines of text to be displayed. The problem is that it randomly deletes lines of subs when importing. This does not happen when I am importing English .stl files. I am now finding that I may have to use another DVD software to solve this problem. As you will imagine with so many lines of subtitles it is not practical to go through all these lines and add them manually. Is there a work around or suggestion?

    Not really what you want to hear I suppose but maybe invest in a test system to tryout updates before updating crucial systems. Not sure leaving Windows will solve all your problems...
    I am running FCS2 on a MacPro and everything is holding up ok so far, its actually running a lot better after the updates touch wood.
    Hope you get some answers to help you out. Have you tried other assets to make sure the assests aren't the problem? and so on...
    -Jake

  • Can't start a 2013 Workflow in an Event Receiver

    I am trying to run a SP2013 workflow from an Event Receiver but I get the error "The request was aborted: The request was canceled. Client ActivityId: aec2fc1b-3f33-44d8-85ab-c6c976617b8c" at the point I actually attempt to start the Workflow.
    The scenario is  as follows. I have 2 lists: List A and List B. Users have permissions to create items in List A but not List B. When users create a new item in List A, a SP2013 workflow runs which then creates a new item in List B. List B should then
    run another SP2103 Workflow but because of how SP and workflows work, this second workflow on List B doesn't automatically run. Thus I have created an Item Added Event Receiver on List B that will run the required workflow automatically (at least it should
    if it worked!)
    I'm sure the problem must be something to do with permissions but nothing I try seems to solve it:
    I can't just use the account of the user triggering the event as this user will be the person adding items to List A and they don't have permissions to do anything in List B (thus they cannot see items in list B or start workflows)
    I can't run using RunWithElevatedPrivileges as a) I don't think this works well with Event Receivers and b) SP2103 workflows cannot be run using the admin account.
    I have tried impersonation with an account specifically set up for running workflows (named mydomain\wssworkflow). This account has full control of the entire site, lists etc. but it still gives the error mentioned above. My code is shown below - the error
    occurs on the line: 
    wfi.StartWorkflowOnListItem(sub, properties.ListItemId, payload);
    Any help in working out why this isn't working would be appreciated.
    Thank you,
    -Stephen
    public override void ItemAdded(SPItemEventProperties properties)
    base.ItemAdded(properties);
    var wsm = new Microsoft.SharePoint.WorkflowServices.WorkflowServicesManager(properties.Web);
    var wfss = wsm.GetWorkflowSubscriptionService();
    var subs = wfss.EnumerateSubscriptionsByList(properties.ListId);
    foreach (var sub in subs)
    if (sub.Name == "RequestAddedToListB")
    var userToken = properties.Web.EnsureUser(@"mydomain\wssworkflow").UserToken;
    using (SPSite site = new SPSite(properties.Site.ID, userToken))
    using (SPWeb web = site.OpenWeb())
    var payload = new Dictionary<string, object>();
    payload.Add("itemId", properties.ListItemId);
    payload.Add("WorkflowStart", "StartWorkflow");
    var wfi = wsm.GetWorkflowInstanceService();
    wfi.StartWorkflowOnListItem(sub, properties.ListItemId, payload);
    break;

    This is the alternate code I had using SPSecurity.RunWithElevatedPrivileges that didn't work. It gives the error 
    "Attempted to perform an unauthorized operation"
    on the line
    var subs = wfss.EnumerateSubscriptionsByList(properties.ListId);
    Thank you.
     public override void ItemAdded(SPItemEventProperties properties)
         base.ItemAdded(properties); SPSecurity.RunWithElevatedPrivileges(delegate
    var wsm = new Microsoft.SharePoint.WorkflowServices.WorkflowServicesManager(properties.Web);
    var wfss = wsm.GetWorkflowSubscriptionService();
    var subs = wfss.EnumerateSubscriptionsByList(properties.ListId);
    foreach (var sub in subs)
    if (sub.Name == "RequestAdded")
    using (SPSite site = new SPSite(properties.Site.ID))
    using (SPWeb web = site.OpenWeb())
    var payload = new Dictionary<string, object>();
    payload.Add("itemId", properties.ListItemId);
    payload.Add("WorkflowStart", "StartWorkflow");
    var wfi = wsm.GetWorkflowInstanceService();
    wfi.StartWorkflowOnListItem(sub, properties.ListItemId, payload);
    break;

  • Static text in ALV Report

    Hi,
    I have a requirement to create an ALV report which has to display some static text on each page. In the format below, the line item texts and sub total texts will be the same for each page. Each page displays data for one company code. The company code should be displayed on the top of page.
    Line Items    Sub totals          Amounts
    Line item 1                              Amt1
    Line item 2                              Amt2
    Line item 3                              Amt3
                            Sub total          1-3
    Line item 4                              Amt4
    Line item 5                              Amt5
                            Sub total        1-5           
                                                 Total
    1. How to display the same item texts on each page? Can I use text symbols to avoid hard coding?
    2. How do I get sub totals?
    3. Display company code on top of page according to the viewed page?
    any sample code greatly appreciated.
    Thanks,
    MJ

    Hi,
    I have a requirement to create an ALV report which has to display some static text on each page. In the format below, the line item texts and sub total texts will be the same for each page. Each page displays data for one company code. The company code should be displayed on the top of page.
    Line Items                       Amounts
    Line item 1                        Amt1
    Line item 2                        Amt2
    Line item 3                        Amt3
    Sub total                             1-3
    Line item 4                         Amt4
    Line item 5                         Amt5
    Sub total                            1-5           
       Total                               1-5
    1. How to display the same item texts on each page? Can I use text symbols to avoid hard coding?
    2. How do I get sub totals?
    3. Display company code on top of page according to the viewed page?
    any sample code greatly appreciated.
    Thanks,
    MJ

  • How to display the subtotals (BPC NW 7.5)

    We are on BPC-NW 7.5
    I have to develop a schedule where I have to show totals at each parent node based on what they enter for the base members. (Is it possible to show totals before they save, as they enter data?)
    If my dimension is as below
    Parent1
        Parent11
              Base111
              Base112
        Parent12
              Base121
              Base122
        Parent13
              Base131
              Base132
    My report should look like below when i do a row expansion on Parent1
    Base111         ---   ---   ---
    Base112         ---  ---    ---
    Parent11        <sub>  <sub>     <sub total>
    Base121        ---    ---   ---
    Base122        ---    ---   ---
    Parent12        <sub>  <sub>  <sub>
    I know when we use AfterRange  we can use the EVSUM  to get the total  when you have a nested expansion on the row.
    I am not sure how you do this when you are not doing nested expansion.
    One more thing is I need to insert a blank line after each subtotal.
    Can someone share their thoughts on how to achieve this?
    Thanks
    -S

    Hi Shilpa,
    You can do one thing for getting a blank space before your parent(Sub-Total),  I think you are taking Accounts in Rows
    and Time in Col., assuming that go to your account dimension and add a member before your parent member.  Example you may
    be having members 001,002,003,004 (in your account dimension )etc., if you check your report before Parent/subtotal the member 004 will be displayed, so you add one member 005 description some dot(.) and process the account dimensiont.  when you go for reports in BPC Excel, please remove Y from "Surpress" in control panel.  So that you will get a blank line before sub-total.
    I hope you understand what i mean.
    Raghu B.S.
    Edited by: Raghu B.S. on Jul 25, 2011 12:57 PM

  • HOW TO GIVE SINGLE SPACE IN SMARTFORMS

    Hi All,
    I create one smartform. In this i write a letter.
    in this letter i need one single space in between following
    line.
    Sub: Balance Confirmation as on      &EN_DT&
    if i give single sapce between ON and &en_dt& then save and
    activate then it removes the single space. But if give ,, in between ON and &EN_DT& then it gives double space .
    if i delete and write that line again then it gives same o/p.
    Please help me how to solve this problem.
    Thanks
    Dinesh

    Hi Dinesh,
    ,, is used to give a TAB spacing.
    So you have to define the tab spacing that you want.
    For example,in your case you need single spacing.So you define single spacing for your tab.
    This can be done in smart styles.
    Follow these steps:
    1) Go to SMARTSTYLES tcode.
    2)Create a new smart stles or use the existing one if you have created.
    3)Now go to paragraph formats.
    4) If you have created one for yourr text edit that,or else press F5 to create a new paragraph format.
    5)Now in the paragaraph formats window you will find a tab by name tabs.
    6)Give the position as 1 and the unit and allignment of your choice.
    7)If you are using more than one tab then you need to give thee position for all the tabs.
    9)Now activate the smart styles
    10) Go to the text elements where you have written your text and give the text as follows.This will now give single space instead of two spaces as it was previously.
    Sub: Balance Confirmation as on ,, &EN_DT&
    REvert for any other querries.
    Reward points if helpfull
    Regards,
    Kaushik

  • Wrapping text in the navigation drop down menu

    Help! Is there a way to wrap text in the navigation drop down menu. Some of the text is too long and sits outside of the drop down box. Is there code that I can insert in the below example or would this need to be specified in the css stylesheet that is attached? If this needs to go in the css stylesheet, then what would the code be for that?
    Thank you!
    <!-- nav//-->
    <span class="preload1"></span>
    <span class="preload2"></span>
    <ul id="nav">
        <li class="top"><a href="#nogo1" class="top_link"><span>Home</span></a></li>
         <li class="top"><a href="#nogo30" id="shop" class="top_link"><span class="down">Title</span></a>
            <ul class="sub">
                          <li><a href="#nogo36">Title</a></li>
                <li><a href="#nogo37">Title</a></li>
            </ul>
        </li>
        <li class="top"><a href="#nogo57" id="privacy" class="top_link"><span>Title</span></a>
            <ul class="sub">
            <li><a href="#nogo31">Title</a></li>
                       <li><a href="#nogo3" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo4">Title</a></li>
                        </ul>
                </li>
    <li class="mid"><a href="#nogo7" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo15">Title</a></li>
                  </ul>
                </li>
                 <li><a href="#nogo31">Title</a></li>
                 <li><a href="#nogo31">Title</a></li>
                   <li class="mid"><a href="#nogo7" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo8">Title</a></li>
                            <li><a href="#nogo9">Title</a></li>
                            <li><a href="#nogo10">Title</a></li>
                     </ul>
                </li>
          </ul>
    </li>

    Is there a way to actually wrap the text and keep the box it sits in the same size?
    Height is determined by content & end-user's default text size.
    Look at the Adobe Forum top menu bar.  Mouse over Store > sub-menus.  When text wraps to more than one line, the sub-menu adjusts to content.  If you increase text size in browser it's more obvious.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Restrict the detail record based on the record indicator

    Hi, i have a master detail form
    when i query the form at header block it shows all the headers say
    header block
    header, line num, desc
    1, 1, pen
    1 ,2, rubber
    1 ,3, sketchpen
    line block
    line num, sub item ,cost
    1 ,1.1, 50
    1 ,1.2, 60
    2 ,2.1, 70
    2, 2.2, 5
    it shows the output in this way
    i want to restrict the line level block (say if my cursor is at record indicating row 1 in header) then in line level it should show
    lines pertaining to line num 1 and header 1 --eg pen records
    if my cursor is at line num 2 in header block, in line level block it should show only line num 2 details ie rubber details, how can i restrict this.
    Thanks,

    Define the relation between header and detail
    join condition : header.line_num = detail.line_num
    delete record behaviour : non-isolated
    prevent masterless operations : Yes
    after this if you navigate, the detail records will automatically gets queried accordingly.
    Regards
    Dora

  • MIGO : Error when copying batch characteristics

    Hi,
    I've some problem on MIGO Tcode when i want to copy the batch characteristics.
    I work with class type 022.
    I create a GR from PO. (movement 101). My item line contained sub-items (with BOM). So i would like to copy the batch characteristics in reference of component batch values.
    I've implemented the UE "EXIT_SAPMM07M_004".
    Case 1 : In this UE, i fill a standard internal table (named VALUES) with the characteristics names and values i want to resume.
    and i use the FM 'CLFM_OBJECT_CLASSIFICATION' with the father and the son batch information in UE, i go to MSC3n and all characteristics are copied (even those unwanted). But when i go to MCS2N,  i retrieve the expected values.
    Case 2 : Only use the internal table, but some characteristics are not maintained.
    Case 3 : Only use the FM, but no characteristics are reversed.
    Does anyone could help me ?
    Thanks in advance
    Best regards.

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

Maybe you are looking for

  • How can I get ThinkVantage button working again? (after a full HD rebuild)

    WindowsXP Pro, ThinkPad T60   (2007-F4G / UT0F4UK) Hi How do I get my Thinkvantage button working again? Background: I had a virus attack and as a precaution I zero-ed my ENTIRE hard disk (using KillDisk). I have managed to re-install most things, in

  • Problem with revocked/expiring certificate

    certificate has been revocked 15 days before the expiration (do not know the reason) now i can not install any more the app to one of my devices and thats understandable but what it is not clear to me is what is going to happen to all the ipads where

  • My JAVA is not working!

    Hello All- Any help is appreciated. I run java code through Textpad. I have J2SE Development Kit 5.0 update 6, J2SE Runtime Enviorment 5.0 update 3 and 6, Java 2 Platform Enterprise Edition 1.4 SDK, and Java Runtime Enviorment SE v.1.4.2_03. The erro

  • Update for Insert Flash Video command

    I looked at DW for the very first time, having recently upgraded all my hardware and software. I now have the full Master Collection - very exciting. Opened DW with great trepidation after a lifetime with my beloved GoLive and was confronted with the

  • How Can I use EZDrummer in Audition CS6?

    Hello, I´m Trying to use Toontrack´s EZDrummer in AU, in AU 3 I only add a Midi track and after that I select DFHSampler (EZDrummer) in a Piano Roll, but I can´t do this in AU CS6, How Can I use EZDrummer? is a Virtual Studio Instrument (VSTi)