Copying Control Fields are disable

Hi Friends,
I am having problem with copying control in SAP SD. While using T- Code VTAF, VTFF etc for copying control, I found all the standard fields are disable but I am able to do all the sale processing. Therefore me doubt is; when there is not even a single field is available in the copying control then how I am able to run all the activities. If these are hidden and maintained in background then how I can able to see the existing fields in copying control. Please reply as soon as possible and clear my doubt. I shall be great thankful to you for this.
Regards,
Bharat B

Hi Friends,
Thanks for yours kind response to my doubt but the question is still not solved. as i already explain in my question that the available standard fields are disable means they are not in display mode, else these are hidden/invisible, so please try to give me the appropriate answer for that..and one more thing i want to add i.e. standard fields means..the values avialable for source fields and target fields as per the sap standard..as there is no copyning control existing in the system..For instance; copying control from OR to F1, F2 etc, LF to F1, F2 etc are not shown in the system but i am able to process all the sales activities like sales order creation, Delivery Document and Billing Document creation, so i know that stuff that if the copying control is not available then system won't be aloww me to do the single transaction for sales processing..I know this is bit time consuming and cofusing too but i am having faith in YOU. I think now you have understood my problem..so please provide me the solution for that. I shall be great thankful for this.
Thanks and Regards,
Bharat B

