Control copy

HI SD EXPERTS,
I'm trying to copy a delievery (without reference) to a sales document (Devolution order) through copy control.
I find that the only posible copies are:
SALES DOCUMENT - > SALES DOCUMENT
SALES DOCUMENT - > DELIVERY
Is it posible to copy DELIVERY -> SALES DOCUMENT??
Anyone knows how to do it??
Thanks,
Josan

Hello Jose
If i assume correctly,
Devolution orders are nothing but Returns orders, in simple language it means bring back material or reject material.
In standard SAP, there is Document type, 'RE', this document is the operation where we can return the material/products when the client doesn´t like or reject the material/product and that material/product is in invoice.
Here are the steps, one can follow for the set-up for such scenerios:1. Create a new Devolution order[ZRE], t-code VOV8 by copying the existing order type 'RE' and making the changes to suit your business needs or use the exiting RE.
2. Using transaction VTAF to maintain the copy control from the billing document to the new sales document .
3. Assign the Document type[ZRE] to the revelant sales area.
4. Assign the document pricing procedure to the new created sales order.
5. in case, you keep returns in a seperate gl account from revenues, you need to change the revenue key assigned to the Sales document so it can point the the revenue account determination to "anti-revenue", Then assign the G/L to this key using transaction VKOA. 
Note: most clients simply allow the return to reduce revenue (same account).
Hope the explaination is clear, Reward points if helpful
Regards,
Gauravjit.

