Mass update for message condition records

Hello all,
with Transaction NACE we maintained thousands of message condition records.
Now we have to change for all this message condition records the "Number of Messages" (Table NACH Field ANZAL).
Is there a mass change Option available or is there a function module we could use?
Thank you
Best regards
Manfred

Dear Manfred
i think you want to change All condition records of some condition type In NACE , you want to change Date and Time ex:
Am i right ?
Yes it is possible in NACE T.code level only
So here Give What is Your application like V2
Now click on condition record and Just go to change mode And give application V2 Example
after this change Date here it will applicable to all condition type what ever in your V2 Application and all condition type
Apart from This i thing some Function Module May be there but i cant recall
Please let me know
Thanks a lot 

Similar Messages

  • FM for Internal Condition record MEK1/MEK2 and VK11/VK12

    Hi,
    Is there any function module to update the internal condition record for both Purchasing(MEK2) as well as SD condition records(VK12).
    My requirement is to update the price and price unit in the gross price condition(PB00) and sales price condition (VKP0).
    if so Please let me know.
    Thanks in advance
    Vinoth R

    Hi,
    yes you can use he sam module for both conditions:
    Function module RV_CONDITION_COPY
    paramertes MAINTANI_MODE   - 'A' Create; 'B' change
    there is no possibility to delete a condition
    COMMIT WORK and
    Afterwards call RV_CONDITION_RESET to initiailize all global data of condition maintenace.
    Regards,
    Remek

  • Transaction used for maintaining condition record for contract

    Hi All,
    In one of the issue user is not able to print contract,we have noticed that default printer is set for user.I need to check what condition record is maintained for user.
    Can anyone let me know what is the transaction used for maintaining condition record for contract output.
    Regards,
    Dharmesh

    Hi
    MN01 Create Message: RFQ
    MN04 Create Message: PO
    MN07 Create Message: Outline Agreement
    MN10 Create Message: Schd. Agmt. Schedul
    MN13 Create Message: Service Entry Sheet
    MN21 Create Condition: Inventory Mgmt
    MN24 Create Message: Shipping Notif.
    MN27 Create message: rough goods receipt
    MN10 / MN11 - Scheduling Agreement Delivery Schedule
    Vijay

  • MM Message Condition Records

    Hi,
    We have migrated Message Condition Records to new Purchase Organisation. Now while creating new RFQ's or PO's with new Purchase organisation, the message condition is in green but print is not coming. If we check in the processing log, it says Processing log doesnt exist. It is not even going to Spool (SP02). Whereas while creating RFQ or PO with Old Purchase organisation print is coming and also visible in spool. All the settings for Message condition type and record are same. Even we are unable to print preview the PO with new Purchase Org. We have checked the Print Forms and Routines also. There also no check is there for new Purchase Org. Can anyone help us.
    Regards/
    Praneeth

    Hi,
    Did you try to o/p in me29n? what the response? Have you maintained the condition records in MN01/02 for the combination of new org enttities? Perhaps thats why spool isnt created since there might not be object data for the destination entities.
    check the following thread might help
    Output type PO - NEU spool request
    Thanks
    Shiva

  • FM for creating Condition Records

    Is there FM for creating Condition Records for output type like transaction VV11 (Create Output - Condition Records: Sales)

    Hi there,
    FM for condition records? Why do you want to think of a FM for creating conditon records?
    Condition records is a master data that has to be manually created as per the business requirement.
    But what we can do is that if the data ia existing in an external legacy system, we can migrate that into SAP through a BAPI / BDC or LSMW depending on the volume of data.
    But in other cases condition records are manually created in SAP system.
    If at all you have a function module to create condition records, how would you ensure that it feeds correct data into the condition records? What key combination would the system take & what data would you want the FM to upload?
    How will you monitor what data is uploaded,.
    Regards,
    Sivanand

  • T code for maintaing condition record in MM pricing

    Hiii ..MM GURUS...
    Can anyone let me know the transaction code for maintaing condition records for condition types in MM pricing .
    Regards
    SARFRAZ..

    MEK1 with appropritate key combination

  • Mass updates for Notification/Workorder status

    Is there any way for Mass update of 'status' because orders and notifications need to be un-teco before updating planner groups and work centers? we are using Mass update for IW58,IW38 & IW29 and there is no option for STATUS update.

    Thanks everyone for there response. I'll check the possiblity to add a button in IW28 for the closed notificaitons via any of the below BADIs:
    BADI_EAM_RIQMEL20_FCODE_CUS1 : Implement Customer Function Code in Notification List
    BADI_EAM_RIQMEL20_FCODE_SAP1 : Implement SAP Function Code in Notification List
    and for Work Order:
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    In IW28 & IW58 there is option u201CPut in Processu201D in Notification Menu, but when I used this option  it says u201CNotification is completed -> can only be displayedu201D. I wonder why this option is not working if Notification is completed.

  • Report for freight condition records

    Dear Freinds
    In my transportation module project, requirement is report for freight condition records.
    We have been created two tables in one access sequence, two tables are: 1. route/ship-to-party 2. route
    They maintained more condition records. They want to see all vondition records in one single report.
    Report based on those two tables. But those two tables are storing in KOMG Structure.
    But price is storing in KONP table. How to fetch both in to repor.
    With regards
    Lakki

    Let us say the condition tables are 001 and 002
    Now you need to go to database tables A001 and A002 in SE16
    Give the name of your condition type for which you want to get all the condition records
    Execute now.
    Now you will get all the condition records for the condition type created for the table say A001
    Hope this solves your problem. You can reward if this helps.

  • Is their any function module for deleting condition record i am trying

    Hi Experts,
    Is their any function module for deleting condition record i am trying  this way.......
    DATA: TABLE (4) TYPE C.
    DATA: KNUM LIKE KONH-KNUMH
    DATA: K_VEWE LIKE T681-KVEWE VALUE 'A'.
    DATA: T681_STR LIKE T681.
    DATA: LV_NUM TYPE I.
    GET PARAMETERS
    PARAMETERS: TABNO LIKE T681-KOTABNR.
    PARAMETERS: TESTMODE DEFAULT 'X' AS CHECKBOX.
    REFRESH INT_KNUMH.
    Select single * from T681 into T681_STR
    where kvewe = K_VEWE AND
    KOTABNR = TABNO.
    IF SY-SUBRC NE 0.
    WRITE: / 'No entry in T681 for number ', TABNO.
    WRITE: / 'Check whether corresponding condition table exists.'.
    EXIT.
    ENDIF.
    TABLE = T681_STR-KOTAB.
    SELECT KNUMH FROM (TABLE) INTO KNUM.
    SELECT SINGLE * FROM KONH WHERE KNUMH = KNUM.
    IF SY-SUBRC NE 0.
    INT_KNUMH-KNUMH = KNUM.
    COLLECT INT_KNUMH.
    ENDIF.
    ENDSELECT.
    DESCRIBE TABLE INT_KNUMH LINES LV_NUM.
    IF LV_NUM EQ 0.
    WRITE: / 'No inconsistent entries found.'.
    WRITE: / 'Each record in the condition table has a corresponding.'.
    WRITE: / 'entry in the KONH table.'.
    EXIT.
    ENDIF.
    LOOP AT INT_KNUMH.
    IF TESTMODE IS INITIAL.
    DELETE FROM (TABLE) WHERE
    KNUMH = INT_KNUMH-KNUMH.
    IF SY-SUBRC = 0.
    WRITE: / 'KNUMH =', INT_KNUMH-KNUMH(10), ' deleted from table ' ,TABLE.
    ELSE.
    WRITE: / 'DELETE: SY-SUBRC is', SY-SUBRC , ' FOR KNUMH = ' .
    WRITE: INT_KNUMH-KNUMH(10).
    ENDIF.
    ELSE.
    WRITE: / 'TESTRUN: KNUMH =', INT_KNUMH-KNUMH(10).
    ENDIF.
    ENDLOOP.
    is their any Standerd Function module  for comparing  tables if the condition record not exist in it has to exit if it is their then compare  those two tables if not exist in one table also that has  to be delete  the condition record
    Please let me know .....

    Hi,
       You can use Function module PRICING_CHECK to check condition record. Do a where-used list on it to see how to call it.
    Regards
    Kiran Sure

  • Mass Update for the invoice reference (BSEG-REBZG)

    Dear All ,
    I need mass update for the invoice reference (BSEG-REBZG) . Is there any way to update it ?
    Best Regards
    Dash

    HI,
    Contact your ABAPer to Write BDC to update the Invoice reference.

  • Make Condition exclusion type to be active for different condition records

    Hi
    We are currently using three condition types in the pricing procedure.
    Say for eg. YWBP- F Charges, YADJ -C charges and YHDG-Handling fee
    We have set condition exclusion for the combination of YWBP and YHDG and
    YADJ and YHDG.
    YHDG condition type has two condition records.. say for eg. 512 and 596.
    The materials defined for 512 condition records is YAU and YAX and for 596 is YAV.
    Now my question is that whenever condition types YADJ  gets picked up fo  YAU, YAX  and YAV then condition type YHDG shouldnot get picked up. (The above condition exclusion group will perfectly caters to this requirement.) but now the cache is the business has a requirement that
    When ever condition type YWBP gets picked up for the material 'YAV', then the condition type 'YHDG'  (with 596 table condition records) should also get pick up in the sales order.
    Is there any way to achieve this with current settings of condition exclusion indicator.
    Thanks in advance.

    Hello Vicky
    Not knowing the relationship between ZCPD and ZDUT, it is hard to answer your question.  I am not sure how ZDUT is affected by ZCPD.
    By your  description, there is a requirement in the pricing procedure that is setting the exclusion indicator to X for ZCPD under certain conditions. May be that is not a right solution for your situation.
    I would suggest using condition exclusion groups and then assigning condition exclusion group to the pricing procedure to meet your requirement. Let ZCPD be in  group 1, all other conditions that you want excluded when ZCPD is present  ( but not ZDUT) in group 2. Then use the exclusive option while assigning to the pricing procedure.
    All these config steps can be found here:
    SPRO/IMG/Sales and Distribution/Basic Functions/Pricing/Condition Exclusion/Condition Exclusion For Groups Of Conditions
    Link: http://help.sap.com/erp2005_ehp_04/helpdata/EN/93/7432eb546011d1a7020000e829fd11/frameset.htm
    Hope this helps.

  • Mass update for quotes?

    Hi Friends,
    How do we do the mass update for the Quotes as I did not fine the object for the quote in the MASS transaction code.
    Can some body give me the procedure to do this.
    Thanks
    ANGKS

    The Object name for Quotation is BUS2031
    thanks
    G. Lakshmipathi

  • Methods for Mass Change to Price Condition Records apart from LSMW.

    Hi all,
    Apart from using LSMW, pls let me know if there is any other best way to do Mass Change to 1000 Price Records.
    Rgds,

    try using tcode scat or a program to perform BDC or try with tcode VK32.
    Regards,
    Raghu.

  • FM to create & update Shipment Cost Condition Records (TK11/12)

    Hi All,
       I am looking for a FM which can update Price and Validity dates in existing Shipment Cost condition records and also able to create a new shipment cost condition record.
    I have tried using BAPI_PRICES_CONDITIONS. It returns a success message but no change in shipment cost condtion record
    I have tried giving OPERATION = 009 to create new record and OPERATION = 004 to update existing one. But of no use.
    Can i use any of the RV_CONDITION_* function modules
    RV_CONDITION_MAINTENANCE
    RV_CONDITION_COPY
    If yes then what are the mandatory parameters I have to pass in.
    Or else creating a BDC program for TK11/12 is the option.
    Appreciate a quick and positive response.
    Regards,
    Leona.

    Hi,
       I have used the BAPI 'BAPI_PRICES_CONDITIONS' . In my requirement there was no need to update the scale.
    Hope the below links will help you in solving your issue.
    BAPI for VK11,VK12,MEK1,MEK2
    http://www.sapnet.ru/viewtopic.php?p=765&sid=88b6f60f85501678fc93cd16e187ad61
    Regards,
    Leona

  • Report for Customer Condition Records

    Hello ABAPers,
    I want to write ABAP report to list out Material,Customer,Tax type and Tax amount. The data is available in tables A005 and KONP and the joining condition would be A005-KNUMH and KONP-KNUMH.
    But since A005 s a Pooled table am not able to write a correct join condition.
    Can any one guide me on how we can write this join condition?
    I tried with FOR ALL ENTRIES IN TABLE but the output was not reading the value of Amount(KONP-KBETR).The amount is coming as zero always.
    The code i'm using is:
        SELECT MATNR KUNNR VKORG VTWEG KSCHL KNUMH INTO TABLE ITAB_JEXP FROM A005 WHERE KSCHL = 'JEXP'.
    IF NOT ITAB_JEXP IS INITIAL.
        SELECT  KNUMH KOPOS KSCHL KBETR  INTO TABLE ITAB FROM KONP FOR ALL ENTRIES IN ITAB_JEXP
                WHERE KNUMH = ITAB_JEXP-KNUMH AND KSCHL = ITAB_JEXP-KSCHL.
      APPEND ITAB.
    ENDIF.
    LOOP AT ITAB_JEXP.
    MOVE-CORRESPONDING ITAB_JEXP TO ITAB.
    APPEND ITAB.
    ENDLOOP.
    Thanks,
    B P Shah
    Message was edited by:
            Bhavin P Shah

    Hi,
       Use FOR ALL ENTRIES  for that joins are not allowed on cluster n pooled tables
    refere these
        LOOP AT it_kjmseg INTO wa_kjmseg.
          lv_index = sy-tabix.
    *--Select condition record number from table A006
          SELECT SINGLE
                 knumh
                 FROM a006
                 INTO lv_knumh
                 WHERE kappl EQ 'V'
                 AND   kschl EQ 'ZR00'
                 AND   vkorg EQ '0010'
                 AND   vtweg EQ '00'
                 AND   pltyp EQ '01'
                 AND   waerk EQ 'USD'
                 AND   matnr EQ wa_kjmseg-matnr
                 AND   datbi GT wa_kjmseg-fkdat.
          IF sy-subrc NE 0.
    *--Select condition record number from table A004
            SELECT SINGLE
                   knumh
                   FROM a004
                   INTO lv_knumh
                   WHERE kappl EQ 'V'
                   AND   kschl EQ 'ZR00'
                   AND   vkorg EQ '0010'
                   AND   vtweg EQ '00'
                   AND   matnr EQ wa_kjmseg-matnr
                   AND   datbi GT wa_kjmseg-fkdat.
          ENDIF.
    Regards,
    Prashant

