New copy control requirement for deliveries

Hi
I am trying to create new copy control requirement for deliveries in VOFM tcode. when i enter 901 and enter it is asking for access key. is it that we nned to et access for creating custom requirements also or am i doing somehting wrong.?
thanks
sankar

Hi Sankara,
The number space between 500 and 999 is customer space for defining the routines. since you want to define a custom rotuine
you need to get the access key from sap for that.
the access key will be generated for the 901 routine that you want to develop
reward if helpfull
Thanks
Akasha

Similar Messages

  • Error after migrating new copy control routine

    Hi,
    I have created a new copy control routine in dev environment. It works fine there. When we migrated the transport to all QA environments getting dumps that the form is missing. I checked the routine and form in VOFM and it does exists. Am I missing a step here or need to do something after migration?
    -Minhaj.

    go to se38 enter program name RV80HGEN - execute.
    You need to generate newly created routines
    You have to do this in each client where you transport this.
    Edited by: Sampath Kumar on Nov 5, 2009 10:36 AM

  • Is Job Control required for Full Dataloads in LO Cockpit

    Is Job Control required for Full Dataloads in LO Cockpit
    Points will assigned for every useful answer.
    regards,
    AVNEET

    No, Job control is required only for delta records
    Why?
    When you do full update/Initilization of delta, the system directly goes to the setup tables (note that setup tables are filled from applications tables using statistical setup) and gets the data to the data targets. Normally, you go with this option to get all the historical data which is present in the applications tables.
    So, when you peformed init, all the historical data till today are moved to the BW system. Now, how are your delta records( records which are created/modified after your init) moved?
    It depends on the update option you have selected in the LO cockpit
    if you go with Direct Delta : All the delta records are posted directly to the Delta Queue(RSA7). In this case, Job control is not required.
    2. If you go with Queue Delta : All the delta records are first posted to Extraction Queue (LBWQ) and from here records are moved to RSA& using Job Control.
    3. If you go with Unserialized V3 update : All the delta records are first posted to Update tables (SM13) from there records are moved to RSA7 using again Job control.
    So, all the delta records must be moved to RSA7 from where the bw system picks it delta records.
    Thanks
    Vj

  • Copy control settings for Multilevel variant configuration

    Dear All,
    I have  the following scenario for variant configuration A quotation is created for configurable material with multilevel configurable material
    with reference to this quoatation a sales order is created.
    My requirement is that the quoatation must get copied to sales order as it is along with the values for subitems also.
    In copy control settings there is a field at item level called
    configuration :
    In this if I maintain value
    A: The variant is getting copied but  the values for subitems is not getting copied the values for main material is in changable mode.
    B: The variant is getting copied but  the values for subitems is not getting copied the values for main material are not in changable mode.
    C:The variant is getting copied   the values for subitems is  getting copied the values for main material are  in changable mode but the values for subitems are not in changable mode.
    My requiremnt  is that
    The variant must get copied
    the values for subitems must get copied
    the main material vlaues must be in changable mode
    the subitems vlaues must be in changable mode
    How can I fullfill this requiremnt, has any one of you come across this scenario, Pleae provide with solution it is urgent
    Informative answers will be provided maximum points.
    Deepak

    Hai Deepak Mehmi,
    please check in T CODE VTAA
    In the position check
    SalesDocType : Sales order type
    SalesDocType : Inquiry type
    Double clcik and check
    DataT 051 General header data       Copying requirements 002 Header-diff.customer
    DataT 101 Header business data
    DataT 001 Partner header
    And Tick mark for Copy Item Number
    For further check:
    In Item
                                      Copying requirements 301
    DataT 151 General item data                                          Pos./neg. quantity   +
                                                               Copy quantity
    DataT 102 Bus.data/item compl.                                     Pricing type         G
    DataT 002 Partner item                       2 Update document flow   Cont. item copy mode
                                                        Copy product select.
    FPLA  251 Conditions                Configuration
                                                               Campaign Deter.
    Regards,
    Mani

  • New movement types required for Consignment

    Hi Friends,
    Need help related to Consignment Movement Type:
    in Fill up Process KB/CF my client wants the goods to be in 'Transit' and then next step to Fillup.
    Similarly in returns, we wanted the goods to be first to be reflected in 'QI' (MMBE/MB58) and then to be moved to consignment stock.
    unline 631/634..are there any movement types that can fix this issue?..if we have to create a new movement type what type can be copied and stored for my client specific requirement.
    Thank you
    Ravi

    1)  my client wants the goods to be in 'Transit'
    2)  WE used standard process
    If the second comment cited above fulfills the first one, can you please let me know how you have achieved this.  To the best of my knowledge, in consignment fillup process, we cannot see the "Stock in Transit".  Once fillup delivery is made via 631 movement type, the unrestricted stock moves to "Cust.consignment".
    thanks
    G. Lakshmipathi

  • CRM Copy control: CRM_COPY_BADI for document relationship

    Hello!
    I need CRM copy control from an opportunity to another opportunity. The implementation of badi CRM_COPY_BADI should include document relationships: target document should be related to the same documents linked in the source document.
    I cannot find a method to do this.
    Please, could anyone suggest me a solution?
    Thank you.
    Kind regards.
    Elena

    Hello Elena,
    Please follow the steps below:
    1) Go to transaction CRMV_EVENT
        Click on "Object Function/Callback" button
        Create a new entry with following values:
        Function Module: ZCRM_DOCFLOW_COPY_EC
        Object Function: CRM_DOC_FLOW
    2) Go to IMG Path: Customer Relationship Management -> Transactions -> Basic Settings -> Edit Event Handler Table :
    Here create a new entry with the following details
    Trans. Category       BUS2000111     Opportunity
    Execution Time        1                                Immediately
    Priority                    99
    Object Name            ORDERADM_I                       Administration item
    Event                       AFTER_CREATE_WITH_REFERENCE
    Attribute                   <*>
    Function                  ZCRM_DOCFLOW_COPY_EC
    Perform Function for Doc.Header = "Checked"
    Perform Function for Document Item = "Checked"
    Call Callback = space
    3) Create function module ZCRM_DOCFLOW_COPY_EC with the following signature:
    *"  IMPORTING
    *"     REFERENCE(IV_STRVAL_OLD) TYPE  ANY OPTIONAL
    *"     REFERENCE(IV_STRVAL_NEW) TYPE  ANY OPTIONAL
    **Code:
    DATA:
      FIELD-SYMBOLS:
              <ls_orderadm_i_wrk>  TYPE crmt_orderadm_i_wrk,
              <lu_orderadm_i_wrk>  TYPE crmt_orderadm_i_wrk.
      ASSIGN iv_strval_new TO <ls_orderadm_i_wrk>.
      ASSIGN iv_strval_old TO <lu_orderadm_i_wrk>.
    4) Now in this function module you can read the docflow of old opportunity (<lu_orderadm_i_wrk>) using 'CRM_DOC_FLOW_READ_OB'
    Build the new docflow entry for the new opportunity and call 'CRM_DOC_FLOW_MAINTAIN_OW'
    Please let me know if any questions.
    Thanks,
    Sandeep

  • Can i know the copy controls functionality for on standard order to billing

    hi,
    sap gurus,
    can i know the copy controls to be set in for functioning standard order to billing document.
    plz say the config settings and t.code for that ie order to billing
    regards,
    balaji.t
    09990019711.

    Dear balaji
    If you can tell us in which scenario, you need the following, it will be easy to suggest.  Anyway you can try with the following which is for service (item category TAD)
    Go to VTFA and maintain the following settings:-
    Header Data
    Copying requirements::::::::001
    Copy item number::::::::::::::X
    Item Level
    Copying requirements:::::::::002
    Data VBRK/VBRP::::::::::::::001
    Billing quantity:::::::::::::::::::A
    Pos/neg.quantity::::::::::::::::+
    Pricing type:::::::::::::::::::::::A
    If it is a third party, then at item category (TAS) level, you need to maintain the following
    Copying requirements::::::::::028
    Data VBRK/VBRP:::::::::::::::000
    Billing quantity::::::::::::::::::::F
    Pos/neg.quantity:::::::::::::::::+
    Pricing type:::::::::::::::::::::::::G
    thanks
    G. Lakshmipathi

  • Problems in Copy Control Setting for Collective invoice..

    I need the  invoice which combines different deliveries  provided the sold to party is same and the delivery date is same. Right now I m using standard routine 11 in the copy control which splits if the purchase order is different or the city code is different. So I need another routine which should remove the splitting criteria.
                The required splitting criteria should be
                1 – Different Sold to parties
                2- Different Delivery date
                3- Different Plant
    Otherwise it should combine the deliveries into one invoice.
    Regards,
    Subho

    Hi Subhasish,
    It's not just ZUKRI - it could be any field and since 011 does not form ZUKRI it isn't in your case. What I'd suggest is:
    1. Create your own Data Transfer Routine as a copy of 011.
    2. Assign it in VTFF.
    3. clear fields that create a split
    Also check partners, because the city code, must come from a partner which is assigned to the header. In case this is unwanted, assign this partner function to item procedure, rather than the header and you'll avoid the split.
    regards,
    Stratis

  • Copying controls (Restriction for Products)

    Hi All,
    Client creating the opportunity for A,B,C products
    status of products (at item level)
    A - Inprocess
    B - Completed
    C  - Loss.
    Here the requirement when the quotation is created with refference to Opportunity system should allow to create quotation for product B only (Status should be "completed" ).
    Can any one help me to solve this issue
    Thanks
    Gskumar

    Hi sathish,
    Try using the Copy control Badi CRM_COPY_BADI, or use make use of Copying routines in the settings for copying item category.
    Here u can have a check on status, only if it is completed copying should be allowed.
    Regards,
    Shalini Chauhan

  • NEW COPY OF CS4 FOR MY LAPTOP

    I know this has been answered before but I can't find it anywhere - so please excuse. I have a licensed copy of Photoshop CS4 running on my Windows Vista computer. Now I have a new laptop and I want to install CS4 (not extended) on it too. I downloaded CS4 and don't have a disk to install a copy on my laptop. So how do I get a new copy on my laptop? Should I download a trial version of CS4 extended?
    Thank you,
    j.

    Jody,
    Just use the downloaded file on your laptop.
    Rob
    Edit: You can also download it again. there is no difference in installer between non-ext and ext.
    The serial number governs which version you have.
    Rob

  • Copying Control Maintenence for Sales Documents

    Dear Experts,
    In our process we have lots of order type like ZMCE, ZMSE, ZSCM etc. and Material is different for the respective Order type. Example X for ZMCE & Y for ZMSE. Now I want to create order ZMCE with reference to Order no. of order type ZMSE. But due to different material it is not happening and showing below error message.
    Choose correct Material for Sea Export order type ZMCE
    I want to create Order with reference to different order but not want to copy line item. Header Data is ok but I don't want Item Data. Can you pls advice/suggest me how can I configure this. Hope my point is clear to you.
    Thanks in advance for your kind support & co-operation.
    Best regards.
    Ripon

    Dear Sir,
    Noted your message with thanks. Yes, our ABAPar give this restriction due to choose correct material for Sales Order type ZMCE. But my requirement was different. When I want to create Sales order (Type : ZMCE) with reference to order type ZMSE then Line item of ZMSE will not copy in ZMCE. How can I configure this ? I want to keep information of header data only not item data.
    Hope my requirement is clear to you.
    Best Regards.
    Ripon

  • New field NOTES required for each activity listed in BP factsheet

    Hi Experts.
    We are trying to have a new field NOTES for each activity listed in BP factsheet. For activity we have several fields like description, status , dates etc but notes (long text) is not there for the activity.
    Could anyone help us out.
    Regards,
    Rahul

    Hi Saumya,
    I want to use the standard activity notes field here.
    My requirement is to display the column Activity notes in activities assigment block of account Factsheet.
    BP_Factshheet/Activities is the view and the Context node BUILACTIVITY does not have the attribute activity notes.
    Please give your inputs
    Regards,
    Rahul

  • Is new server software required for migration to a new box?

    I cannot find anything that specifically answers this question.
    Can I install a copy of the current Server 2008 R2 on a new box and perform a migration using the same license?
    Is there a procedure for deactivating the license on the old box?

    Yes, you would install the new OS, patch it fully, also I'd run the system update readiness tool
    http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
    then check the %SYSTEMROOT%\Logs\CBS\CheckSUR.log
    is clean before starting migration.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Why the new Android permissions requirements for AIR 4.0.0.139?

    When starting to update my AIR app to 4.0.0.139 on my Android devices through the Google Play store I found a number of new permission requirements.
    They are:
    New: Approximate location
    New: Receive data from Internet
    New: Prevent tablet from sleeping
    New: Find accounts on the device
    So does this mean that flash apps not using a captive runtime will no longer have to directly request these permissions from the user because the AIR libraries have already acquired them? This could be misleading to the user who installs an AIR app that will have far greater permissions that what they thought they were approving.
    My big question is why are these permission needed? As a developer I submit the Android permissions I need for my app into the application descriptor file. So why does AIR itself need all these extra permissions?
    As a consumer i've started finding too many apps that want access to run at startup, know my location, or contacts, or accounts, with no apparent reason for it. I've been uninstalling such apps or refusing to update them further. Does Adobe worry that other consumers may follow suit? Does the AIR libraries really need these permissions? Why?
    Thanks in advance.

    This is typical of Adobe and how they have always been. They do whatever they want with absolutely no respect or consideration for the user. Not only did they add several new permissions, but they don't have any way to contact them about Air. The email listed on the Google Play page isn't valid, there's no contact info listed on the website, and if you try to submit a question to them Air isn't even an available option. It just goes to show how little they care about the users of their products. And then when someone like yourself goes to the trouble of asking them about it the only way possible, they ignore the question. Which says they don't care, they're hiding something, or both. In any case, I've always hated Adobe and steered clear of their products as much as possible because of this behavior, and I will continue to do so. I won't be letting this app have all these permissions without so much as an explanation why, so I'll be uninstalling it and just won't use any apps that require it, which to my understanding is mostly games, so I'll live. I just hope their disdainful attitude toward their users catches up to them and they crash and burn. We're on the right track with HTML5 moving away from Flash.

  • New Access Control tab for Distribution Lists

    Is it possible to add user to the access control list using Admin API?
    If yes, then how?

    Currently, no.
    John
    "testowy email" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Is it possible to add user to the access control list using Admin API?
    > If yes, then how?
    >
    >
    > --
    > testowy_email
    > ------------------------------------------------------------------------
    > testowy_email's Profile: http://forums.novell.com/member.php?userid=77987
    > View this thread: http://forums.novell.com/showthread.php?t=417439
    >

