Aborting the processing for PO Creation (ME21N)

Hi friendz,
I want to stop/restrict the PO creation (ME21n) on specific condition. I have to check this condition in BADI-Method. How can I do this?

see the code
METHOD if_ex_me_process_po_cust~check.
  ch_failed = gv_error_exists.
ENDMETHOD.
gv_error_exists is defined in private section and whenver i want to rais ethe message and want to stop the po to be saved i set the gv_error_exists to 'X'.
regards
kanishak

Similar Messages

  • What is the process for connecting ethernet.  Have ethernet cable connected to stereo received for internet radio and Blue Ray. However Network System Preferences indicates ethernet not connected and has red dot to left.  Note Airport wireless is working.

    What is the process for connecting airport extreme ethernet?  I have ethernet cables connected to stereo receiver for internet radio and another to blue ray player.  The system preference network indicates "ethernet not connected" with red dot to left of this message.  The airport wireless works and has green dot to left of it.  The stereo receiver and blue ray player do not respond and give message not connect to internet.  Thank you.  /  cfpirate 

    It worked for me finally. I took out the DNS numbers in airport admin utility, and restarted the airport express. I do not remember putting the DNS numbers in, I wonder from where the airport express got those numbers.
    After restarting, it worked.
    Thanks!

  • How to stop the process for some time

    I want to stop the process for some time can any one give the package or keyword or example for the same
    For suppose two programs A and B.. .B will run based on output of A. What i need is... When A is executed the process will stop for 5mins then B has to execute...

    You can use signals with DBMS_ALERT to "wake up" a procedure.
    Procedure A is something like this:
    DBMS_ALERT.REGISTER('B_FINISHED');
    do logic...
    when finished - send a signal
    DBMS_ALERT.SIGNAL('A_FINISHED','B you can start');
    now wait until B is finished
    DBMS_ALERT.WAITANY(...)
    continue logic hereAnd Procedure B is
    DBMS_ALERT.REGISTER('A_FINISHED');
    wait for a to finish
    DBMS_ALERT.WAITANY(...);
    do logic...
    when finished, signal A it can continue
    DBMS_ALERT.SIGNAL('B_FINISHED','A can continue');This is useful if u they need to wait for each other within the code. if they just need to wait - call B from A.
    Hope this helps.
    Edited by: Pyrocks on Nov 8, 2010 8:50 AM

  • Can you Please Tell Me the Process for service/operation  provide by one plant to other plant.

    Can you Please Tell Me the Process for service/operation  provide by one plant to other plant.
    In My Company No Of Plants Like 1000,2000,3000,4000
    Plant 1000 Provide the service/operation  like (welding ,cutting, painting ) to other plants (eg 2000,3000,4000)
    We want to give the profit for plant 1000 and book the service or operation charge in plant 2000 or 3000.
    We don’t want  to use material code in this process.
    Can you help me it is possible or not through SAP PP.

    Krishnendu,
                   Actually in my company we have one plant 1000 that plant provide the service like (CUTTING (SHAFT),WELDING,MACHINING,PAINTING)
    actually plant already made one material xyz and supply 2000 plant .
    we  can use STO in this scenario and set special procurement key  80.
    But my requirement is after some time plant 1000 provide few operation in xyz material that material already supply to 2000 plant.
    in this case we dont  use to produce any material.

  • Can I know what is the process for us to do Good Return from customer?

    Can I know what is the process for us to do Good Return from customer?

    hi
    this ques need to be posted in sd forum..
    to answer this u can use order type RE to create Return order and then u can do the goods receipt..
    or u can use the process mentioned in first reply.
    regards
    CMM

  • What is the process for reinstalling my product to a new laptop?

    Hello,
    I purchased  Adobe Acrobat Professional version 9 Win on Dec 2, 2011.It was installed in my old laptop and now want install it in my new laptop. How to go about this, just want to know the process for re installation. Is the installation restricted to only one laptop?
    Thanks.
    Honory

    Hi honorary2009_mangi,
    You need to deactivate the software from the older machine before installing it on the new machine else it will increase the activation count.
    To deactivate the software you need to launch Acrobat, go to 'Help' menu and select 'Deactivate'
    Please refer : Activation & Deactivation Help
    As per the End User License Agreement (EULA), a retail license is good to be installed on 2 computers.
    Regards,
    Rave

  • 'The process for the mtp protocol died unexpectedly'

    As you can read from the title, I have problem to mount Android device in KDE. I have installed kio-mtp, and maybe it is working out of the box for other android phones out there except for mine (HTC One X).
    The device mounted, but when I try to transfer files (copy, paste, cut), it throwing up an error which is 'The process for the mtp protocol died unexpectedly'.
    Can somebody tell me if I'm missing something? Did I have to install any other tools to get the job done?

    I'm having a similar (maybe the same) problem. I have an International Samsung Galaxy S3 (i9300). Same symptons on both stock ROM and Cyanogenmod 10.1
    Try debugging the kio-slave:
    Run
    kdebugdialog --fullmode
    and verify that kio (ID 7000) has all its outputs set to Shell. (should be the default)
    Then run
    kdeinit4
    in a terminal and leave that terminal open. The debug messages will be displayed in that terminal.
    Open dolphin and try to create a folder/copy a file/etc. on your phone and watch the debug output.
    Mine is:
    Device 0 (VID=04e8 and PID=685c) is a Samsung Galaxy models (MTP+ADB).
    libusb_detach_kernel_driver() failed, continuing anyway...: Permission denied
    ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
    LIBMTP libusb: Attempt to reset device
    [3635:3658:0227/171452:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [3635:3658:0227/171452:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [3635:3635:0227/171452:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    [3635:3635:0227/171455:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-msdownload.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-note.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-art.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-asa.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-ascx.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-aspx.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-bsp.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-cdx.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-dem.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "application/x-wine-extension-xif.xml"
    unnamed app(3742) KMimeTypePrivate::ensureXmlDataLoaded: Missing <comment> field in "text/x-component.xml"
    LIBMTP PANIC: failed to open session on second attempt
    kioslave: ####### CRASH ###### protocol = mtp pid = 3521 signal = 11
    Last edited by dieteric (2013-02-27 16:26:04)

  • I had some problems with my pc, since then when I close Firefox it won't reopen unless i go to Task manager and end the process for FF.

    I had some problems with my pc, since then when I close Firefox it won't reopen unless i go to Task manager and end the process for FF. I have uninstalled FF and re-installed it and no change.
    Walt

    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • What is the process for rollout projects and upgradation projects

    Hi All,
    Hope you all are doing well.
    I am a new bee in oracle apps. Just would like to understand  what is the process for rollout projects and upgradation projects and difference between them.
    Please help me. Thanks in advance.
    Regards,
    MM

    Don't know which phone do you use but if you configure your Exchange ActiSync Profile on your Phone there is an option for the CONTACTS. Basically Exchange account will pull the contacts from your profile.. I did test it on my iPhone 5 and works for mee
    Where Technology Meets Talent

  • What is the process for SQL Server 2005 patch update

    hi,
    i have 2 production SQL Server2005  Database servers in cluster ,
    what is the process for applying patches.
    Saidireddy

    In 2005 you can do it in two ways...
    Method 1 :
    With SQL Server 2005,
    when you start installing cluster service pack (or hotfix), it must be launched on the active node(node
    that hosts the instance). When installing the Setup will launch simultaneously  "remote silence" on all passive nodes. All nodes in the cluster containing the SQL Server instance are updated in the same time.
    Method 2: First you can install in passive node then you can install in the active node, In this way you can save your down time ( If you start in the active node it will check in the passive, and if its installed already then it skips that
    and start applying in the active node ), but most of the DBA's follows only first method because they may not aware of this or just they follows Microsoft common method. 
    SQL 2008 and Later....
    1.  Apply the hotfix on pasive node N2
    2.  Reboot the passive node N2
    3.  Failover on SQL resource : the passive node become the active node
    4.  Apply the hotfix on the passive node N1
    5.  Reboot the passive node N1
    Raju Rasagounder Sr MSSQL DBA

  • What is the process for MM and asset account a/c and FI

    what is the process for MM and asset account a/c and FI
    Regard's
    VYadav

    Dear,
    There are below steps involved...
    1. Create purchase requisition..
    2. Create purchase order from above or you can directly creating it. Make sure you are entering A in account assignment category..
    3. Do the GR of asset based on PO created in step 2 in transction MIGO..
    4. Pass the invoice in MIRO.
    5. Make payment.
    6. Clear the vendor account...
    Result is Asset is aquired......
    Regards,
    Chintan Joshi

  • What is the Process for setting up smart view

    what is the Process for setting up smart view

    hehehe ..... cant stop it :)
    @next level ::try this
    Re: Smart View configuration
    apart from this try giving point the people who post answers to u .. :) so that they will reply ur post or question which u ask now days non stop...try to minimize ur qs in single post it would be better

  • What is the process for recording vinyl records into iTunes using the Sony USB Turntable?

    What is the process for recording vinyl records into iTunes using the Sony USB Turntable?

    What is the process for recording vinyl records into iTunes using the Sony USB Turntable?

  • What is the process for transferring 2 lines from separate family plans and joining them in their own share plan?

    I am part of a family plan (not the owner) and my boyfriend is part of a family plan, also not the owner of it.  We would like to transfer both of our phones out of our family plans and do our own share plan together. What is the process for this??

    Have each of the account owners contact Verizon to let them know that you will be doing an AOL on your lines. Then you call Verizon and explain what you want to do. Just that easy. But understand you'll have to get the new Share everything plan.

  • What is the process for EBS when customer directly deposits the payment in

    Hi,
    Please tell me the process for EBS when customer deposits the payment in bank
    1) via Cheque
    2) via Bank Transfer
    Can we clear the open items automatically if yes, then how please tell me how to map it so that it can be cleared when we have EBS?
    Thanks and Regards
    Nitin

    Hi Expert,
    Please select the Standard algorithm - 001 and don't change any settings in EBS, Just follow the below steps:
    Just configure the below steps:
    1. Delete Bank Statement Test Data in T-Code: SE38
    PROGRAM - RFEBKA96
    Execute
    On the Delete Buffer screen, enter the following data:
    Field name     User action and values
    ANWND          0001
    Choose Execute to continue.
    On the Delete Buffer screen, select the bank statement files to be deleted and choose the Delete statements button.
    By this Step the Result is:
    The bank statement previously created is deleted, thus allowing you to re-create the current dayu2019s bank statement.
    2. Create BAI File
    Use this step, you create the bank statement input file.
    Prerequisites: You must delete the existing bank statement file to create a new bank statement.
    Procedure
    Go to T-Code:SE38
    Program - RFEBKAT5     
    Choose  Execute to continue.
    On the General test data for BAI bank statement and create open items screen, enter the necessary data.
    Description                             User action and values                                               Comment
    EOD                                             Select     
    EOD File name                             RECON1     
    Company code                        XXXX     
    House Bank                             ABC     
    House Bank Account            1234XXXXX     
    Posting Offset Account            111000(Provide Offset Account)
    Statement date                    Yesterdayu2019s date     
    Invoice date                            Yesterdayu2019s date     
    Generate items                    Select this field     
    Open items                            2(Provide the Open Items)
    Last w/diff                           Select this field     
    Extrn/Trns                           165     
    Amount                                   1000     
    Customer                                   XYZ(Provide the Customer Account)     
    Increase by                           50     
    Document type                   DR     
    With bank details                   Select this field     
    Debit posting key                   01     
    With ref. data                            Select this field     
    Credit posting key                   50     
    XBLNR                                   Select this field      
    Generate items                   Select this field     
    Debit posting key                   40     
    Document type                   SA     
    Credit posting key                   50     
    Specific                                    Select this button     
    Checks Out                           575 ++++++++07 58.5!                                       Exclamation mark goes in 2nd column
    Funds Out                           495 ++++++++01 1500 200200665757699     
    Funds In                                   398 ++++++++08 150 BANK CHARGE     
    Choose Execute  to continue.
    Result
    The BAI file is displayed.
    3. Execute Bank Statement Reconciliation Program
    T-Code: FF.5
    Field name      Description                                                             User action and values     
                             Import data                                                             Select     
                          Workstation upload                                                  Deselect     
    FEBFORMAT     Elect. bank statement format                                  A     
    FEBAUSZF     Statement file                                                          RECON1     
    FEBFILTER2     XBLNR number interval                                          199900000000000 to 200099999999999     
                         Print bank statement (Output controls tab)          Select     
                         Print posting log(Output controls tab)                  Select     
                         Print statistics(Output controls tab)                          Select     
    Choose Execute  to continue.
    Result:The bank reconciliation program RFEBKA00 uploads the BAI file created in the previous step. As a result, the open items created in the previous step, have been cleared. You can display the journal entries of these postings by using transaction code FB03.
    Regards,
    GK
    SAP

Maybe you are looking for

  • How to Broadcast subset of a data in a report to the respective users

    Hi I have to broadcast the subset of a data in a report to different users. I believe this can be done using busting email broadcasting option. But im not sure about the settings. My report looks like below: Accounting Clerk             Customer     

  • Run MRP for production order/maintenance order has been release

    Hi all, please tell me how to configure for running mrp for production order/maintenance order has been release. as you know, i want production order has not release will not appear in MD04. I think that is the way for running mrp will not take care

  • Need to upload Cxml file to HTTPS Server- cannot use SFTP

    WE have a need to use SSIS to first watch for the creation of the CXML file ( I'll use File Watcher) then use some web services to upload this to a secure HTTPS Server. What I am reading from these posts is that the built in web services task in SSIS

  • Quicktime/Various program errors?

    Hi all, we recently updated to Leapard and have run into various software conflicts. The main problem I need help solving is with Quicktime. We use Quicktime Pro to record video and audio from a live event. We have had the problem the last two weeks

  • Mac Pro will not start up. Screen keeps popping up telling me to restart.

    I was just using the computer and a box popped up telling me " you need to restart your computer. hold down the power button for several seconds or press the restart button". I restart and it still pops up. I unplugged everything and tried again seve