URGENT : ABAP Program latest transport

Hi gurus,
I have to get the latest version (in fact the transport request pertaining to that version) of an ABAP Program.
I can see the request number in the Version Management,but which table stores it ? Or how this info can be retrievd by..say a  dummy program into a file ?
This is very urgent.Kindly help.
Regards,
Sandip.

Hello Sandip,
From the tables E070 & E071, you can get the details for the latest request and its status. Follow following procedure -
1. Get the list of objects for which you want to find the latest request.
2. For this list of objects, first get the details from SE16 transaction. Goto table E071.
3. Give the list of object as input in the field OBJ_NAME & execute.
4. You will get the list of requests linked to this OBJ_NAMEs.
5. Take this list of requests and go to table E070 in transaction SE16.
6. Pass on the list of request in the input of field, TRKORR. Here also select the appropriate status from input field TRSTATUS search help like released etc. Other input parameters can also be given here. Finally execute.
7. Now in the output, sort the list on date in descending order.
Here you get the list of latest requests for your objects. Same logic, you can use in your program by select queries.
Hope this sort out your query.
PS: If the answer solves your query, plz close the thread by rewarding points to each reply.
Regards

Similar Messages

  • Error while exporting ABAP programs for transport

    Hi,
    In the process of exporting my abap programs so that they can be transported, I released my work request.
    However, during release, errors were encountered, and the status of the release was set to 'Release Started'.
    The error encountered was
    '[STOP ICON] ===> HALT: rscpi_init fails with rc = 1 (twconv. c:957) Please contact the SAP support.'
    Can anyone help? Thanks.

    check all the objects used  in ur report are in same package
    Edited by: BrightSide on May 14, 2008 3:53 PM

  • Read ABAP Program from Transport File

    Hi Guys,
    I have a transport log file which contains an abap program, i want to read that program before inporting that to my system, when i open the file the program sources come in not readable format we are on ECC.6 and transport file is also generated out of ECC.6 system.
    Does anyone have any idea how can i read the source of and any editor where i can get that converted in readable format.
    Atul

    Hi,
    I think it is downloaded in binary format.
    Use the method of uploading binary data files from PC to Internal tables by function module.
    GUI_UPLOAD
    As filetype - BIN

  • How to make a transport of ABAP Program to a QA environment

    Hi forum and sorry for my easy question, but i am a newby in ABAP
    How can i a transport an ABAP program to QA environment?... is the same machine only changes the mandant.
    Thnks
    Josue Cruz

    You need have transport request for ABAP program.
    Transport Request are two types :
    1.customizing
    2 work bench
    customizing - it is related to SPRO Transaction and Functional people will create Customizing request
    Work Bench Request - normally irt realeted to ABAP Develper. and all about SE38 Programs ,Data dictinary and so on..
    If you want to to release transport request ,then you need to use SE10 or SE09 Transaction.
    Goto SE10 and see ur transport request -.it will have sub request #
    Select Sub request #->overall check -Syntax check
    then Activate check
    then click on release dirctly button(Looks like Bus)
    activate
    now select main request and click on release directly button.
    check the status - by using transport logs at SE10 transaction,you need to have sy-subrc eq 0
    when you get sy-subrc eq 4 then you deleted something in ur program ,sy-subrc eq 8,sy-subrc eq 12 these all status of ur transport request.
    once you done then you need import to Tst Box,use STMS Transaction.
    Reward Points if it is useful
    Thanks
    Seshu

  • Error in Transport of ABAP Program in Process Chain

    Hi All,
    I am trying to transport a process chain that contains ABAP programs.
    I have transported the programs along with the other process chain variants
    There is an error that occurs when I transport - "Errors occurred during post-handling RS_AFTER_IMPORT for EVEN L" 
    The Process chain in the target system is fine except that I am not able to see the ABAP programs in the process chain.
    I am not able to locate the error.
    Your help will be appreciated
    Thanks,
    Shruti

    If a Process Variant (in this case; 'ABAP Program with success/failed' ) does not exist in the succeeding systems, it is very likely that this Process Variant has been created as a customized variant by a user. Unless the user transports this variant to further systems, this variant cannot be used in the process chain.
    Therefore it is better to use general Process Variants (those delivered by SAP) in the process chains. The General Variant here can be 'ABAP Program'.
    - Shruti Kulkarni

  • ABAP Program to Read Transports and Get Descriptions

    Hello,
    Does anyone out there have an abap program or know of one that will read transports with the technical names and give you the description of the objects, in order to make it easier to verify things in a transport?

    Hi,
    there is a good weblog here about transport request program that write about usefull FMs.
    Try this link
    /people/uwe.schieferstein/blog/2009/01/07/multi-purpose-alv-list-programming
    Bye
    Andrea

  • Transport of ABAP Programs via File

    Hello,
    I want to transport an ABAP-Program into my training-system at home (SneakPreview 2004s).
    Because there is no connection between the systems, I search for a solution via filesystem.
    Thanks
    Armin

    Hello Armin,
    The approach for downloading to a notepad maynot be very be useful The report will have includes,function modules etc... Also it will have screens which you cannot download on notepad!!
    So do one thing. Include the report with all its components : includes,screens etc..in a transport request. Do it though SE80 transaction. Once done release the transport request. This will result in creation of data file and co file.
    Now at OS level you can get these files and then you can copy them on CD/DVD. Put these files i the respective folders of your target system and import the transport.
    If this is Z report and has a Z development class/message class I would suggest including it also in the transports. Development class/message class  availability before the report import happens is a must. So include every thing in the transport and use data files and co-files.
    Please award points for useful answers.
    Regards.
    Ruchit.

  • How to transport a ABAP program to Test and Production?

    I created a ABAP program and used in a Process chain. I did transport to Testing system. I got an error message that program didn't not find when I was trying to run that Process Chain.
    How can collect the Program and transport it again? Thanks!

    steps required.
    1) find the name of the program
    2) collect it in the transport request.
    1)go to the process chains maintaincne and right click on the abap process > to the maintaince screen and note down the name of the program
    2) go to se37 type in the program name > display > menu > goto > object directory entry.
    3) go to se10 > request and check the attributes of the object >
    r3tr-fugr- ( package name ) > select the request and release it.
    Regards,
    BWer

  • How to transport an ABAP Program

    I have an ABAP Program Z_CSFILE_SYSTEMCMD which I want to put in a transport request. Jeevan and I could not figure  out how to do that.
    Also this  ABAP program uses two program variants:
    XCS_PARM_CLEAN and XCS_PARM_PREP
    If they are not automatically included with ABAP Program transport, how to transport the?
    Thanks a lot,

    Hi
    you can transport the existing program through version management
    Step 1
    go to se38. give the program name Z_CSFILE_SYSTEMCMD press change.
    Step 2
    Change the program by introdusing space in the program(make sure the program is not effected)
    Step3
    after do so save the program . go to utilities on the top of the menu --- version management .
    now after saving you can see Modified version there . again go back and activate the program.
    Step4
    after activating the program go to utilities on the top of the menu --- version management .
    now you can see the the active version of the program and below that you can see the versions (eg version 1, 2 , 3 and so on with the request been genrated next to it)
    Step 5
    Copy the request for example BD1K900578
    Step6
    go to SE09 create a request (F6) give the name of the request name (create a work bench request)
    Step7
    once the a new request created.
    go to SE09 and and give the user name and display. you will get a new screen where no objects are added.
    Step8
    Place the curser on the new request name -> include CNTRL+F11->Paste the request name BD1K900578 (Object list from the request) and press enter.
    Step9
    Refresh it now you can find program  Z_CSFILE_SYSTEMCMD included in the request.
    Step10
    Relese the request and import the same to Quality.
    Follow the same procedure for the rest of the varients XCS_PARM_CLEAN and XCS_PARM_PREP or varients can be created in their respective Servers
    hope this helps
    santosh
    Edited by: Santhosh Nagaraj on Oct 29, 2009 12:41 AM

  • Transport ABAP program

    Hi experts,
    I have a ABAP program needs to be transported into P system from D system, but I cannot find the item in Transport Connection. Could you please guide me to do this ?
    Thanks in advance

    Hi,
    Goto SE38 and then activate and collect the request and then goto SE09 and release it and tell to basis team to transport into target system.
    In SE38 , Menu -> GOTO-> Object Dirsctory Entry then change to your packeheg and collect req.
    Thanks
    Reddy
    Edited by: Surendra Reddy on Feb 3, 2009 4:45 AM

  • Urgent!!  How to call a custom transaction or an ABAP program in BSP?

    Urgent!!  How to call a custom transaction or an ABAP program in BSP?
    We are pretty new on BSP.  Would be very appreciated if any expert here give us the detailed steps on how to build up the application to just call a custom transaction (e.g., t-code: ztest) or an ABAP program.  Would we have to create a button or event handler to do that?  And the detailed steps?
    Thanks in advance and we will definately give you reward points!

    hi Durairaj,
    During the time to wait for your answer, we copied Bernd's code from your last link, but when activating it, get the 1st error msg:
    Field "CLIENT" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. "DATA" statement."DATA" statement. The error shows up here:
    <td>
    <htmlb:inputField id = "client"
    value = "<%= client %>" />
    </td>
    Then we added Client to the page attribute and define it as type String, then get another error:
    The field "EVENT" is unknown, but there is a field with the similar name "EVENT_ID"."EVENT_ID". This error shows up at the beginning in the Event Handler:
    OnInputProcessing:
    code
    • event handler for checking and processing user input and
    • for defining navigation
    • event handler for data retrieval
    event = cl_htmlb_manager=>get_event( runtime->server->request ).
    IF event->name = 'button' AND event->event_type = 'click'.
    button_event ?= event.
    How to resolve this unknown Event error, need to define in Page Attribute tab? but with what type?
    Actually we only want to run an ABAP4 program in BSP, the code is complicated, could you show us an easy way of doing this in BSP?

  • All transport requests of an ABAP program.

    Hi,
    I want all the transport request numbers created and released for a particular ABAP program.
    Thanks in advance,
    Rajesh Gupta

    Hello,
    Get all the Transport request numbers from the Version management of the program
    -  Create a Transport of Copies within SE09 or SE10
    - Include all the Transport request numbers which u colelcted from the version management of the priogram and transport the Transport of copies .
    Ensure the Transports were included in the correct order (ascending Order) within the Transport of copies.
    Regards

  • Transport for ABAP Program

    Hello,
    Can anyone tell me how I can create a transport for and ABAP Program. It is currently in DEV but needs to go to test.
    Thanks

    I think you must have created this object as a Local Object. You need to do 2 things here :
    Reassign the Development Class to a Z Dev Class.
    Use trx code SE38. On the first screen, specify the program name & click on Goto-->Object Directory Entry.
    You will get a popup here, change the Dev Class to whatever you have on your side, this will prompt you for a Workbench Transport request. Follow up with Basis to get it to Test.

  • Urgent: call ABAP program from BSP

    hi BSP experts,
    We just want to trigger an ABAP program to say "Hello World" in BSP and see the wording "Hello World" on web browser when running it from BSP.  One BSP expert Raj gave the answer by using the following in BSP:
    oninitialization:
    submit ('z_program_name') and return exporting list to memory.
      call function 'LIST_FROM_MEMORY'
           tables
                listobject = listobject.
      call function 'WWW_HTML_FROM_LISTOBJECT'
           exporting
                report_name = 'z_program_name'
           tables
                html        = html
                listobject  = listobject.
      clear output_str.
      loop at html into html_wa.
        concatenate output_str html_wa into output_str.
      endloop.
    layout code:
    <htmlb:content design="design2003">
    <htmlb:page title = " ">
    <htmlb:form>
    <%= output_str %>
    </htmlb:form>
    </htmlb:page>
    </htmlb:content>
    We put the above in our BSP and then activate them, but get the following error:
    Field "LISTOBJECT" is unknown. It's neither in one of the specified tables nor defined by a "DATA" statement. "DATA" statement."DATA" statement.
    And the error stopps here:
    submit ('z_program_name') and return exporting list to memory.
    call function 'LIST_FROM_MEMORY'
    tables
    listobject = listobject.
    Any idea? 
    We will give you reward points!

    hi Tanguy,
    Eventually, I have figured it out on how to make the code works by showing "Hello World!" on web browser. But actually we would like to run another ABAP program which open a new container on users' machines, download an Excel template stored on server to the opened container on users' machinese, and then dump SAP table data to the opened excel template. This program works very well through SAP GUI, but users would like to run it on web that we tried to run this program in BSP, but it doesn't work with your code! Any idea?
    Thanks alot!

  • Urgent: Calling ABAP Program using JMS

    Hi,
    I have a scenario where legacy system pass some messages to ABAP Program and this program can handle one message at a time (written in that way).
    Now the receiver communication channel is configured to access J2SE adapter. This J2SE adapter stores the message on R/3 system and triggers the ABAP program located in R/3 system.
    Now when multiple messages are coming at a time in SAP-XI and processed successfully and handover to J2SE adapter. But J2SE adapter triggers the ABAP program for all messages. And here is the problem. ABAP program is not supporting multi - threading.
    my idea is to use JMS adapter...can you guys suggest me how to achieve result and how to configure JMS or any other adapter to call ABAP Program so that only one message will pass to ABAP program at a time.
    Regards,
    Gourav Khare

    Hi,
    First find out where your ABAP program the data written.You need to write it into and spool then only you can see it.
    Transaction SP01, you can use the FM 'GET_PRINT_PARAMETERS' in your abap program to write to spool.
    Thanks,
    Ravi

Maybe you are looking for

  • ITunes connection problem, with a really weird twist.

    I have been using iTunes for two years now, and am very happy with it and my 2GB, 2nd generation Nano. However, about a year ago, I started having problems. I use a Windows XP (Service Pack 2). Our XP is divided up into four accounts between my paren

  • BOM explosion in subcontracting order according to revision level

    Hello experts I have different revision levels available for a subcontracted material, e.g. the BOM of this material has different versions depending on the validity date. When a BOM explosion is carried out in the subcontracting order (either in the

  • CUA with HR-Org - How to assign systems for role

    Dear all, we are planning to use CUA with HR-Org assignment. Can please anyone explain to me how or where the system for the role comes from. I mean, normaly in SU01 -> Role Assignment I have in the first colum the system and in the second colum the

  • Change name of airpoet express network

    How to change name of wifi network?

  • "Error loading VectorScribe.aip"

    I've looked in previous threads on plugin loading errors, but can't quite find the advice I'm looking for. I'm running VectorScribe 2.0 in Illustrator CS5.1 (Win7 64), and until recently had no difficulties. Now, on loading, Illustrator gives me an e