Maybe you are looking for

  • ME91F printing multiple line items in reminders

    Hi All, We are trying to print reminders for line items (in PO's) from ME91F. When I execute this report it displays only line items (which satifies selection criteria), but when generate message (print outputs) for selected line items It will print

  • A Lot Of Questions....Look

    p4 3.2 ghz 800mhz fsb HT 2x512 ddr333 pc2700 40gb WD @7200rpm + 40gb Maxtor @7200rpm ATI Radeon 9550 256ddr AGP Windows XP SP2 350w psu here are my system compnents WD 40gb:http://www.newegg.com/app/viewproductdesc.asp?description=22-140-118&DEPA=1 M

  • Trouble understanding KMP algorithm

    If anyone is familiar with the KMP skip search algorithm and cares to shed some light on the subject. I am having trouble understanding how the table is derived, as many examples i come across seem to be using different variations. The table used to

  • BI Apps Financial

    HI All, I'm configuring GL segment configuration file in financial analytics...it's src file file_glacct_segment_config_source_system .csv we have only one COA id and 7 segments with value set id's. I configured a single row with COA id and segment w

  • LR2: Edit in Photoshop and Stack

    Hi Just updated to LR2. One annoyance: when I edit in Photoshop CS3 and save, the image goes back into the lightroom catalog without the pick/reject flag. Normally, I filter by 'pick' - and the new version doesn't appear. To get it I have to go back