SRM - PO Item - set flag indicators

Hi ,
We have a requirement in SRM for PO item to set the flag indicators for GR/IR/GRIV depending on the PO type.
For example if po type is ZA then we need to set GR, if PO type is ZB we need to set GR and IR etc...
Please share ideas if any.
Attaching screen shot for PO Item where flag indicators are displayed.
By,
Kalpana

Hi,
There is an include with name SAPLBBP_PDIGP.
In this find for the implicit enhancement and implement the code as given below.
You can refer to the below code for your reference.
ENHANCEMENT 1  ZPO_GRIRFLAG.    "active version
     DATA: lt_doc TYPE TABLE OF zts_related_docs.
     DATA: ls_doc TYPE zts_related_docs.
     DATA: ls_order TYPE crmd_orderadm_h.
     DATA: ls_po_header TYPE bbp_pds_po_header_d.
     DATA: lt_item TYPE BBPT_PO_ITEM_BADI.
     DATA: ls_item TYPE BBP_PO_ITEM_BADI.
     CLEAR: ls_order.
     REFRESH: lt_item.
     DATA: lv_x(1) TYPE c.
DATA: lv_ind(1) TYPE c.
DATA: lt_crmdh TYPE TABLE OF crmd_orderadm_h.
DATA: ls_crmdh TYPE crmd_orderadm_h.
DATA: lt_crmdi TYPE TABLE OF crmd_orderadm_i.
DATA: ls_crmdi TYPE crmd_orderadm_i.
   IF IV_OBJECT_TYPE = 'BUS2201'.
    IF IS_IGP_ICOM-HEADER IS NOT INITIAL AND IS_IGP_ICOM-number_int IS NOT INITIAL.
      CLEAR: lv_ind, ls_crmdi, ls_crmdh.
      REFRESH: lt_crmdh, lt_crmdi.
      SELECT * FROM crmd_orderadm_h INTO TABLE lt_crmdh WHERE object_id = IS_IGP_ICOM-BE_OBJECT_ID.
      IF lt_crmdh IS NOT INITIAL.
        SELECT * FROM crmd_orderadm_i INTO TABLE lt_crmdi FOR ALL ENTRIES IN lt_crmdh
                                               WHERE header = lt_crmdh-guid AND NUMBER_INT = IS_IGP_ICOM-number_int.
      ENDIF.
      IF lt_crmdi IS INITIAL.
       SELECT SINGLE * FROM zts_related_docs INTO ls_doc WHERE zzdoc_type = IS_IGP_ICOM-ITEM_PROCESS_TYP.
       IF sy-subrc EQ 0.
         CALL METHOD zcl_po_partner=>po_item_out
           IMPORTING
            item_out = lt_item .
      CLEAR: ls_item.
      READ TABLE lt_item INTO ls_item WITH KEY number_int = IS_IGP_ICOM-number_int del_ind = ' '.
      IF sy-subrc EQ 0 AND IS_IGP_ICOM-ITEM_PROCESS_TYP EQ 'ZC' AND ls_item-ordered_prod IS NOT INITIAL AND ls_item-subtype EQ 'DP'.
        lv_ind = 'X'.
      ENDIF.
      IF lv_ind EQ ' '.
        cs_new_itmpset-gr_ind     = ls_doc-zzgr_ind.
        cs_new_itmpset-gr_basediv = ls_doc-zzir_ind.
        cs_new_itmpset-ir_ind     = ls_doc-zzgr_basediv.
      ENDIF.
     ELSEIF is_igp_icom-header IS NOT INITIAL.
      CALL FUNCTION 'BBP_PD_PO_GETDETAIL'
       EXPORTING
         i_guid   = is_igp_icom-header
       IMPORTING
         e_header = ls_po_header.
       CALL METHOD zcl_po_partner=>po_item_out
         IMPORTING
           item_out = lt_item .
        IF lt_item IS INITIAL.
          lv_ind = 'X'.
        ELSE.
          CLEAR: ls_item.
         IF ls_po_header-process_type EQ 'ZC'.
           LOOP AT lt_item INTO ls_item WHERE del_ind = ' ' AND ordered_prod IS NOT INITIAL
                                              AND subtype EQ 'DP' AND number_int = IS_IGP_ICOM-number_int.
             lv_ind = 'X'.
           ENDLOOP.
         ENDIF.
