Abap transport release issue

hello,
i have a scenario where in my project, the crm development is happening. and for a single object there are about 4 people are working and there is a single transport request with 4 different tasks. Now that each folks are working individually and completing there task.. Now the developer1 completed his task and what to test it in quality but on release of the transport it started giving implication due to other TR tasks.
Now we are unable to figure out how to resolove this activity where we can resolve this issue. also that there is yet another crm component the other 4 guys are working on..
please let me know how to resolve this issue?
best regards,
kandaraj

Hi Kandaraj,
welcome to the club.
We had this trouble for years. Then they started to use SAP Solution manager, everybody got training courses on how to use and we can not create transport requests or transport them without creating a minimum of 3 Solution manager processes with a dozen or so steps and workflow and partner assignment and assignment of testers, developers, process administrators with approvals, releases, and and and guess what we got?
We have some 800% more of administrative overhead including full-time quaility managers.
And nothing is better than it was before:
We still face the task of unavoidable communication with people. I really hate all those developers, consultants and users.
Why can't the system do the job?
Have a nice weekend, live goes on.
Clemens

Similar Messages

  • Transport Release Issue For Process Chain

    Hi Gurus,
    While trying to relase my request, which has Process Chain to be imported to testing environment i am getting a message like below:
    Check Objects before release and msg as
    key :R3TR TABU RSCOMPTLOGOT             ERSPC*(Application Component Of Process Chain)
    If i click release anyway the information i get is "You have to be an approver to bypass this check" and it is not released.
    I have checked the request and it is consistent and "ok".
    Not able to understand why i am not able to release this request.
    Please guide me on this.
    Thanks

    Hi Vijay,
    Can you check your process chain or any part of proce chain (diff process type) are not locked in two different transport request ?
    If so then delete the object from one request and add same object in another request and release.
    Regards,
    Kiran

  • Transport release

    Hi everybody,
    I have an ocean in my mind!!! I know that it's something easy but I can´t clear it. May be you can bring light to me.
    I have a Workbench transport release with many ABAP Programs. I released it for sending to QA environment. When I check the transport log I notice that some programs are in red (not all the ones that are inside the order).
    My question is, I have to send back in another release all the objects or only the ones that has problems (the red ones)?
    Thanks & many kind regards,
    MM.

    Hi MMP,
    the red ones could not be imported and activated for a reason. You can try again after finding the reason and correcting the situation.
    It should not be required to repeat the transport for all objects, but it won't hurt.
    Regards,
    Clemens

  • ABAP Transport Request

    I have a old abap transport request for a program which was transported to qa and production to restore the old version in the production server.
    when new changes were made to the program , along with the changes the latest version has gone to production , how can i solve this problem

    Hello,
    You need to create a new Transport, retrieve the old version of your program and send that Transport to Production.
    Once the Transport is released from your system, then you can again change the program in a new TR and make the new changes.
    Hope this helps,
    Regards,
    Himanshu

  • Failed ABAP Transports metric has grey status

    Dear colleagues,
    in System monitoring I found Failed ABAP Transports metric has grey status. Then I checked Data Collection Status and found:
    Log for mainextractor E2E_DPC_PULL_CORE has 14 warning(s) for the last 180
    minutes.
    In log I found:
    Metric
    005056B62E9D1ED1A7D246512DA45A0D/506A27FD986B4161E1008000AC100BB8 - Status: Data
    Provider E2E_CONFIG_VAL : E2E_CONFIG_VAL: ABAP_TRANSPORTS;16.04.2014 05:03:45
    -16.04.2014 06:04
    Thenh I tried to use E2E_DPC_GET_DATA_CHECK
    and found
    Could you please help me to resolve this issue?
    Thanks a lot ,
    Alexander

    Hello Aleksandr,
    Please chek following notes according to your Solman version:
    1975717 - ST710, SP10,11 System Monitoring 'Failed ABAP Transports' gray status
    1792776 - ST710, SP06 System Monitoring 'Failed ABAP Transports'
    BR,
    K.

  • Workflow Approval for CTS+ for NON ABAP Transport

    Hi
    We have a NW Portal system currently using CTS+ for transport.
    We would like to incorporate a workflow approval for transport across the different landscape (DEV -> TEST -> QA -> PRD) with CTS+. The workflow approval would work in such a way that when someone approves a transport request from DEV->TEST, the Basis Admin will then perform the import to TEST. So this approval will also be needed from TEST -> QA and QA -> PRD.
    Does Solution Manager provide such workflow approval for NON ABAP transport?
    I do hope anyone has such experience to share.
    Thanks.
    Regards
    mike

    Hi Mike
    Yes solution Manager CHARMS or Change request managment functionality uses CTS+ to move the Non ABAP requests
    it uses IBASE as identifier for systems and for more can search sdn
    check this link too
    http://www.sdn.sap.com/irj/sdn/alm-change-management
    Hope it helps
    Regards
    Prakhar

  • Do we need to setup traditional ABAP Transport Management System on XI?

    I was confused that do we need to setup ABAP transport Management System on XI, since the IR and ID object will use CMS or File to transport between DEV->QAS->PRD. If we still need, could you pls let me know why we need it?
    one more question is: if we maintained some parameter in XI dev, say, we maintained Integration Server patameter to let system can moniter Syn message, if we want this paramter used in XI QAS, is that the only way to maintain it mannully in QAS, or we have other way to make it? thank you for your help

    Zhang,
    You are absolutely correct. You transport all your ID and IR objects using CMS or File transports.
    But lets suppose you have developed some zprograms or abap mapping in XI. This basically reside on the ABAP stack. So for this objects to transport we will follow the procedure what we do normally to transporting the R3 objects. So what ever you develop on the ABAP stack we need to transport to QA and to Prod using ABAP transport system.
    ---Satish

  • ABAP memory performance issue

    Dear experts:
        I got a problem with ABAP memory performance issue. I need to export an internal table to ABAP memory, and it's ID is sales order number. So, I will bulid too many ABAP memory in SAP...
        Does it will couse performance issue or will it be lost?
    tyrolu

    Hi Tyrolu,
    There are some settings in basis which decides size of your abap memory.
    If you are consuming most of the abap memory by exporting heavy objects to abap memory then
    you may face a problem as many standard sap program aslo uses abap memory and
    if there is no free abap memory then they will start thowing short dumps like "Page allocation error"
    or "Could not allocate shared memory" or something like that, I don't remember exact term now.
    In some cases you won't have any problem if users are less, but as the no of concurrent users
    running your program increased then every user who runs the program would consume abap memory
    and if there is no free abap memory then this may again lead to above mentioned problem.
    Also ensure FREE MEMORY ID is used which clears abap memory immediatly.
    Other wise abap memory is cleared by the garbage collector on random basis and by that time
    your memory remains consumed and not available for other programs to use
    which may again lead to above mentioned problem.
    Regards,
    Vishal

  • User exit to run before importing abap transport in TMS

    Hi,
    I need to run a check before importing an ABAP transport.
    I've seen a BADI that can be used after transport, also handy, but I really need to check dependencies before importing as well.
    Is there a user exit or badi that can do this?
    Thanks
    Tom

    Hello,
    This is possible in a crude away. SAP fires two events in the Transport Import process, SAP_IMPORT_START and SAP_IMPORT_STOP
    You can define your actions according to your needs with jobs scheduled to be triggered on these events.
    So basically you write your program to run the checks you need before import starts and take actions necessary.
    However there are some limitations around this:
    Check this link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ef/09745ec0c011d2b437006094b9ea64/frameset.htm
    Regards,
    Siddhesh

  • ABAP Transport versions

    Hi!
    I faced now with the following problem with ABAP transport:
    1. transport (1 month ago) - transported to QAS
    2. transport (1 week ago) - transported to QAS - then transported to PRD.
    Now I tranported the 1.st transport to the PRD and it was setting back the program to that state, what it was 1 month ago. It seems for me, it was storing that version, and that version is transported, instead of the actual state.
    Does anyone know, where are these program versions stored?
    Thank you
    Tamá

    Tamas,
    Req-123
    Req 456.
    First you have done changes w.r.t to Req 123 first and moved it to quality
    Second you have done changes w.r.t to Req 456 to the same program and moved it to quality.
    So far it is fine.
    When moving to production you need to move Req 123 first and then only Req 456.
    If you transport 456 first and then 123 the changes w.r.t 123 will overwrite the changes w.r.t 456 request.So,the sequence of moving the transport requests is more and more important.
    You can check the versions in VRSD table.
    Sequence is more important.
    K.Kiran.
    Message was edited by:
            Kiran K

  • Transport Request Issue

    Hi,
    I have a "ABC IDES system". I have a test info area created "ZIA_T". I am using "Transport Connection" to create a new transport request and iam releasing the same from se01.It has just the infoarea that is created.now i delete the ZIA_T infoarea from the BI system. I want the same  transport request that has the ZIA_T info area to be released back to my ABC IDES system, so that i can get back my deleted info area. Is this possible and if yes how to do it?

    Hi Guru
    As per the posting that you have created new ZIA_T info area and you collected it in Transport ,released and then later you have delete the info are ZIA_T from your existing ABC IDES system itself. Now you want to retain the info area in same system .
    The maximum possibilities are you haven't retain back as you delete the object it self.. But if you want move to  the quality system you can use the existing transport but of no use later on when your trying to create the info objects any of the objects under this particular info area will leads transport error and other inconsistency errors. it s better to create new one and collect it under new transport
    Hope its clear a little..!
    Thanks
    K M R
    >
    Guruvayurappa K R wrote:
    > Hi,
    > I have a "ABC IDES system". I have a test info area created "ZIA_T". I am using "Transport Connection" to create a new transport request and iam releasing the same from se01.It has just the infoarea that is created.now i delete the ZIA_T infoarea from the BI system. I want the same  transport request that has the ZIA_T info area to be released back to my ABC IDES system, so that i can get back my deleted info area. Is this possible and if yes how to do it?

  • Issue during non-ABAP transport.

    Good day, Guys.
    I'm working right now on configuration of CTS+ for NWDI and non-ABAP tratsport system.
    During transporting Transport Request which was created using Transport Organizer WEB UI and then
    transported via STMS to target system Portal QA system stopped with error:
    Problem during file access, stopping. Error is:'java.io.IOException: The file (\usr\sap\trans\data\EPDK900003\CA_main.par) does not  exist on the filesystem.'.
    more details from this transport
    \Start deployment of NWDI
    Deploy Webservice environment (2011-06-09 15:37:32.0073 +11:00)
    DeployProxy (vendor: 'sap.com', name: 'tc/cts/appl', scV: 'sap.com', scN: 'LM-TOOLS', location: 'MAIN_NW701P08_C', counter: '376469
    4', R: '7.01', SP: '8', PL: '0', change number: '51', appl-level:0) called.
    J2EE server is EPD.
    Communication data provided (2011-06-09 15:37:32.0074 +11:00)
    connection:http://<host>:50018 user:SDM password:filled properties:empty deployType:SDM/DEPLOY_CONTROLLER a
    pplicationType:null
    Begin deployment (2011-06-09 15:37:32.0074 +11:00)
    Import Event (Id:E092522FAFECF6F1AB49F4CE467EB62C)
    properties:
    key:TARGETSYSTEMID value:EPQ
    Transport Request (Id:EPDK900003 description:Test01)
    Problem during file access, stopping. Error is:'java.io.IOException: The file (\usr\sap\trans\data\EPDK900003\CA_main.par) does not
    exist on the filesystem.'.
    End deployment (2011-06-09 15:37:32.0100 +11:00)
    Please assist where I could make a mistake.
    Edited by: Andrey Zolotarev on Jun 10, 2011 12:00 AM

    Hi.
    I dont know ir your recommendation works if solman is under unix and nwdi/MII is over windows.
    Im receiving this messsage
    Problem during file access, stopping. Error is:'java.io.IOException: The file (\sofcmiid01sapmnt     ransdataCMSarchives/MIDK9000
    17/sap.comMID_PGPBCUST_MIDPGPB_C~20120426181112.sca) does not exist on the filesystem.'.
    where /MIDK9 7/ is the name of the transport and is not in the systemfile as folder or file. Can you help me please.
    Thank you
    Ruben Carreno

  • Transport Release frequency for Authorization Roles

    Hi,
    At my present customer all system changes are transported via release management. The current frequency of releases is 2 times a year. This includes SAP support packages, customizing, abap AND authorization roles.
    Now I would like to establish a different, quicker release 'speed' for authorization roles only (f.i. once a week).
    I already motivated my request with many reasons (role changes can be considered as master data changes; the lack of speed leeds to insecure 'workarounds'; role management issues are 'redesigned' to user management issues; etc.) but what I am still looking for are reference documents, best practices, audit reports in which the same advise is described.
    Could you please help me with my quest?
    Thank you!
    Kind regards,
    Lodewijk

    Hi Lodewijk,
    I agree, that is is useful to define a specific schedule for transporting roles in oposite to the schedule for updating the software, however, I do not have a document described some best practise. Anyway, the following link may help you to convince the management, that you can setup a process including 4-eyes checks on the transports:
    [TMS Quality Assurance|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9c/a544c6c57111d2b438006094b9ea64/frameset.htm]
    Using this process you would accept transports only which cointains roles (R3TR ACGR...).
    Kind regards
    Frank

  • Transport Release runtime error in BPC Netweaver 10.1

    Hi,
    We are getting the following error while releasing the transport in SAP BPC NW 10.1 Development system
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_RSBPCR_INTERNAL_EXCEPTION
    ABAP Program           CL_RSBPCR_RES_MANAGER=========CP
    Application Component  BW-PLA-BPC-INF-WP
    Short Text
        An exception has occurred that was not caught.
    What happened?
        Exception 'CX_RSBPCR_INTERNAL_EXCEPTION' was raised, but it was not caught
         anywhere along the
        call hierarchy.
        Since exceptions represent error situations, and this error was not
        adequately responded to, ABAP program 'CL_RSBPCR_RES_MANAGER=========CP' had
         to be terminated.
    We are on SAP BW 7.40 patch level 5. Could you please advice the reason for this?

    Hello,
    so after implementing note 2050531 you should add the following entry in table UJPS_RESOURCE (caution I misspelled it earlier, it is not ups_resource).
    You can do this through transaction SE16 -> enter UJPS_RESOURCE and hit Create Entries.
    Fields MANDT and APPSET_ID should be filled with your BW System Client ID (i.e. 100) and your BPC Environment ID (i.e. ENVIRONMENTSHELL). The entries that appear to be empty should be left empty.
    MANDT
    APPSET_ID
    RESOURCE_ID
    TSTPNM
    TIMESTMP
    OBJSTAT
    CONTREL
    CONTTIMESTMP
    OWNER
    BWAPPL
    ACTIVFL
    PARENT_RES_ID
    UPDATE_COUNTER
    RESOURCE_TYPE
    CREATE_USER
    CREATE_TIME
    ORIG_LANGU
    OWNER_ID
    OWNER_TYPE
    Client ID
    Your Environment ID
    005056B236881ED38AE1D894578A8F97
    0
    ACT
    0
    3
    0
    FOLDER
    0
    E
    005056B236881ED38AE1D894578A8F97
    TEAM
    After this you should be able to release your request.
    Hope this is helpful.

  • Transport released it taking more time

    Hi Every One,
    As i want to transport the program with teir package , smartforms etc.
    I  created one transport request with transport of copies and include all package in that and released
    Its taking more time
    Status in the se01 showing request is released
    log shows
    Checks at Operating System Level         23.04.2010 12:45:48    (0) Successfully Completed
    Pre-Export Methods                       23.04.2010 12:45:54    (0) Successfully Completed
    Checks at Operating System Level         23.04.2010 12:47:23    (0) Successfully Completed
    Pre-Export Methods                       23.04.2010 12:47:27    (4) Ended with Warning
    Export                                   23.04.2010 15:28:29 Not yet executed
    RDDIMPDP program is running parallel in background.
    So what i have to check any suggestions please
    Regards
    Shashi

    Hi Niraj,
    i sheduled RDDIMPDP job for every 2 minute and it is running fine
    what i done is i created another request and transported. its went fine and issue is solved.
    but this request is still showing as before now i want to ckear this. how i can do this. shall i delete this request directly.. Any problem with this
    I am pasting Log report last few lines
    WARNING:
    sapprd\sapmnt\trans\tmp\TRPKK900160.TRP is already in use (10), I'm waiting 4 sec (20100423124802). My name: pid 3788 on sapprd (APServiceTRP)
    WARNING:
    sapprd\sapmnt\trans\tmp\TRPKK900160.TRP is already in use (20), I'm waiting 1 sec (20100423124826). My name: pid 3788 on sapprd (APServiceTRP)
    WARNING:
    sapprd\sapmnt\trans\tmp\TRPKK900160.TRP is already in use (30), I'm waiting 4 sec (20100423124850). My name: pid 3788 on sapprd (APServiceTRP)
    START INFORM SAP-SYSTEM OF TRP Q      20100423155230              BIPLAB       sapprd 20100423155222     
    START tp_getprots          TRP Q      20100423155230              BIPLAB       sapprd 20100423155222     
    STOP  tp_getprots          TRP Q      20100423155240              BIPLAB       sapprd 20100423155222     
    STOP  INFORM SAP-SYSTEM OF TRP Q      20100423155240              BIPLAB       sapprd 20100423155222  
    Regards
    Shashi

