How to transaport the calendar from DEV to Prod in sap?

Hi,
We are trying to transport the Holiday Calendar from Golden client to Production but when we are generating a request number system comes up with the message
"All public holidays, public holiday and factory calendars
will be transported. All public holidays, public
holiday and factory calendars will first be deleted
in the target system."
Please tell me how to transport step wise.
It is very urgent, I have checked other sites but nothing I have sound as such.
Please suggest..
Thanks in advance
Regards
Nitin

Dear Nitin,
Do not worry- this message is normal. Create a request as always. The tricky part is that in the meantime, between deletion and update, if somebody creates say sales order you might encounter issues. We usually transport calendars late at night, when no dialog user is in.
Regards,
Milen.

Similar Messages

  • How to stop the Calendar from editing your input?

    How to stop the Calendar from editing your input?

    I am constantly finding that Calendar Version 8.0 thinks it knows what I want to type but it incorrectly takes numbers and days and times out of my input and changes my appointments. I hate this new supposedly "smart" feature. Even when I edit my event correctly a second or third time it rewrites my input incorrectly again. I have to use my iPhone to override the annoying editing on my mac. I am ready to find a new calendar program unless Apple allows users to input what they want without their information being incorrectly edited.

  • How to migrate document hierarchy from DEV to PROD?

    Need some suggestions as to migration of the document hierarchy. The migration wizard is great for migration objects such as portlets, but it's cumbersome to migrate the entire document hierarchy from DEV to PROD as we will have to select all the leaves in the hierarchy to retain the tree. Does any one have the similar experience and have some suggestions? Thanks!

    This is wrong forum for such question, you might want to post it here
    General EBS Discussion

  • I had a shared mobileme account for my work calendar- 4 people sharing call using one set of calendars.  It is on my mac but not on my iphone anymore...just 3 of my calendars went to icloud.  Any idea how to get the calendars from a "family" mobileme?

    I had a group account on mobileme...a family pack that each of us at work had an individual account and we all shared one account in the family.  It kept our work calendar- a schedule telling who is in the office and who is on call.  This is still on my macBook but not on my phone or my iPad.  Any idea how I make my phone show the calendars on my MacBook?  It was there before I went to iCloud.

    If your email account offers a webmail access, I suggest checking the webmail - log in to your account using the webmail access, and I predict you will see all those "unread" emails there and can dispose of them from there.
    This happens because the iPhone that went bad, when reading those emails, did not remove them from your email provider's servier.

  • How to reset the calendar from myfaces?

    I want to realize a "logoff" feature on my main jsp page. And that page contains a calendar component.
    I simply "redirect" main page to the login page by return a string, however when I login again, the calendar is still like the one of the last login action. Eg: in first login action, I change the current month in the calendar to January, and then I log off. After next login, the month stays January, instead of the current month!
    I tried to reset the members of backing bean, it remains the same.
    I use the component calendar from myfaces, does anyone know how to solve this problem, or simply, how to reset the component calendar?
    Thanks!
    db

    let the thread die, i got it......

  • How to upload the data from legacy system database to SAP data base

    Hi.
    We are doing analysis of Legacy system and which needs to be converted to SAP system i.e. SAP implementation.
    I just want to know , how we migrate the existing whole data( from legacy system) into SAP system.
    and which method is the best method to use data migration from legacy to SAP system if data legacy data amount is huge.
    Please suggest me.
    Thanks.

    Hi
    We can either use the BDC or BAPI or LSMW  or Direct Input techiniques for the data transfers.
    The combination of both Session and Call transaction can be used to achieve this that includes the error handling also. This invloves the screen interaction.
    These days, BAPIs are used to overvome some upgrade problems. For easy upgradation, we cna go for BAPIs. Here ther is no screen intercation.
    LSMW mainly used for master data transfers using some standrad programs.
    As per your client or company desicions  we can choose any of them.
    Please refer to these links for more understanding -
    BDC Vs LSMW -
    BDC VS LSMW
    BDC Vs BAPI -
    BDC VS LSMW
    Thanks & Regards,
    Chandralekha.

  • How to get the calendar days of  last month in SAP HR Schema?

    Hi all,
       I have a question about the calendar days of last month, cause the customer calculated the salary not by natural month but cross-month, for example,
    for calculating salary of Aug, the time period may be 7.28-8.27, so I need the days of this period which is  the calendar days of  last month exactly.
    But I only knew GKSOLL was used for getting the calendar days of current month.
    If any place wrong, please guide me.
    Look forward to getting experts' help, thanks.
    Regards,
    May.

    Hi Sankarsan,
    Thank you so much for your help.
    The requirement I have described in detail when replying Viverk, you can take it as a reference.
    Cause my customer  don't want to use retro in SAP system, so I noted the schema about  retro.
    Now my question was how to get the last month calendar days in Schema. For example, now I am calculating the salary of July, the full attendance will be 30 days(06.28-07.27), in rule GKSOLL will get 31 days, so it's not right.
    I hope you can get my point, below is the wrong rule.
    Please guide me to correct it, thanks.
    Regards,
    May.

  • How to stop the calendar from adding reminders?

    I have had a problem with events randomly having an alert assigned to them. These are events that have never had a reminder set to them before, the reminder is always set to 9am the day before the event, and is on events that repeat. I can go in a remove the reminder, but by the next time the event occurs, the reminder is back. This has only started with the last software update. Any ideas?

    I am constantly finding that Calendar Version 8.0 thinks it knows what I want to type but it incorrectly takes numbers and days and times out of my input and changes my appointments. I hate this new supposedly "smart" feature. Even when I edit my event correctly a second or third time it rewrites my input incorrectly again. I have to use my iPhone to override the annoying editing on my mac. I am ready to find a new calendar program unless Apple allows users to input what they want without their information being incorrectly edited.

  • How to read the data from a PDF document into SAP

    Hi Everyone,
    I am trying to read a PDF document from my desktop and get the data into SAP but i am not getting successful.
    I am using the method cl_gui_frontend_services=>gui_upload and passing the filename and type and importing the file length and the data into an internal table.
    I tried the file type as ASC but i couldn't get any records in the internal table and the filelength is displayed as 0.
    When i tried the file type as BIN, it is giving the short dump. I guess that is because the file i am trying to read is not with the extension BIN.
    Please Advice me on this
    Poornima

    Hi Kiran,
    Below is my program..
    REPORT  zpdf_data_update.
    DATA : lt_file_table TYPE filetable.
    DATA : lv_rc TYPE i.
    DATA : lv_filename TYPE string.
    DATA : lv_filelength TYPE i.
    TYPES : BEGIN OF hex_record,
              data TYPE string,
            END OF hex_record.
    DATA: lt_rawtab TYPE TABLE OF hex_record.
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
    CHANGING
    file_table = lt_file_table
    rc = lv_rc
    EXCEPTIONS
    file_open_dialog_failed = 1
    cntl_error = 2
    error_no_gui = 3
    not_supported_by_gui = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    ENDIF.
    READ TABLE lt_file_table
    INTO lv_filename
    INDEX 1.
    cl_gui_frontend_services=>gui_upload(
    EXPORTING
        filetype = 'BIN'
        filename = lv_filename
    IMPORTING
        filelength = lv_filelength
    CHANGING
        data_tab = lt_rawtab
    EXCEPTIONS
        file_open_error = 1
        file_read_error = 2
        no_batch = 3
        gui_refuse_filetransfer = 4
        invalid_type = 5
        no_authority = 6
        unknown_error = 7
        bad_data_format = 8
        header_not_allowed = 9
        separator_not_allowed = 10
        header_too_long = 11
        unknown_dp_error = 12
        access_denied = 13
        dp_out_of_memory = 14
        disk_full = 15
        dp_timeout = 16
        not_supported_by_gui = 17
        error_no_gui = 18
        OTHERS = 19 ).
    But it is giving me a short dump saying that the field symbol is not assigned ...
    If i give the file type as ASC , then i am getting an empty table... Please advise me on this
    Thanks
    Poornima

  • Move package from dev to prod

    Hi:
    Would you please tell me how to migrage a package from dev to prod? A customer package in 11.5.10. 10g db on unix.
    thank you!!
    Edited by: user9231603 on Feb 22, 2011 10:54 AM

    user9231603 wrote:
    How about the body? where is it?Is should be with the specification (when you move the package, you have to run the code of the specification as well as the body).
    Thanks,
    Hussein

  • Problems when transporting from DEV to PROD

    Hi experts, I have problem during transport from DEV to Production.
    We have a  DEV, QAS and PRODUCTION and we have transport from DEV to QAS very well. But when we transport from DEV to PROD, recibe an error  like:
    After beginning the import method RS_IOBC_AFTER_IMPORT for Objects types IOBC mode (activation)
      Failed to verify catalog InfoObjetos ZCM_UNIMET_CHA01
      The InfoObjeto ZCM_RENC version does not exist in active
      The InfoObjeto ZCM_RENM version does not exist in active
    1.The Query is: Wy if the transport go OK from DE to QAS, then The transport from DEV to PROD terminated in error?.
    2. There are any items to check in production before to transport?.
    PD: All of the Objects in DEV are in ACTIVE status
    Tanks,
    Ramon Sulvaran

    The transport ended in QAS with error code (4) and ended in Producion with error code (8), the detal of the error in Production begin with:
    Home After import RS_ODSO_AFTER_IMPORT method for type (s) ODSO object (trigger mode)
    Activation of DataStore objects of type Object
    Check DataStore objects of type Object
    DataStore Object Verification ZCM_DS01
    The DataStore object is consistent ZCM_DS01
    Burning the DataStore objects of type Object
    Internal activation (DataStore Object)
    Pretreatment / Creating DDIC objects to DataStore Object ZCM_DS01
    Table / View / BIC/AZCM_DS0100 (type 0) DataStore object recorded ZCM_DS01
    Create / Delete the indexes for the active table
    Table / View / BIC/AZCM_DS0140 (type 4) recorded ZCM_DS01 DataStore object
    Type of table / BIC/WAZCM_DS0100 recorded
    Table / View / BIC/VZCM_DS012 (type VIEW) recorded ZCM_DS01 DataStore object
    Log ZCM_DS01 DataStore object changes was recorded successfully
    Writing Object Catalog entries (Tadiran)
    He has written the object TABL / BIC/AZCM_DS0100 in catálgo objects (Tadiran)
    He has written the object TABL / BIC/AZCM_DS0140 in catálgo objects (Tadiran)
    He has written the object TABL / BIC/VZCM_DS012 in catálgo objects (Tadiran)
    He has written the object TTYP / BIC/WAZCM_DS0100 in catálgo objects (Tadiran)
    Activate all ABAP Dictionary objects (5):
    Error / Warning in progr.activación Dict., Detailed log> Detail
    Activate table / BIC/AZCM_DS0100.
    Lack of expansion to the category table
    Lack of extension category for include or subtype .......
    When i go to BW Production to check teh object. I see tha the Object was create but in inactive status (grey color). When y Try to Actiavate it y see the error:  Error/ Warning in program Activation Dcit. Detailed Log -> Detail

  • Checks to be done before moving the objects from DEvV to PROD systems

    Hi,
         Please provide the standard methods and checks to be done in the transport requests before moving the objects from DEv to PROD.
    Please help us here.

    In se10 find your request and
    Upper left corner - Request\task -> Complete check -> Object (syntax check) and Check Request Consistency.
    This you can do for your request and all the tasks included in your request.
    Note: Transport may still fail due to numerous reason (i.e) not all the objects needed are collected in the request,
    but at atleast it gives some assurance that objects are not blocked in other requests etc...

  • Best method to transport changes from DEV to Prod Environment

    Hi SDNers,
    I have a requirement here :
    I have made some changes to the DEV environment, which i want to move to the production Environment.
    Changes mainly include the Structural changes, XSD's, Import maps, Remote systems, Export Maps, Validations etc. Please note that I DO NOT WANT to transport the data from DEV to Prod environment.
    I can see 2 options available :
    1. Export/Import Repository schema - But as far as i know, the import and export maps will not be transported auomatically through Export/Import Schema.
    2. Archive/Unarchiving Without data -
    Here are my questions :
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    2. Will it affect the data in Prodcution in any chance?
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    4. Will it impact any other normal running of Production environment.
    Please respond to my queries.
    Thanks and Regards
    Nitin Jain

    Hi Nitin,
    If you use Archive/UnArchive option without data then you cannot persists the PROD env since you need to UnArchive the entire repository which is empty and then you need to move the PROD data into this repository.
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    Ans. I don't think, 2nd option is feasible as a mentioned earlier. This option should be used when we need the entire repository without data which is not the case you are looking for.
    2. Will it affect the data in Prodcution in any chance?
    Ans. If you are using 2nd option then this question is not related because when you UnArchive, you will get the new repository so this wont affect the existing repository at all.
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    Ans. Workflows
    4. Will it impact any other normal running of Production environment.
    Ans. If you are using 1st option then you need to unload the PROD repository first and then import the changes. For option 2 its not related.
    Regards,
    Jitesh Talreja

  • How can I print the calendar from my iPad?

    How can I print the calendar from my iPad/iPhone 4?  I would like each month on a separate 8 1/2 x 11 sheet of paper.  Thanks!

    What print app do you have? I think that you need certain printing apps in order to print the iPad calendar. The print feature is not built into the app itself ...As far as I know.

  • How can I Print the calendar from iPad with WiFi-Printer?

    It's possible to print the calendar from iPad (1) to a WiFi-printer?

    I also wish I could print my calendar from my ipad, it's crucial for my business yet they forgot to put a print option????? How hard would it be?? A screen shot doesn't help, on my wifi printer it reduces the image by one third? They say computers make like easier, but do they? We spend so much time just trying to get stuff to work, we can never really do what we need to, without having to talk to seven hundred people to find a hard to work solution. 

Maybe you are looking for