*    REFRESH: lt_item.
*    CALL METHOD zcl_po_partner=>po_item_in
*      EXPORTING
*        item_in = lt_item.
*         READ TABLE lt_item INTO ls_item WITH KEY number_int = IS_IGP_ICOM-number_int del_ind = ' '.
*        IF sy-subrc EQ 0 AND ls_po_header-process_type EQ 'ZC' AND ls_item-ordered_prod IS NOT INITIAL AND ls_item-subtype EQ 'DP'.
*          lv_ind = 'X'.
*        ENDIF.
******* End of Correction
        ENDIF.
     IF ls_po_header-process_type IS NOT INITIAL AND lv_ind EQ ' '.
                 SELECT SINGLE * FROM zts_related_docs
                                 INTO ls_doc
                                 WHERE zzdoc_type = ls_po_header-process_type.
      IF sy-subrc EQ 0.
         cs_new_itmpset-gr_ind        = ls_doc-zzgr_ind.
         cs_new_itmpset-ir_ind        = ls_doc-zzir_ind.
         cs_new_itmpset-gr_basediv    = ls_doc-zzgr_basediv.
*                     READ TABLE lt_item INTO ls_item WITH KEY number_int = IS_IGP_ICOM-number_int del_ind = ' '.
*                     IF sy-subrc EQ 0 AND ls_po_header-process_type EQ 'ZC' AND ls_item-ordered_prod IS NOT INITIAL.
*                       cs_new_itmpset-gr_ind = 'X'.
*                       cs_new_itmpset-gr_basediv    = 'X'.
*                     ENDIF.
       ENDIF.
      ENDIF.
      ENDIF.
     ENDIF.
    ENDIF.
   ENDIF.
ENDENHANCEMENT
Regards,
Rafi