Similar Messages

  • HP Photosmart 5514 all-in-one printer. Control copy function from computer?

    I have a HP Photosmart 5514 whose touch screen is no longer working properly.  It doesn't recognize any selection at the bottom right of the screen.  I can touch any other place on the screen and it will respond.  Because of this I'm no longer able to copy or scan from the printer.  I can print from my computer as this doesn't involve using the touchscreen on the printer.  What I'm wondering is if it is possible to use my computer to control copying.  Is it possible to use the computer (rather than the touch screeen on the printer) to tell the printer to copy?

    Hello Junior2,
    Welcome to the HP Forums.
    I see that you are having an issue with the touch screen not responding.
    One step that you can try is to please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    If this does not resolve the issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    As for controlling the printer from the computer, the only thing that you will be able to do is print or use the scanning software to scan to the computer. 
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • User problem trying to use Control Copy Key

    Hi
    What must be checked for problems when a user try to copy ( ctrl + C ) then paste on Excel and nothing happen??
    I've checked Quick Cut and Paste ( ALT+F12 ), with a user works but not with other ( same PC)
    Thanks in advance.
    Moderator message - The forum is for ABAP questions - post locked
    Edited by: Rob Burbank on Apr 28, 2009 10:46 AM

    Is this an ABAP question??
    Rob

  • Copy Control - Copy 0 quantity

    Hi,
    User has a requirement that whenever they create credit/debit memo with reference to an order, the quantity(VBAP-ZMENG) and net value(VBAP-NETWR) fields should come in as 0. I'm thinking of including a code that forces those fields to be 0 however I'm not sure if i should add it to the existing include program or create a new routine and add it to that. For reference i'm adding include program as i don't know where exactly should i add this code in the program.
    Please advise.
    FORM DATEN_KOPIEREN_151.
    IF CVBAP-POSNR IS INITIAL.
    MESSAGE A247 WITH '151'.
    ENDIF.
    Fields which are copied
    ENHANCEMENT-POINT DATEN_KOPIEREN_151_01 SPOTS ES_SAPFV45C.
    $$-Start: DATEN_KOPIEREN_151_01----
    $$
    ENHANCEMENT 25 /SAPMP/FDE_SD_SAPFV45C. "active version
    *MILL 0016 01 WZ Merkmale in der SD-Pos. eingabebereit
    copy of global-local structure
    VBAP-MILL_SE_GPOSN = CVBAP-MILL_SE_GPOSN.
    ENDENHANCEMENT.
    $$-End: DATEN_KOPIEREN_151_01----
    $$
    VBAP-MATWA = CVBAP-MATWA.
    VBAP-MATKL = CVBAP-MATKL.
    VBAP-ARKTX = CVBAP-ARKTX.
    VBAP-BWTAR = CVBAP-BWTAR.
    VBAP-PRODH = CVBAP-PRODH.
    VBAP-PMATN = CVBAP-PMATN.
    VBAP-MEINS = CVBAP-MEINS.
    VBAP-VRKME = CVBAP-VRKME.
    VBAP-UMVKZ = CVBAP-UMVKZ.
    VBAP-UMVKN = CVBAP-UMVKN.
    IF NOT VBAP-VKGRU EQ VKGRU_REP_REPARATURANFO.
    VBAP-VKGRU = CVBAP-VKGRU.
    ENDIF.
    VBAP-VKAUS = CVBAP-VKAUS.
    IF NOT CVBAP-GRKOR IS INITIAL
    AND VBAP-GRKOR IS INITIAL.
    VBAP-GRKOR = CVBAP-GRKOR.
    ENDIF.
    VBAP-FMENG = CVBAP-FMENG.
    VBAP-ATPKZ = CVBAP-ATPKZ.
    VBAP-RKFKF = CVBAP-RKFKF.
    VBAP-SPART = CVBAP-SPART.
    VBAP-WAERK = CVBAP-WAERK.
    IF NOT CVBAP-PRCTR IS INITIAL.
    VBAP-PRCTR = CVBAP-PRCTR.
    ENDIF.
    VBAP-ANZSN = CVBAP-ANZSN.
    VBAP-SERAIL = CVBAP-SERAIL.
    ENHANCEMENT-POINT DATEN_KOPIEREN_151_10 SPOTS ES_SAPFV45C.
    $$-Start: DATEN_KOPIEREN_151_10----
    $$
    ENHANCEMENT 61 OI0_COMMON_SAPFV45C. "active version
    Copy Exchange Data SO3K002011 JAQ
    PERFORM COPY_EXCHANGE_DATA. "SO3K002011 JAQ
    IS-Oil enhancement - default pipeline fields SO3K002011 CEF
    MOVE-CORRESPONDING CVBAP TO OIC_PIPE. "so3k120207
    MOVE-CORRESPONDING CVBAP TO OID_EX. "so3k120207
    MOVE-CORRESPONDING OIC_PIPE TO VBAP. "so3k120207
    MOVE-CORRESPONDING OID_EX TO VBAP. "so3k120207
    Manual conditions and multiple ship-to's in contracts "SO4K003766 RKS
    if cvbpa-kunnr eq kuwev-kunnr. "SO6K001141 RKS
    if not cvbap-oic_dland1 is initial and "SO6K001141 RKS
    not cvbap-oic_dregio is initial and "SO6K001141 RKS
    not cvbap-oic_dcounc is initial and "SO6K001141 RKS
    not cvbap-oic_dcityc is initial. "SO6K001141 RKS
    KUWEV-LAND1 = CVBAP-OIC_DLAND1. "SO4K003766 RKS
    KUWEV-REGIO = CVBAP-OIC_DREGIO. "SO4K003766 RKS
    KUWEV-COUNC = CVBAP-OIC_DCOUNC. "SO4K003766 RKS
    KUWEV-CITYC = CVBAP-OIC_DCITYC. "SO4K003766 RKS
    endif. "SO6K001141 RKS
    endif. "SO6K001141 RKS
    Triggering Item Category Redetermination while still "SO4K003766 RKS
    on SAPMV45A 101 and not yet in the PBO of screen 423 "SO4K003766 RKS
    IF TVAK-UEVOR+0(3) = 'OID'. "SO4K003766 RKS
    OID_ISOIL = 'X'. "SO4K003766 RKS
    ENDIF. "SO4K003766 RKS
    is-oil enhancement - copy drc details from reference "SO3K002019 JRE
    VBAP-OIDRC = CVBAP-OIDRC. "SO3K002019 JRE
    VBAP-OIC_DRCTRY = CVBAP-OIC_DRCTRY. "SO3K002019 JRE
    VBAP-OIC_DRCREG = CVBAP-OIC_DRCREG. "SO3K002019 JRE
    VBAP-OIMETIND = CVBAP-OIMETIND. "SO3K002019 JRE
    VBAP-OIWAP = CVBAP-OIWAP. "SO3K002019 JRE
    VBAP-OISLF = CVBAP-OISLF. "SO3K002019 JRE
    VBAP-OIPSDRC = CVBAP-OIPSDRC. "SO3K002019 JRE
    *is-oil enhancement - copy ref. gross/net pricing rule "SO3K012126 GJK
    VBAP-OIGNRULE = CVBAP-OIGNRULE. "SO3K012126 GJK
    CLEAR VBAP-OIBYPASS. "SO3K003030 JAQ
    is-oil enhancement: copy contract header restrictions "SO3K015566 AC
    PERFORM COPY_RESTRICTIONS_ITEM. "SO3K015566 AC
    *is-oil enhancement - copy contract number if not initial and current
    doc is not a contract
    PERFORM OICONTR_DETERMINE(SAPMV45A) USING CVBAP-VGBEL "SO4K000089 VB
    CVBAP-VGPOS
    VBAP-OICONTNR
    VBAP-OIC_KMPOS.
    perform oij_copy_tsw_data. "SO7K022351 YS
    ENDENHANCEMENT.
    $$-End: DATEN_KOPIEREN_151_10----
    $$
    Fields that are copied when the sold-to parties are the same.
    The sold-to is read from the reference document
    CVBPA = SPACE.
    CVBPA-PARVW = PARVW_AG.
    READ TABLE CVBPA.
    IF SY-SUBRC = 0 AND " kein Musterauftrag
    CVBPA-KUNNR = KUAGV-KUNNR.
    VBAP-KDMAT = CVBAP-KDMAT.
    For delivery orders, no max./min. delivery tolerances
    IF CVBAK-VBKLT NE VBKLT_LP_AUSL_AUFT AND
    VBAK-VBKLT NE VBKLT_AUSL_AUFT.
    VBAP-UEBTK = CVBAP-UEBTK.
    VBAP-UEBTO = CVBAP-UEBTO.
    VBAP-UNTTO = CVBAP-UNTTO.
    ENDIF.
    VBAP-CHSPL = CVBAP-CHSPL.
    IF VBAP-FAKSP = SPACE.
    VBAP-FAKSP = CVBAP-FAKSP.
    ENDIF.
    VBAP-ANTLF = CVBAP-ANTLF.
    Component supplier's partial delivery flags are not copied (D)
    IF CVBAK-ABDIS IS INITIAL.
    VBAP-KZTLF = CVBAP-KZTLF.
    ENDIF.
    VBAP-LPRIO = CVBAP-LPRIO.
    IF CVBAK-VSBED = VBAK-VSBED AND
    NOT CVBAP-VSTEL IS INITIAL.
    VBAP-VSTEL = CVBAP-VSTEL.
    VBAP-ROUTE = CVBAP-ROUTE.
    ENDIF.
    ENDIF.
    Fields which are copied only to quotations
    IF VBAK-VBTYP = CHARB.
    VBAP-GRPOS = CVBAP-GRPOS.
    ENDIF.
    Fields that are copied only to contracts, credit and debit memos
    In 3.0 also to quotations (Example: Service contract in service
    quotation)
    IF VBAK-VBTYP = CHARG OR
    VBAK-VBTYP = CHARK OR
    VBAK-VBTYP = CHARL OR
    VBAK-VBTYP = CHARB OR
    VBAK-VBTYP = CHARF.
    VBAP-ZWERT = CVBAP-ZWERT.
    Create a credit or debit request. No schedule lines allowed.
    IF TVAP-ETERL = SPACE.
    IF CVBAK-VBTYP CN 'DKLG'. " Aus Belegen mit Auftragsmenge
    VBAP-ZMENG = CVBAP-ORFMNG.
    VBAP-ZIEME = CVBAP-VRKME.
    VBAP-UMZIZ = CVBAP-UMVKZ.
    VBAP-UMZIN = CVBAP-UMVKN.
    ELSE.
    VBAP-ZMENG = CVBAP-ORFMNG. " Aus Belegen ohne Auftragsmenge
    VBAP-ZIEME = CVBAP-ZIEME.
    VBAP-UMZIZ = CVBAP-UMZIZ.
    VBAP-UMZIN = CVBAP-UMZIN.
    ENDIF.
    ENDIF.
    ENDIF.
    Credit and debit requests, returns
    IF VBAK-VBTYP CA VBTYP_ANFO OR
    VBAK-VBTYP CA VBTYP_RETO.
    VBAP-KZVBR = CVBAP-KZVBR.
    VBAP-KZBWS = CVBAP-KZBWS.
    ENDIF.
    IF NOT CVBAP-PS_PSP_PNR IS INITIAL.
    VBAP-PS_PSP_PNR = CVBAP-PS_PSP_PNR.
    ENDIF.
    Copy the business area
    VBAP-GSBER = CVBAP-GSBER.
    Copy the order number
    VBAP-AUFNR = CVBAP-AUFNR.
    Target quantity in the scheduling agreement
    IF VBAK-VBTYP = CHARE.
    VBAP-ZMENG = CVBAP-ZMENG.
    VBAP-ZIEME = CVBAP-ZIEME.
    VBAP-UMZIZ = CVBAP-UMZIZ.
    VBAP-UMZIN = CVBAP-UMZIN.
    ENDIF.
    IF NOT CVBAP-KMPMG IS INITIAL.
    VBAP-KMPMG = CVBAP-KMPMG.
    ENDIF.
    FM data of the reference document is copied in the following
    Data : ls_cobl type cobl,
    g_t_fmii1 like fmii1 occurs 0 with header line,
    ls_FMII1 type FMII1,
    lv_vbeln type vbak-vbeln,
    lv_objnr type fmii1-objnr,
    ls_vbak type vbak,
    ls_vbap type vbap,
    ls_vbkd type vbkd.
    ls_vbak = cvbak.
    ls_vbap = cvbap.
    ls_vbkd = cvbkd.
    get coding block of the reference document
    PERFORM cobl_fuellen(sapfv45p) USING ls_vbak
    ls_vbap
    ls_vbkd
    ls_cobl.
    take FM objects of the reference doc. to g_t_fmii1 and send to memory
    ACTYP is in background mode
    CALL FUNCTION 'FM_CO_***_INPUT_MAINTAIN_SD'
    EXPORTING
    I_COBL = ls_cobl
    I_VBAK = ls_vbak
    I_VBAP = ls_vbap
    I_ACTYP = 'B'.
    get the object number of reference doc.
    PERFORM sd_get_objnr(saplfrc4) USING
    ls_vbap-vbeln
    ls_vbap-posnr
    CHANGING
    lv_objnr.
    get the object number of the current doc.
    PERFORM sd_get_objnr(saplfrc4) USING
    vbap-vbeln
    vbap-posnr
    CHANGING
    ls_fmii1-objnr.
    replace the new objnr. with the old one.
    IMPORT g_t_fmii1 FROM MEMORY ID 'HHMSD'.
    modify g_t_fmii1 from ls_fmii1
    transporting objnr where objnr = lv_objnr.
    EXPORT g_t_fmii1 TO MEMORY ID 'HHMSD'.
    consignment issue => copy CUOBJ for material variant
    otherwise if the the variant was reconfigured it will
    lose its value assignment because it will be overwritten
    with the material master value assignment
    IF vbap-sobkz = 'W' AND
    NOT maepv-cuobj IS INITIAL.
    vbap-cuobj = cvbap-cuobj.
    ENDIF.
    ENDFORM.
    *eject

    In the code under "Create a credit or debit request. No schedule lines allowed." and then under "Target quantity in the scheduling agreement", its getting value for Zmeng which is the quantity field. So i was wondering if some change can be made somewhere in this program rather than the routine to get the values of quantity(Zmeng) and net value(Netwr) as 0.
    Any thoughts??

  • Copy Control settings : Copy Only Manual conditions

    Hi,
    I have following configuration in SPRO for 'copying control of item categories':
    Source item category- ZSPP
    Target item category - ZPQL
    Copying routine - 900004
    Copy Conditions - Only Copy Manual conditions
    This copy control configuration will be used in 2 scenarios :
    1. When creating service contract quote as follow-up to service contract
    2. When creating service contract as follow-up to some other document type which is custom
    My copying routine is required only for first scenario. So, I have put one conditions in my copy routine(CRM_COPY_BADi) and it is working fine. This copying routine is getting triggerd only for first scenario.
    However, my another requirement is,
    Copy conditions - should be "Copy Manual conditions" for scenario 1 and
    Copy Conditions - should be "Copy All Conditions" for scenario 2.
    So, could you please let me know, how can control this, sinca same item categories are used in both the scenarios. I can't create or change the item categories since already they are in use.
    The baseliine is : I am able to control the copying routine by keeping a condition in CRM_COPY_BADI. But, at the same time I should control "COPY CONDITIONS" also.
    Is there any way to control through config or coding?
    Please help me.
    Thanks,
    Sandeep
    Edited by: Sandeep Reddy on Aug 17, 2010 1:37 PM

    Dear,
    1 )Use TCODE -- VTFA  and maintain between OR ( source doc)TO F2 (Target Doc.) for ORDER RELATED BILLING
      If u want Z Document type then copy OR and make ur OWN SALES DOC like ZMFG and also copy F2 and create like ZFGR
    and maintain as suggested above.
    At Header Level -- COPYING REQUIREMENT (001)
    At ITEM Level-- COPYING REQUIREMENT (001)
                              DATA VBRK/VBRP (003) SINGLE INVOICE OR (001) SPLIT INVOICE
                             Billing quantity (A) / Pos./neg. quantity (+)/ Pricing type (C)
    2) Use TCODE -- VTFA  and maintain between OR ( source doc)TO F5(Target Doc.) for ORDER RELATED  PROFARMA BILLING in similar way u can maintain for ur Z Documents
    At Header Level -- COPYING REQUIREMENT (007)
    At ITEM Level-- COPYING REQUIREMENT (008)
                              DATA VBRK/VBRP (003) SINGLE INVOICE OR (001) SPLIT INVOICE
                             Billing quantity (A) / Pos./neg. quantity (+)/ Pricing type (C)
    need further help revert back.
    Regards
    AJIT K SINGH
    HAPPY TO HELP U

  • When defining copy rules, only one source field allowed

    Our users have requested the facility to allow them to copy pricing condition records when in in VK12 transaction. But when configuring the copy rules, we have come across the following problem:
    When configuring copying rules for copying pricing condition records,
    there is no possibility to use more than one source/target fields.
    In our example, the condition table created for a certain pricing
    access sequence contains keys such as Sales Organization, Sold-to Party
    "and" Product Hierarchies level 1 to level 9 (e.g. PH1 - PH9) .
    In the condition table definition, fields PH1 to PH9, although key
    fields, are also defined as footer fields. This means that per sales
    organization and sold-to party, we can create more than one condition
    record based on different combinations of PH1 to PH9.
    However when setting up copy rules for conditions in SPRO (SD -
    Pricing Control - Copy Control for Conditions) to allow our users to copy the condition records, for a given Source /
    Target table, the standard selection screen only allows us to define one Source / Target field.
    In our case, this is not helpful. The configurator should be allowed
    to select more than one source field (i.e. PH1 and PH2 and ..... PH9). At this moment,
    we can only select as source field PH1 or PH2 or PH3., etc..
    Steps for the Reconstruction:
    - Run Spro.
    - Select SD --> Pricing --> Pricing control --> Copy control for conditions -- > Copying rule for conditions
    - Select 'New Entries'. Selection screen is displayed. The issue is that in this selection screen, the configurator is allowed to select only one source field. He should be allowed to select multiple fields.
    Can you help us with this problem please?
    Your help is much appreciated!
    Edited by: C. Hassink on Feb 2, 2008 3:50 PM
    Edited by: C. Hassink on Feb 2, 2008 3:52 PM
    Edited by: C. Hassink on Feb 2, 2008 3:53 PM
    Edited by: C. Hassink on Feb 2, 2008 3:55 PM
    Edited by: C. Hassink on Feb 2, 2008 3:56 PM

    Hi Ralph,
    I don't like that methode. Importing the same transport 15 times, each time changing the source-system mapping and making sure, that source-system gets the changes seems to be a huge source of errors, which will be hard to find.
    What do you think of the following idea to solve the issue a totally different way:
    All transfer-rules directly connected to the source-systems are stripped of all Coding, so there is a plain 1 by 1 transformation including 0logsys.
    The InfoSources attached all lead to one ODS-Object, which has the only purpose to collect the data from the source-system without any transformation. So some fields a filled by a system and other fields maybe not.
    The coding specific for source-systems is moved to transfer- / update-rules from that ODS-Object to the original ODS-Objects / Cubes and the "collecting" ODS-Object is emptied after every loading process.
    This will result in a single point of change. It will be quite a huge program (maybe in startroutine) but it's the one and only point, where changes and corrections have to be made.
    Regards
    Robert

  • ARD Connection failed when trying to control everything else works

    I have:
    a few macs verifying hard ware specs G4,G5, Intel etc. All with the latest updates and fixes.
    I have ARD on 3.
    I have one rogue iMacG5 20 inch. I have ARD running on this mac and it works 100%, I can control copy everything to any target computer.
    However I can not control this imacG5 from any other computer. I can copy, wake, restart, shutdwon do any thing but control or observe. I have tried this from other macs, running intel and G5 chips. they al have the latest 3.1 and individual serial numbers. All I get is connection error.
    the console produces this
    LOG: database system is ready
    2007-01-14 17:04:59.552 Remote Desktop[789] * WARNING: Method setResizable in class NSTableView is deprecated on 10.4 and later. It should not be used in new applications. Use setResizingMask: instead.
    2007-01-14 17:04:59.552 Remote Desktop[789] * WARNING: Method isResizable in class NSTableView is deprecated on 10.4 and later. It should not be used in new applications. Use resizingMask instead.
    Jan 14 17:05:24 iMac24 diskarbitrationd[41]: Remote Desktop [789]:20567 not responding.
    2007-01-14 17:06:29.973 Remote Desktop[1060] * WARNING: Method setResizable in class NSTableView is deprecated on 10.4 and later. It should not be used in new applications. Use setResizingMask: instead.
    2007-01-14 17:06:29.973 Remote Desktop[1060] * WARNING: Method isResizable in class NSTableView is deprecated on 10.4 and later. It should not be used in new applications. Use resizingMask instead.
    LOG: immediate shutdown request

    Hi Rick
    That's worked!
    I did reboot Airport Extreme initially (had to switch off power to AEBS and Lacie disk as looks like there is no power switch on the AEBS?...and tried, but same problem. But then tried this again and all now works as before.
    Thanks for your advice and the direct connection tip, which I was considering doing anyway if the conventional route didn't work.
    Phew!

  • Copy for billing documents (sales document to billing Document)

    Hi Experts :
    I have a position in sales document definided type G in relevance for billing.
    Then the control copy is Sales Document to Billing Document with billing quantity definided type  B (delivered quantity less  invoiced quantity),
    The problem is presented because the Billing quantity considered deliverys with no  accounting documents.
    Veronica Barrientos
    Construmart S.A.
    Thank's for your cooperation

    Hello Veronica,
    I had faced similar problem in one of my project & hence used the standard setting & by avoiding use of 'G'. I used 'A' or 'B' instead as per requirement.
    I suppose you may be trying to use 'G' for Third Party Scenario.
    Regards,
    Rajesh Banka

  • Confirmation Control

    Hello
    We have created a New Confirmation control copy 0002- Inbound Delivery and Rough GR.
    In the field of Inbound delivery we have assigned a new delivery type copy of Std IBD.
    But at the time of Vl31n (create IBD) its giving the error, "DOC NOT MAINTAINED FOR INBOUND DELIVERY"
    We have not done any modification except the Number range change in the STD IBD doc type
    What can be done, The requirment is such to have three diff number range for IBD
    Regards
    Niti Narayan

    We we can assign confirmation control to delivery type, as the screen is coming out to be gray in
    Purchasing - confirmations - define internal confirmation cat
    As the main objective of the process is to have diff number range of IBD 3 diff number range

  • Creating new version by copying existing version without originals

    Hi Folks ,
      Is there any way we can control copying Original files & Classifications when we create a new version of document info record using existing template .
    I have a situation that I need to copy all the information ( Like description , Object links etcc) of a existing document info record except the Classifications & Original files. This is required since the newer version of the document should have newer version of Original file attached on it.
    Any input will be highly appreciable & rewarded.
    Thanks & regards,
      Ramesh babu .P
      Fujitsu consulting , US .

    Hi Ramesh,
    you can control this in the document type customizing in transaction DC10.
    1. Choose the relevant document type
    2. Go to folder "Define object links"
        Here you can see all the maintained objects which you can link to this
        document type.
    3. Select the relevant object
    4. double click this object to display the details
    5. By "When new version" you can choose between:
        - Selection by user
        - Ignore link or
        - Copy link automatically
    This will control what happens with existing object links when you create a new version.
    I hope this information is useful for you.
    Best regards,
    Christoph Hopf

  • How to copy links

    I need help, because i'm creating a web page and i'm traying to copy links, but i can't. I make the selction + control (copy link), but doesn't copied. Probably i've to configure sometghing to be able to copy the links without problems. This problem also happened with simple links as the PPT ones.

    I've this link
    http://endev-bolivia.org/index.php?option=comdocman&task=docdownload&gid=113&Itemid=170
    i'd copied that, but when i put it in other part (in a botton to link this direction), doesn't copy the link, change the direction so my document can not be linked
    Thats the problem, it does copy the name but not the link And when i make the same operation in a pc, i can do the links... and is the same operation... in the same program.
    Thanks for tryng helping me

  • Control 0 price passing to invoice.

    Hi,
    I want to stop materials having 0 price passing in to invoice.
    The scenario-
    A Sales document was entered and a schedule line was rejected, this got passed to delivery and that particular line item has 0 qty.
    In the generated invoice, the corresponding line item has 0 price.
    The requirement is to stop line items having price as 0 coming to the billing document.
    What we thought was to correct this using copy controls/copying requirements,
    That is- change the copy controls from delivery to billing.
    For line item copy controls- Copying requirement is maintained as 004- Delivery related item.
    What we thought was to take a copy of this and change it to include a check to seed eliveries with line items containing 0 quantity.
    If so, not to pass it to the billing doc.
    Is this approach correct? Or is there another way to correct this.
    << Moderator message - Everyone's problem is important >>
    Thanks in advance,
    Edited by: Rob Burbank on Nov 15, 2010 3:14 PM

    Hi,
    You can try below optioins:-
    1)- if you dont want the system copy the Zero quantity line items from Delivery - Billing,
    Goto Tx:0VLP,
    mark " Material Qtty "0" allowed", so that system allows to create delivery with "Zero" qtty.
    Chekc qtty "0" = B ( error message when qtty = 0)
    so that Delivery will never create with "zero" qtty, then there is no chance of copying "Zero" qtty line items into Billing.
    2) if you dont want  the system copy the rejected schedule lines from Order - Billing.
    I assume, you cant directly reject the schedule lines, you can reject line items by putting the "reason for rejction" in sales order @ item level. If you dont want the system to copy this rejected lines into billing , then while creating "reason for rejection" - Not relevant for billing should be checked.
    In std, not all the "reason for rejection" codes set as "Not rel. for billing".
    eg: check std copy control maintained @ Credit memo request - Credit memo - item level.
    Hope it adds info
    Regards,
    Reazuddin Md

  • When I copy and paste in powerpoint all that shows is the link

    I am new to using a macbook and when I try to copy an image from the web into powerpoint all that shows is the link of the picture. This is when I either use the control copy, control paste or right click. I am able to get the image to show up if I go up to edit and click paste special. It is getting really frustrating just wondering if there is anything I can do to fix this?

    Have you tried importing it with standard workflow instead of coyping and pasting.
    Is the resolution of your powerpoint presentation and Captivate Project same, make sure it is same, else, it would rescale it to fit on the sldie, rescaling might detoriate the quality.
    Thanks,
    Anjaneai

  • Copy rule

    Hi     
    What is "copy rule" in condition record? How to use it.
    Thanks in advance

    Copy rule for conditions determines:
    1. Which source condition type can be copied to a target condition type.
    2. Which table in the source condition type can be copied to which table in target condition type.
    3. Requirements and limitations.
    Source and target field serves as copy strategy, standard system only predefined two: from customer to customer(s), from material to material(s).
    As an example, you want to define a rule to make it possible to copy PR00 (rarely happens): Go to pricing - pricing control – copy control for conditions - Copying rule for condition types VB(C. Then add new entry: source condition type PR00 and target PR00.
    Then we go to VB(B to set the rule which table in access sequence of PR00 can be copied. since access sequence is pr02 containing tables 304,305, 306. We pick from table 305 to 305, field KUNNR to KUNNR, so that condition record 305 can be copied form a customer to another customer(s). We can set default rule for the table as well.
    This is not in real business, only a logic for you to understand..

  • Item not compied from Quotation to Contract

    Hello all,
    I configured a transaction Z1 as a quotation and control copying a Z2 as a contract, I performed all the transaction configuration, item category, pricing, etc.  to perform all the quotation with correspondant pricing procedure.
    I create the quote (Z1) and add the item to the quote and the pricing procedure goes well, but when I clicked the followed up transaction and select the contract (Z2) all the information copied except for the item, pops up a message that I need to add an Item to perform the pricing procedure for the customer.
    I don´t have any error message, I tried to perform the same test at GUI but same situation arises.
    Any clue you can provide me would be highly appreciated it.
    Regards,
    Sue

    Hello Robert,
    Yes, I already define those before posting this question.  But as I mentioned I don't have any error displaying on my screen when I tried to perform this step.
    Any other ideas?
    Kindest Regards
    Sue

Maybe you are looking for