Materials flag for deletion upon creation of sale order

hi experts
When I use a material that is flag for deletion the system issues the following messge : "Material xxxx is marked for deletion"
message no V1406 - application area: V1, message number 406
This message is displayed only as "Information" only however I need to change to "Error" where the user will not be able to proceed.
Any suggestion as how I can change this message to "Error"
thanks

Hello cyrus,
You need to setup material status message and assign it to material master instead of changing the message (I think it is defined as warning message in program itself , experts pl. confirm)
The following thread will helps you.
http://www.sapfans.com/forums/viewtopic.php?p=515309&sid=d48b8c16cd95dbf811cfb970512c6cf6
Regards
Arif Mansuri

Similar Messages

  • Info records flagged for deletion don't update purchase orders

    Hi, I would like to know how I can customize SAP-MM in order to avoid that the info records flagged for deletion update the purchase orders.
    When I create a PO from a Purchase requisition (which have data with texts like "Vendor material number"), the Info record flagged for deletion update this data.
    Thank you

    Hello
    I think inforecords flagged for deletion is not being considered for PO updation. Could you please check again.
    It might be posible that 'Vendor material number' is spcified in Purchase requisition and when you create PO from Purchase requisition, it is copied from there to PO.
    I hope it will resolve your issue.
    Best regards
    Avinash

  • How to get report for deleted line items from sales orders

    Dear FRIENDS,
    please infirm the t.code or report for viewing the deleted line items from sales ordrers.
    Kindly do the neeedful.
    regards,
    N.M.PAWAR

    Hi,
    With transaction SE16 you can view table CDHDR for header changes and
    CDPOS for item changes. This includes deletion.
    OR
    GO to VA03 - Display Sales order -> Put order no : don't press enterbutton. -> Go to Enviornment -> changes -> You will get details
    Date ItmNo. SLNo Action
    Hope this help please close the thread if answers

  • Sending Order Number via IDOC upon creation of Sales Order

    Hi Experts,
    I have a requirement where i receive an order from an external system to SAP as an IDOC.
    Upon arrival, i have to create the Order in SAP and send the Order Number back to the external system in the form of IDOC.
    How can i accomplish this? Kindly share your expertise on this with me.
    Thanks in advance.
    Regards,
    Keerthi

    Hi Gary,
    Now when the Order is posted in SAP, i need a method which will automatically trigger the Outbound IDOC from SAP rather than me doing so manually.
    Is there a way i can track the creation of the Order in SAP and somehow configure SAP to trigger the Outbound IDOC with the Order number automatically?
    Thanks in advance,
    Keerthi

  • Mass Flag for Deletion

    Good day!
    Is there an available t-code for mass deletion of materials. I need to delete certain number of materials in the master data.
    Thank you.

    hi,
    These are the steps:
    1) Flag material for deletion. transaction MM06
    2) Run report MMREO001 - Selection of materials flagged for deletion and select the material
    3) Run report MMREO050 Archive Materials to archive the material (some customisig settings might be required)
    4) Run report MMREO110 Deletion Program for Archiving Materials to delete the material from the database.
    These reports are called by the SARA transaction too.
    PLS USE SDN SEARCH...
    Regards
    Priyanka.P

  • How to release Stock blocked against deleted line items from  Sales order.

    We have Scenario as follows.
    Sales order made for  items available in stock.  Deleted few lineitems from sales order balance items delivered and invoiced. Sales cycle is complete in all sense.
    What we have noticed is when we are creating new sales order / Delivery for deleted items from above Sales order it shows deleted quantity is blocked against old sales order. These line items are no longer
    available in old sales order since it is deleted also it is not appearing in open sales order report (VA05).
    Overall stock available is same as quantity mentioned in deleted line item.
    In MD04 - Sales requirenment transaction it shows sales order / line item against which it is blocked.
                    i.e deleted line item.
    How to release these stock and make available for sales. Any standard process available ? or any other solutions
    Thanks & Regards,

    I got a solution for my question from other forum. for info
    Go to SE38 and enter program SDRQCR21 then execute...
    Enter line item which is blocked for sales order in MD04 and enter plant then check Data
    transfer box and uncheck other boxes... It will pop up information and click yes...
    You will get one report and Stock inconsistency will go off and then check it in MD04....
    regards

  • Partner selection at sales order entry: ship-to's flagged for deletion

    Hi All,
    I need some inputs for the following issue.
    For Partner selection at sales order entry level: ship-to's flagged for deletion are also proposed as it is entered in customer master. I dont want to delete the ship-to's marked for deletion in the customer master.
    In short - only the ship-to's that are not marked for deletion should get populated.
    Kindly suggest if there is an userexit for the same.
    Regards
    KCB

    Hi,
    You can try Blocking option for the particular Ship to Party.
    But this will not disable it appearing in the Partner Function Selection Pop up.
    Once you block it; though it appear in the selection pop up, you cannot select & proceed, as it gives a error message.
    You can set this block in 2 ways.
    1 - Tx: XD05
    Go to the Tx give the customer number, sales area & Pres enter.
    There you can set different type of blocks depend on your scenario.
    Save
    2 - Tx: XD02
    Go to TX, Give the Customer number (Ship to Party) & go in. Since you have marked him as a delete, you'll get a warning message there too.
    Select Menu option -> Extras -> Blocking Data
    You'll coime to the same screen as above.
    Maintain relevant blocks & Save
    Check whether it satisfy your requirement.
    Best regards,
    Anupa

  • Blocking/Flagging for deletion Materials

    Hi
    Can anyone advise what is the best method to disallow users from using materials in all modules of SAP. eg PM, IM, SD
    1. flagging for deletion
    2. or chaning the X-plant matl stat on Basic Data 1 or changing Plant-sp.matl status on MRP 1
    thanks
    Vishnu

    Hi,
    I agree,
    The Xplant status is designed to do this and so it produces the correct blocks and the correct messages.
    Add to this the fact that by using the delete flags how can you determine which materials are genuinely flagged for deletion and which ones are simply flagged because you want to block the movements.
    The Xplant is to block all plants, the status on the purchasing and MRP views are Plant specific blocks only and can block the material at that plant and allow others to continue as normal.
    Steve B

  • How to join VBAK, VBAP with MARC materials flaged for deletion

    Hi,
    Iam have to extract only sales orders with materials which are not flagged for deletion.
    In MARC table, I have to use LVORM field to restrict materials which are not flagged for deletion. Can anybosy explain in this regard and combine with VBAP and VBAK tables.
    Thanks.

    Hi Raju,
    Check below code,
    SELECT f1 f2... INTO TABLE i_mara
    FROM mara
    WHERE ur conditions from selection screen if any
    AND lvorm EQ space.
    CHECK NOT i_mara[] IS INITIAL.
    SORT i_mara BY matnr.
    SELECT avbeln a.... bposnr b...
    INTO TABLE i_salesdata
    FROM vbak AS a INNER JOIN vbap AS b
    ON avbeln EQ bvbeln
    FOR ALL ENTRIES IN i_mara
    WHERE ur conditions from selection screen if any
    AND b~matnr EQ i_mara-matnr.
    CHECK NOT i_salesdata IS INITIAL.
    SORT i_salesdata BY vben.
    Hope u got the sulution for ur problem.
    Thanks,
    Vinod.

  • How to see materials marked for deletion

    Which is the T-Code to see  materials marked for deletion . if yes where

    Hi RM,
    You can check material marked for deletion by using transaction code MM06.
    On this screen you can check whether material is marked for deletion at Client level, plant level, storage location level, valuation type level, Sales org level, Warehouse number level or storage type level.
    Hope this resolves your issue, reward if helpful.
    Regards,
    Avinash.

  • Purchasing info record 5300000013    flagged for deletion

    Hi,
    While changing the Purchasing info record , we get the following message:
    Purchasing info record 5300000013    flagged for deletion as a warning
    We want to convert this message as error. For that we changed the System message category, purchasing as "E" in Materials Management-> Purchasing-> Environment Data-> Define Attributes of System Messages, but after that also the System gives a warning message in T Code ME12.
    Where do I need to change to get the error message? As per understanding, the system should always warning message so that we can change the deletion flag, if required in future.
    Please guide.
    Regards,
    PK

    hi,
    Try to understand the importance of the message. PIR document is not must to make or create any PO...
    but in case if req. or for copying few parameters from old/latest PIR, we use it...
    Its always better to have the PIR for the PO, which may be made before or after the generation PO...as it stores the PO price history, conditions etc...which may get updated and pulled whenever required...
    So, due to such reasons system has made this message as warning message...because you can use it just for record maintainance, but it will be of no use if thinking practically...
    Normally we make these settings at SPRO >> IMG>>MM Purchasing>>Environment data>> Define attributes of system messages...
    Regards
    Priyanka.P

  • Transportation lane for special procurement key is flagged for deletion

    we are on SCM 7.0 and ECC 5.0 and transportation lane records are automatically created for items with special procurement keys (SPK). When we change an SPK, the old record is automatically being locked and flagged for deletion. This is causing planned orders in the old lane to not be replanned. it is therefore incorrectly indicating that a requiremnt is being met by the old planned receipt.
    The documentation indicates that the lane should be locked (not locked and flagged for deletion). When it is locked, the orders are deleted and replanned in the new lane as expected.  Can someone tell me if the correct behavior is for it to just be locked or to set to flagged for deletion? if it is supposed to be flagged for deletion, how do we delete the planned orders in the old lane without switching the record back to locked only?

    Hello,
    Please follow on the SAP Help library:
    Automatic Creation of Transportation Lanes
    http://help.sap.com/saphelp_scm50/helpdata/EN/d4/56ef1a5572544081619 a5f87f4055e/content.htm
    Change of Supplying Plant in the Special Procurement Type
    In the SAP R/3 system, if you have changed the supplying plant in the special procurement type, the SAP APO system creates a new transportation lane for the new supplying plant (from special procurement type) and material/plant combination. The already existing transportation lane and now invalid combination between supplying plant and receiving plant in the R/3 system is locked for orders in the SAP APO system. This can be recognized by the lock indicator X that is set by the system.
    Removal of Special Procurement Type from the Material Master Record
    If you have removed the special procurement type from the material master record in the SAP R/3 system, the SAP APO system locks the already created transportation lane so that it cannot be used in orders.
    Hope it helps in this matter.
    The best regards,
    Michel Bohn

  • Info Record Flagged for deletion

    Dear Friends,
    I am not sure if should raise this question in MM or PS area as error message is related to MM and occurring into PS area.
    Issue Description In my company (building construction) we create Project/Network which would have hundreds of activities. Each network activity will have some component (materials). At component it contains info like Material number, Purchase Org, Vendor, Info record etc. Under clean up process info record is flagged for deletion because we donu2019t buy the component from that vendor any more then procurement dept flag that info record and create a new info record with the new vendor.
              If we try to update any data through either CJ20N or CN22 it gives error message u201CInfo record flagged for deletionu201D , message number is CN 766 and it doesnu2019t allow to save the project or network as this message is set with category u201CErroru201D. This is quite annoying for the business users.
    Requirement I want to know about u201CHow to make this error message informationalu201D??
    My effort to find the solution  I tried to use transaction OBA5, OBMSG through which we can change the configuration so that message will be only informational, but the issue is that I couldnu2019t find the application area CN with Message number 766.
    It would be a great help if any one of you could suggest me a possible solution for this issue.
    Regards,
    Sunny

    Purpose of deletion flag is not to control which vendor is a valid source of supply in relation to one material. It is in connection with archiving process....
    In info record (ME12 --> "Purch. Org. Data 1.") you can set "Available from" (EINA-LIFAB) and "Available to" (EINA-LIFBI) in "Supply Option" section. Message 06681 belongs to it which can be controlled in:
    SPRO > Materials Management > Purchasing > Environment Data > Define Attributes of System Messages
    Please consider this option...(you can also use source list (ME01) but it is too strict control in my opinion)

  • Archive/ purge those material that have already flag for deletion

    hi guys,
    how can i delete the materials that have already flag for deletion? Even when i archive in MM71 and run MM72,it shows that the material has been 'completely deleted' but when i check in MM03,the material is still there. Anyone has any suggestion??

    Dear Nur,
    Please go to this link
    https://www.sdn.sap.com/irj/sdn/crphelp
    or
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement&
    If there's no store document available , it seems like your deletion process is not success.
    Please check your customizing. what comes first-->delete or store?
    also check whether the job is start automatically for store or delete process.
    Also ask your basis team about the Content Repository in customizing
    Regards,
    w1n

  • Receipting materials marked for deletion?

    We have a situation whereby a vendor has been taken over by another.
    As such all materials for the first vendor have been flagged for deletion. However there are still some open PO's. Messy I know though will the open PO's get receipted without removing the flags?
    Please advise, thanks

    Dear Dominic,
    As per my knowledge once you flag vendor for deletion you cannot carry any purchasing transaction with that vendor.
    It would have only possible if you have blocked vendor from accounting point of view ( FK 05) then you could have brought material against open PO but you cannot make payment transaction unless flag for deletion is removed.
    Reward if useful,
    Vivek Maitra

Maybe you are looking for