Change BP number before save

Hello,
We want to use an external number range for BP, the number must be assigned during the save using a Z FM for the determination of this number.
2 problems :
- Where to put a dummy number to avoid the message asking to enter a number for the BP?
- Where to put the FM to get the correct number during the save. We do not want to assign the correct number before the save to avoid gaps in the BP numbers.
BADI BUPA_GENERAL_UPDATE could be the solution for the save but which FM can we use to update the BP number in this BADI?
Thanks for your help,
Regards,
Frédéric

Hello Anoop,
Could you please let me know if you where able to resolve this issue? If yes, how?
I have a similar requirement and still working on solution for this.
Thanks in advance.
Regards,
Senthil G.

Similar Messages

  • User-Exit to change ECR number before Save

    Hi all,
    I have a requirement to assign an ECR number (if it is left blank) whenever we create the ECR.
    So the scenario is we go to TCode CC01 / CC31 and enter without giving the Change Number.
    Now after entering all the mandatory fields, when we save, based on some conditions, i have to generate a Change number.
    I have check some user-exits / BADIs which are triggered on Save. But none of them provides an option to Change  the Change Number. meaning all the user-exits / BADIs have AENNR as IMPORT parameter.
    Could any one please tell whether there is any user-exits or BADI that will solve my requirement.
    Many thanks in advance,
    Anoop R.S
    Edited by: R.S.Anoop on Dec 8, 2009 4:29 PM

    Hello Anoop,
    Could you please let me know if you where able to resolve this issue? If yes, how?
    I have a similar requirement and still working on solution for this.
    Thanks in advance.
    Regards,
    Senthil G.

  • Unexpected & Unnecessary Popup "do you want to save changes to 'x' before closing ?"

    Hi Im running a code that is opening a pdf doc and reading some stuff from it (not editing it).
    avDoc = CreateObject("AcroExch.AVDoc")
    avDoc.Open(FileBox.FileName, "x")
    accroApp = CreateObject("AcroExch.App")
    accroApp.Show()
    accroApp.Hide()
    accroApp.Exit()
    avDoc.Close(0) 'accroApp = Nothing
    But when I close it gives this question "ONLY SOMETIMES"
    "do you want to save changes to 'x' before closing ?
    Previously, i just forced it to save at all times before closing.
    I guess there is a way to avoid this, by setting some dirtyflag=false/true?
    Pls help
    JS

    Check out this post - http://forums.adobe.com/message/3871646#3871646
    My issue was similar and I finally got it to work.

  • Avoid "Do you want to save changes to filename before closing?"

    Hi,
    When I open a reader enabled form and close it without doing anything it prompts "Do you want save changes to <filename> before closing?". How to get rid of this? I tried the below code in the layout ready event of a button but still no effect.
    event.target.dirty=false;
    event.target.requiresFullSave=false;
    Any solution is greatly appreciated. Many thanks in advance.

    Hi radzmar,
    The message pops out when I click on the close button in the adobe reader. How to avoid that?
    Thanks.

  • An extra charge for changing the number of rings before voicemail picks up??

    After trying all the tips I could find about changing the number of rings it takes before the voice mail picks up (the 58#, trying access setup on the vm, changing it online, etc…), I finally called the customer support line.  I was put on hold for a few minutes (not a problem) only to have the customer service person return to say that he cannot change it because I would have to pay for the "upgraded" voice mail that is not included in my plan (the plan I just signed up for last month). I find it absolutely absurd that moving the number of rings for vm from 4 to 6 justifies an added cost.   If anyone knows the magic on how to do this for a line that is in the Dallas Ft Worth area, I would be very appreciative.  As for the extra charge to adjust your own voice mail, you can draw your own conclusion on how fair that is...
    And I don't buy that it is not as simple as it appears... if you can program the thing to pickup on three rings then you should be able to adjust the forwarding  and vm to pick up on 6.  i have never had this problem with any other carrier.

    I called tech support, not customer service, and had my rings moved back a few so my answering machine would pick up first.  Voicemail is for back up in case I don't answer call waiting.
    It was free.

  • How do you change the number of rings before a call goes to voicemail?

    How do you change the number of rings before a call goes to voicemail.

    You can't; it's set by Verizon at 30 seconds.

  • Is it possible to change an IDOC and save on the same IDOC number..?

    Hi all,
    I have an IDOC. When I processed the IDOC, it ended up with error status '51'. There was some problem with the data. So, I changed the data and reprocessed using the T-Code 'WE19' and it was processed successfully. When we reprocess the IDOC using 'WE19', it generates another IDOC number. But, the client is asking that, it should not generate another IDOC number. When we change the IDOC number, it should be saved under the same(ORIGINAL) IDOC number. Is it possible to change an IDOC and save under the same number..? Is there any transaction code to do so. Please give your valuable inputs.
    Thanks in advance.
    Thanks & regards,
    Paddu.

    Hi,
    You can use the transaction WE09..to edit the IDOC data...
    Then use the transaction BD87 to post the IDOC..
    Thanks
    Naren

  • How do you change the number of rings before FIOS goes to voice mail?

    Currently my FIOS residential service picks up voicemail after 4 rings, thereby negating my answering machine on my phone. It is then hit or miss for the system telling me if we have a voice mail. I would prefer to use my phone answering machine
    How can I change the number of rings on FIOS to 6-8 more rings, in order for my phone answering machine to pick up?
    Thanks

    rhc86 wrote:
    Currently my FIOS residential service picks up voicemail after 4 rings, thereby negating my answering machine on my phone. It is then hit or miss for the system telling me if we have a voice mail. I would prefer to use my phone answering machine
    How can I change the number of rings on FIOS to 6-8 more rings, in order for my phone answering machine to pick up?
    Thanks
    Call your voicemail access phone number and go to settings. There is an option for that.

  • Before save FI document , how to know FI document number(external number)

    Hello everyone.
    I need some help.
    I face problem regarding system not update document number in u201C XREF3u201D field when post LIV invoice (Tr. Code MIRO).
    SAP introduce note 618918 and note advice to use FI substitution and User exit by use function u201CNUMBER_GET_INFOu201D to get FI document
    But our system designed material document same as FI document for LIV invoice that we set FI document to be external number. Once the user exit is executed, it cannot find FI document number, the value that user exit can get that it is u201C0000000000u201D.
    how do i know FI document number before real posting ?
    or Is there any function can get MM document number or
    is there any function help ?
    please advice.

    Hi!
    I would suggest to put a breakpoint in FM NUMBER_GET_NEXT.
    There you can debug and see the parameters that this FM is receiving.
    Hope it helps.
    Esteban

  • How to change the number of rings before going to voicemail?

    hi, i have call forwarded my calls from my macpro (skype) to my iphone4s and want to change the number of rings to 15 seconds.  Can someone help please?

    You'd need to contact your carrier. They're the only ones who can change that.

  • I've recently changed my network provider. iTunes recognized the new number and amended it in iTunes. My original number is now available but iTunes won't accept it or allow me to change the number on the device. How can I resolve this?

    Hi Guys
    I have just changed my telophone provider in the UK from )2. To transfer the number, which I wanted to retain, took 24 hours and I was given a new number by the new provider Virgin Mobile. To unblock my iPhone I had to connect it to iTunes, which recognised my device and changed the telephone number. 24 hours later, my old number returned but iTunes won't recognise the device or allow me to change the number back to the original. How do I reslove this?
    Many thanks ;-)

    If you only changed the name of your ID rather than creating a new ID, just go to Settins>iCloud and tap Delete Account then sign back in with the new name.  (Deleting the account from your phone does not delete it from iCloud.  Your data will be synced back to your phone when you sign back in.)
    If you created a new ID, you'll have to go to Settings>iCloud on your phone and turn all data you are syncing with iCloud (contacts, calendars, etc.) to Off.  When prompted choose to keep the data on your iPhone.  (If you are syncing iWork documents with iCloud, also open your iWork apps and turn off iCloud syncing and choose to keep the documents on your phone.)  After everything is turned off, scroll to the bottom and tap Delete Account.  Next, set up a new iCloud account using your other ID, then turn syncing for your data (contacts, etc.) back to On.  When prompted, choose Merge.  This will upload the data to your new account.
    You won't lose any photos in your camera roll or photo library.  If you have any photos in your photo stream that are over 30 days old that are not in your camera roll or saved on your computer, be sure to save these to the camera roll before deleting the account.  To do so, open the photo stream album on your iPhone in the thumbnail view, tap Edit, tap all the photos you need to save to select them, tap Share, then tap Save to Camera Roll.

  • Opportunities - Delete item before save - BADI

    I need to do some checks when adding a new item in an opportunity and depending on these checks, this item must be removed before save.
    I tried in the BADI's ORDER_SAVE and CRM_ORDERADM_I_BADI, using several function modules like: CRM_ORDER_MAINTAIN,  CRM_ORDERADM_I_DELETE_OB, ... but all without result. Using the xxx_OB function modules in the CRM_ORDERADM_I_BADI resulted always in shortdump after the BADI processing.
    Anyone who had to do something similar?
    Thanks a lot!

    Hi Filip,
    I need to understand better what sort of checks would you like to carry out
    <b><u>In my case I needed to cover or block a field in a crm order item, if the status of invoice in status tab at header level, was  "invoice issued".</u></b>
    I used CRM_ORDER_FIELDCHECK as Badi definition.
    I define the code in this way, overwriting the method FIELDCHECK with abap code just to block the field quantity at the item level, as said:
    Code structure:
    1 tables  and structures for CRM_ORDER_READ;
    2 Definition memory parameters
      3 Selection document item by using CRMD_ORDERADM_I to get item-guid
        4 Selection doc number, by usign item-guid
           5  call of  funcition module 'CRM_ORDER_CHANGE_STATUS_GET'
             6 Status check and field quantity blocked (grey colour = A), if status is equal C.
    If you need to change an existing document I suggest using,  as said in the forum, <b><u>Crm_order_maintain, or better employing BAPI CHANGEMULTI</u>[/b<b><u>], which is using CRM_ORDER_MAINTAIN.</u></b>
    I suggest using Bapi 'cause it 's easier to manage, especially concerning Internal tables.
    I had to change Price condition in my CRM ORDERS, when I used such bapi and/or FM crm_order_maintain.
    Just let me know your changes better.
    Please rewards with points if it helps,
    AndreA

  • How to file auto number in save for web ?

    Hi All,
    how to file auto number in save for web ?
    I have make an action script in Photoshop cs5 that
    change the image resolution and SaveForWeb...
    (but at this point user need to supply the file name)
    so, How to write the code/action such that when the
    action button is click the image will save into the file
    file2eMail_001,file2eMail_002,file2eMail_003,file2eMail_004
    or to any unused number ?
    thank for any help!

    You could also ask over in the Photoshop Scripting Forum, I’m pretty certain stuff like progressively numbered copies has been addressed there previously.

  • How do I change the spacing before or after a hard return in Pages 5.5.2?    I am working on an academic article and need to specify paragraph formatting (OS X Yosemite 10.10.2)

    How do I change the spacing before or after a hard return in Pages 5.5.2?    I am working on an academic article and need to specify paragraph formatting (OS X Yosemite 10.10.2)

    Hi Michele,
    Select the paragraphs where you want to change the spacing.
    Format Panel > Text > Spacing
    You can change 1.0 - Single to something else, or type a number in Before or After.
    Regards,
    Ian.

  • PO Change Order Number!

    Hi friends,
    If i want to make some changes in existing purchase order before GR, i want to make it using a different change order number for the existing PO number so that i can review the history of changes being made.
    Plz help out!
    regards

    Hi,
    You can use version management functionality , which will give you record of changes with Reason as well as Text . This functionality will be applicable once you take print out of PO and after that you are doing any changes to PO.
    Spro - Materials Management -Purchasing -Version Management - Set Up Version Management for External Purchasing Documents  Activate Version management for your PO doc type and Pur Org
    Define Reasons for Change
    Set Up Change Displays
    Regards,
    Vikas