Similar Messages

  • Copying Control Fields are disable in SAP SD

    Hi Friends,
    I am having problem with copying control in SAP SD. While using T- Code VTAF, VTFF etc for copying control, I found all the standard fields are disable but I am able to do all the sale processing. Therefore me doubt is; when there is not even a single field is available in the copying control then how I am able to run all the activities. If these are hidden and maintained in background then how I can able to see the existing fields in copying control. Please reply as soon as possible and clear my doubt. I shall be great thankful to you for this.
    Regards,
    Bharat B

    Hi Frank,
    Thanks for yours kind response to my doubt but the question is still not solved. as i already explain in my question that the available standard fields are disable means they are not in display mode, else these are hidden/invisible, so please try to give me the appropriate answer for that..and one more thing i want to add i.e. standard fields means..the values avialable for source fields and target fields as per the sap standard..as there is no copyning control existing in the system..For instance; copying control from OR to F1, F2 etc, LF to F1, F2 etc are not shown in the system but i am able to process all the sales activities like sales order creation, Delivery Document and Billing Document creation, so i know that stuff that if the copying control is not available then system won't be aloww me to do the single transaction for sales processing..I know this is bit time consuming and cofusing too but i am having faith in YOU. I think now you have understood my problem..so please provide me the solution for that. I shall be great thankful for this.
    Thanks and Regards,
    Bharat B

  • Items of input fields are disabled

    Hi All,
    I have created form using Web Dynpro. In this form, I have provided connnectivity with R/3 using RFC. After creation of the form, I noticed that input fields are disabled. Can you please suggest me the possible reason for this. I have mapped  input field with model's parameter.
    Regards,
    Gaurav

    Hi Gaurav,
    The mistake you are doing is, you have to initialize the newly created input object. check below
    /** Hook method called to initialize controller. */
    public void wdDoInit()
    //@@begin wdDoInit()
    // Create a new element in the Bapi_Flight_Getlist_Input node
    Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();
    wdContext.nodeBapi_Flight_Getlist_Input().bind(input);
    // Create new elements in the Destination_From and Destination_To nodes
    <u>input.setDestination_From(new Bapisfldst());
    input.setDestination_To(new Bapisfldst());</u>
    //@@end
    This means.. adding to sunitha's code.. you should do below
    public void wdDoInit()
    //@@Begin wdDoInit()
    Bapi<...>_Input input = new Bapi<...>_input ();
    wdContext.nodeBapi<...>_Input().bind(input);
    <u>input.setXXX(new expectingobjectvalue());</u>
    //@@end
    Check it...
    Thanks,
    Raags

  • My keyboard loses functionality when I try to leave comments on Facebook. Delete, backspace, apostrophe and cut, copy and paste are disabled.

    My keyboard loses functionality when I try to leave comments on Facebook.
    Delete, backspace, apostrophe and cut, copy and paste are disabled. This only happens in comments, no functionality is lost in messaging or status updates.
    I have disabled all my add-ons and restarted Firefox and the issue persists. I have updated add-ons, restarted Firefox and the issue persists.
    I have updated Firefox and that made no difference.
    I have cleared cookies and cache and still no luck.
    SOLUTION: I disabled the Grammarly Lite add-on and this seems to have resolved the issue.
    I have informed Facebook of the issue. I cannot find any information about this problem in Facebook's troubleshooting.
    I cannot replicate this issue in Internet Explorer. All the functions work fine.
    I have the same issue on a different device that runs Windows 7 Starter and on a laptop that runs Windows 8.1.

    Hello oysterchick, see a similar report :
    https://addons.mozilla.org/en-us/firefox/addon/grammarly/reviews/587040/
    thank you

  • Dynpro fields are disabled

    Hi there,
    I want to call a Remote function, but before that i want to set some fields by the values typed in by a web dynpro application.
    I imported the RFC model, defined a view but when the view comes up for some reason all the fields are disabled.
    Can anybody tell me what i should do in order to get the fields enabled
    thanks
    Bertil

    Hi,
    If the rfc imported is zabc_input, I hope you have done the following.
    zabc_input inp=new zabc_input();
    wdcontext.nodezabc_input().bind(inp);
    Suppose you have to input some String value and the attribute is name and mapped to an input field try out the following.
    inp.setName(new String);
    Hope it would help.
    Do pls send in feedback.
    Regards
    Noufal

  • While creating info record mandatory fields are disable .

    hi all,
    while creating info record some  mandatory fields are disable (valid to) in condition what i can do to procede further?
    how i fill data in that  field?

    Hello,
    I think that is set as a mandatrory field. You can give any values in days here. Enter 1 or 2 and proceed.
    Prase

  • Copy Controls - Sales Area

    Hi Good Afternoon,
    I am working on implementation for Realtor's.
    Issue is Here we crate an Quotation with reference to Enquiry.
    At the time creating Quotation is there any option to change the customer sales area?
    Is it fit Standard Copy Controls or need to write new Routine.
    If it is required to write new Routine please tell me details of the New Routine.
    Thanks in Advance
    Madhu Rama rao

    Hi,
    You can achieve this by maintain combine sales org, dist chl and division.
    Path : Spro-> Sales and Distribution>Sales->Sales Documents>Sales Document Header>Assign Sales Area To Sales Document Types>Combine sales organizations.
    For master data reference
    path :Spro-> Sales and Distribution->Master Data--->Define Common Distribution Channels and Define Common Divisions.
    Regards
    vK

  • Copy control fields

    When we configure copy controls we have a field "COPY QUANTITY" this is left blank when copying from sales order to another sales order, from QT to OR we make +ve and from contract to Return we make it -ve.  Can anybody explain me the logic behind this. How is this field useful?
    Also in copy controls there is a field called "Copy product selection"can body explain me the functionality of this field.
    Thanks in advance.
    Venkat

    dear venkat Rao
    Positive/Negative quantity: &#61473;
    Quantity is calculated positively or negatively.
    It indicates during copying the quantity or value in the target documents has a negative or positive or no effect at all. The quantity still to be completed in the source document.
    Use: System uses this indicator to determines how the quantity in the source document is effected
    Ex: If you create pieces and raised the sales order for 80 items, then quotation has a positive effect, that means 80 pieces of the quotation treated as completed and 20 pieces of the quota ion rated as remained to be completed.
    In sales document:
    Quotation     &#61664;     Sales order     : positive
    Contract     &#61664;     Returns             : Negative
    Sales order     &#61664;     Sales order        : No effect
    In billing document:
    Delivery          &#61664;     Invoice          : positive
    Delivery          &#61664;     Cancellation     : Negative
    Delivery          &#61664;     Pro- forma invoice: No effect
    Copying quantity:
    It determines the quantity that is copied to the target document. If you leave this field then system tries to copy the best possible quantity depending on situation.
    Ex: System copies open quantity if it is from quotation to order
    System copies completed quantity if it is billing to credit memo
    Copy product selection:
    It specifies whether system automatically copies the result of the product selection from the source document to target document. If you want to copy the results of product selection from source document to target document mark this field.
    If you want to re-run product selection in the target document leave this field
    rewards if it helps
    siva
    Message was edited by:
            siva narayana

  • Copy control fields need to be maintained from F8 to KE in consignment Issue

    Dear Gurus,
    Kindly let me know which routines do i need to maintain in VTAF to create copy control between F8 and CI for consignment issue.
    Regards
    Arunava

    Hi, Arunava Das,
    I think From F8-Consignment issue there is no Copy controls required in user case,
    First you check it out stock levels in MMBE, Weather consignment stock ( with your material code) is reserved for that customer or not, if it is reserved that stock is shown as available stock in consignment issue.
    Please check it out inform
    thanks,
    Sudheer

  • Creating PO from PR - some line item fields are disabled.

    Hi All,
    I am creating a PO from purchase requisition through ME21N, from the document flow, I am dragging and dropping the PR into PO screen. While doing this, there are some line items which gets disabled. I want to check where this has been done, I checked in the BADI  and also in screen exits:
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen: PO item
    SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement header
    SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211 Subscreen: agreement item
    SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301 Subscreen: RFQ header
    SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311 Subscreen: RFQ item
    But could not find anything, Please help.
    Regards,
    Madhuri

    Dear Guru's,
    we just facing the already discussed issue that a PO within PLANT from PO-item-level should be part of the PO-output determination. Which userexits have to manipulated to get field PLANT into structure KOMKBEA_FILL especially when PO is still not saved (NO EKKO/EKPO information available) but message is already determined with status "NOT PROCESSED"???
    Thanks for an answer.
    Regards,
    Bernd

  • How to make a page READ ONLY / all fields are DISABLED ?

    Hi all,
    I am using ONE page to do ADD/EDIT/DISPLAY data. When users are in DISPLAY mode, I want all fields on the page to be read only / disabled.
    How is the best approach to do that ?
    (other than going to every fields and set the ReadOnly/Disabled property)
    Thank you for your help,
    xtanto

    Hi Xtanto,
    My business logic is somewhat different - I don't do this for new/editted rows, but based upon other security. You could certainly set something in your backing bean based upon a user clicking "new" or "edit"
    John

  • I am trying to copy and paste a work document into my online class. POP up states that Cut, Copy, and Paste are disabled by my Modzilla broser and that I could use key board short cuts or visit the website.

    '''bold text'''Want to copy & paste word doc onto my online class discussion post. Unable to. I either need directions on how to use key board short cuts. I have visited the Modzilla web site like it also stated but am unable to find an answer to this.

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Unable to enter Acquisition & Accu Dep values in AS91 since fields are grey

    Hi Friends,
    I am not able to enter the acquisition & accumulated values in AS91 as the fields are disabled.My capitalization date i am entering is 01.01.09 which is prior to transfer date.I have done the following to ensure entry via t code AS91.
    1. Set Co. Code Status - 1
    3. Set Transfer Date: 31.03.09 (Since the Go-Live Date is 01.04.09)
    4. Set Last posted period: 3 (FY: is Jan to Dec)
    5. Specify the net book value - Blank
    6. Have done AJAB ( though not required for FY 2008)
    7. Have changed the FY - AJRW
    In Screen layout OA77 & OA78 i could not find fields for Acquisition values & Accu Dep to check whether they are suppressed.
    I tried to see the earlier threads on this issue bu did not succeed.Have i missed out anything ?Please let me know.
    Thanks
    Sunil

    Hi,
    I have just tested your scenario and get your error same like you but why, I think so you gave the capitalization date 31-03-09 (this is date is set for transfer date), fields are display. If you give capitalization date of previous year, itu2019s working perfectly fine. And this is standard practice.
    So you need to upload data of pervious year only by AS91. Not for your current fiscal year capitalization and for this use normal by AS01 (For large data create upload LSMW).
    I hope if you gave the capitalization date of pervious year you will see fields are ready for input.
    Please inform me if its work or not.
    Regards
    Javed

  • Some commands are disabled. How to fix it?

    Photoshop Elements 11 - after opening the program few commands under 'Edit' are disabled (such as 'Copy', 'Paste', etc) are disabled or greyed out. What can I do to enable the commands?

    And you do have an active selection? If so, can you post a screenshot? You'll need to come to the forum's webpage to do that. It doesn't work via email.
    This discussion is at:
    Some commands are disabled. How to fix it?
    Then use the camera icon above the message composition area to post the image.

  • Commands are disabled

    Photoshop Elements - after opening the program few commands under 'Edit' are disabled (such as 'Copy', 'Paste', etc) are disabled or greyed out. What can I do to enable the commands?

    You're in the wrong forum.  This is not the Elements forum.
    Here's the link to the forum you want:
    https://forums.adobe.com/community/photoshop_elements/content