Maybe you are looking for

  • Message ID  SXMS_MSG_GUID  not getting displayed in alert inbox

    Hi, In ALRTCATDEF i have defined container element named SXMS_MSG_GUID which has ABAP Dict. Data Type SXMSMGUIDC. In the message title i have used that container element using &SXMS_MSG_GUID&. I am getting alert in my alert inbox in RWB but all the o

  • Quicktime Video for my website like it's on Apple's website

    How do I manage to get a Quicktime video on my website with the following features? The video should play without the old grey Quicktime window frame! The controlbar should disappear, when the cursor is not in the video window. Just like the videos o

  • With 10.0.6, some jpg on the timeline are replaced by a blue icon, Why?

    Hi, I've taken a screenshot of my problem. For instance, as you can see, my jpg Ire19151-0010 shows as a blue «gaz pump». On its sides, other jpg do nicely. What's puzzling, is all of them come from the same folder and all used to appear just OK with

  • Mail Messages appear only as plain text

    Somehow my default is set to view Mail in plain text. To see a message as it was formatted, I have to select View/Message/Next Alternative. I have to do this with every message, even those I've previously opened and went through the View/Message/Next

  • TCP/IP coupled Hardware (@ Labview)

    how is the way to develop external Hardware (with proprietary TCP/IP coupled Hardware) in Labview.