Maybe you are looking for

  • With Windows 7 (64 bits), Firefox still open after closed

    Hello, I am running Firefox 3.6.8 on Windows 7 (64 bits). When I close Firefox, it stays open and you cannot reach it. If you try to start Firefox again. It refuse because another occurence is running. The way to solve is to close the running occurre

  • I think i should be on ADSL2+ but BT say I can't c...

    Hi all. First post but it might be an easy one to solve. I have recently moved to a new house where the exchange was upgraded to 21CN earlier in December.  I think I have been connected on ADSL Max but as I am pretty close to the exchange I think I w

  • Unable to find par file in the list in EP 7.0 when i export form NWDS

    Hi All, Can any one help me regarding that. i upload one par file through NWDS by using export.after that when i going to create one iview from par.in the PAR list my par file is not display. but the par file is avilable is the PCD. can any one sugge

  • Maximum Paper Thickness for Laserjet Pro 400 MFP M425dw

    Hi, Does anyone know what is the maximum thickness of paper (in terms of gsm) that can be fed into this printer?  I can't seem to find this specific information in the product specifications. I'm currently using a standard 80gsm but would like to try

  • High res aep files imported to prpro export low res

    I create an after effects file for a lower third. Look beautiful. Renders to avi great. I import that file into prpro cs6. I put in the timeline, export mpeg2-dvd - it looks horrible (very low resolution). What am I doing wrong? Mark