Maybe you are looking for

  • Error after Installing Solaris

    Hi Admins I am getting the following problem after the installation of Solaris 10 on a sunfire v440.Can someone please help me out.I am not sure about the cause of the error output because i am still a junior solaris admin. Please help me fix this pr

  • Webdynpro DC not found when referencing in visual composer

    Hi guys, I am following the Investment Approval Process tutorial and webminars available on SDN. I have created a BPM and setting some technical configuration into my application by referencing webdynpro UI DC to each BPM step, as it is shown in Inve

  • In UINavigationController can't go back any solution

    hi, In my application i have used UINavigationController and it goes to another view easily. Means is navigate successfully but when i press back button previous view is also coming but then apps get hang. So any solution for that?????? how can i mak

  • Transaction DB02 = Missing Tables and Indexes shows under Secondary indexes from package $tmp

    Hi SAP Gurus, I noticed on our SAP business warehouse (BW) system (NetWeaver 7.0 based on AIX/Oracle 11g) in transaction DB02 => Diagnostics => Missing Tables and Indexes under Secondary indexes, 26 indexes, in package $tmp: The indexes are defined,

  • I cant add a subbmit button to my formular

    Dear Adobe Team, after an update of my FormsCentral i didnt have the "add subbmit Button" function. I need a button, where users can send the formular by 1 click to a special E-Mail address. My Adobe FormsCentral has the build 1.0:741346-A. Thank you