Automatic Modifiers should not repriced when reprice program runs.

Hi,
My requirement is as follows,
I need to define a modifier which should applied automatically while entering ther Sales Order.
And once applied it should not be repriced (value should not ve changed) i.e even if the modifier value is changed it should not changed in the sales order line when i run reprice program.
I have tried to use different Event Phase but unable to achieve my goal.
I have raised SR, but not got any solution till now.
Request someone to help me.
Thanks,
Tushar

Hi Team,
Can somebody give any solution to my question.
Thanks,
Tushar

Similar Messages

  • MenuBar should not close when menuitem is selected

    MenuBar should not close when menuitem is selected so that user can check multiple menu items

    PopUp a List instead.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Process order should not take part in MRP run

    Hello Colleagues
    I looking for a way how to exclude not released process orders (we have PP-PI) from MD04 report. Not released process order should not take part in MRP run. I was trying to do it using OPJJ for availability check 02 and checking rule PP but I was not able to get result. Could you please help, probably there are other settings?
    Best Regards
    Eduard

    Hi,
    Settings in OPJJ will take effect only when you create or release process orders.
    As a work around you can try to exclude process order is
    1. Create a Storage location and make it not relevant for MRP-OMIR
    2. In Material master for the material in MRP assign storage location MRP as 1 (exclude storage location stock)
    3. Create the process order, in the GR tab enter the storage location (not MRP relevant)
    In the MRP run it will not take the process order into account.
    After releasing change the storage location to the normal sotrage location.
    In this process flow, the control is with the storage location.
    Check it in your sandbox.
    Thanks,
    JK

  • How toStore the Date Variable and pass it when the program runs next time??

    HI All,
    My JDBC program basically needs two command line args. Rabge_Start_Dt and Range_End_Dt. for ex:
    2001-05-31 and 2001-06-01 . And my porgram should run every day. Next day the date range will be 2001-06-01 to some date. It means I have to store some how the range_end_dt and pass it as range_start_dt when my program runs the next day.
    Problem:
    How can I store the Data variable and pass it as an argument to my porgram when It runs next time. Every time my pogram runs It should pick the range start_dt (==range_end_dt of the previuos run) and end_dt I have to go and query some other data base and pass that value to it.
    Thanks in advance!!!!

    save the value in a file, then read it back in each day. Similar to when a process needs a PID.
    -blhqctz

  • Screensaver not starting when iTunes is running. Works otherwise...

    Hi everyone,
    My screensaver will not start when iTunes is running (also Spotify). When the app is closed, the screensaver starts when it's supposed to (5 min. in my case, but have tried other time limits). I've tried changing mouse settings and even shutting it off to see if that's the cause but it didn't help. I use the MacMini as a home theater computer hooked up to my plasma so I need the screensaver to work. In the meantime, I've been using hot corners to force screensaver, but I would love for it to start automatically when music is playing. I've tried rebooting, resetting, but to no avail.
    Has anyone else had this issue or know what the problem is?
    I'm running MacMini brand new. Mavericks 10.9.1. Latest iTunes.
    Thanks.

    I don't normally use the screensaver. However when I tested it, I get the same results while iTunes is running.
    I encourage you to report it using > Apple - Mac OS X - Feedback

  • Exception : SubjectManager not installed when doing Security.runAs()

    Hi
    I am getting an exception : Subjectmanager not installed while running Security.runAs(new Subject , .....
    The problem occurs onley when there is only wlclient.jar in the classpath .
    Anyone knows the solution
    I don't want to add weblogic.jar in the classpath .

    Sachin Shukla <> writes:
    Initialization of the client jar is a hairy dance. It generally
    happens implicitly when an ORB is created. This sounds like a use-case
    we missed. If you create your initial context first it should probably
    resolve itself.
    andy
    I am getting the exception "SubjectManager not installed" when calling Security.runAs with thin client jar. This is the first statement on entering main(). This error doesnt occur when using weblogic.jar.
    I was doing this because the principal and credentials set on main thread, for JNDI authentication were getting passed to all the child threads. To evade this, I thought of calling the following code in every new thread - Security.runAs(new Subject(), new PriviledgedAction(){
    public Object run(){
    //do stuff
    Thanks in advance
    Sachin

  • Form button does not work when a program is moved from Windows 8.2 to Windows 7

    Hi,
    I have a few Excel programs which use the ODBC to get data from Access and which have macros which writes data to an external program, MYOB.
    When the macros tries to write the data to MYOB it fails if I am not running the program in administrator mode.   It seems that Windows 8.2 has a different level of security than Windows 7 and must be run in administrator mode for the ODBC to work. 
    I have had issues after running the program in administrator mode (testing) if I simply do a save (in administrator mode) and then send it to the customer.   The issue is that it just will not work on the customer's site.   I have gotten
    around this in the past by saving any changes, going back out of excel, loading the program again (not in administrator mode) and saving it - before sending it to the customer.   This worked until now.
    For some unknown reason, the last time I sent a program to the customer and carried out the above process, the program stopped working.   Originally I thought that the macro just wouldn't work on windows 7, but eventually found that it is the form button
    that will no longer work when the program is moved from 8.2 to 7.
    Does anyone know why there is an incompatibility between 8.2 and Windows 7 and what I should be doing to ensure that my programs work in my customers environment(windows7)?
    In the meanwhile, I have changed the form button to an activex button and the program works fine in both environments.
    Thanking you in advance,

    there is some OP report after Windows update Dec 2014 macro stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    try to
    Close Excel
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again
    Open that file and save it, and try open at Windows 7
    to get more detail about this issue, I suggest also contact Office forum
    this case also will be solve installing kb3025036
    good luck

  • Automatic hierarchie aggregation not working when dimension formula is used

    Hey folks,
    i'm facing the following issue. currently i'm setting up an application to plan sales quantities, prices and manufacturing costs.
    subsequently i want to calculate following values for members of account dimension:
    - turnover (price * sales)
          -> implemented as dimension formula
          -> in the account hierarchie it's a child of net revenue
          -> account type: inc
          => calculation work fine in the reports
    - manufacturing cost (manufacturing cost * sales)
          -> implemented as dimension formula
          -> in the account hierarchie it's a child of net revenue
          -> account type: exp
          => calculation work fine in the reports
    - net revenue (turnover - manufacturing cost)
          -> in the account hierarchie it's the parent of turnover, manufacturing cost
          -> account type: inc
          => key figure is empty !!
    As far as i understood BPC is aggregating automatically along the hierarchie. That means to me that net revenue should be automatically calculated due to the hierarchical relation in account dimension.
    Did anyone ever face same issue ? probably the hierachical aggregation is not working when key figures based on dimension formula is used !? Do i really have to implement script logic to solve this issue ?
    Looking forward to interesting approaches to solve this issue !
    Best regards,
    Moritz

    Hey,
    sorry my description was misleading at this point. i don't have a formula define for net revenue dimension member. i expected the system to automatically calculate it by aggregation along the account dimension hierarchy where net revenue is parent to the turnover and manufacturing costs which are calculated by dimension formula.
    Best regards,
    Moritz

  • Field should not display when it is null

    Hi,
    I am creating a xml report,I dont want to display row when its value is 0.
    eg column1 column2 column3 column4 column4
    1 ABC BCA 0 0 0
    2 XYZ YXZ 0 1 0
    So if 1 is not having any value then that row should not display,it should dispaly only row with values as in 2.
    Thanks in Advance....

    Instead of <?for-each:G_CF_SUB_SEG_VALUE?>
    use
    <?for-each:G_CF_SUB_SEG_VALUE[TOTAL_CUST_AMT!=0 or TOTAL_CUST_B0!=0 or TOTAL_CUST_B2!=0 or TOTAL_CUST_B3!=0 or TOTAL_CUST_B4!=0 or TOTAL_CUST_B5!=0 or TOTAL_CUST_B6!=0]?>

  • Text box should not appear when printed

    Need to create a 4-line text box/form field/comment to give users instructions, but box should not be visible when printed.  A form/text field can be set-up to be visible but not printed, however, it will not allow multiple lines of text in it.
    Any suggestions?

    You made my day, week, etc.!
    I assumed that feature was to allow users only to enter multiple lines.
    Thank you, thank you!
    Morgan Mattos
    Marin County Superior Court

  • Insert statement not working when Interface is run through PI ..

    Hi Every one,
    There is an interface(Server proxy) which updates a ztable in the program. Updates are happening when we are running this interface manually(putting Payload manually) but in case there are already entries in ztable and we are trying to update these records, even after handling exception z table is not getting updated when run through PI and happening manually.
    Please suggest me for the same.
    Vivek

    Tobias from this forum had the answer!
    http://powershell.com/cs/forums/p/5438/8786.aspx#8786
    His fix:
    Whenyou putput text from powershell, the console width is assumed. Since task scheduler runs its own hidden console, the width of that console is used to truncate the text.
    You can work by this issue by setting the width yourself. Try using a combination of Format-Table -auto / Format-List -auto and Out-File -width like this:
    get-process | Format-Table -Auto | Out-File c:\test.txt -Width 10000
    The format-cmdlet with -Auto makes sure the file uses only as much width as is truly needed. The -Width parameter sets the maximum width available.
    If you must redirect the output to something else, replace Out-File with Out-String -Stream -Width 10000 and then redirect the result to whereever you want.
    Note that multiline strings will still be truncated after the first line.
    My code looks like this:
    #Export Dataset Table to a text file       
    $DataSet.Tables[0] | Format-Table -Auto | Out-File $rcvrFileName -Width 10000
    This worked like a charm.
    Thanks!

  • Order reservation should not get planned in mrp run

    Hello friends,
    Actually for a finished material i have created one production order by CO01.Because of it for semi finished material system created order reservation.I dont have any stock of semi finished material.Now i want while running the mrp run system should not planned this Order reservation of semifinished material.For these in configuration of availability check (Scope of check T.C  OPJJ), I  made the settings that system should not consider reservation (i deactivated the tick for include reservation) and for include depend reservation , i selected Donot check.And all these settings i made in checking group 02 and checking rule PP.After doing all these settings than also system is considering the order reservation for semifinished material and generating the planned order for it.
    Do i need to do any other configurations?
    Thanking you guys in advance.

    Hi Jitendra,
    Checking Control (OPJJ) has no relation with MRP.It is useful in the case of Plan and Production / Process Order only to find out Missing part.
    Now come to MRP again.
    You have a choice of only 3 type of stocks to include or exclude them during MRP run while rest of the things like (PO,PR,Reservation etc are consider by default)
    Go to OPPQ and after selecting Plant go to Available Stock.You will find that options,
    - Stock in Transfer
    - Block Stock
    - Restricted Stock.
    And one more thing Reservation is not a available stock but its one kind requirement and if there is no stock then system will activate the Planning file entry and during next MRP run it will generate Planning proposal also.
    Regards,
    Dhaval

  • Battery not charging when MBP is RUNNING

    Strange thing just started happening, when my MBP is running my battery is not charging (green light on MS, says not charging on screen). When it is asleep or shut down I get an amber light and it does charge. It will also charge iPhone over USB.
    When it's running it will go till the battery is drained then shut down. Also since I got it last year, if the battery is dead it will not power on for 30 min or so.
    Replaced battery 5 months ago with apple orig, has 51 cycles on it. Tried a PRAM and SMC, no change. Tried many ac plugs, no change. Hard to get it to an apple dealer: any ideas?

    Have you been calibrating your battery per your user manual schedule?
    Calibrating your computer's battery for best performance
    Apple/About This Mac/More Info/Hardware/Power/Battery Information - copy and paste the information here. *_Do not include any serial numbers._*
    Apple Portables: Battery may not show a full charge in Mac OS X
    Apple Portables: Tips for maximizing your battery charge
    Apple notebook batteries – maintenance and troubleshooting

  • TS3212 It still will not download when I enter Run even after I have added the site and turned OFF all Pop-Up Blockers!

    Trying to Install Itunes to a new Desktop Computer so I can Sync My Library back in. It goes into a Loop when I Enter Run. I have added itunes.com to Safe websites and that did n't work now I havw Turnedd OFF all Pop-up Blockers and it still will not work! I own an iPad 2 & an iPhone 4S so I need to get my iTunes back!!

    Sorry for  the typos, I hope my message still gets across!

  • Form should load data when ever it runs

    Hi
    I need to load data to block when ever form runs without clicking any button
    before i was loading data by clicking button using when-button-pressed trigger
    to load data when ever form run which trigger i should use
    Thnx

    WHEN-NEW-FORM-INSTANCE

Maybe you are looking for

  • BOM business requirement for sales order and PGI

    Hi Experts, Current setting The BOM structure is A = A1+A2 1) Material A created in MM master item category group = ERLA 2) Sub component material A1 and material A2, MM master item category group = NORM for both component. 3) Maintained in CS01 BOM

  • ALV USER COMMAND

    Hi,    I am using the following code to change the values in the output and update the database table. TYPE-POOLS : SLIS. TABLES : ZVCARE,          ZHR_VCARE. DATA: BEGIN OF IT_ZVCARE OCCURS 0,       PERNR LIKE ZVCARE-PERNR,       CYEAR LIKE ZVCARE-C

  • Error in mail command line

    when i enter this command: mail [email protected], a error return as this: General Warning: could not get server configuration in ldap, using cached configuration information my server is iMS 5.2 bundled, anyone could help me?

  • Huwaei mobile broadband USB modem

    Hi, I did a search but I couldn't really find a topic relating to this issue directly; I recently purchased a mobile broadband contract, and they supplied me with a Huwaei USB modem, and it has been near useless, disconnecting and slow, with all grap

  • 1 Step iDVD for camcorder with disk

    My Sony Camcorder uses 8cm disk. I tried 1 step dvd; a disk was not created. I removed the plist as recommended to "jferf" on 5/3/07; no disk created. Can iDVD work for a camcorder with disk or only with tape? IMAC 5.1   Mac OS X (10.4.8)   USE AIRPO