Capturing Screen values & generating transport request in SAP

Dear Experts,
Need your suggestion i have to capture the available information in SAP Screen and when ever user clicks on transport symbol (TR has to generate). Then it should be available for the import.
Suggest me some function modules to achieve the requirement.
Regards,
Reddy

Hi Meenakshi,
We are not giving User for Transport.
Please give me your ideas on the same. How to transport whether FM, if FM which helps let me know.
FM which DYNP_VALUES_READ already checking. Let me know if any thing else for the same.
Need suggestions from ABAPers.
Regards,
Reddy

Similar Messages

  • How to set at the server level to log transport request in SAP ME

    Hi:
    when I do configuration in SAP ME, can I set at the system level to log for transport request ?
    so I can  use transport request for other client or server.

    Hi!
    There is no "transport request" in SAP ME, however, there is Configuration Data Transfer Export/Import activity which can export the data to ZIP file at the source site and then import that file at the destination site.
    CDT activity can utilize CTS+ as a transport channel but I would suggest ZIP file instead because the file can be edited manually in case of any issue or if you want to remove some data.
    For details, please consult this How-To Guide.
    Regards,
    Sergiy

  • Where i can find the deleted transport request in SAP development system?

    where i can find the deleted transport request in SAP development system?

    Hi,
    When you delete the transport request from SE10 , you can not find the request entry from E070 and E071.
    and only local change request are possible to delete from SE10 /SE09
    if you are try to delete the change request with target system then it's gives you the error that request cannot be deleted because it contains locked objects.
    It's not possible to find out the deleted request from SE10.
    regards,
    kaushal

  • Error while uploading Transport request from SAP ECC6.0 EHP4 to SAP ECC 5.0

    Hi friends,
    Error while uploading transport request to the transport directory,
    we downloaded the transport request from one sap system which have a set of developments(contains screen programs)
    for example downloaded all co files and data files
    control file: K900470.SAD and Data file: R900470.SAP from transport directory.
    we are trying to upload the transport to another Sap system
    we have
    Uploaded the controlling file K900470.sad to the location  /usr/sap/transpad/cofiles/
    Uploaded the controlling file R900470.sad to the location  /usr/sap/transpad/data/
    we tried to add in the import queues using TCODE: STMS and trying to import.
    During import we get the below error:
    HALT: unknown dynpro format: d021s_length() returned 0 Please contact the SAP support.
    End with rc : 16
    Please help me on this
    We are trying to copy from ECC 6.0 EHP4 to SAP 5.0 and SAP 4.7EE
    Thanks & Regards
    Murali Papana

    Did you see that you tried to transport to an older release!! You should have expected such a result.
    Before doing such a thing, you should have looked at SAP notes to see SAP recommendations, if any. And you're lucky, there are ones: [Note 1090842 - Composite note: Transport across several releases|http://service.sap.com/sap/support/notes/1090842]. You need to know that ECC6 corresponds to SAP Basis 7.0, and ECC5 corresponds to SAP Basis 6.40.

  • Capturing ABAP Class in Transport Request

    Hi ,
    Can anyone please tell me how to capture ana ABAP Class in transport request . IT first gave me an error saying :
    'ZCL_PHX_MANUAL_SAVE===========CO  missing then after capturing that , now it is giving me an error message saying
    'ZCL_PHX_MANUAL_SAVE===========CI missing.
    Can someone suggest me the correct method by which i can captur my class in request and transport it to Production.
    Thanks and Regards,
    Vijay Sanklecha.

    Hello Vijay,
    If your class name is ZCL_PHX_MANUAL_SAVE. Then SAP genereates its own includes for private,public and protected sections . Those are the includes that you have mentioned here.
    Right mehtod for including the class in a request is
    Go to Se80
              Give your class name anf right click
              Choose other functions-> write transport entry
    Regards
    Arshad

  • How do I AUTOMATICALLY generate Transport request for a Z table data?

    Hello friends,
    I would like to automatically create/generate a transport request for a Z table every time I change, add or delete data in that table.
    Currently, every time I modify data in the Z table, I need to go and manually create a transport request and then indicate keys for the row(s) which were modified. I find this a tedious, time consuming, and error prone process.
    So I would like to automate this process. That is to say, the transport request is generated for the rows that I modified. The same way as is done when you change a program. It automatically prompts you for a transport request thingy.
    Any ideas?
    Your help is greatly appreciated.

    You need to make the table contents transportable by creating a "table maintenance generator" in SE11 under Utilities -> Table maintenance generator.
    In that screen for the section "Dialog data transport Details" the "Standard Recording Routine" option should be selected.
    Then only will the system ask for Transport request when entering data through the generated maintenance view in SM30.
    Also change the "delivery class' in the table attributes to 'C' - Customizing table

  • Posting Key Field Status changes - unable to generate Transport request

    Dear All,
    I did posting key field status change from suppress to optional ( P.Key 24).
    However I am unable to generate a transport request.
    Please share your inputs
    Thanks
    Sanjai 

    Hiii sanjai Babu... your client would have set automatic recording of changes in scc4... or the request would be created and yo woulnt have left the page after saving soo it might have been saved... hope it helps...
    Regards
    Abhay

  • Function module to capture screen value

    Hi all,
    Is there any function module in abap, that captures the value of the screen where we have clicked?
    Suppose I positioned the cursor on field count which shows value 9 on screen. The value 9 has to be captured.
    Is there any ways to do so?
    Answers please.
    Thanks in advance.
    Vijay.

    Use GET Cursor command
    GET CURSOR FIELD 'WA_SCREEN_FLD9' value l_value.
    Regards,
    Naimesh Patel

  • Transport request outof SAP

    Hi there,
    Can anyone tell me is it possible to transport request objects out of sap system.
    for example, i have done the configurations in our server, and i want to transport all of the request to our clients' server. we are not able to use TMS to transport all of the requests.
    we want to transport all of the requests out of sap. say is it possible to export the request objects from our system and import to client's sap box?
    any responses will be awarded!
    Regards,
    Samson

    Hi Samson,
    Yes it is possible to import external transports in a system which is not connected via STMS Transport Routes.Once you have created the transport request in your system and have included the objects in it. Release the transport request.
    This creates two files in the a command file, co-file and a data-file, these will reside in the /usr/sap/trans/cofiles and /usr/sap/trans/data
    directory respectively.
    The co-file will have a naming convention of K<change request #>.CND.
    The data file will have a naming convention of R<change request #>.CND.
    Move these to the client server - /usr/sap/trans directory and copy these files in the cofiles and the data directory.
    Once done the change request can be added in STMS for the system (go to the STMS import queue and then Extras -> Add).
    Then you should be able to import it.
    Please, award points if helpful.
    Thanks, Dibya

  • How can I check what kind of values does transport request saves?

    Dear All,
    I have changed the max.foregin exchange rate from 1% to 0% in company code global data and added a new error message 212 in work area F5. Then I transport it to QA system and PRD system.
    However in T001 table change log PRD, the address was said to be changed from a number to another number also. But I don't remember that I changed the address of a company code. And I was not able to find the value before and after the change. Do you know where I can find the address of the company code? I have tried to get address in company code global data but in the poped dialog neither of the values are found. It is strange that the addresses of other company codes in T001 are not changed.
    And in the transport request, the new number was not included. I don't very understand what kind of information was included but I know I did not change other config of the company codes.
    I have 2 questions
    1. Where I can find the address of a company code?
    2. How to see what information has been included in the transport request?
    Thank you in advance.
    Emma

    Hi Emma,
    How to see what information has been included in the transport request?
    Go to transaction code  SE10 and identify  your transport request then double click the left side you will be get tree.
    if you want you can doubleclick the tree again so that you can identify which configuration step you saved.
    Hope it is useful.
    Thanks,
    Haribabu

  • Transport request for SAP Documentation(SE61)

    Hi,
    We have craeted a document in SE61 as General Text. This needs to be capatured in a Transport request. Can any one please help on how to capture this in transport request.
    Thanks,
    Arun

    Hi,
    In SE61 we created as a General text with document name as ZLOGIN_SCREEN_INFO, we are trying to capture this in the Trasnport request.
    Arun

  • How to import external Transport request into  sap system

    Hi Gurus,
    I  have Transport request in the cofiles and data  files into one sap system
    how to import  those files into  another  sap system (those are different sap systems)
    could u tel anyone  any settings is required  and how to import Those Transport request.
    Any help is appreciated.
    Thanks in Advance

    Hi Siva,
    After copied the datafile  and cofile in the target system go to Tcode STMS> select the target system import queue,there you go to menu extras>other request-->add, give the request no and excute it.
    It will put the request in the que then you can import it to the target system.
    Thanks,
    Satyabrat

  • Transport request for SAP Query - SQ01, SQ02, SQ03

    Hi Experts,
      I have a doubt, Whether we can have request for SAP Query which have created from Transaction SQ01.If Yes then How to do that....?
    Thanks in Advance,
    Chetan Joshi

    Hi,
    Use the program RSAQR3TR
    Thanks
    Naren

  • Old transport request for sap script (form)

    Hi,
    I want to find the old transport request for the sapscript(form). Just now it has been over written by the latest CTR. So i need to transport the old one.
    How to find out the old transport request.
    Thanks,

    Try giving the script name in OBJ_NAME field in table E071 and then execute and it will give you a list of all transports. You can sort it in descending and see the order of transports.
    Thanks,
    Srinivas

  • Copy transport request in SAP BI?

    Hi,
    I have a doubt that how can i copy from one request to another. i can create a new request and select include objects from other requests.
    But is there a way to just make copy of one request to another transport request.
    Thanks

    Hi,
    Whenever you collect any object in TR it will be locked in that TR.Now it cannot be collected in other TR until it is collected in one TR already. So if you want to use same TR again in new TR either you have to release old TR and after that you can include old TR in new TR Or you have to delete those objects from that TR those you want to collect in new TR. You can unlock TR/task using SE03 and after that you can delete those objects.
    Regards,
    Abdullah

