How to realize cross-plant ATP check in 46c when creating SO

Hi all
For cross-plant ATP check is not available in 46c when creating SO, is there other way to realize it? Can it be realized through user-exit or enhancement or development?
Is there anyone can help me?
Best regards
Egg

see these user exits for VA01. Second one can be used for ATP check...
check below enhancements in SMOD Tcode .
SDAPO001 Activating Sourcing Subitem Quantity Propagation
SDTRM001 Reschedule schedule lines without a new ATP check
V45A0002 Predefine sold-to party in sales document
V45A0003 Collector for customer function modulpool MV45A
V45A0004 Copy packing proposal
V45E0001 Update the purchase order from the sales order
V45E0002 Data transfer in procurement elements (PRreq., assembly)
V45L0001 SD component supplier processing (customer enhancements)
V45P0001 SD customer function for cross-company code sales
V45S0001 Update sales document from configuration
V45S0003 MRP-relevance for incomplete configuration
V45S0004 Effectivity type in sales order
V45W0001 SD Service Management: Forward Contract Data to Item
V46H0001 SD Customer functions for resource-related billing
V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
V45A0001 Determine alternative materials for product selection
Regards,
Madan gopal Sharma..
REWARD POINTS

Similar Messages

  • Automatic  cross plant   ATP check in sales order.

    Dear Gurus
    in the company code A010, we have 4 plant , (P010,P020,P030,P040)
    Now we have a requirement :
    When create the sales order, we want system automatic check the plant P010 stock, if first plant stock is shortage, then system automatic check the next three plant stock and confirm it.
    Does anyone have experience about this ?
    Thanks.

    hello, friend.
    this is not possible in standard ERP.  however, this is possible if you have SCM linked to the ERP.
    if working in ERP alone, you need to specify the plant in the line item and re-do the availability check.
    regards.

  • How to inactive checking available budget when creating reservation

    Dear SAP Guru,
    Need your advice in how to inactive checking available budget when creating reservation under Project system and Investment management module
    Many thanks in advance.
    Nies

    ok

  • Since ios 6 update hotmail fetches or push on its own. I have hotmail set to manual. Best I can tell its only hotmail and not yahoo. Is this a known problem? How do I make hotmail stop checking for mail when I have it set to manual?

    Since ios 6 update hotmail fetches or push on its own. I have hotmail set to manual. Best I can tell its only hotmail and not yahoo. Is this a known problem? How do I make hotmail stop checking for mail when I have it set to manual?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • How do i add photos to the photo array when creating a book using iphoto 8.1.2?  the book doesn't accept the albums and foldlers i drag and drop.

    how do i add photos to the photo array when creating a book using iphoto 8.1.2?  the book doesn't accept the albums and foldlers i drag and drop.

    I'd suggest you ask this question in the iPhoto forums:
    iPhoto
    Posting here is unnecessarily limiting the people who'll see your question to those running iMacs.
    Regards.

  • How does one remove the spell check high light when the word is spelled correctly in iOS 7.1.1?

    How does one remove the spell check high light in iOS7.1.1 (Pages) when the word is spelled correctly?

    Hello dondew,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Have a nice day,
    Mario

  • How to derive the notification id from APEXP WF when creating Expanse report in 11i

    Hi,
    I am new to WF, I need to derive the notification id when creating AP Expanse report, I can achieve this by creating trigger on WF_NOTIFICATIONS table, but I need to derive this by creating custom procedure and that procedure need to be called from WF node. Here I am not getting when this notification id getting creating into WF_NOTIFICATION table.
    I have created custom procedure as below and calling this procedure from WF node.
    PROCEDURE insert_notif_details( p_item_type    IN VARCHAR2,
                                    p_item_key    IN VARCHAR2,
                                    p_actid        IN NUMBER,
                                    p_funmode    IN VARCHAR2,
                                    p_result     OUT NOCOPY VARCHAR2) IS
    BEGIN
            lv_report_header_id := p_item_key;
            l_notificationID    := wf_engine.context_nid;
            BEGIN
                     WHILE (l_notificationID IS NULL)
                     LOOP
                        DBMS_LOCK.sleep(1);
                        BEGIN
                         SELECT notification_id
                           INTO l_notificationID
                           FROM apps.wf_notifications
                          WHERE item_key = TO_CHAR(lv_report_header_id)
                            AND notification_id =(SELECT MAX(notification_id)
                                                    FROM apps.wf_notifications
                                                   WHERE item_key = TO_CHAR(lv_report_header_id));
                        EXCEPTION
                          WHEN no_data_found THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                          WHEN others THEN
                               l_notificationID := NULL;
                               l_error_message := SQLERRM;
                       END;
                     END LOOP;
            END;

    Hi,
    I'm not sure I'm reading your requirements correctly - do you want the process to move on as soon as anyone responds to it, or move on once everyone has responded to it?
    In the first case, it sounds like what you really need is a notification activity, which requires a response, sent to the role (or create an adhoc role which is assigned to everyone assigned to role 1 and role 2). As soon as one person responds to it, the notification is closed and the process moves on.
    In the second case, you should do the same but expand the roles. You will then need to write a post notification function to tally the votes and determine when to move on - have a look at the standard voting activity for an example of how to do it.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How significant is the yellow hazard warning for pictures when creating an album using IPhoto?

    How significant is the yellow hazard warning message for pictures when creating an album using IPhoto?

    Are you talking about making a Book?
    How siginificant depends on how low resolution the photo is and how sensative you are to poor prints - it displays when a -photo will print below 180 dpi - what is the DPI of the photos that is givingyou the warning (the photo size divided byt the pixel size)
    LN

  • SP2013: How do I disable auto spell check on apppart when editing a publishing page?

     Each time I "checked in" a page it was common to receive a dialog reporting a huge number of spelling errors.but there is no error on page...it is taking "Apppart" list items errors and wherever we have that weppart on pages it
    is showing 123/124 spelling error(s) found.
    and i'm unable to remove those errors. Is it defualt sharepoint functionality to get error from webpart data (I think its default functionality) 
    or how can i avoide those errors from publishing page?
    Thanks in advance........

    Hi,
    have a look at this post here:
    https://cann0nf0dder.wordpress.com/2014/02/02/why-are-my-publishing-pages-saying-i-have-so-many-spelling-errors/
    Hope it helps.
    Best regards.

  • P67A-GD65 How to stop the motherboard from checking exteral drive when BIOS boot

    I got four 2TB hard drives as external drives but every time when I restart my computer it takes so long to get pass the beeping phase. (At least 1 min)
    I unplug all USB hard drives leaving only a USB mouse and keyboard and it boots in seconds.
    So I was thinking there is a way to stop checking the hard drives in the BIOS.
    Does anyone know?

    Nope. It is part of the normal POST procedure. If the externals have a power switch, have them off at POST and turn them on once in the OS.

  • How to add one item into Unit of meas.when create an operand?

    I am creating an operand, I want to select KGAL in Unit of meas., but it is not in the lists, How can I add KGAL to the list?Thanks.

    Hi tiff512:
    The way is:
    SAP NetWeaver > General Settings > Check Units of Measurement.
    The help documentation says the following in relation to the creation of new units of measure:
    "If required, define new units of measurement according to the international system of units (SI) with the menu function Unit of meaurement -> Create.
    Here you have to make make specifications for:
    Display (including a descriptive Units of measurement text)
    Conversion (not applicable to units of measurement without dimensions)
    Data exchange (EDI) (optional)
    Application parameters"
    I hope it is helpful to you.
    Regards,
    David

  • SD - FM : check available budget when create order

    Hi Experts,
    I got new question that when user create credit request (t-code : va01) and enter fund code and fund center in account assignment tab as below;
    condition type ZDTX define gl account type expense that will add budget in specific fund code and fund center before.
    User would like system check available budget from specific fund code and fund center. If credit amount is exceed budget, system do not allow to save this order.
    Please help.
    Jittima

    Dear Vanessa,
    Thanks you very much. Your answer is very helpful. I don't know about FM.
    How can i check the minimum FM account assignments which is Funds Center and Commitment Item for available budget.
    By the way, I check the integration between PSM-FM and SD as below,
    1. I have activated Funds Management functionality (Enterprise Extension EA-PS is activated in transaction code SFW5.
    2.Flags "Account Assignment Derivation" and/or "Activate Update in Funds Management" are activated in customizing path PSM -> Funds Management Government -> Actual and Commitment Update/Integration -> Activate/Deactivate Funds Management".
    3. "fund center" set as an optional entry in SD customizing settings for field status.
    4. I don't check deactivate this integration in customizing transaction OFUP
    Best Regards,
    Jittima K.

  • How can i delete old email addresses that autofill when creating new mail

    Hi all
    Just passing on my ipad to my girlfriend, i deleted my mail account, all contacts etc but when she using her account types a new email, she sees addresses if anybody i have ever written too
    Can you pease let me know how i can delet this cache of address history
    Many thanks in advance

    Suggest you setup as new before you pass it to her.
    Settings>General>Reset>Erase all content and settings.

  • How to set a default value to t-list when creating t-list programmatically

    hi,
    I'm creating a t-list programmatically
    by calling
    n = populate_group('groupname');
    populate_list('form.list','groupname');
    In this case how to set a default value for the t-list
    thanks
    rani

    I am not sure how it works in Web Dynpro for ABAP, but in Web Dynpro for Java to set default drop down value you will have to set the value for particular attribute (which is linked to the dropdown element)  in the context
    like
    wdContext.currentContext<nodeName>Element.set<FieldName>(<defalut value>)
    This generally done in Initialization method of the controller.

  • How to save edit settings under preferrences to use when creating or printing a PDF from word 2003 Windows PC 8.1

    I have tried to save my PDF settings after editing them, but when I go to "Print" to PDF and check the settings I keep getting Standard default settings.
    There is no Adobe PDF listed as a file heading to change conversion settings on my Word screen.
    I have tried to create a PDF by open file through the Adobe application and also by trying to print through the Word application with document open and using Adobe PDF as the printer driver.I have changed or edited the settings but they do not appear as an option to select, just the standard default settings.
    I have been able to save my setting as a Adobe PDF job options, but can't access them or use them when it comes time to convert to PDF.
    Any help would be appreciated. Thanks

    I have apprached it 3 different ways:
    - by opening acrobat and going to preferrences, clining on  convert to PDf
    - Microsoft Word, then changes each section of the edit settings, ie
    general, fonts, images, etc make the cahneges then hit OK, at this point I
    get a save as option rather than a save. It saves my changes as a PDF, but I
    am not able to access it when I go to make the PDF.
    - I also have tried to print PDF from Word  and got to properties to make
    the changs with the same results as above.
    - Then I tried yur suggestion and went to the printer in the control panel
    and had the same results.
    I am using mircosoft word 2003 which has been compatable with my windows 8.1
    I think the problem may be I am using a "trial" version of Adobe Acrotbat DC
    2105 version. It must not belettingme save the setting changes.But this
    shouldnot be if they want me to really experience the full effects of the
    program.
    I appreciate your help, thanks

Maybe you are looking for

  • G470:: screen goes black for sometime (10-15 seconds)

    I have a lenovo g470 laptop bought it a couple of months ago it came with preinstalled windows 7 64 bit. It worked perfectly for a month but nowadays it seems like there is some trouble while booting my windows. when start my windows windows 7 logo a

  • Calendar Drag and Drop not working

    Hi All, I am trying drag and drop feature in calendar. I added Calendar Drop Attribute and associated a listener from my backing bean. Upon Drag and drop activity listener is not fired. Below is the xml fragment <af:calendarDropTarget dropListener="#

  • Chunking XML content

    Hi I have xml file having a few repeated sub elements which intern contain child elements, i want to each sub element to be chunked into separet file. <college_details> <student> <name>aaa</name> <address>NJ</address> <sno>100</sno> </student> <stude

  • Consolidation Unit Hierachy deletion

    The consolidation unit is time dependant, but has many duplicate hierarchies created unwantedly over a period of time. Hence this creates confusion in parameter selection in reports. Can the unwanted hierarchies be deleted in development and transpor

  • From Trial to full member !!!

    Hi all, Just wanted to ask on behalf of my father that I have managed at long last to buy a mac, how to sort out an issue. He set up a trial on .mac, and then proceeded to actally becoming a full member, but he was "forced" to use a different name fo