Variant CO11N & CO15 good movement non editable

Hi team
I need you HELP!!
I have generate a transaction variant for tcodes: CO11N and CO15 then I have assigned some users to both transactions.
in SHD0
First I set the users to CO11N variant --> assign variant and set proposal.
with the same group of user i set the variant for tcode CO15.
when testing I realized the the field quantity in Good movements was non editable in CO15 (the last configuration for the list of users).
but in CO11N it was editable
I know there is an option to active the variant at the begginig of the transaction but this is not a solution since it makes for ALL non editable and not only the listed users. Also it affected all the plant.
How can I make it non editable in CO11N and CO15 at the same time for the list of users??
thks in advance!!

PLS help!!!
I have analized the variant again.. but i can not find how to make non editble the quanty field in TCODE CO11N and CO15 at the same time.
I test with 2 different users:
user1 has the variant assigned and not user2
                               co11N                            co15
              user1           editable                       non editable
              user2           editable                       editable
I can not active the variant because it will be non editable for ALL the users without taking care the assignment.
pls help!!!

Similar Messages

  • Enhancement in CO11N in Goods Movement

    Hi Experts,
    My client's requirement is for some particular materials in CO11N in goods movement screen the quantity field will be non editable and for all other materials it will be in editable mode. There is a badi for goods movement WORKORDER_GOODSMVT. Will this badi will work? Can any one suggest me or send me a sample code?
    Rgds,
    SURYA

    Hi
    I tried the BADI, the method gm_screen_line_check is useful, the problem here is when you come to this screen the material and qty fields are editable but once press enter the BADI will get triggered.
    Try looking for other options also.
    Also look enhancement point also.
    LOOP AT SCREEN.
       IF screen-name = 'COWB_COMP-ERFMG'.
         screen-input = 0.
         MODIFY SCREEN.
       ENDIF.
    ENDLOOP.
    Shiva

  • Make quantity field of Free goods as non-editable.

    Hie!
    I have free goods scheme of 9 + 1 .If quantity of main material is 10 then it will split into 9 + 1 where 1 is free of cost.
    While making the sales order the free goods quantity field is editable. So the users are able to change the free goods quantity. I want to make this field as non-editable.
    Please suggest how to do this.
    Thankyou.

    Hi Pallavi
    If you change the manual qty which is automatically determined by the system then there will be a message thrown by the system
    Suppse in your case if 9+1 you change the qty manually to 2 from 1 there is a message V1 no 737 thrown by the system
    You need to change the message class thro ABAP development only not possible thro customization
    Not only this in delivery also it is possible to change the free qty and this also has to be controlled by the ABAPer only
    Regards
    Raja

  • At co11n in goods movement screen material not showing

    hi all,
           when i m doing co11n n going to goods movement screen it not showing  material and its quantity though after the confirmation material deducted from its stock, plz help me in this matter

    Hi dear,
    In Production order in operation overview check if control key is correctly maintained or not.
    Also in Production order component over view if the back flush is unticked then that material will not be seen in CO11N goods movement.

  • CO11N-While Goods Movement System Not Allows Column/Field COST CENTER

    Dear Friends,
    While doing confirmation of PP/PM Order and doing goods movement the system not allows the Column/Field of COST CENTER.
    Thanks and Regards,
    Satyajit
    PP/PM

    Dear Thyagarajan,
    1.I think the Planner Gruop will be at order level.
    2.If I assigned the different Valuation Categories then I need to assign no.of G/L accounts.
    Plz look for my senerio->I have a single Mnt.Order in which different operations carried out from different departments like civil,electrical,mechanical.Its like one project in PS.Now I assiged different Workkcenter/Cost Centers to respective operations.Now after confirmation,when I look the Cosing Report system shows the activity Cost departmentwise as its linked to workcenter/cost center,but material cost how it will get posted different departments?
    Manually by 261->Order+Costcenter...I can post it but there is problem in Auto Goods Movement
    Plz correct if wrong.
    Thanks and Regards,
    Satyajit

  • Field disable or non editable -- goods movements

    Hi team
    your assistace will be highly appreciated.
    I´m working with tx CO11N and after completion of  the requiere data we click on goods movements button and the next  screen  is : "Enter production order confirmation: goods movements" and this shows some fields and what I need is to disable some of them or make them non editable : quantity, storage location and movement type.
    Is it posible through Spro? if yes could you please tell the where.
    I don´t want to create a variant.
    thanks

    I guess Variant is the only option here, atleast thats what my PP consultant had done in my last project.
    There didnt seem to be any other alternative then.

  • CO11N - goods movements button

    At TX CO11N is a button called Goods Movement and i need to know if Ican disable that button? and provide access to a limited group of users.
    Thanks in advance!

    Dear ,
    Goto OPK0-Define single entry confirmation screen -Slect the SAP0001 screen -Slecct the Filed and mark it as Display or Hide .
    Or create an Screen Variant through SHD0 using the below useful wiki based on user level while doing CO11N-Confrimation posting
    http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation
    Hope this calrifies
    Regards
    JH

  • Issue of goods movement in co11n

    hello,
    anybody please guide me.
    i am doing production order confirmation in co11n. i am using control key as pp03 in routing. during goods moment posting i am not getting storage location column in goods movement overview screen. how can i resolve this issue.
    Thanks & Regards
    Bhakta

    Dear Baktha,
    Extream right in in description row you can find option ( button ) Configuration button
    it will have three cloours i.e blue, yellow & white click that and check if any variant is set
    if set remove it it will resolve the issue
    if notthing is set in configuration button then
    Check if any transcation variant if set for CO11N
    you can check for transcation variant in SHDO
    if possible take Abaper help on SHD0
    Regards
    Madhu

  • Restriction to delete goods movement data during confirmation thru CO11N

    hello all
    Please let me know how to prevent the user to delete the rows in goods movement screen during confirmation through transaction CO11N ,as users are able to confirm without goods issue by deleting that rows.
    Should we contact basis person for the same
    with regards

    Dear,
    Please refer my reply in this thread,
    https://forums.sdn.sap.com/click.jspa?searchID=16368869&messageID=6047820
    https://forums.sdn.sap.com/click.jspa?searchID=16368869&messageID=6151829
    Try using transaction variants. There is a utility called GUIXT in transaction. You can write code to add a pushbutton on the desired screen by using the GUIXT. The coding syntax is provided in the SAP application help. Use transaction SHD0 to create the variants.
    http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
    Hope it will help come back if any problem.
    Regards,
    R.Brahmankar

  • Goods movement button not visible in CO11N

    Hi,
    i am not able to see goods movement button CO11N transaction as shown below in one if my IDES server....
    what settings we need to do for this so that goods movement button is visible like below...
    Thanks
    Kumar

    Hi AKS AKS,
    I am working on a ides server....you want me to add this parameter CORUPROF in the SU01/SU02 to the id I am using...
    Thanks
    Kumar

  • Goods movements overview in co11n

    Dear friends,
    In production order cofirmation (CO11n) if we click on goods movements’ button it will take you to new screen with goods movements’ overview table control. My requirement is that I want to make some quantity fields in table control as display only.
    For that I tried
    CONFPP01
    CONFPP02
    CONFPP03
    CONFPP04
    CONFPP05
    CONFPP06
    CONFPP07
    And BADI WORKORDER_GOODSMVT
    But of no use. Can anybody suggest me a BADI, or any other possible solution?
    Thanks in advance.
    Regards,
    Mubashir

    Hi,
    I understood that going into GoodsMovemnt overview is being compelled by the Difference between the Actual quantity issued and Planned quantity in BOM for a particular component.
    After backfush, still by MB1A, we can post the goods movement against that order. (Movements 261,262)
    I hope this alternative is considerable.
    Otherwise Please remove the Goods issue storage location in the order or Material master. Then system prompts for this. There u can enter the quantity as u want.

  • Goods Movement in CO11N

    Hi
    As per client requirement, I want to populate the all materials relevent to the production order in goods movement scren in CO11N and do the GR  and GI by mentioning the batch no and storage location.
    Current setting though allow me to do 261 mov but the GR material not populated here, when I manually key in the 101 mov, system not allow me to do this.
    Can any body help me to do the setting.

    Hi,
    Please follow the steps,
    Activate back flush indicator for that Component at MRP view of Material master(Once you do this no need of doing GI Manully)
    Set the control key which allows the u201CAuto Goods receiptu201D for the last operation of the production order. Once u confirm the last operation Auto GR will happen for finished goods, here no need to do GR manually. 
    Once you manityain this in CO11N it triggers automatically.
    Please try and revert back.
    Cheers,Kumar.S

  • Add restriction in CO11N for storage location without doing goods movement

    Hi experts,
    my requirement was to restrict user for some storage location in CO11N, though i completed it using badi "WORKORDER-GOODSMVT" there is some issue.
    Some user just confirm the order in the front page only they are not going in for goods movement tab. Thats why the order get saved for the restricted storege location also.
    I try to use badi "WORKORDER_CONFIRM" but it is not showing the line details.
    is there any way to restrict the storage location in the front page only or make goods movement tab compulsary.
    Please Help
    Thanks
    Rahul

    Hi,
    I managed to do it with 'WORKORDER GOODSMVT" method BACKFLUSH.
    Now it is showing the proper error message at the front screen.
    BUT WHEN I PRESS ENTER IT IS GIVING ERROR ' EXCEPTION CONDITION DUPREC RAISED".
    Please HELP
    Thanks
    Rahul

  • CO15 - SAPLCOWB : Adding field to Goods Movement Screen

    Hello,
    Have a requirement to add matl master field "Old Material Number" (MARA-BISMT) as a column within the CO15 Matl movements overview screen.  Is there an available user exit, customizing, enhancement that could be used for this requirement?  Any suggestions?
    Thanks,
    Barry

    Hi!,
    Please note the list of stsndard user exit available for CO15 / CO11N:
    CONFPP01 PP order conf.: Determine customer specific     default values
    CONFPP02 PP order conf.: Customer specific input checks 1
    CONFPP03 PP order conf.: Cust. specific check after op. selection
    CONFPP04 PP order conf.: Customer specific input checks 2
    CONFPP05 PP order conf.: Customer specific enhancements when saving
    CONFPP06 PP Order Confirmations: Actual Data Transfer
    CONFPP07 Single Screen Entry: Inclusion of User-Defined
    Subscreens
    Regards,
    Uday

  • The CO11N Goods Movement Overview does not display any materials for BOM

    Hello folks;
      I can't seem to get a hit when searching for my particular question, which most likely is an easy one for most of you.
    A new BOM was set up consiting of individual materials (no sub-assemblies). 
    After a production order was created (CO01) and released and a reservation was created, the user went to the CO11N transaction to process the first Operation (Issue the components to the Order).
    He clicks the "Goods Movement" button and the "Enter production order confirmation: goods movement" screen that displays is blank!  There are no components listed with the "261" movement type.
    All the other BOM's that we process do not have this problem and their components appear except for this new BOM that was created.
    What are we missing? 
    I'm sure this is an easy question for you folks since I am mainly an ABAP'er with some Logistics config experience.
    Thanks in advance.
    Scott.

    Thank you so much.  The person who created the Routing did not click on any of the Backflush flags.
    I will have them fix the Routing.
    Thanks again.
    Points awarded.

Maybe you are looking for