The shipment should not allow to save without partner forwarrding agent.

The CR (forwarding agent) partner is set as Mandatory in the configuration for partner procedure TR, but you can save a shipment without this partner function.  We are only using Shipment type Z003 and the TR procedure is assigned, and the CR partner is set as mandatory but the system is not requiring it.  Why isn't the Mandatory flag working in create mode?  If there is a CR on a shipment already, it will not let you delete it, but it will let you create a shipment and save without the CR partner.  See Shipmentxxx in DX1, it was created and saved without any partners on the partner tab.
The shipment should not allow to save without partner forwarrding agent.

Hi,
Check config for 'Set Up Partner Determination for Shipments'.
I believe the Partner function for Forwarding agent is FA and here you are talking about CR.
Also make sure you Partner determination procedure is reflecting in your Shipment type.
Regards,
Amit

Similar Messages

  • Restrict the user should not allow to select No Excise entry tab in MIGO

    Hi
    how to restrict the user should not allow to select No Excise entry tab in MIGO
    if the material Excisable user can bale to select the No Excise entry tab in MIGO . my requirement .... if the Pop come Please enter Excise Invoice number and Excise Invoice Date user should not change the No Excise how to restrict pls advise me
    @sakhi

    These are the options provided by SAP keeping in mind Indian Scenario. Sometimes, vendor forget to send excise invoice copy with the material, in such case, you can select 'Only Part I'.
    Even if you have maintain vendor excise details & material excise details (By mistake) in J1ID, system will throw an error message, excise invoice value is zero. In such case, we can select option 'No excise entry'.
    Your requirement can't be fulfilled in standard way. Even if you go for any Z- developement, you will lose the option.

  • Sytem should not allow to save the sales order based on risk category

    Hi,
    My user want to control the creation of sales orders based on risk category in credit control area.
    We created a new risk category - 30 Not authorized.
    And we made necessary configs also , like assignment of risk category and company code in OVFL.
    We assigned 30 risk category in FD32 for customers also.
    But while creation of sales order system is allowing to save the order.
    My user requirement system shoud not allow to save the sales orders for those are customers belongs to 30 risk category.
    How can we config. this
    thanks
    Sateesh

    hi,
    dont want to save the sales order if the credit limit exist ?
    then maintain block in OVA8
    choose
    your credit control area         risk categories             credit group
    1000                                        30 Not authorized           01
    checks tab
    choose static and maintain B
    this will give you error message and it will not allow you to save the sales order
    regards
    senya
    Edited by: senya_1111 on Oct 1, 2009 2:26 PM

  • During PO creation system should not allow to save if it cross the PR value

    Hi,
    As I said in above subject line while creating the PO system should not allow to create more than the PR value and Quantity.
    Always system should allow the person to create the  Po with in PR value as well quantity in order to set up please let me know the configuration settings.
    thanks in advance.

    Hi,
    Please search the forum first for your queries for existance and then post queries., coz, the same question has been answered so many times before.

  • Should not allow to save the delivery documents if material and qty is miss

    In SD what is the logic or code in ABAP for this issue.
    Points awarded for quick responce.

    Hi,
    A simple solution is to create transaction variant using transaction SHD0.
    Enjoy SAP.

  • QA32: Without going in Inspection lot stock screen system should not allow for UD

    Hi
    At the time of UD "without going in Inspection lot stock screen system should not allow to save the UD".
    Please suggest how to restrict.
    Regards
    Ashish

    Please go through the below link & with small changes you can fulfill  your requirement using user profile
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/601c82e3-b743-2c10-dbb6-ed4c00167157?QuickLink=index&…

  • System should not allow to delete PO line Item after GR/IR

    Hi,
    I am working on a SAP Retail Implementation project.
    Currently the system is allowing us to delete the PO line items after doing GR or IR against that PO line item. But the clients requirement is that the system should not allow to delete PO line item after doing GR/IR.
    We are using Account Assignment Category-N, Item Category-S.
    Please let me know if you have the solution for this requirement.
    Thanks in advance
    Thanks & Regards,
    Suresh

    Hi,
    Standard SAP will not allowed the PO to be deleted once it was GR done. The controlled is on the attributes of message to set as "E"
    Message no. 06115
    But if invoiced takes place, the is the point that PO can be deleted.
    You have to do have a Enhancement using MM06E005, insert you logic here to check PO history tables like EKBE, then check if invoice " Q" (BEWTP) exist, the PO cannot be deleted once the user delete the PO line and SAVE it. Ask you developer to help you on the following coding.
    Use MM06E005 and EXIT_SAPMM06E_012
    IF SY-TCODE = 'ME22N'.
    IF sy-ucomm = 'MESAVE' OR SY-UCOMM = 'YES'..
    LOOP AT TEKPO.
    IF TEKPO-LOEKZ = 'L'.
    SELECT SINGLE BELNR FROM EKBE INTO BELNR1 WHERE EBELN = TEKPO-EBELN AND EBELP = TEKPO-EBELP AND BEWTP = 'E'.
    IF SY-SUBRC = 0.
    SELECT SINGLE BELNR FROM EKBE INTO BELNR2 WHERE EBELN = TEKPO-EBELN AND EBELP = TEKPO-EBELP AND BEWTP = 'Q'.
    IF SY-SUBRC = 0.
    Regards,

  • PO data should not allow to change

    Dear Forums,
    Can any body so kind to find a way in solve the following business requirement:
    In my client business scenario the PR only subjected to release. PO against the PR not go for any release.
    My client require the user should not allow to change the data of PO which is pick from PR (PO created reference to PR).
    For example : user should not allow to change the quantity in the PO which capture from PR while creating the PO reference to PR.
    Your early reply should highly appreciated.
    Regards,
    sp sahu

    Hi,
    there is no standard way of doing this and I am not sure that it should be done.
    How are you going to be able to correct errors and set deletion flags, delivery completerd flags etc. if the PO is blocked for change?
    If you really want to do this then  I would create a new document type that has the requisition reference field set to mandatory. This means that the document tyoe can ONLY be used for creating POs that refer to requisitions. Then change the field settings for this new PO document to display only in ME22n.
    That way, POs that don't reference a requisition will use another PO document type that has the fields set to open for input in ME22n.
    Would this do what you need to do?
    You should also look at the EVO and EFB parameters and config (in the Purcashing config menu under environment data > Default values for buyers (the EVO paraneters are maintained here)  The EFB parameter (the more powerful settings) is configured in the purchasing > Authorisation Management > Define function authorisations for buyers)
    Read the configuration text help and note the flags and what they do.
    Steve B

  • ]The requirement is  that users should not allow  them to save if the indic

    hi guys
    when  u are doing GR in  the excise tab page  if u find an <b>icon (yellow one</b>) called <b>more data</b>  if  u click that one  u  go  to other screen where u will find a <b>tab page </b> named <b>miscellaneous</b> ther u can see <b>MRP indicator</b> check.
    <b>The requirement is  that users should not allow  them to save if the indicator is not ticked</b>.
    help me  guys
    kiran

    You can either use Tcode NACE for output procedure pr follow following path in SPRO:
    IMG - SD - Basic Functions - Output control - Output Determination - Maintain Output Determination for Billing Documents - Maintain Output Determination Procedure
    There for your output procedure used for the desired output type maintain requirement routine as 62 : Billing doc released to acctng.
    This requirement is met if the billing document is complete checking the header, pricing, and all items and has already been passed to financial accounting. The requirement also checks that the document is not relevant for an invoice list. This requirement can be assigned to billing document output condition types that should only be processed when the billing document is complete and forwarded to accounting. This requirement can only be used with billing documents.
    Regards
    JP

  • Without standard release confirmation should not allow in process order

    Our clients need is that without standard release confirmation should not allow in process order.
    We are using CORK,cor6 and MB31 My need is to apply user exit in all cases.
    I got input from sdn User exit:-PPCO0006 Function module Exit_SAPLCOZF_003
    INCLUDE ZXCO1U06
    I need to activate this only during confirmation.ie confirmation to be avoided if cost is not released.
    Regards,
    Pert

    Hi,
    You are right. For preventing confirmation in case std cost estimate release is not available you need to do enhancement. You can check for following exit along with exit which you mentioned in your post :
    Enhancement     CONFPI05
    EXIT_SAPLCORF_405 - Process Ord. Conf.: Cust.-Specific Enhancements when Saving
    INCLUDE ZXCOFU10
    Check either of the enhancements which may fulfill your business requirement.
    Regards,
    Tejas

  • Without result recording closing system should not allow for usage decesion

    Hi
    without result recording closing system should not allow for usage decision.I think it is possible through user status. Please tell the procedure .
    Thanks and regards,
    vairavan

    Dear vairavan,
    You can check for the authorisation object.I can't remember that authoriation object right now.But surely you can restrict that with authorisation object.
    Anyone knows the authoristaion object.
    Regards,
    Sunil Patil

  • After creation of PO system should not allow to change the price in PO

    Hi There,
    In my scenario once PO is created then after send to vendor PO print document,Users are changing the price in PO.so system should not allow to change the price in PO once PO got saved.
    So please advice.

    Hi,
    you could set in customizing for field selection keys the net price      
    to display for ME22N so that changes can not be made         
    (transaction OLME -> purchase order -> Define Screen Layout at Document Level).
    Please check that you have set all the relevant field selection      
    groups to display: AKTV, ME22, ME22N... (read and apply note 30316)                                                                               
    Other workaround is try to do by yourself with the badi                      
    ME_PROCESS_PO_CUST and send your own error message.    
    Regards,
    Edit

  • System should not allow to do the changes in PO once the ID created.

    Hi All,
    Once the Inbound Delivery is Created based on the Purchse Order, System should not allow to do the changes in the Purchase Order like Deletion of Item, etc..
    Any Configuration Changes is avaliable. ?
    Regards,
    Sudhakar

    Dear,
    Please check the staus in order
    Current order status xxxx does not allow goods receipt (Message no. C6009)? is this the message?
    This will not allow you to do GR for production order when you activate status profile "SAT1" in the production order. After that when you confirm order it will automatically assign next user status i.e. "SAT2" (if not assign it manually in CO02) it will allow you to do GR for that production order.
    Regards,
    R.Brahmankar

  • Downloads - I want to open some PDFs/other file types from the internet but not have to save them; I can't figure out how to view them and close them without having to save them first.

    Downloads - I want to open some PDFs/other file types from the internet but not have to save them. I can't figure out how to view them and close them without having to save them first. When I click on a file, the downloads box opens and depending on the setting, it auto saves the file or asks me where to save the file. What if I don't want to save it anywhere, I just want to view it and close it?

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • After approv status inquiry, it should not allow to change anything .

    Hi,
    As per the client requirement, we have assigned the three level status profile to in inquiry process like Block status, Review and approve status.
    Block status-It is initial status. After save the document it will be in block status
    Review status u2013It is the 2nd status. After review of authorized person, it will be changed as review status.
    Approve status- If everything is correct, then higher authority will give the approval for same and will change the status.
    Here client requirement is after approval of same inquiry document, it should not allow to anybody to change anything (quantity, material, any addition) in same document with va02 Tcode. Need your support if anything possibility is there for same requirement.
    Thanks
    Utpal mishra
    Sr.SD Consultant

    Already another thread is still open. Please maintain one thread for better monitoring.
    Thanks
    Regards,
    Reazuddin MD

Maybe you are looking for

  • MacBook Pro 17" doesn't sleep when top is closed

    The problem is described in the title of this thread. Is there a .plist file where the setting for this may have gone wrong. Have had the MacBook Pro about 5 months. It has functioned normally during most of that time - the computer went to sleep if

  • Read the first line of the table.

    Hi, Can you pls let me know as to how I read the first line of the table. Thx.

  • How do you submit a podcast to iTunes? The instruction page is outdated

    I spent 8 hours today trying to figure out how to submit my podcast to iTunes. The PODCASTING AND ITUNES: TECHNICAL SPECIFICATION page has outdated information. For instance where it says under TESTING YOUR FEED to select "Subscribe to Podcast" in th

  • SUBMIT report using selection-table issue

    Hi Experts, Actually I am calling report2 from report1. In report1 i have  select-options field WERKS. In report2 I have parameters field WERKS. Please let m know how to call report2 using SUBMIT button selection-table concept. How to insert records

  • Create Thread on Photoshop Plug-in

    Dear All, Right now, I am developing a demo Photoshop plug-in software to understand the way to implement Photoshop plug-in. However, I meet a issues that I can not create a Thread on Photoshop plug-in by CreateThread() API. I implement as below: Mai