Maybe you are looking for

  • Viewing an MBean on the administration console

    I have registered an MBean on a WebLogic 6.0 server. Now I need to know how to view this MBean and run the methods of the class represented by this MBean possibly from the Administration Console. I want some way to run the methods as I could on the H

  • Error -50 after failed data move to samsung hybrid internal drive.

    The original data move front external WD 3tb USB drive fails with error -36.  Then attempting to write any data to that drive dives a -50 error. Only cure I have found is to re-partition the drive. Fixing permissions, verifying drive, repairing drive

  • Cross tab template Formatting. Two Row Groups cannot be on the same line

    Hi I have a cross tab template(Vetsriselvan favor) where it has Multiple Row groups. In the RTF template I want them to be on the same line but somehow it works only if they are one below the other. In this template Comp is the First Group Row then A

  • Can you help me use PSE9 with CS5 as an external editor?

    Hello, I much prefer the Elements Organizer to Bridge, and have a large catalog with tags that I don't want to give up.  95% of the time, I am perfectly happy with the PSE9 editor.  However, for the other 5% of the time, CS5 is the ticket (even if on

  • Desktop backgrounds...

    So I just got my first Android based phone (HTC Incredible). In the past I have used a couple LGs (Voyager, EnV) and a few BlackBerrys (Storm, Tour, Pearl). All were pretty straight forward about changing the desktop background. With my Android I am