Maybe you are looking for

  • IR Reporting 11.1.2.2 Movement

    Hi All, Currently we are in a process of company takeover and we are working on moving our Brio System from one environment to other. Given below are the process we are following.. Plan-A: 1. Run the LCM Utility and take full backup of the old system

  • Exchange rate for  import PO -in MIGo

    Dear All I have created import PO @ 38 Rs (USD) MIRO( commissionarate of customs) paid as per the rate mentioned in Bill of Entry ,suppose at the rate of 40  (which is done manually in MIRO). Now if i want to evaluate the inventory also @ 40 Rs i.e a

  • Can't preview fonts on character panel in CS4

    Running CS4 on a Macbook Pro. Have the font preview checkind in preference which allows me to preview the font in the font name but not in the words/characters I am typing?  Any way to see the words I type in the available fonts?

  • Making a button appear dim after use

    Hi, I'm trying to work on a jeopardy game, and I pretty much suck on coding. Anyhow, I was able to disable the button so that when you go back to the board, the button no longer works, but I'd also like to dim that button. Is there a way to do this?

  • Masterdata Duplicate Entries Check

    Hi All, I would like to search for duplicate entries for field WBS_ELM_EX in the table /BI0/MWBS_ELEMT. This table has 612,976 records. Is there any program / functional mode available which lists out duplicate entries. Can anyone help me in this.