CHECK and CHANGE BADI

BBP_DOC_CHANGE_BADI is called when you make changes in the SC data.
BBP_DOC_CHECK_BADI is called when you click on the "CHECK' button on the SC screen.
Based on the above statements
1. What happens when a new item is added to SC? is that a change or check?
2. What happens when an existing item is modified ? is that a change or check?
3. What happens when an item is deleted? is that a change or check?
4. What happens when header info for a SC like Cost Assignment  is modified? is that a change or check?
Trying to understand when BBP_DOC_CHANGE_BADI or BBP_DOC_CHECK_BADI is called?
BTW is there a scenario when both are called during one call?
Thanks,
Nikhil

1. What happens when a new item is added to SC? is that a change or check?
A -
    It's a change
2. What happens when an existing item is modified ? is that a change or check?
A -
   It's a change
3. What happens when an item is deleted? is that a change or check?
A -
   It's a change
4. What happens when header info for a SC like Cost Assignment is modified? is that a change or check?
A -
   It's a change

Similar Messages

  • Control-k key binding broken. How can I check and change my key bindings?

    I use the Terminal app a lot. Unfortunately I am not able to use the control-k shortcut to cut lines in the terminal anymore. How can I check (and change) the Terminal key bindings?
    Thank you!

    Basing on your input, you should get the following values:
    1) session keys
    SK_ENC: 6DCE2A99BACB5207A7A96A92F114D66C
    SK_MAC: 0D446132B168F75CD6F0A780693A4DD3
    SK_DEK: 19F7B0F94837F32874B29B5EFB7809F6
    2) host cryptogram
    1B781553209748EA
    3) Retail MAC
    01761103B810F00E
    Summing up, the External Authenticate command should have the following value:  84 82 01 00 10 1B781553209748EA 01761103B810F00E.
    Try to compare it with your results.
    Regards

  • How to check and change the dafault session timeout of the Portal?

    Hello,
    When leaving a portal page open without using it for a certain amount of time and then accessing it again the Session times-out.
    Where can I check and change this default time-out time in case I would like to extand it for the end users?
    Roy

    Hi Roy,
    Session timeout includes multiple settings (J2EE setting and SSO setting at User Management).
    Defining the Timeout in J2EE Session
           1.      Open file web.xml (path depends on the version of EP6.0. If it is based on NW04, then
    ..\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF
           2.      Enter a value in minutes under <session-timeout>. The value should roughly correspond to the length of a synchronization cycle. The default is 30 minutes.
    After a successful login, it receives a SSO ticket which is valid for longer duration (generally 8 hrs, default which you can changed using  "System Admin" as mentioned by Yoel.
    Thanks,
    Swapan

  • How can I check and change the size of photo or doc in iPhone or any other app

    How can I check and change the size of photo or doc in iPhone or any other app

    You would need software form a third party to have this option.  The free software that comes with the 8600 doesn't have an option for that. Vuescan is the only software I could find that says it works with your pritner and has a descreen option.  You have to purchase it, but it will give you more advanced options than the software that came with the printer.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How to check and change quality of the photos taken

    Hello,
    Would you please suggest where I can change the quality of the photos taken by my Sony Xperia Z3 Compact?

    Hi Pollyjourn,
    Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    You can also try looking through he user guide for the device. I have supplied a link for the online user guide and the PDF version of the user guide.
    Online user Guide
    http://support.sonymobile.com/global-en/xperiaz3compact/userguide/General-camera-settings/
    PDF version
    http://www-support-downloads.sonymobile.com/d5803/userguide_EN_D5803-D5833_1_Android4.4.pdf
    I hope this helps.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Spell Check and changing multiple instances of the same word

    Hi, sorry if this has been brought up before.. I can't seem to find any reference, so here's my dilemma:
    My main writing language in Pages is Spanish and when it comes time for me to run the spell check, I usually have to change the same word a lot, because of missing accents and such. (I'd rather concentrate on writing and not worry about whether it has the right accent). Does Pages have any way to automatically detect when a word has been corrected, and pass the correction to any other instance of that word? I have tried using Find and Replace, but its not perfect, changing perfectly spelled words to include any corrections because the words, I think, appear similar. Is there a trick within Pages to do this? Does anyone know if the new version of Pages includes such a feature? Apple's iWork website and presentations fail to mention it...
    Any suggestions will be appreciated.

    I got it working, thanks es5f2000. I sat and thought about it and worked it out. (Pretty simple) Heres the code:
    public void findWord()
             x = iTab.getEditorList(iTab.getIndex());
             try
               int index = x.getDocument().getText(0, x.getDocument().getLength()).toLowerCase().indexOf(tFindText.getText().toLowerCase());
               int index2 = x.getDocument().getText(0, x.getDocument().getLength()).toLowerCase().indexOf(tFindText.getText().toLowerCase(), x.getCaretPosition());
               if (index >= 0)
                 System.out.println("found:)" + index);
                 x.requestFocus();
                 x.select(index, index + tFindText.getText().length());
                 if(x.getCaretPosition() > 0)
                   System.out.println("found:)" + index2);
                   x.requestFocus();
                   x.select(index2, index2 + tFindText.getText().length());
               else
                 System.out.println("Not found:(");
             catch(BadLocationException ie) {}
          }

  • Since a PC repair ITunes cannot find many tunes.  I have checked and changed the file location

    Where does ITunes link the tracks listed to the files?  I have tried changing the location in the edit preferences but still can't get the files located

    Hey Theellekers,
    If you already haven't, I would check out this article:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    If your media looks like this...
    ...the steps in that document can help iTunes locate the media file.
    Welcome to Apple Support Communities!
    Have a good one,
    Delgadoh

  • Step incrementing of .ini file and check and changing the content within step

    Hello I want to increment the [step002] automatically in the .ini file. If the steps are copied and pasted more times in already existing file, where by doing so the step numbers are doubled. For example if there exists  [Step002] followed by content of it and then [Step001] and followed by contet of it and  [Step002] followed by content of it. And if a person copies [Step002] with its content 80 times or n number of times then the last one should be automatically incremented  to new number as [Step003] and [Step004] [Step005]. And then I want to arrange the content under each step. In my file I have a " Group_Start = Step001" and  " Group_Name = OQ_004 set high port" as contents in each step. I want to arrange the group name. 
    What I want is, if in the newly copied [Step002] which would have already been incremented to [Step004], it would contain Group_Name = OQ_004 set high port which I have highlighted in italics, if this already exists some where in the file, then its corresponding Group_Start = Step001 which I have highlighted in italics should be given to the newly copied and incremented [Step004]. And in case the Group_Name = OQ_004 set high port which I have highlighted in italics does not match any where then its corresponding Group_Start will be as Group_Start = Step004. That means since the group name is new and it does not exist already in the file, the Group_Start should take its step number [Step004] which her I have highlighted in italics, as its Group_Start = Step004. Here with I attach my file and I also attach my steps which I had tried. It would be nice if solution is given or further step ideas from my steps to complete the task is given.
    Thank you.
    John
    Attachments:
    Config.ini ‏2 KB
    Tried.vi ‏26 KB

    Hello, Thank you for your reply. May be I break it into steps. Now where I am struck is that if there are say random numbers some repeated ones
    example 001, 002, 002, 002, 004, 007, 006 etc.. I would like get sorted in ascending order and also the reapeated numbers should be in the running order. That means 001, 002, 003, 004, 005, 006 etc.. There should not be repeated numbers.if reapeatd then the repeated one should have to be incremented from the previous one. If this has been solved then I can explain the other part and shall aslo goahead. I had already tried one method but the loop seems to be not exactly matching. There are some numbers which come extra. You can use the same config file which I had sent earlier. Just copy and paste the steps below or inbetween and use it for testing. Thank you
    Attachments:
    change all stepst number.vi ‏14 KB

  • How do I check and change PHP environment?

    Folks, I just installed Snow Leopard server and am having trouble getting things (that used php and GD library such as JetPhoto server) up and running. I could install MAMP I suppose, but don't want to override the features of Snow Leopard Server.
    Is PHP installed with SL Server?
    How do I check the PHP environment?
    How do I enable GD library and enable registerlongarrays?

    I've never viewed a php config except by using come cgi script or maybe it was . I have never used terminal to view or config php, but am not opposed to it either.
    To confirm php is configured and launched (see below), launch Terminal.app, and cut-and-paste this into the terminal:
    sudo echo "<?php phpinfo(); ?>" > /library/webserver/documents/somerandomname.php
    sudo chmod o+r /library/webserver/documents/somerandomname.php
    you'll have to enter your root password there. Those two bash shell commands stuff some text into a file named somerandomname.php in the web server root directory, and marks the file as world-readable.
    The text is a simple php script that returns information on php.
    Now (from a web browser running directly on the server) enter the URL:
    http://localhost/somerandomname.php
    If it is all working, you'll get the typical dump of php settings. This is what the dashboards show you.
    When you are done (and to avoid exposing information) you'll probably want to delete the file:
    sudo rm /library/webserver/documents/somerandomname.php
    I am used to editing a php.ini file in textwrangler or bbedit, or even my web service provider's control panel.
    You've signed up to run a server, which means you're going to get to learn more about Apache and IP networking and other tasks.
    Nothing using php seems to load. When I installed jetphoto server which I'e used for years with out problem on OS X client, it runs flawlessly. It seems I have to do more with SL server.
    Make sure that Server Admin has the php module enabled. Server Admin > select the server > Web Server > Settings > Modules > make sure php5_module is enabled. If not, enable it and restart the web server.
    One other detail that can crop up here: Snow Leopard and Snow Leopard Server contain php 5.3, and some widgets aren't yet compatible with that version of php.

  • Every time I open firefox4 it opens lasy page, I checked and changed my homepage and still no result, Im not super savy with computors but can follow directions

    Above kind of says it all, except lasy=last. When I open a new tab it goes to my home page. It also does it with private browsing as well, Christmas shopping secretly doesn't work when the wif opens the computer after me and sees were I was.

    Hello celticknotmaker,
    see also : [https://support.mozilla.org/en-US/kb/remove-recent-browsing-search-and-download-history#os=win7&browser=fx17 Remove recent browsing, search and download history]
    [https://support.mozilla.org/en-US/kb/restore-previous-session#os=win7&browser=fx17 Restore previous session - Configure when Firefox shows your most recent tabs and windows]
    thank you

  • How can I check and change the system set events trace level?

    Dear all:
    How can I check the system set events trace level? I don't want the alert_log so big.
    Regards
    Terry

    Hi Terry;
    Please check :
    How to determine which system events are currently being set? [ID 845043.1]
    How To List All The Named Events Set For A Database [ID 436036.1]
    How to set EVENTS in the SPFILE [ID 160178.1]
    Also check:
    http://www.dba-oracle.com/t_grid_rac_events_in_Oracle.htm
    http://www.akadia.com/services/ora_events.html
    Hope it helps
    Regard
    Helios

  • When in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I updated  Adobe Reader)

    when in mode dev to develop my website, I can't open buttons and PDF files to check my changes or somebody else's changes. What is wrong ? (I already updated  Adobe Reader)

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • When connect appletv to tv it is asking to check the resolution and change the resolution

    First time when I am connecting appletv to SamsungTV it is asking to check the resolution and change the resolution.

    Keynote can not burn DVD discs, nor can it compile a video DVD project
    If you have iDVD installed on your Mac, You can export the Keynote presentation to iDVD to create a video DVD:  
    from within Keynote:     Share > Send to > iDVD

  • How to have a check on change bars and/or tags before generating a PDF

    Hi All,
    There were many instances where I have generated very huge books (over 1300 pgs), and realize that some chapter(s) (files) are printed along with the tags or the change bars on.
    To resolve this, I had to go back and regenerate the same book after removing those properties which is cumbersome.
    Is there any solution where I can have a check/popup, before generating the PDF, if any file(s) within a book has tags or the change bars on?
    Thanks and regards,
    Subhakar

    Hi Michael,
    Thanks for your response and apologies for not mentioning the FM version (9)
    that I am using.
    I am now able to clear the tags in all the files within a book by your
    suggestion to:
    1. Select all files within the book
    2. Go to View and select
    3. Select Show Element Boundaries (as tags)
        This will show the element tags in all the files
    4. Select Hide Element Boundaries. This option is visible and enabled only
    when I select the Show Element Boundaries.
    I am just curious and waiting for your response to have a check on Change
    Bars.
    Regards,
    Subhakar
    On Thu, Feb 3, 2011 at 2:29 AM, Michael Müller-Hillebrand

  • Changing the print order for payroll checks and payroll deposit advices

    Hello,
    How do you change the print order of payroll checks and deposit advices?
    Thanks
    RW

    Hi there crazytalk,
    Could you provide the community with a little more information to help narrow troubleshooting? What operating system are you using and what program are we printing from?
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for