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

Similar Messages

  • 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

  • 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/

  • Copy Controls

    Hi Sap Gurus,
    I am actually new to SAP.Could any one help me out when, where and how copy controls will be used in SAP SD. What are the steps we have to maintain.
    Points will be rewarded
    Regards
    Edie

    Copy control can be associated with the transfer of data between the various sales documents from a Quotation to Cash. Thus, copy control forms part of the document flow process. Copy control uses data at the header and schedule line level. Copy control determines which data is to be transfered, a copy control can be set to ensure copying of data at predefined time intervals. Similarly, with copy control one can also specify when to stop the copying process. Copy control is important in another way since it helps in determing wether new prices are used or not.
    Copy control for Sales Documents:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/21/ad20c648e511d3b534006094b93006/frameset.htm
    Copying Requirements:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/dd/560f1d545a11d1a7020000e829fd11/frameset.htm
    Copying Control:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/dd/560ecf545a11d1a7020000e829fd11/frameset.htm
    Complimentary Goods Delivery Type :
    http://help.sap.com/erp2005_ehp_02/helpdata/en/26/d9423cbed8a47ee10000000a114084/frameset.htm
    Case Study:
    http://www.scmexpertonline.com/search.cfm?session=&q=R/3,WarehouseManagementWM,Yard+Management&all=yes&page=12
    Copy Control for Trading Contracts :
    http://help.sap.com/erp2005_ehp_02/helpdata/en/89/1b082234ea11d6b1ec00508b5d5211/frameset.htm
    Setting Copy Control:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/43/3bcff00bff11d2956700a0c9306667/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/6811f980ae11d3966f00a0c930660b/content.htm
    http://www.erpgenie.com/abaptips/content/view/83/62/
    Re: Read_Text and Save Text
    copy controls are there for
    sales document to sales document VTAA
    sales document to delivery VTLA
    sales document to billing VTFA
    delivery to billing VTFL
    billing to mbilling VTFF
    billing documents to sales documents VTAF

  • 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.

Maybe you are looking for

  • How to properly terminate SSL at Sun Proxy Server?

    Hi: Client is using Sun Proxy Server (4.0.x) as a reverse proxy to a host with Sun Application Server Enterprise Edition with Access Manager / Portal / Identity Manager deployed as J2EE apps. For access through proxy with http, it is properly seen by

  • N8 headphones suck!

    Is it just me or do these things suck? 1 they dont fit in your ear that well 2 if u dont clip the cord to your shirt (looking like a **bleep**) the cord sends a thud (which im sure is damaging) right through your ear drum! Somebody put me in my place

  • JOB and INSERT

    Hi all again. I'm practicing JOBS, and I have a program that insert 3 records in a Z table What I do is: 1. Loop to my internal table and then record by record I user the clause INSERT, if sy-subrc eq 0, then COMMIT and write:/ Record added, ELSE. ro

  • 2 itunes library files

    Hello all!... My wife and I both have macs; she has a macbook and I a MBP. I store all our music on a lacie NAS and use an automator script on both MB's to connect to the libraries. You can read up on my setup here: http://busyashell.com/blog/article

  • Why won't the apple iphone 4s shut off?

    Apple online told me the phone had defective hardware and bring it too a Apple store or mail it to them for 30 dollars. I opted for the store made a 12;30 appointment and got there early. Then the technician at 12:17 did everything I already did at h