Similar Messages

  • Item partner flag set in Orders06 Idoc

    Hi,
    I am trying to set the item partners flag in a sales order creation Idoc Order06. Unfortuantely I am not able to find a placeholder or a segment field to map this flag in the Orders06 Idoc. So I am not able to overwrite the ship to addresses coming inthrough the interfaces. Please advise.
    Teresa

    Thanks Ravi for response. i had super busy week could't get back.i think i could't not provide enough details about the issue.
    we have maintained 6 different languages in material master in purchse order text tab-additional data Tab.
    when i set the deletion flag in MDM .MATMASS idoc generates successfully and i can see field carrying deletion flag indicator and it does set deletion flag on ECC side but after that if i check the additional data tab where we have maintained the material description for 6 different languages i see only three left other three are wiped off.it also shows in change log that changes has been made in those value but not sure about the root cause.i want to set deletion flag but no change in description.
    Thanks again for your interest.

  • GL Open Item Managed Flag Changed Historically - Orphan items left on acct

    Back in 2000 for some of our GLs the Open Item Managed flag was changed.  Initially it was not checked but now it is. We know that SAP doesn't really let you do it anymore but apparently back then whoever did it didn't follow what was then the suggested procedure.  As a result we have an account balance of say 500,000 which I can see in FS10N however if I run it for all open items in FBL3N I get 450,000 because 50,000 are not open or cleared.  I can't go in and clear these off against anything because they are not open item managed.  Is there a program that can be ran to make them open? 
    I thought RFSEPA01 would do the trick and after running it in our QA environment the log states:
    Line Items Year Remark
             1 2000 Document selected
             1 2000 Document changed
    However when I go to F-03 it still won't bring the documents in as it says they are not open item managed.
    Sure enough if I go look in table BSIS at the document the Open Item Managed flag is not set. 
    What's the best procedure to resolve these?  Do I have to create a Z program that will flag the Open Item Managed field (XOPVW) and then clear these documents off against something?
    TIA

    Hello,
    Please check the SAP note 175960.                                                                               
    As explained in the note 175960, is not possible to subsequently          
    activate the open item management under some conditions.                                                                               
    With NewGL, the split information on open items is stored in              
    FAGL_SPLINFO and FAGL_SPLINFO_VAL which are only updated when the         
    document is being posted through active document split. Also RFSEPA02     
    does not update these tables.                                                                               
    If you are NOT using NEW/GL with doc split (inactive), you may create     
    add-on report by copying RFSEPA02 and adding modification on the report   
    per note 175960.                                                                               
    As the note states, if you decide to take RFSEPA02 approach,     
    please do so at your own risk. Possible problems (such as data            
    inconsistency) can only be handled by SAP within chargeable remote               
    consulting.                                                                               
    All important information is written on note 175960.
    Regards,
    REnan

  • Mass Item OK flag in MIGO

    Hi,
    If a PO has multiple line items then during GR user has to click 'Item Ok' button one by one for every line item. To avoid manual selection by line item is there any mass 'Item OK' flag setting possibe in MIGO.
    Thanks for help in advance.

    Dear Zaman,
    You can change the settings as suggested by Jurgen above, but it is highly not recommended. The main reason the item OK tab is left unchecked is to ensure the quality of goods received and place them in appropriate Storage Location and then check the item OK tab. Hope this helps.
    Thanks
    Murtuza

  • Parameter field still editable after setting flag 'PropFlags​_NotEditab​le'?

    Hi,
    Parameter field still editable after setting flag ‘PropFlags_NotEditable’?
    I have defined a step type with a string parameter. (MyParameter). This parameter field has to contain custom generated data, stuffed from a code module.
    I want to have ‘MyParameter’ read only for all instances of the step in my sequence.
    I have set the property flag ‘PropFlags_NotEditable’ for ‘MyParameter’ in my step type definition, because I want to have this parameter read only in all instances.
    When I try to edit ‘MyParameter’ field in an instance of the step in the sequence in the variable pane ‘Step’ - ‘MyParameter’, it still works?
    What is wrong here, I suppose this should work?
    Best regards

    1) Make sure you have show hidden properties turned on in the station options, preferences tab.
    2) In your step type expand the variables to the place where the expression is stored for the parameter argument. In the .NET adapter this would be something like the following:TS.SData.Call.Params[0].ArgVal. Right-click on ArgVal and select the Properties menu item.
    3)  Click on the advanced button and select flags.
    4) When the edit flags dialog pops up, click on the Type Flags button.
    5) Check the PropFlags_NotEditable flag for the Instance Default Flags section. Click OK on this dialog.
    6)  If you want the change to effect currently open instances I think checking the "Reset Flags... " checkbox on the edit flags dialog will do this, otherwise this change will only effect new instances of your step type. Press ok on the remaining dialogs.
    7) New instances will now not allow editing that value. NOTE: This only works for the sequence editor module panel though. It does not work for the dialog version used by the user-interfaces.
    One thing I want to make sure you are aware of for step types is that using a default code module like this has drawbacks versus using postsubsteps. Setting the default code module doesn't keep the user from changing the specification after they insert the step, also updating existing steps if you want to change the prototype is more problematic. You might be better off with a design more like the step types that ship with teststand like the message popup step type (which also ship with source code so you can see how they are implemented) which instead use post-substeps and edit-substeps and instead designate the none adapter for the step type so that the step type can never have a code module. What they do instead is their edit substeps display a dialog that gets the settings/parameters to the operation that the step type performs and stores those as subproperties of the step. Then at runtime the post-substep gets this information and executes the necessary code. Unlike the default code module setting, changing the substeps in a step type automatically effects all existing instances of the step. Changing the code module only effects new instances, and loaded instances if you check the checkbox for that.
    Hope this helps,
    -Doug
    Message Edited by dug9000 on 04-16-2010 09:58 AM

  • Programati​cally set flags in a DIAdem View

    Is there a command to set flags for a 2D axis system in a view? I would like to automate the process of setting flags for a curve, copying the points, and creating a report with a graph of the copied data and a table of that data. I can do the report I just need to be able to set the flags prgramatically once the users sets the band cursors where he/she wants.
    Thanks,
    AJL

    Hi AJL,
    Currently it is not possible to set VIEW flags via script. But, if your customer has selected the band width you know all necessary parameters.
    View.ActiveSheet.Cursor.X1
    View.ActiveSheet.Cursor.X2
    With pno you can determine the row in a data channel with contents closest to a given value. Example:
    iRowStart = pno(NameOfXChannel, View.ActiveSheet.Cursor.X1)
    iRowStop = pno(NameOfXChannel, View.ActiveSheet.Cursor.X2)
    Then you can use DataBlCopy to copy the selected area.
    Greetings
    Walter

  • Wht is  ALV setting/flag to deletes the preceeding zeros in doc #s,?

    Hi Experts,
    am displaying doc #s in my_alv, so the zeros r coming as prefix........i wanna to truncate zeros......so, can use FM conversion exit..........but, pls. let me know that,
    Is there any  ALV functionality in SAP, which deletes the preceeding zeros in Sales doc, delivery doc #s?
    (Wht is  ALV setting/flag to deletes the preceeding zeros in doc #s,?)
    thanq
    Edited by: Srinivas on Feb 8, 2008 4:40 PM

    While defining field catalougue , define it as
      fieldcat_ln-no_zero  = 'X'.
    preceeding zeros of documents nos will not be displayed in ALV list.
    anya

  • IMAP setting flags for DSN message problem

    Hi,
    I have a question about processing DSN flags using Java Mail.
    We are trying to set SEEN and FLAGGED flags also for DSN messages (for any other messages it is working perfectly fine).
    The problem is that no flags are set, no IMAP commands are issued.
    For any 'normal' messages the IMAP command is issued (for example: A27 STORE 13 +FLAGS (\Seen)).
    We are using Exchange Server 2007 with IMAP support enabled on the mailbox.
    The strange thing is that i can manualy set SEEN and FLAGGED flags from Outlook on this DSN message and then print flags for this message from Java Mail.
    Is there any standard for FLAG processing for DSN messages? Is this a problem in Java Mail / Exchange or some limitation? As I believe DSN in also a javax.mail.Message from the implementation point of view...
    Regards

    Hi Bill,
    This was a good point, about calling setFlags method on the wrong message.
    The problem is because, we are dealing with Exchange bug described here:
    BODYSTRUCTURE with "multipart" "signed" not parsing
    and using workaround described here:
    http://www.oracle.com/technetwork/java/faq-135477.html#imapserverbug
    However, we were setting flags on message created using following code
    SharedByteArrayInputStream bis =  new SharedByteArrayInputStream(bos.toByteArray());
    MimeMessage cmsg = new MimeMessage(session, bis);not on original message from the mailbox.
    Regards

  • Where do we set flag -D... for embedded and standalone oc4j?

    hi,
    I want to set flag -Doc4j.formauth.redirect=true in embedded and standalone oc4j. Where should I add this definition for both environments?

    Hi,
    stand-alone its
    java -jar -Doc4j.formauth.redirect=true oc4j.jar
    in embedded OC4J,
    double click the project node in JDeveloper and select the Run/Debug option. Then press edit on the "Default" configuration and add -Doc4j.formauth.redirect=true to the "Java Options" field
    Frank

  • Automatic PO creation - only for PRs based on catalog SRM/EBP items

    Dear Experts,
    i am facing the following question w.r.t. automatic PO creation:
    Is it possible to have automatic PO creation in R/3 only for those purchase requisition items, that are based on shopping cart/EBP/SRM items that are from a third party punch out catalog?
    The idea is, that the requisitioner on the SRM EBP side shops in a catalog. Once the the SC is approved and the purchase requisition is created in the R/3 system, automatically a PO should be created based on that PReq. This would save the time for the buyer, who do not need to pay attention to this document, because the purchase from the catalog guarantees the buyer, that the already pre-agreed conditions are getting applied.
    But PReqs that are based on Free Text shopping cart EBP items must not be taken into account for the automatic PO creation.
    Is there a way to distinguish between the catalog-based and the non-catalog based PReq positions?
    Thank you.

    Auto PO transaction ME59N comes with huge selection crieteria. If you can distinguish between catelog vs non catalog requisition then it very easy to set up variant to filter non catalog based requistion. you can also think about ehnacement of polulating text fields like Requisitioner or Requirement tracking number  with unque idetifier  in case of non catalog based PR then you can set variant to filter out those requistions..

  • Creation of PO item without Flag IR_IND

    Hi Experts,
    I need a soloution for the following problem. We have the necessary creating puchase order items with value 0. In this case, the purchase order get the status "Held". The reason is the flag IR_IND. I had try to delete the flag in BADI "BBP_DOC_CHANGE_BADI" but at this time the flag is not set.
    Thank you in advance.
    Best regards
    Dirk

    Hi Dirk,
    You can actually use the BADI BBP_CREATE_PO_BACK to change the flag value before filling the PO Craetion BAPI interface parameters
    Sangeeta

  • Order Item - Completion Flag.

    Suppose, we have an Order with 100 Units requirement from customer.  We create Delivery 1 with 60 Units and Delivery 2 with 30 Units.  Later, you don't want to create any further delivery.  What is the best way to control it ?  I have couple of things in mind:
    1.  Set delivery block at header level - Causes issue with completion flag.
    2.  Update order quantity - but, we will loose tracking of original quantity
    3.  Update partial delivery flag - this is at item level.
    Can you please let me know if there are any other methods that are better.  Obviously, it has to take care of ATP and Credit mgmt flags.
    Thanks in advance.

    Hi Surya,
    to close sales order for VL10N (no more delivery requirements coming from this sales order) SAP recommends to set
    Part.dlv./Item (Item level, Shipping view) to "A - Create a delivery with qty greater than zero"
    This is the best method to do not generate further requirements in delivery, billing and credit control..
    Regards,
    Machetto

  • Set Flag Automatically in Transaction BP

    Hello,
    We are in SRM 4.0 , classic scenario.
    We have a requirement to create a LSMW to set a flag "Central Block" under status tab for selected Business Partner.
    We tried this requirement using LSMW, Recordings. But it does not work.
    Do we have any BAPI or IDocs to process this sort requirements?
    Regards,
    Chary

    Hi Muthu,
    Thanks for your reply.
    I would like to set the flag directly in SRM. I am trying to do the same.
    Could you please provide the other method in ecc as well, so that I can try whether it suits our requirement.
    Thanks in Advance.
    Regards,
    Chary

  • SRM - R3 item position mapping

    Hi all experts,
    the question is quite tricky; basically I have a report that, given a Purchase Order Number, must get the PO from SRM AND from the backend and do a comparison at item granularity.
    From the SRM side, the task is quite simple; I can use the BBP_PD_PO_GETDETAIL FM to retrieve all the data I need about the PO.
    The problem is: how to get a mapping (R3 <---> SRM)  for every single item position ?
    Thanks in advance

    Hi Federico,
    well the question is quite complex, in the sense that you must take into account eventual customizations that are strictly related to you SAP installation.
    Anyway... in my case: a PO have a "quite" standard header, so I assume I can skip the mapping process for this item; I just considered that only the PO number is sufficient to retrieve the order from both backend and SRM.
    How: in SRM --> BBP_PD_PO_GETDETAIL.
    In R3 --> BAPI_PO_GETDETAIL.
    My question was about items mapping so here's the solution I found... First of all; in my R3 and SRM system I can have 3 kind of items, say:
    - material items;
    - service items, that can be organized in hierarchies, so:
      - a father in a hierarchy;
      - a son in the hierarchy.
    I did as follows; I simply translated the R3 PO into SRM-like data structure, in order to work on the same fields. Then I simply proceeded with some mapping rule that, I must remember, are valid in my system, it's not an absolute mapping that works anywhere. In particular: my SRM system is really old and doesn't support natively service hierarchies, so that it has been implemented in a "custom" way. Anyway...
    Looping of the SRM_item table:
    How to see it's a material item? Field PRODUCT_TYPE is set to '01'.
    How to find the related R3 item? READ TABLE R3_item with key: PRODUCT_TYPE = '01' and SRM_item-EXT_DEM_SUBPOSID = R3_item-ZZXNUMBER.
    (here ZZXNUMBER is a custom field; in my system it represents the ordering number of the item in the purchase order... It's related anyway to the kind of item we're considering).
    Quite the same thing for a father in a service hierarchy:
    How to see it's a service item (father)? Field PRODUCT_TYPE is set to '02' and ITM_TYPE = 'HIER'.
    How to find the related R3 item? READ TABLE R3_item with key: PRODUCT_TYPE = '02' and SRM_item-ITM_TYPE = 'HIER'  and EXT_DEM_SUBPOSID = R3_item-ZZXNUMBER.
    (here ZZXNUMBER is a custom field; in my system it represents the ordering number of the item in the purchase order... It's related anyway to the kind of item we're considering).
    Quite complex mapping for a child in a service hierarchy... A child in my SRM system can be seen as an item which has PRODUCT-TYPE = '02' and ITM_TYPE = BLANK. There's however any way to map it directly to the corrispective R3 item... Moreover, my specs tell that not all the SRM items in a PO MUST be present in the corrispective R3 PO... this is indeed, a report to allineate both sys.
    This is a schema in pseudo-code:
    - if the SRM_item considered is a child...
    - find the father of the hierarchy in which the SRM_item is involved;
    - find the corrispective element in R3_item set;
    - go for an exact mapping using the mapping-between-position based on the fields ZZXNUMBER.
    Well, I know it is quite complex, also because of the fact these systems are really customized. Maybe the code that follows can help you understanding what I've done.
    Bye,
    Matteo
    LOOP AT srm_item INTO wa_srm_item.
        CLEAR wa_rowmap. " maptable that keeps index from the SRM_item and corrisp. ITM_item
        wa_rowmap-index_SRM = sy-tabix.
    * consider item position type
        IF wa_srm_item-PRODUCT_TYPE EQ '01'.
    * case 1: material
          READ TABLE r3_item INTO wa_r3_item WITH KEY PRODUCT_TYPE = '01' zzxnum = wa_srm_item-ext_dem_subposid.
          if sy-subrc = 0.
            wa_rowmap-index_R3 = sy-tabix.
          else. "if no pos. is found, it isn't present in R3 -> must be cancelled in SRM
            wa_rowmap-index_R3 = SPACE.
          endif.
        ELSEIF wa_srm_item-PRODUCT_TYPE EQ '02' AND wa_srm_item-ITM_TYPE EQ 'HIER'.
    * case 2: father in a service hierarchy
          READ TABLE r3_item INTO wa_r3_item WITH KEY PRODUCT_TYPE = '02' zzxnum = wa_srm_item-ext_dem_subposid.
          if sy-subrc = 0.
            wa_rowmap-index_R3 = sy-tabix.
          else. "if no pos. is found, it isn't present in R3 -> must be cancelled in SRM
            wa_rowmap-index_R3 = SPACE.
          endif.
        ELSEIF wa_srm_item-PRODUCT_TYPE EQ '02' AND wa_srm_item-ITM_TYPE EQ SPACE.
    * case 3: son in a service hierarchy
    *   look for the father in SRM
          READ TABLE srm_item INTO wa_srm_father WITH KEY NUMBER_INT = wa_srm_item-ZZXHIER ITM_TYPE = 'HIER'. "child refers to the corrisp. father thru the number_int field
    *   look for the father in R3
          READ TABLE r3_item INTO wa_r3_father WITH KEY PRODUCT_TYPE = '02' ITM_TYPE = 'HIER' ZZXNUM = wa_srm_father-ext_dem_subposid.
          if sy-subrc <> 0. "father's not on R3 anymore -> the son will not be on R3 too
            wa_rowmap-index_R3 = SPACE.
          else.
    *   go for the service item thru the father.
            READ TABLE r3_item INTO wa_r3_item WITH KEY ZZXHPOS = wa_r3_father-NUMBER_INT ZZXNUM = wa_srm_item-ZZXNUM.
            if sy-subrc = 0.
              wa_rowmap-index_R3 = sy-tabix.
            else. "the service item is not on R3 anymore
              wa_rowmap-index_R3 = SPACE.
            endif.
          ENDIF.
        ENDIF.
        APPEND wa_rowmap TO tbl_SRMmapR3.
      ENDLOOP.

  • Set flags in ni-rt.ini

    I want to set the flag YouOnlyLiveTwice on my RT to TRUE to prevent the RT from automatically rebooting.
    (http://digital.ni.com/public.nsf/allkb/41E8E448E2547CEF86256CFD00678340)
    What I don't want to do is remember to change this flag manually whenever we format an RT. Is there a way that this flag can be added to the build definition for my RT executable?

    jtay wrote:
    What I don't want to do is remember to change this flag manually whenever we format an RT. Is there a way that this flag can be added to the build definition for my RT executable?
    Oh, right, I forgot to answer the second part of your question.  
    No, there's no way to set a token within the Build Specification for an RT Executable, everything that I can think of would be a post type process.
    If you create a Component Definition File (CDF file) for your project, you can add a MERGEINI item to your CDF file (similar to most of the LabVIEW_XXXX.CDF files in your "%programfiles%\NationalInstruments\RT Images\LabVIEW\2013" directory).  The default file target (if none is specified in the MERGEINI directive) is c:\ni-rt.ini.  This must be done post-build, and will be erased if your file is regenerated.
    It would look something like:
    <MERGEINI>
    [SECTION NAME]
    TOKEN=VALUE
    </MERGEINI>
    You can open the config file from your application and use the "Read Key" VI (Found in Programming -> File IO -> Config File VIs -> Read Key) to see if the key is present, and then if not then add the key (via "Write Key" found in the same location) and close the config file.  Note that most of the tokens in the c:\ni-rt.ini file are read only once and cached, but some are read each time they're needed.  It may be necessary to reboot in order to get the new value for a token to "take effect" once written. 
    Modify the ni-rt.ini file by hand (which you've already said is not something you want to be doing).
    -Danny

Maybe you are looking for

  • Urgent help needed in TUBS Testing

    our client applies BSI Tubs  every quarter,generally they get TUBS (Tax upadated bulletins) from BSI website by loggin in it and these TUBS are given to the tax specialist of our clientside to review the TUBS to check whether they are applicable to o

  • Executing a SQL Command in my bean class

    Hello everyone, I'm using JDeveloper 12.1.2.0.0. I have an interest in executing a query in my bean method. I've done some research and i still got a code but it can't find the method that the method requires so i tried to added the query in my AppMo

  • IChat AV 3 producing communication errors

    I have been using iChat for a number of years at my current house, everything has been working fine. Recently I can no longer video conference, it comes up with a communications error the details of which I shall post at the bottom. The strange thing

  • N97 and SAP V2 Bluetooth

    Hi I have a Mercedes Benz E220 CDI with the COMAND systems and a SAP V2 Bluetooth cradle, which I currently use in conjunction with my Nokia N95 I am consiering buying the new N97 and want to know whether it is compatiable with the SAP V2? Can anyone

  • What should I do if my still-picture will not show up in my movie?

    My still will not show up in my movie project. It either shows up black or like a still of the one in front of it. I don't know what to do. Some pictures do this and some don't. What should I do to make it show up?