BAPI-structure: invalid change message while changing structure field lengh

Hi Experts,
  I've one structure which is used in many BAPIs.
  I want to change the field lengh of one of the field in the structure.
  When I'm activating it,  it is giving me message BAPI-structure: invalid change.
Can you help me on this issue ?
Naimish.

Look at [BAPI Programming Guide (CA-BFA)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf]
If your BAPI is released, you wont be allowed to change the structure, so you should un-release the BAPI, BOR and FM before updating the structure parameter.
Regards

Similar Messages

  • Send a mail with change history while changing the Routing (T-Code CA02),

    Hi All,
    I need to send a mail with change history while changing the Routing (T-Code CA02), Please let me know how can implement this scenario.
    I am trying to find out any workflow is there for the same but we have workflow for Routing creating and Display, we donu2019t have workflow for change.
    Please suggest meu2026u2026u2026u2026
    Thanks,
    Amjad.

    Hi All,
    I need to send a mail with change history while changing the Routing (T-Code CA02), Please let me know how can implement this scenario.
    I am trying to find out any workflow is there for the same but we have workflow for Routing creating and Display, we donu2019t have workflow for change.
    Please suggest meu2026u2026u2026u2026
    Thanks,
    Amjad.

  • Issuing a warning message while changing the payment terms in FB02

    Hi Gurus,
    The requirement is as follows:
    For a particular payment terms meant for customer only when we change the payment terms in FB02, the system should give an warning message.
    For example - A customer has the payment terms 0001in his master data and thus in the accoutning document as well after releasing billing to accounting. An user wants to change the payment terms to 0070 being in FB02. As and when he puts the payment terms 0070, the system should give an warning meesage saying 'bla bla bla ........' or the same message at the time of saving the document.
    How to make this possible. Please help.
    Rgds,
    BABA

    Mr. Tiwari,
    This is the standard feature of SAP!!!  You get below messages
    1)
    Net due date on 05.10.2007 is in the past
    Message no. F5149
    Effects on Customizing
    You can define when this system message is to be issued in accordance with your requirements.
    You do this in Customizing as follows: Cross-Application Components -> Bank Directory -> Change Message Control.
    The application area and message number can be taken from the technical documentation.
    2)
    Net due date on 05.10.2007 is in the past
    Message no. F5149
    Effects on Customizing
    You can define when this system message is to be issued in accordance with your requirements.
    You do this in Customizing as follows: Cross-Application Components -> Bank Directory -> Change Message Control.
    The application area and message number can be taken from the technical documentation.
    Terms of payment changed; Check
    Message no. F5231
    Effects on Customizing
    You can define when this system message is to be issued in accordance with your requirements.
    You do this in Customizing as follows: Cross-Application Components -> Bank Directory -> Change Message Control.
    The application area and message number can be taken from the technical documentation.
    Regards
    Santosh Hegde

  • Error message while changing the delimit date of a job in ppome

    Hi experts,
    I have delimited a job in ppome to date 11.05.2011. But now i want to remove that delimit date and change it to unlimited(31.12.2999). when iam trying to change the delimit date it is showing a popup message 'select a date between 15.11.2008 and 11.05.2011'. Can anyone say why it is showing this message. how can i delimit that job again to 31.12.2999.? Same problem with the position also.
    Pls help...

    Dear Priaynka,
    Thanx for ur reply, I am again furnishing below the details:-
    I have to change the Valuation Class of the material :-
    7 POS for which Goods Receipt & Invoice Receipt have been done from period 1 to 7.
    1 PO for which Goods Receipt & Invoice Receipt have not been made.
    All the material reced in period 1-7 have been consumed by MFBF. Now no material is available in the material in that plant.
    Should I change the valuation class by deleting the line item of all the PO's  7 POs + 1 PO.
    Please advise, as the fresh PO will be made with new val class and GR/IR and Consyumption will happen after the change is made.
    Please advise if I am wrong in the procedure.
    Regards,
    Alok

  • Do you want to save changes message while close pdf

    hi everyone...
    I am very new to PDF programming
    basically I wrote my program in notepad and I saved it as .pdf format
    but when I open it and try to close it..it showing me pop up like do you want to save changes..which is I dont want to happen...
    is any one have idea what changes i have to do or how i make my file readonly....
    thnks in advance...

    thanks Irosenth,
    Well my requirement is very small.....
    I am not using many XObjects In my program except one which is for Image
    ok Following code , I  copied from PDF refe tutorials. Even that is also not working(Asking me for Save before close).. can anyone correct xref to avoid that error
    %PDF-1.4
    1 0 obj
    << /Type /Catalog
    /Outlines 2 0 R
    /Pages 3 0 R
    >>
    endobj
    2 0 obj
    << /Type /Outlines
    /Count 0
    >>
    endobj
    3 0 obj
    << /Type /Pages
    /Kids [4 0 R]
    /Count 1
    >>
    endobj
    4 0 obj
    << /Type /Page
    /Parent 3 0 R
    /MediaBox [0 0 612 1000]
    /Contents 5 0 R
    /Resources << /ProcSet 6 0 R >>
    >>
    endobj
    5 0 obj
    << /Length 883 >>
    stream
    % Draw a black line segment, using the default line width.
    150 250 m
    150 350 l
    S
    % Draw a thicker, dashed line segment.
    4 w% Set line width to 4 points
    [4 6] 0 d% Set dash pattern to 4 units on, 6 units off
    150 250 m
    400 250 l
    S
    [] 0 d% Reset dash pattern to a solid line
    1 w % Reset line width to 1 unit
    % Draw a rectangle with a 1-unit red border, filled with light blue.
    1.0 0.0 0.0 RG% Red for stroke color
    0.5 0.75 1.0 rg% Light blue for fill color
    200 300 50 75 re
    B
    % Draw a curve filled with gray and with a colored border.
    0.5 0.1 0.2 RG
    0.7 g
    300 300 m
    300 400 400 400 400 300 c
    b
    endstream
    endobj
    6 0 obj
    [/PDF]
    endobj
    xref
    0 7
    0000000000 65535 f
    0000000009 00000 n
    0000000074 00000 n
    0000000120 00000 n
    0000000179 00000 n
    0000000300 00000 n
    0000001532 00000 n
    trailer
    << /Size 7
    /Root 1 0 R
    >>
    startxref
    1556a
    %%EOF
    xref
    5 1
    0000000179 00000 n
    trailer
    <<
    /Root 1 0 R
    >>
    thanks in advance.

  • Getting Invalid password message while running catalog utility

    Hi,
    I am trying to index the modifyTimestamp attribute using catalog utility in OID.
    I am using the command as :
    ./catalog -connect=orcl -add=TRUE -attribute=modifyTimestamp
    Enter OID password:
    but I am getting Invalid password error when I am entering the super user (cn=orcladmin) password.
    Could you please help me in solving this issue.
    Also can someone help me in knowing how to check what should be the correct value of connect_string.
    I am running this command on Solaris.
    Thanks in advance!!
    -Nitin

    Rohit,
    The fix to this is fairly straightforward.
    You have input an incorrect path for the -infile parameter when calling cryptotools.
    You entered , -infile OracleBIData_HOME/web/config/credentialstore.xml
    when it should be, -infile C:\OracleBI\web\config\credentialstore.xml , depending on the absolute physical path to the credentialstore.xml file.
    It looks like you were attempting to use either a Nix (unix/linux) path with the forward slashes or you where trying to use a environment variable for "OracleBIData_Home".  I can see from the c:\ that you are on a Windows machine so the Nix path won't work. Also if you are attempting to use an environment variable that you have confirmed is indeed set, then you need to use %OracleBIData_HOME% in the command prompt which would look like %OracleBIData_HOME%\web\config\credentialstore.xml
    So to answer your question your command should appear as below if I have accessed your path to the OracleBIData home correctly, you may need to change it based on your installation,
    C:\OracleBI\web\bin>cryptotools credstore -add -infile C:\OracleBIData\web\config\credentialstore.xml
    Just be mindful of your paths and your backslashes vs. forward slashes.
    Please mark this as the correct answer to award points if it is or if you read it and it helped you.
    Cheers,
    Christian

  • R12 login port change required while changing enviornment files

    Hi,
    I cloned an r12 instance. But before I initiated the postclone activities and so on I took a backup of the existing instance in the target server. But now there is a requirement to bring up the old instance with conditions:
    - Different Oracle Base
    - Different EBS port and so on.
    Is it ok, if I proceed with just running a post clone script on the old backup taken. Or there any other methods to achieve this.
    Regards,

    user12240205 wrote:
    Hi,
    I cloned an r12 instance. But before I initiated the postclone activities and so on I took a backup of the existing instance in the target server. But now there is a requirement to bring up the old instance with conditions:
    - Different Oracle Base
    - Different EBS port and so on.
    Is it ok, if I proceed with just running a post clone script on the old backup taken. Or there any other methods to achieve this.
    Regards,It is OK to proceed with the cloning with the old backup. Rapid Clone (postclone) will take care of the new Oracle Base and EBS ports/hostname/domainname ..etc
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1] -- Rapid Clone of E-Business Suite Release R12
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    Thanks,
    Hussein

  • All default routing value has to be changed, while changed the work center in production order

    Dear friends,
    our client they want to change the work center in production order.according to production version work center also they are changed.so while change the WC,all the default value has be changed as per routing what we maintained in routing.At present we have to enter the manually change the W.C as well as set up time and operation time enter manually.Any other option to do the automatically capture value from routing while change in Work center in production order.pl help me on this.
    Thanks&Regards
    Sabhapathy R

    Hi Rahul,
    Thanks for reply. I am maintained in diff value  maintained routing , Ex :First routing i have  work center 'X' value maintained as a setup time in 15 Min's and operation time 10 Min's
    second work center 'Y' I have maintained as set up time 10 Min's and operation time 30 Min's,
    Now I want to change the work center in production order as a 'Y' so whatever value maintained in routing , it has to be changed automatically (10 min's and 30 Min's), but system will not change only old value only picked (15Min's AND 10 Min's).
    Now I think you get to know what the client requirement, kindly do the need full.
    Regards,
    Sabhapathy R

  • While adding custom field in urgent change-Create new field button in AET is not coming

    Dear All,
    we have requirement to add some custom fields in urgent change document. while adding custom fields using AET, create new field button is not coming.
    Thanks in advance. points will be awarded.
    Rahul

    Hi Jignesh,
    Thanks for your valueble inputs, it really helped me to understand the process.
    I checked in Web UI configuration for urgent change document as you mentioned but still that button is not coming.
    In transaction BSP_WD_CMPWB, i have created enh. set: Z_ENHANCEMENT_SET.
    Can you tell what to selelect in application and page popup which comes after selecting Enhance component button. Actually i tried but i am not able to add new record in conf.
    Thanks in advance.

  • Custom IDOC changes in the IDoc structure

    HI experts,
    I have made some changes in the Custom IDoc Structure
    But when I have transported the changes like I have 5 fields in the custom IDoc I changed the data type of field 2 changing the length of that field to 132 but when i am executing that all the other remaining fields getting populated in that 2nd field. Is there any way this problem can be resolved
    early answer is appreciated.......
    advance thanks
    srini

    Hi Srinivas,
    I would like to confirm some things. First your IDoc struc had field2 which is of length less than 132 and then you increased it to 132. Now you are now using <b>WE19</b> to test your IDoc. The reference IDoc no. that you gave was the IDoc that had been generated while the length was less than 132.
    If this is what you have done, then you will have this issue. I will tell you why. When you created the IDocs, this field was less than 132, then in the EDIDD-SDATA which is a character field of length 1000 bytes would have got filled with a different position.
    Say for example you have two fields in a segmentthey are A(of lenght 10) and B(of length 20). When you create IDoc, EDIDD-SDATA(which actually contains data would have been like the following:
    Say if A = 'ABC', B = 'DEF'
    EDIDD-SDATA = 'ABC       DEF                 '
    If you see it carefully it is a string of charachter where A starts at 1st and B starts at 11th position of the string. Now you changed length of A to 15. Then A would start from 1st Position upto 15th position while B starts from 16th upto 35. Hence when the WE19 tool extracts data from EDIDD, it extracts it as:
    A = 'ABC       DEF  '
    B = space
    Hope this answers your question.
    Regards,
    Srikanth
    PS: Same will be the case with WE09 as well. The IDocs which was created before changing the length will still look distorted.
    Message was edited by: Srikanth Lodd
    Message was edited by: Srikanth Lodd

  • Why am I receiving an error message while trying to change my phone number?

    So I have been trying to change my phone number for a few days now and every single time I get this error message, before i even start, "The activity you are trying to perform is currently unavailable. Please try again later."  I was hoping to circumvent the 15$  fee of doing it over the phone. Finally, I decided to do an online chat, the associate did not know why the error was occurring but informed me in order to change my number over chat, i would STILL have to pay the 15$ fee. Something struck me as so wrong there, so conveniently the change features and phone number part of the website was not working, however the view/pay your bill part was always working properly, never received any error messages there. I understood it was not the associates fault however. Still that is wrong. If it was not urgent I would wait. Yes I could have tried the number block, that section was not working either, but having to renew which numbers you want blocked every couple of months makes no sense to me, if I want something blocked, i want it blocked permanently not just for 90 days.  Yes I tried call/SMS blocker apps from the app store but they're faulty in that they still give you notifications of when the blocked person/number called/text or do not always block everything all the time. But when it came down to it, even the associate encountered the error message while trying to change my number. So why is this happening. Verizon is expensive but the reception is better however theirs always issues when I need to fix something. Its frustrating

    Verizon was having a problem on their end, perhaps a server down for some repair or updating. However you were already aware that there was an on-going problem in your own posting and you decided to continue on.I can understand you wanting this done and trying to save the $15.00 fee.  However I would have waited a bit longer until the Verizon issue had been corrected. Yes it is frustrating but again you know in advance of a problem , I can understand that this is most upsetting for you but never try to perform any change when a problem is there and I also do not like to do business on a weekend with no live tech support available.  I'm sure this will all work out for you if given some time.  Sorry. 
    So I have been trying to change my phone number for a few days now and every single time I get this error message, before i even start, "The activity you are trying to perform is currently unavailable. Please try again later."     

  • Display Do u want save changes or not? message while closing the window

    Hi All,
    I have one requirement.I developed one form that contains 4 windows.
    I entered in the 3rd window and i have made some changes but not saved.when i close 3rd window it is not giving any message like 'Do u want save changes?'after closing the 3rd window cursor will go to 2nd window.if i open 3rd window again it is propmting the message(Do u want save changes or not?).How can i get this message while closing the 3rd window?
    i have written the following code in app_custom body
    IF (wnd = 'WINDOW1') THEN
    app_window.close_first_window;
    ELSIF (wnd = 'WINDOW3') THEN      
    lv_wnd_status := get_window_property('WINDOW2',VISIBLE);
    IF lv_wnd_status = 'TRUE' THEN
         go_item('BLOCK2.ORDER_NUMBER');
         set_window_property ('WINDOW3', visible, property_false);
    ELSE
    app_window.close_first_window;
    END IF;
         ELSIF (wnd = 'WINDOW2')
    THEN
    lv_wnd_status := get_window_property('WINDOW3',VISIBLE);
    IF lv_wnd_status = 'TRUE' THEN
    set_window_property ('WINDOW2', visible, property_false);
    ELSE
    app_window.close_first_window;
    END IF;
         ELSE
    app_window.close_first_window;
    END IF;
    Can anyone give me some idea.
    Thanks in Advance
    Edited by: DhanaSurya on Apr 27, 2010 9:41 PM

    Iis this the only code which you used to hide/display window?
    Might be some navigation is happening in your form. Like if there is relationship between window2 and window3's block and when you access the window2 then you try to move to the next reocrd and then you are try to go to the WINDOW3's block.
    Or there is any CLEAR_BLOCK built-in bieng use in you form.
    -Ammad

  • Changes in PrPro Forum Structure

    Looks like we got a change in the Forum structure for PrPro (I've seen some changes in other forums too).
    So far, I have to say that I like it. Only concern would be for those users on CS 4 and Earlier, who might get lost a bit, and just post to the CS 5 - CS 6 Forum. I assume that the MOD's are prepared to look for those, and Move the posts, or direct the posters, as is required.
    Good luck to us all,
    Hunt

    Well , I dont know about you guys...but for ME.. it's like reminding me of when I used to take my dog out for a walk every night about 9pm.. without her leash , cause there was a park out in front of the house and everyone around the park area ( neighbors and their pets and kids ) knew each other and liked it...the freedom.
    And then one night I put the LEASH on her.. and she looked at me like I was out of my MIND...
    " What's THIS ????" Is what she said with her body language ( sorta trying to pull her head out of the leather strap )
    ITS DIFFERENT !
    And the reason I did that is not important, but the response was important. Yanna didn't like it at first.. Most people would have wondered who was walking WHO for the first few nights of this new situation.

  • Monitor changes in the Organizational Structure

    Hello All,
    What is the best way to monitor the changes made in the Organizational Structure.
    We are observing changes in the Org Structure in our system. We want to find out the User who made the change.
    Thanks

    Hi,
    I'm afraid the only way is tcode: SCU3 (Table History), but it's not user friedly.
    Most important info is stored in tables:
    HRP1000 ( object info ),
    HRP1001 ( relations ),
    HRP1222 ( general attributes - id's  ),
    HRT1222 ( general attributes - data ).
    Regards, Robert

  • RPM Portal - not reflecting - change in WD Abap structure

    Hello,
    I am Abap developer and know very few things about portal.
    Recently changed a struture(enlarged two fields from INT1 to INT2) in WD ABAP.
    The problem is change is not reflected in RPM Portal.
    My questions :
    1.How to find from which struture the portal fetches the value ?
    2.New error is displayed on an other field in the same structure which was modified.
        Type conversion error, field ZZRPM_INV_MAK,complex type class
        com.sap.xapps.cprxrpm.model__Rpm_Ts_Item_D_Api.
    Solution is quite urgent.
    Thank you

    It was resolved after restart of Portal server.

Maybe you are looking for

  • FCP and After Effects Windows: best codec?

    I still do a lot of FCP7 editing using Apple ProRes codec on my Mac. Since I recently acquired a very fast PC, I plan on using it for work on After Effects. I'll be moving renders from FCP7 to AE and vice-versa. I noticed AE on Windows lacks the ProR

  • Change the attributes of extraction structure

    Hi experts I have a Extraction Structure (ZOXBDE0160) in BW DEV system and I want to transport to BW QA but i can not because the structure attributes haves package $TMP but i can not change the package I think that's reason. Only I need is to transp

  • Datasources and Extract structure

    Hi guys, I am pretty confused about DataSources and Extract structure. Can someone please explain it me in simple words.

  • LR5.7, drag and drop not working...suggestions?

    Two days ago, drag and drop stopped working within lightroom (dragging a photo/photos from the filmstrip at the bottom to a different folder, or into a collection).  The cursor on the screen stays an arrow when you click on a photo and hold the left

  • Euro symbol on sapscript

    Hi  Guyz, Euro on sapscript. plz advise.. regards