Change PO issues

when I change PO using t-code me22, we need to change some fields in table ekko . But userexits EXIT_SAPMM06E_012  can't change EKKO. So what can I do when save PO? Using which userexit?

There is no exit for this purpose (as far as i know)
You could use EXIT_SAPMM06E_013 which is intended for booking user data in the purchase voucher. There I_EKKO is not changeable, but you could define a field symbol assigned to EKKO(SAPMM06E) or EKKO(SAPLMEPO) depending on the current transaction and directly update fields.
(no warranty)
Regards

Similar Messages

  • Change goods Issue date and delivery date

    while crating Sales document through VA01
    i want  to replace goods issue date (VBEP-WADAT ) with my Z calender date.
    so that delivery date(ETDAT) aslo should chaged automatically ( bcz iof the change in goods isuue date ).
    how to achive this ?
    i tryied in  Program    program of MV45AFZZ/ MV45AFZB in the User Exists mentioned below:
    1.     Form Userexit_Check_VBEP
    2.     Form userexit_move_field_to_vbep
    i was able to change goods issue date (VBEP-WADAT )  but  not refleting in output screen,..
    regards,
    ramesh

    Hi Venkat,
      Even it did not update in my user exit when I update from VBEP-WADAT.  So, I did back calculation (considering route lead time) and updated Delivery date field VBEP-EDATU.  It is simple.  I have given the sample code as below.
       if lines( xvbap[] ) = 1 and VBEP-ETENR = '0001' and            "Calculate RDD while the first line item entered
         vbap-route <> space and <<your GI date>> is not initial.    "Only when header RSD is filled
          select single TRAZTD into ws_traztd from tvro
                where route = vbap-route.
          ws_days = ws_traztd / 24 / 10000.
          if ws_days <> 0.    "Only when Transp. Lead time is maintained ( So, will not affect other entities )
             select single FABKL into ws_fabkl from T001W
                where WERKS = vbap-werks.
             CALL FUNCTION 'WDKAL_DATE_ADD_FKDAYS'       "Calculate as per Factory calender
                 EXPORTING
                   i_date        = <<your GI date>>
                   i_fkday       = ws_days
                   i_fabkl       = ws_fabkl
                 IMPORTING
                   E_DATE        = ws_date
                  E_FKDAY       =
                 EXCEPTIONS
                    ERROR         = 1
                    OTHERS        = 2
             IF sy-subrc = 0.
                VBEP-EDATU = vbak-vdatu.   "copy to the first line item
             ENDIF.
          endif.
        endif.    "Route days

  • How to make change in Issue list across all project sites?

    Hi,
    We all have issue list in our project sites. We need to add some values to some of the columns in that issue list. The requirement is we need these changes to reflect in all the new sites. Also how to make these changes reflect in current existing sites.
    Can anybody suggest a way to achieve this. One thing that i am aware of is creating a new project site template and associating it with EPT but that still not solves the issue for preexisting sites.
    Please help asap.
    Thanks in advance.

    Hi SpWrk
    If you have already created some sites. You would need to apply these changes either Programetically (Powershell or C#) or Manually.
    However, you can take the following approach to avoid this problem in future. (i.e. Your "future" changes will appear in existing sites too). I am writing the procedure breifly but let me know if you need more details on this
    1) Create a content type (e.g. "Project issues" at PWA level)
    2) Associate this content type with the Issues List in your site template as well any existing project sites. Make it a default content type for Issue lists. save your site template
    3) Create all your custom columns in this new Content type (changing OOB issue columns can break your reporting)
    4) Your changes to content type should reflect in future sites as well as existing sites (whereever the content type was appiled)
    Regards
    Hammad Arif EPM Advice Blog

  • Windows 7 x64 Pro, desktop GUI fails to display correctly, or crashes, when High RAM load, and even after. HW changed, same issue. Please Help.

    Hi Guys,
    I have have this horror issue with my PC. I have even changed the hardware configuration and the problem still persists. My PC fails to display the desktop correctly after using highly RAM intensive applications, especially Chrome, but even after getting
    the chance to close it, or waiting for it to crash by itself, the PC is still not able to display correctly the GUI, even on other browser/applications as shown in the screenshots. 
    1st Hardware Config:
    Intel Core2Quad Q9450
    4x2GB DDR2
    MSI P43 motherboard
    Ati Radeon x550 video card
    Software used, that seemed important for me to mention:
    NOD32 v4.2
    Comodo Firewall 5.12
    Chrome
    Screenshot Captor
    SpeedFan
    Other mentions:
    Aero is disabled, because I've considered that it's one of the causes.
    So, I've considered that it's a RAM issue or a videocard issue, and I've upgraded to:
    Intel Core i7 3770k
    4x8GB DDR3
    Asus P8Z77V-LX motherboard
    Intel GPU integrated in the 3770k CPU
    The problem just happened 2 times on this rig also, and the RAM was not even coming close to  it's maximum capacity of 31.7GB. It was at ~20GB's.
    Also, this is another videocard(Intel's integrated GPU), so we can exclude the videocard from the suspects.
    My suspects:
    1) some desktop manager bugs, or other similar issue
    2)  video memory allocation - I'm still suspecting that it can be caused by the amount of RAM dedicated to the videocard, currently, I think  that it is at 256MB.
    3) some poorly designed components of Chrome/Screenshot Captor - still very questionable since there are enough resources on this system, so there should be no fight over resources. And when the system is barely used there are no issues.
    4) Adobe Shockwave Flash - maybe this one????
    I have attached a set of 20 screenshots here, these were taken on the 1st configuration of my PC, using Q9450:
    http://imgur.com/a/Mc8hI#4
    Notice how it distorts the image by duplicating it and showing it in a smaller space, or how does it displays those black rectangles. In those moments, the PC is fully functional(the apps are running the background), without being slowish or something, but
    you can hardly control it like that. For example, I've tried to remove the mouse from the USB, and then I've insterted it back, the image was not displayed correctly, but the mouse was recognised instantly and the pointer was controlable.
    Same thing still happens on the new configuration. Please advise me.
    LE: OS is Windows 7 x64 SP1 Professional and it's Geniune. There is no cracked software on this PC. No games. I've tried to maintain it as clean as possible.

    Hi,
    First, please be ensured that you have installed the latest drivers and all the updates.
    Then check whether this issue will not in
    Safe Mode. If it didn’t occurred, I suggest you narrow down the cause in
    Clean Boot mode.
    In addition, try to create a new profile to see how it works.
    Hope this helps.
    Vincent Wang
    TechNet Community Support

  • I was wondering if anyone can help me with a jquery change() integration issue?

    I have tested the following script on a simple html page on my computer and it workd perfectly:
    However, when posting it to BC withing a template, for some reason the .change() alert gets copied 4 times. You can see it at the following link: http://www.bebemoda.co.uk/test-1?Preview=True
    Not sure if this is due to interference form other scripts and am not able to figure out the problem.
    Would anyone be able to helpn me solve this issue?
    Thanks
    <!DOCTYPE html>
    <html>
    <head>
      <style>
      div { color:red; }
      </style>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    </head>
    <body>
      <select class="cat_dropdown" id="ShippingCountry" name="ShippingCountry">
        <option selected="true">-- Select Country --</option>
        <option value="AF">AFGHANISTAN</option>
        <option value="AL">ALBANIA</option>
        <option value="DZ">ALGERIA</option>
        <option value="AS">AMERICAN SAMOA</option>
        <option value="AD">ANDORRA</option>
        <option value="AO">ANGOLA</option>
        <option value="AI">ANGUILLA</option>
        <option value="AQ">ANTARCTICA</option>
        <option value="AG">ANTIGUA AND BARBUDA</option>
        <option value="AR">ARGENTINA</option>
        <option value="AM">ARMENIA</option>
        <option value="AW">ARUBA</option>
        <option value="AU">AUSTRALIA</option>
        <option value="AT">AUSTRIA</option>
        <option value="AZ">AZERBAIJAN</option>
        <option value="BS">BAHAMAS</option>
        <option value="BH">BAHRAIN</option>
        <option value="BD">BANGLADESH</option>
        <option value="BB">BARBADOS</option>
        <option value="BE">BELGIUM</option>
        <option value="BZ">BELIZE</option>
        <option value="BJ">BENIN</option>
        <option value="BM">BERMUDA</option>
        <option value="BO">BOLIVIA</option>
        <option value="BW">BOTSWANA</option>
        <option value="BR">BRAZIL</option>
        <option value="BG">BULGARIA</option>
        <option value="KH">CAMBODIA</option>
        <option value="CM">CAMEROON</option>
        <option value="CA">CANADA</option>
        <option value="CV">CAPE VERDE</option>
        <option value="KY">CAYMAN ISLANDS</option>
        <option value="CF">CENTRAL AFRICAN REPUBLIC</option>
        <option value="TD">CHAD</option>
        <option value="CL">CHILE</option>
        <option value="CN">CHINA</option>
        <option value="CX">CHRISTMAS ISLAND</option>
        <option value="CO">COLOMBIA</option>
        <option value="CK">COOK ISLANDS</option>
        <option value="CR">COSTA RICA</option>
        <option value="HR">CROATIA</option>
        <option value="CY">CYPRUS</option>
        <option value="CZ">CZECH REPUBLIC</option>
        <option value="DK">DENMARK</option>
        <option value="DJ">DJIBOUTI</option>
        <option value="DM">DOMINICA</option>
        <option value="DO">DOMINICAN REPUBLIC</option>
        <option value="EC">ECUADOR</option>
        <option value="EG">EGYPT</option>
        <option value="SV">EL SALVADOR</option>
        <option value="GQ">EQUATORIAL GUINEA</option>
        <option value="EE">ESTONIA</option>
        <option value="ET">ETHIOPIA</option>
        <option value="FK">FALKLAND ISLANDS (MALVINAS)</option>
        <option value="FJ">FIJI</option>
        <option value="FI">FINLAND</option>
        <option value="FR">FRANCE</option>
        <option value="GF">FRENCH GUIANA</option>
        <option value="PF">FRENCH POLYNESIA</option>
        <option value="GM">GAMBIA</option>
        <option value="GE">GEORGIA</option>
        <option value="DE">GERMANY</option>
        <option value="GH">GHANA</option>
        <option value="GI">GIBRALTAR</option>
        <option value="GR">GREECE</option>
        <option value="GL">GREENLAND</option>
        <option value="GD">GRENADA</option>
        <option value="GP">GUADELOUPE</option>
        <option value="GU">GUAM</option>
        <option value="GT">GUATEMALA</option>
        <option value="GY">GUYANA</option>
        <option value="HT">HAITI</option>
        <option value="VA">HOLY SEE (VATICAN CITY STATE)</option>
        <option value="HN">HONDURAS</option>
        <option value="HK">HONG KONG</option>
        <option value="HU">HUNGARY</option>
        <option value="IS">ICELAND</option>
        <option value="IN">INDIA</option>
        <option value="ID">INDONESIA</option>
        <option value="IE">IRELAND</option>
        <option value="IL">ISRAEL</option>
        <option value="IT">ITALY</option>
        <option value="JM">JAMAICA</option>
        <option value="JP">JAPAN</option>
        <option value="JO">JORDAN</option>
        <option value="KZ">KAZAKHSTAN</option>
        <option value="KE">KENYA</option>
        <option value="KP">SOUTH KOREA</option>
        <option value="KW">KUWAIT</option>
        <option value="KG">KYRGYZSTAN</option>
        <option value="LA">LAO PEOPLE'S DEMOCRATIC REPUBLIC</option>
        <option value="LV">LATVIA</option>
        <option value="LI">LIECHTENSTEIN</option>
        <option value="LT">LITHUANIA</option>
        <option value="LU">LUXEMBOURG</option>
        <option value="MG">MADAGASCAR</option>
        <option value="MW">MALAWI</option>
        <option value="MY">MALAYSIA</option>
        <option value="MV">MALDIVES</option>
        <option value="ML">MALI</option>
        <option value="MT">MALTA</option>
        <option value="MH">MARSHALL ISLANDS</option>
        <option value="MQ">MARTINIQUE</option>
        <option value="MR">MAURITANIA</option>
        <option value="MU">MAURITIUS</option>
        <option value="MX">MEXICO</option>
        <option value="MD">MOLDOVA, REPUBLIC OF</option>
        <option value="MC">MONACO</option>
        <option value="MN">MONGOLIA</option>
        <option value="MS">MONTSERRAT</option>
        <option value="MA">MOROCCO</option>
        <option value="MZ">MOZAMBIQUE</option>
        <option value="MM">MYANMAR</option>
        <option value="NA">NAMIBIA</option>
        <option value="NP">NEPAL</option>
        <option value="NL">NETHERLANDS</option>
        <option value="AN">NETHERLANDS ANTILLES</option>
        <option value="NC">NEW CALEDONIA</option>
        <option value="NZ">NEW ZEALAND</option>
        <option value="NI">NICARAGUA</option>
        <option value="NE">NIGER</option>
        <option value="NG">NIGERIA</option>
        <option value="NF">NORFOLK ISLAND</option>
        <option value="NO">NORWAY</option>
        <option value="OM">OMAN</option>
        <option value="PK">PAKISTAN</option>
        <option value="PW">PALAU</option>
        <option value="PA">PANAMA</option>
        <option value="PG">PAPUA NEW GUINEA</option>
        <option value="PY">PARAGUAY</option>
        <option value="PE">PERU</option>
        <option value="PH">PHILIPPINES</option>
        <option value="PL">POLAND</option>
        <option value="PT">PORTUGAL</option>
        <option value="PR">PUERTO RICO</option>
        <option value="QA">QATAR</option>
        <option value="RE">REUNION</option>
        <option value="RO">ROMANIA</option>
        <option value="RU">RUSSIA</option>
        <option value="RW">RWANDA</option>
        <option value="SH">SAINT HELENA</option>
        <option value="KN">SAINT KITTS AND NEVIS</option>
        <option value="LC">SAINT LUCIA</option>
        <option value="PM">SAINT PIERRE AND MIQUELON</option>
        <option value="VC">SAINT VINCENT AND THE GRENADINES</option>
        <option value="SM">SAN MARINO</option>
        <option value="SA">SAUDI ARABIA</option>
        <option value="SN">SENEGAL</option>
        <option value="SC">SEYCHELLES</option>
        <option value="SL">SIERRA LEONE</option>
        <option value="SG">SINGAPORE</option>
        <option value="SK">SLOVAKIA</option>
        <option value="SI">SLOVENIA</option>
        <option value="SB">SOLOMON ISLANDS</option>
        <option value="ZA">SOUTH AFRICA</option>
        <option value="ES">SPAIN</option>
        <option value="LK">SRI LANKA</option>
        <option value="SR">SURINAME</option>
        <option value="SZ">SWAZILAND</option>
        <option value="SE">SWEDEN</option>
        <option value="CH">SWITZERLAND</option>
        <option value="TW">TAIWAN</option>
        <option value="TJ">TAJIKISTAN</option>
        <option value="TZ">TANZANIA, UNITED REPUBLIC OF</option>
        <option value="TH">THAILAND</option>
        <option value="TO">TONGA</option>
        <option value="TT">TRINIDAD AND TOBAGO</option>
        <option value="TN">TUNISIA</option>
        <option value="TR">TURKEY</option>
        <option value="TC">TURKS AND CAICOS ISLANDS</option>
        <option value="UG">UGANDA</option>
        <option value="UA">UKRAINE</option>
        <option value="AE">UNITED ARAB EMIRATES</option>
        <option value="GB" selected="selected">UNITED KINGDOM</option>
        <option value="US">UNITED STATES</option>
        <option value="UY">URUGUAY</option>
        <option value="UZ">UZBEKISTAN</option>
        <option value="VE">VENEZUELA</option>
        <option value="VN">VIETNAM</option>
        <option value="VG">VIRGIN ISLANDS, BRITISH</option>
        <option value="VI">VIRGIN ISLANDS, U.S.</option>
        <option value="YE">YEMEN</option>
        <option value="ZM">ZAMBIA</option>
        </select>
      <div id="shippingdest" style="width:30%; color:#F33"></div>
    <script>
        $("#ShippingCountry").change(function () {
              var str = "";
              $("option:selected").each(function () {
                                     if ($(this).text() !== "UNITED KINGDOM")
                                               $("#shippingdest").text("");
                                   str += "Please note that delivery charges do apply on orders shipped outside the UK. After your order has been processed, we will contact you with a specific delivery quote based on the items you have purchased.";
              $("#shippingdest").text(str);}
                          else
                                    $("#shippingdest").text("");
            .change();
    </script>
    </body>
    </html>

    Hello LondonHK,
    It looks like your each function is what is messing you up. It is trying to go through each drop down list once you change the ShippingCountry drop down. So since there are 5 drop downs the code wouldn't work as you wanted.
    I've made a jsfiddle with a little simpler code that should do the trick for you:
    http://jsfiddle.net/chaddidthis/nw6cY/
    Let me know if that works.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Change Log issues - Post Upgrade

    Hi Experts,
    We are in the process of Upgrading BW from 3.X to BI 7. As part of this we copied our existing Production system into the sand box and basis did the technical upgrade on the same (Sand Box). Later we ran some post upgrade Jobs as part of the SAP defined Upgrade Process.
    1) But after the upgrade i can notice that most of the ODS objects, doesn't have 'Change Log' table in the 'Information (Log/Status)' screen.
    2) Even when i try to view the change log content in Manage screen, it gives me a pop up to enter the change log table, instead of directly taking me to the selection screen.
    3) When i try to activate a request, even that fails with an SQL error 'SAPSQL_EMPTY_TABNAME'.
    Is there any process that has to be run to link the Older version change log tables to the corresponding ODSs after Upgrade?
    Has anyone come accross similar issues? If yes, how was it solved? All suggestions are invited.
    Thanks and Regards,
    Jay

    HI JayaPrasad,
    Chek the note : 1059171 which is related to Change log,
    I too faced this issue when upgraded to Bi7.0 on SP12, but as soon as SP13 is installed the issue is solved, so I suggest to go for SP 13 for upgrading to Bi7.0.
    Regards,
    Srinivas

  • Vendor change name issue

    I have a problem, we have a vendor named vendorA. In one day, vendorA changed their name to vendorB. Then my colleague change the name on vendor master. I would like to know it is better create a new vendor code or modify the exist one? Since we still issue PO after changed the vendor name, that means all PO related to this vendor, including new name and old name. If i create a new vendor code for new name, is it possible to transfer the to new vendor code, credit old vendor code, debit new vendor code. Thanks!

    Hii,
    Do not change Name of the exesting vendor into new name , it is better to create a new vendor code unless it will be difficult for you to scrutiny of vendor data.
    Create a new vendor code & then find out the data which needs to be booked in new vendor code.
    For this , you have to pass two seprate entires by using intermidiary account
    For Eg.
    if old vendor having credit balance
    Old Vendor a/c   Dr.
         to Intermidiary a/c
    & then
    Intermidairy a/c   Dr
         to New Vendor a/c
    Note : In both the entried you have to use one common profit center
    Regards,
    Umesh

  • Change PO issue in replication.

    HI,
    I have created a PO and it was replicated to ECC without any issue. When i change it was sucessful in srm but in ecc, i am getting the below error.
    1. Instance of XXXXXXXX Object Type Purchase Order could not be changed.
    2. PO XXXXXXXXXX: Indicator for GR based Invoice Verification used not allowed.
    Pls tell me to solve this problem.

    Hi,
    Which version of SRM are you using and what are the SP levels?
    Can you remove the check box for 'GR Based IV verification' and retransfer the PO?
    Regards,
    Nikhil

  • Change consignment issue value by development

    Dear all,
    When we issue consignment articles, system will automaticly use the consignment info record value. Is there any BADI or user-exit to change this rule? For example, I want the consumption value to be a percentage of sales value. The sales value is always different by each transactions.
    Thanks in advance.
    Best regards,
    Teller

    Anybody has solutions?

  • Mass change final issue indicator in production order

    Hi
    Is there any report can show final issue indicator for all production order? How can I mass change the indicator?

    Hi,
      In reports such as COOIS and COHV you can select in the initial screen "List: Components" and check your "Change layouts" to view the report with the "Final Issue" indicator.
    But you cannot do a mass change in this option. One way is : You can just select the particular order -> goto Component Overview of the order to be changed and do the necessary changes and save to get the required result.
    -Thaila Shree

  • E-Separation Change Approver issue in HINUEADI

    Hello All,
    We are facing issue in Change Approver functionality in the report HINUEADI, if we want to change the approver in the E-Separation Approval process for any employee, we run this report by selecting Change Approver, and given FROM user id and TO User Id, after executing the report it is updating the table T77WWW_TEAAP but the work item id is not forwarding to the new changed Approver. and after the request is disappeared from the previous approver queue too.
    Please let me know is there any workflow changes do we need to do for this to forward the work item from previous approver to the New Approver?
    we have copied standard Work Flow template WS77900165 to custom and maintained in table V_T77WWW_EAALC.
    waiting for your suggestions.
    Thanks,
    Srikanth.

    Hi Srikanth,
    Try this:
    Go to Se16 --> Table: T77WWW_TEAAP
    Find the existing Approver ID for whom you want to change to new Approver ID, now copy the Work Item ID.
    Go to SWIA Tcode and hit the Work Item ID, now find the Sub-Work Item ID.
    Now, go back to SWIA and hit the sub-work item id,
    Select the 'Administrator Forward' and enter the desired Approver ID that you would like to forward the workitem and save.
    Now, go to T77WWW_TEAAP and select the old Approver ID and by debugger you change to the new Approver ID and save.
    Workitem will be now forwarded to the new Approver ID.
    This works and same process can be used for Due clearance to change Task Owners ID.
    Regards
    -KP

  • Reading Panes views on Shared Mailbox changes automatically issue

    Can someone please advise if this is a known bug or if it's just because it is the way the software is configured?
    Our email account are hosted by Microsoft on Office365.
    Email accounts are added as an account on Outlook2010.
    When accessing shared mailboxes, the reading pane view settings changes automatically from time to time from "Date to Category". 
    I noticed that others have raised a query on this previously but never got a properly answer.
    NOTE:  PLEASE DO NOT SUGGEST TURNING OFF READING PANE AS THAT IS A STUPID IDEA FOR THOSE WHO SUGGESTS IT.  We all know you can turn it off as an option but if people wants to use it, you don't just tell them not to use it as a workaround.
    You wouldn't tell someone to go catch a bus if their car is broken temporary.  You fix the car so that you can use it later.
    Thank you.

    Hi,
    According to my konwledge and research, this issue is relate to Outlook Client.
    I suggest you contact Outlook Support Team so that your can get more professional suggestions. For your convenience:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=outlook&filter=alltypes&sort=lastpostdesc
    Thanks

  • Explorer InfoSpaces on HANA Views - column label changes cause issues?

    Key question is – do simply label changes in HANA view cause issues with Explorer InfoSpaces?  Furthermore, on source view changes, does the InfoSpace also need to be adjusted?
    What we have observed is this
    1. InfoSpaces have been created using the “SAP HANA appliance” connection highlighted below. The corresponding “Home” screen is shown below that, so there are around 14 or so InfoSpaces that should be available.
    2. Yesterday, there was a production deployment that contained some changes to the underlying views in the form of label changes (not column name changes).
    3. Now, in the “Manage” screen we cannot see these same 14 InfoSpaces available under the expected connection. Instead, they are all available under the “Source Unavailable” node with the default action of “Change Source” shown.
    Additionally, we are seeing some strange behavior where certain facets are actually containing the wrong data. For example, in a facet/column called “Source Type”, where the expected values are “NBP or PBP”, we are seeing Material numbers like “00001112453”. This leads me to believe that there is a mapping issue under the covers.
    Thanks,
    Justin

    Our BOE Explorer is Version: 14.1.1 Build: 1072   - I’m not sure how this corresponds with your 69.01 to 74 numbers (release note numbers?).
    But it sounds identical to your description.
    One of our observations: if we change the sorting on a facet pane using the upper right sort control the values are corrected for a while, at least until we change a measure and the set of facets get updated with the miss-mapped values again.    This only occurs on some models and we haven’t been able to determine what the underlying criteria might be that aggravates the problem. 
    Thanks for your input – it helps us determine a viable path forward.
    Cheers,
    Tony

  • Issue Management  - Change Detailed Issue Description

    Hi Dears,
    I would like of change the default text in field Detailed Issue Description in create of Issue. Somebody know where I make this change?
    Thanks a lot
    Best
    Diego Gaspar

    Hi,
    The Item Description field in the Issue for Production document is taking the value from the Item in the production order which has issue method as Manual. So by default it takes the value of the Item.
    May be you can explain the reason behind such a requirement for further checking.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Change Number Issue in CG02

    Hi All,
    I created a change number and uploaded certain identifiers for some substances. After uploading i am amazed to see that the previous data(Identifiers) available are overwritten and also all the property tree values are deleted. Now could you please tell me how can i retrieve the old change number data again, or is there any possibilities to delete the existing change number. Note : I tried to delete but i got a message that "Change Numbers not deleted(Materials Exists). Please help me on this issue.
    Regards,
    Vignesh

    Hello Vignesh
    your result is "curious". The use of "change numbers" is not easy (not to say very tricky)  in EH&S. Could you please provide more details regaridng how you have prepared the set up of the change number and how you have applied the process?
    Normally this is the process: you generate a change number so that data should be valid starting on some day (lets assum 01.01.2011). Now you should be able to do an upload by using the change number you have defined. Now If you take a look "today" in the system you should not "see" the loaded data.But you can change the "key date" in CG02. If you do so and you would select 01.01.2011 you should find the loaded values as an "add on".  Now depending on your set up a number of results could come up.
    E.G. one possibility to use change number is to prepare DG data whcih should be valid in the future. To do so the "old" data must be "deleted" in some sense so that you have "unique" DG data starting this day.
    One further posibility is to perform an "update" on an existing datan record using change numbers.
    So it might happen that you have now "deleted" your "old" data by "wrong" using the change number approach.
    To my knowledge there is no way back. The EH&S system has performed a "split" in the data records in such a way that the old data does have noe the "Del" falg and is valid until "yesterday" and the new data record are valid from now on not having the del flag.
    So I am sorry. There is in my opinion o easy way to get the old data "back".
    May be refer to:http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Chapter " Engineering Change Management for Specifications". You will find there some explanations and a very seimple example etc.
    With best regards
    C.B.
    Edited by: Christoph Bergemann on Oct 1, 2011 5:31 PM
    Edited by: Christoph Bergemann on Oct 1, 2011 5:34 PM
    Edited by: Christoph Bergemann on Oct 1, 2011 5:39 PM
    Edited by: Christoph Bergemann on Oct 1, 2011 5:40 PM

  • Drop Ship SO, Change Management Issue in 11.5.9

    Hi,
    Currently Client is using Oracle Apps Release 11.5.9
    Requirement :
    While updating Drop Ship Sales Order, corresponding requisition and Drop Ship Purchase order needs to be updated automatically
    Problem:
    This functionality is available in 11.5.10 which automatically updates requisition and PO but not in 11.5.9
    I couldn't find the package API which they had used in 11.5.10 for implementing this solution.
    Hence Please help me in providing the package(API) which is used in 11.5.10 for auto update of requisition and drop ship PO when drop ship SO is changed. So that i can try to implement the same logic in 11.5.9 for client.
    Thanks,
    Selvan

    marist89 wrote:
    In anticipation of an impending maelstrom of regulatory changes, I want to upgrade my 11.5.9 EBS environment to 11.5.10 and at least have a hope of being supported. Upgrading to R12 is just not an option at this point, my users are overwhelmed by it. I know that's the best way to go, but it's not going to happen.
    I have an 11.5.9 environment on Solaris running on two tiers. The middle-tier serves Web & Forms. The DB Tier serves DB (10.2), CCM, and Reports.
    At the same time I upgrade, I want to move my EBS to Linux. I also want to change my configuration so that I am running Web/Forms/CCM/Reports all on the same tier and isolate the DB to it's own node.
    My general thought process was:
    1. Move the db from Solaris (10.2) to Linux (11.2) using a combination of (362205.1) and (557738.1).
    2. Install 11.5.10 on a new node (Linux) and just run the appropriate driver for the 11.5.10 patch against the db on Linux.
    Does this seem like a reasonable approach?No, as it is not supported -- You may log a SR to confirm with Oracle Support.
    You need to upgrade 11.5.9 to 11.5.10 (or 11.5.10.2) then migrate the database using export/import and the application tier node. Or, migrate the database then upgrade to 11.5.10/11.5.10.2 then migrate the application tier node.
    Oracle Applications Release 11.5.10.2 Maintenance Pack Installation Instructions [ID 316365.1]
    Upgrade Path Recommendations for E-Business Suite 11i [ID 364623.1]
    Release 11.5.10 Maintenance Pack Installation Instructions [ID 259484.1]
    Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]
    Debugging Platform Migration Issues in Oracle Applications 11i [ID 567703.1]
    Oracle Applications Release Notes, Release 11i (11.5.10.2) [ID 316803.1]
    Recommendations To Install Oracle Applications 11i [ID 294932.1]
    Thanks,
    Hussein

Maybe you are looking for