General userexit before save of adrc-data

Hi there!
I need a common userexit to save additional data each time adrc-data is saved.
This can be changed or new adress data if there's a new customer as well as there's a new built in equipment for example.
Is there such an always valid userexit for saved adrc-data?
I've found the SZRS0003 (adress check interface for external components). Could this be a solution in my case? What i have to do in this case... Do i have to switch on the external adress check anywhere?
Thanks in advance for any help.
Cheers, Ingo

Hi!
I've moved this question to the enhancement-section 'cause i think it's better there
Cheers, Ingo

Similar Messages

  • Userexit while/before save adrc-data

    Hi there!
    I need a common userexit to save additional data each time anywhere in the system adrc-data is saved.
    This can be a changed or new adress data if there's a new customer as well as there's a new built in equipment for example.
    Is there such an always valid userexit for saved adrc-data?
    I've found the SZRS0003 (adress check interface for external components). Could this be a solution in my case? What i have to do in this case... Do i have to switch on the external adress check anywhere?
    Thanks in advance for any help.
    Cheers, Ingo

    Hello Ingo,
    regarding the interface of that exit i would not expect that.
    There is a BADI called 'ADDRESS_UPDATE', which might be more helpful.
    Also see OSS-Note 176559.
    Regards
    Wolfgang

  • How can read BOM component date before save the production order??

    Hi Experts,
    In our company, we need to develop a program to read the BOM component data of the production order
    before we save the production order.
    That for example ,when we create and release a production order , before we save the production
    order,we want a porgram to read the BOM component data. If some component data can meet our
    requriement (may be if there is material requirement quantity>100 EA),then the system will pop up a
    small dialog box to remind us.
    There is user exit PPCO0007 and PPCO0007.But it seems they only can read the head data of the
    production order before we save the production order. And the BOM component data of the production
    order are saved in the RESB(Reservation Table).So if we do not save the production order,all the BOM
    component data are not saved in the RESB table.
    So how can slove the problem??
    How can read component date before save the production order??
    Are there any other user exit we can use???

    Hi Just wanted to check am I right that you are trying to check if you have enough Materials Available before you release or Save the order right ? if this is your business objective then when you create order you have material availability tab which checks and gives error if shortage is there. Please let me know if is this wht you asking for ?

  • Running 10.6.8 with quicken 2006.  Would like to upgrade to a new machine/software.  How can I save my quicken data?

    Would like to upgrade to a new Macbook Pro machine/software.  How can I save my quicken data from quicken 2006?

    Users have reported that Quicken 2015 for Mac is an upgrade of the generally loathed Quicken Essentials for Mac.
    I recommend you continue your Quicken operating experience by purchasing Quicken 2007 for Mac directly from Intuit for $15.  It will open your Quicken 2006 file and operate as you have before.
    To obtain Quicken 2007 for Mac for $15:
    Use the chat feature for Quicken for Mac: Quicken 2007 for Lion: Shopping and Buying: Buying Quicken on this page

  • I want to use Get Panel Image in Labview 5.0.1 and need details on how to save the BMP data generated

    I am trying to generate an application that saves a copy of its front panel on completion. This is easy to do using an invoke node with Print VI to HTML but this does not work in an .exe format. I have seen elsewhere that you have to use the Get Panel Image method, but no details are supplied in LV 5.0.1 documentation of how to use the "image" data (1-D Unsigned Byte array) that is generated. I want to save this in a format that can then be read as a bitmap in any standard graphics package. Any assistance?

    Hi,
    If you'd upgrade to LV5.1 or 6 you could use the 'standard' vi's for this.
    You need a VI called "Write BMP File.vi". It's not shipped with LV5.0.1.
    This vi only uses 3 subVI's, so perhaps someone at NI can convert it and
    send it to you (sorry, I won't, it's copywrited).
    If you cannot get this VI anywhere, you'll need to figure out the BMP file
    format yourself. It's not too complicated, but still could take some days.
    Perhaps someone figured it out before LV5.1 was released.
    Regards,
    Wiebe.
    "RDK" wrote in message
    news:[email protected]..
    > I want to use Get Panel Image in Labview 5.0.1 and need details on how
    > to save the BMP data generated
    >
    > I am trying to generate an application that saves a copy
    of its front
    > panel on completion. This is easy to do using an invoke node with
    > Print VI to HTML but this does not work in an .exe format. I have seen
    > elsewhere that you have to use the Get Panel Image method, but no
    > details are supplied in LV 5.0.1 documentation of how to use the
    > "image" data (1-D Unsigned Byte array) that is generated. I want to
    > save this in a format that can then be read as a bitmap in any
    > standard graphics package. Any assistance?

  • Adobe Reader XI did not save the form data (unlike previous versions). Any way to recover file?

    Adobe Reader XI did not save the form data (unlike previous versions). Any way to recover filled form with data from temp locations?
    I was not aware that ctrl+s no longer works in reader and closed the PDF after savign it(with ctrl+s). However ,the data is lost and there seems to be no way to recover it.
    I cannot find any temp files created by Reader on my system.
    Also to my surprize(and shock), the reader did not even show a warning before closing the PDF. Does anybody know if/where can I recover the file from?
    Guys, Please reply ASAP if you have got any sort of solution!

    Hi Pat,
    Are you using Adobe Reader XI? And not Acrobat. It does not ask me to save the form if there are unsaved changes.
    I have used previous versions of reader for saving this form data and it did allow me to save it with ctrl+s. And those versions did prompt me to save the changes before closing.
    I guess I should not have updated the reader.

  • How to create a loop to run total of records for before and after unconstant date

    Post Author: Ann2
    CA Forum: Formula
    Here is the data sample:
    ID period code date
    1  00  I    01/01/1999
    1 00   Z   01/02/1999
    1 00  G   12/05/1999
    1 00  M   01/01/2000
    There are many students with many periods and many codes. I need to save a date when code = 'G' and count separateley records per student/period 2 times - before and equal that date and after that date, so in the end for period 00 I will have 2 values: 3 (before) and 1(after).
    There are periods from 00 to 08. I am counting students abscencies before and after warning letter was sent (code G).
    The result data should look : 00 01 02 03 04 05 06  07  08              00 01 02 03 04 05 06  07  08     Total
                                                3  0   0   0   0   0   0   0   0                 1 0    0   0   0   0   0   0   0        4
    Please help me.
    Thank you.
    Ann2

    Post Author: Ann2
    CA Forum: Formula
    Thank you for your answer, but I do care about the date the 'G' happened, because I need to reset count.
    The logic behind is this:if a student absent for more than 8 times per period - the letter will be sent out to the parents , that will be code 'G' with period '-1' (it may happen that there will never be code 'G' , but I need to track all absencies). Once the letter is sent, the count starts over (the count starts over the next day after code 'G'). The absencies which happened before or the date the letter sent should count toward 'previous'  abscenices, all other - absenices after the letter.
    So basically I need total per period and total per period before or the day with code 'G'.  Running total with reset with formula code = 'G' does not work.
    I created a formula field which has global date (when code 'G' happenned) and it says if globaldate >= periodDate then date (1900,01,01) else (2100,01,01) and that formula is ok, but I can not use it in running total or can not create group on it and insert total.
    Please help me with this. Thank you.
    Ann2

  • IV date Befor Service entry sheet date

    Hi.
    Can somebody help me to restrict user to  enter  IV date before service entry sheet date?

    Hi,
    Use t.code: OBA5, enter Application area  F5 and in next screen go for New Entries
    Enter  message no 149  & set as  Error & save.
    Now try ur transaction,
    If the above message setting not worked  then set  message no 149 as Error in Application area F5  in OBMSG t.code.
    Regards,
    Biju K

  • I want to upgrade to snow leopard,how do i save all my data?

    What do i have to do before i set back to default status to save all my data?

    Whilst it's essential to maintain an up-to-date backup of all your important files, especially if you're updating your OS, the update process itself will not overwrite your files.
    If you don't currently have any backup I'd recommend getting that organised first before upgrading. SuperDuper! and Carbon Copy Cloner are regularly recommended as excellent backup programs. Once you're on Snow Leopard you can automatically backup to an external drive using Time Machine.
    Worth checking that your computer meets the technical requirements for the upgrade:
    http://support.apple.com/kb/SP575

  • Event before save in maintainence

    Hello,
    I have a maintainence table and i have added one event, the event is before the save of the data into the table. i have to make some validations to the data that is going to be saved. where is the data before is inserted in the table?

    Hi,
      When you have an event you will be having a subroutine..
      The subroutine will be included in the function group that is used to create the table maintenance..
      In that subroutine there will be internal table TOTAL available.
    FORM CHECK_BEFORE_SAVE.
    DATA: BEGIN OF STRUC.
          INCLUDE STRUCTURE ZTABLE.
          INCLUDE STRUCTURE VIMTBFLAGS.
    DATA: END OF STRUC.
    LOOP AT TOTAL.
      STRUC = TOTAL.
    In the struc you can use the z table fields .
    if you want to check if particular row is updated.
    you can use field VIM_ACTION in the structure STRUC.
    If field is 'U' then the row is updated..
    ENDLOOP.
    ENDFORM.
    ENDLOOP.
    Thanks,
    Naren

  • Actvities before the Project Start Date

    Every now & then, we will get an activity which is a precursor to a project kicking off as a project start date so in theory from that start date would be known as either week 1 or Month 1.
    So in this case, any actvivity starting a month for example before the kick off date should be shown in "- Month 1" but in Project 2013, it takes this new date as Month 1 even when the Project Start Date has not changed.
    The earlier versions of Project, you could manipulate this so what's changed?...Is there a way around this?
    I am not using Project server as will never use it to save myself from grief & stress!...prefer to keep it simple!

    I couldn't test it with 2013 but with 2010 the week numbering starts at the project start date, so you can have a project start date on a certain date which will be your week1, and then set predecessors with no impact on the numbering.
    If you confirm that this behavior jas changed with 2013 version, an option could be to enter as manually scheduled tasks with no dates the tasks prior to the project start date, using custom fields to enter the actual dates.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Why can't I save pictures with Dates in name such as 2010/05/20 subject.jpg?

    I am trying out Photoshop CS5 before I buy and found out I can no longer save pictures by dates to keep them in order.It has worked in every photoshop I have owned before. If you use a photo name like 2010/05/20 subject.jpg It gives you (could not save as "2010:05:20 subject.jpg" invalid file name)

    I don't have a copy of CS5, so cannot confirm, but...
    Apple did a very strange thing when it changed from System 9 to OS X (a long time ago!). The separator character in System 9 paths was ":", while the separator character in Unix is "/". This means that you cannot have a ":" in a file name in System 9, and you cannot have a "/" in a file name for Unix, including all versions of Mac OS. There is a work-around that I don't really understand that allows Mac to put a ":" in a file name on OS X that is then displayed as a "/". You can test this by creating a file with "/" in it and then doing a "ls" in Terminal. A file named "This/file/has/slashes.rtf" in Finder becomes "This:file:has:slashes.rtf" in Terminal.
    In any event, this work-around is a recipe for disaster (a file has a different name in the Finder than it when looked at by Unix command-line tools?--careful!).
    I always use dashes in my dates.
    I suspect that CS5 is using different Apple code than CS4, resulting in this issue.

  • Does iTunes save my game data when I sync?

    I may need to do a restore/update to iOS 6 after finding out that there was more than 4GB of "others" stuff. I really want to save my game data, such as PvZ(Finished game x1), so I need to know whether my game data is safe or not...

    Just make sure that you backup your iPod before you update. Before I updated, I backed up to both iCloud and iTunes. The backup includes app data like game status.
    iOS: How to back up

  • Requirement of  General Ledger Trial Balance Detail Report Date wise

    Thanks for your reply
    We have to requirement of General Ledger Trial Balance Detail Report Date wise.
    Please help for that.
    Thanks.

    Take sum(Accounted_dr) - Sum(Accounted_Cr) till the Accounting Date..... from GL_BALANCES
    Edited by: 924750 on Sep 16, 2012 3:42 AM

  • How do I use my I cloud account to save all my data no my device? I purchase $ 100 dollars deal because my phone memory was almost full.

    How do I use my I cloud account to save all my data no my device? I purchase $ 100 dollars deal because my phone memory was almost full.

    If you're asking if there is a way to add memory to your device, there isn't.  iOS devices have a fixed capacity that can't be expanded by using expansion cards or other hardware solutions.
    If you're running out of capacity on your devices, the only solution is to store less on your phone.  You can import your photos and videos to your computer as explained here: http://support.apple.com/kb/HT4083, then delete it from your device.  If you still want some of the photos on your device, put them in a folder on your computer then select the folder on the Photos tab of your iTunes sync settings and sync your device.
    You can also sync only some of your music to your device rather than your entire library, or subscribe to iTunes Match and stream it from iCloud.  You can also not keep as many movies, tv shows and other media on your device.

Maybe you are looking for

  • ME57 :scope of list

    Hi MM gurus , I have a query when i am executing the report for scope of list : I one line loop , can i get thr Release date column also ? Pl guide .

  • Most recent 5 entries on front .mac podcast page

    I'm trying to use a .mac account to get podcasts on the iTunes store. I've got everything set up, but only the 5 most recent podcast entries show up on the front page of my .mac podcast page. Older entries get pushed into the archive page. Then, on t

  • Targets.xml

    I have just installed database w/em 10g 10.2.0.1.0 and the EM failed for the following reason. STARTED EMCA at Feb 21, 2006 12:34:12 PM EM Configuration Assistant, Version 10.2.0.1.0 Production Feb 21, 2006 1:07:13 PM oracle.sysman.emcp.EMAgentConfig

  • When i choose a song for my ipod it stalls or changes to the next song

    Whenever i play a song it will freeze for about 5 seconds then put me back to the main menu, but if i then go and pick a song again it will work fine. Sometimes it even plays the song after the song i picked. I really need help here it makes picking

  • How to recover my deleted histroy?

    Recently.. i have browsed some websites and got to my work.. but unfortunately i deleted the websites which are important... from the history.... (i have kept my option as save history... apart from that i have deleted them) so please help me in reco