Transport entries without asking the standard popup

Hi,
      ls_ko200-pgmid     = 'R3TR'.
      ls_ko200-object    = 'TABU'.
      ls_ko200-obj_name  = 'TABLE1'.
      ls_ko200-objfunc   = 'K'.
      ls_ko200-trkorr = 'ABC'.
      ls_tabkey-mig_name   = ls_mig_report-mig_name.
      ls_tabkey-mdav  = ls_mig_report-mdav_name.
      ls_e071k-pgmid       = 'R3TR'.
      ls_e071k-object      = 'TABU'.
      ls_e071k-objname     = 'TABLE1'.
      ls_e071k-mastertype  = 'TABU'.
      ls_e071k-mastername  = 'TABLE1'.
      ls_e071k-tabkey      = ls_tabkey.
      APPEND ls_e071k TO lt_e071k.
CALL FUNCTION 'TR_OBJECT_CHECK'
  EXPORTING
    wi_ko200             = ls_ko200
     iv_no_standard_editor   = 'X'
  IMPORTING
    we_order             = lv_order
    we_task              = lv_task
    we_ko200             = ls_ko200
    we_object_appendable = lv_object_appendable
    es_tadir             = lv_tadir
  EXCEPTIONS
    OTHERS               = 1.
IF sy-subrc = 1.
  EXIT.
ENDIF.
IF lv_object_appendable = 'X'.         "is relevant
  CALL FUNCTION 'TR_OBJECT_INSERT'
    EXPORTING
      wi_ko200 = ls_ko200
      iv_no_standard_editor = 'X'
    TABLES
      wt_e071k = lt_e071k
    EXCEPTIONS
      OTHERS   = 1.
endif.
This program adds in to the transport request and working fine.
Problem here i, its showing the popup to chose the transport request ,even though I have specificed the transport request number.
I dont want to show the popup...Means, I dont want to allow the user to choose the transport request number/create.
It has to be always stored in the Hardcoded tr number.
Can anyone help me on this....

Try this FM : TRINT_APPEND_COMM

Similar Messages

  • Can you set a large fetch size for the standard popup LOV

    I'm trying to increase the fetch size that the popup LOV uses when I set a LOV up for an attribute.  It seems to have a default of 25.  I don't really have the issue when I'm on a PC, but when we run the app under Safri on an IPAD it will not automatically fetch the next 25 rows when the user scrolls down like it does in IE.  I had the same issue with tables, but I can change the fetch size on the table.  I really need to set the fetch size on the LOV.  ANyone know how to do this?  I don't even care if the setting would be across the board or just specific to one view.   

    I'm on 11g.  I'm using input list of values.  I don't want to wait for the whole list since the search could return 1000's of rows.  I like the automatic fetching I get with IE.  The IPAD is the issue.  It does not do an automatic fetch when you scroll to the end.  So, the user is limited to 25 rows no mater what their selection criteria is.  I'd like this to be around 400 if I could get it. 

  • How to create a deletion transport request without deleting the object.

    Hi Experts,
    I got a very strange requirement in which i want to delete a object from QA envirement. One way to delete it is delete the object in developement and save it in a transport request. And transport that request to QA.
    But can't delete the object from Dev environment. So is there any other way by which i can do this.
    Thanks
    Yogesh Gupta

    Hi,
    You need not worry about deleting the objects in QA now.
    Have the set of objects which you will not be tranporting to PROD.
    After your project is live and during support before handholding to the customer, clean your system DEV,QUA.
    Reward Points if Useful.
    Thanks,
    Anita

  • ICal shuts down when I edit an entry, without taking the edit

    Since installing Leopard on my Macbook, I have had a whole list of problems. Here's one: iCal shuts down when I edit an entry. In particular, I'm trying to remove an alarm from a recurring event. I click "none" and then before I can click "done" the whole program shuts down.
    Help!

    I am still using OS X 10.4.10. Since this weekend I ma unable to do anything with ICAL. As soon as I try to make a change, it crashes. I have tried reinstalling, etc. Any suggestions?

  • Creating entities without asking the Biz owner??

    Hi all,
    Should we create new packages and message classes for programs if something appropriate is not there already? I mean, if I am given a task (program/report creation) and I need to save the report in a package but there isn't one appropriate enough existing in the system. Also, I need to save the messages in a class. Should I then, just create these two on my own or ask anybody like the tech lead or Business owner before doing so??
    Thanks
    Charles.

    I would certainly ask regarding the creation of a new package. As for creating a message class, I would just create one.

  • Printing lists in ABAP without using the standard button

    Dear community,
    i've got a little problem and I can't fix it on my own.
    Some user in our company gave me the instruction to extend an existing SAP Programmm with some defined functionalities.
    They want to implement an new button for printing in the gui status and when someone uses the buttons they want to count down a number and print the generated list of the report.
    I created also the new button in the gui status with a own functioncode and in the report i implemented an own AT USER-Command event:
    **&   Event
    AT USER-Command.
      CASE sy-ucomm.
        WHEN 'PRVR'.
          CALL FUNCTION 'PRINT_REPORT'
            EXPORTING
              report = sy-cprog
           EXCEPTIONS
             OTHERS = 99.
    When I push my own print button th reports jumps in the At-user-command event.
    The window for chosing the print properties will appear immediatly and I cn start printing.
    But only the spool-order will only appear when I leave the list-view with the button "back", "exit", or "cancel".
    Has anyone an idea why the output appears only when I go back to the selection screen?
    Can anybody tell me how to create an printing function to print out the list of an abap-report? I don't wnt to use the normal print-button!
    Many thanks in advance.
    Michael

    Hi Michael,
    sy-lsind is the list-id. If you set it to 0 or 1 it jumps (when using BACK)
    to the first output-list.
    Here a short demo-code to understand it.
    Make severeal time doubleclick in the outputline and
    look at the changing output.
    try it with:
    sy-lsind = 1
    and
    sy-lsind = 1.
    REPORT ZGRO_TEST1.
    data: dc type i value 1.
    START-OF-SELECTION.
      WRITE: / 'List:', dc, 'SY-LSIND:', SY-LSIND.
      HIDE:    SY-LSIND.
    AT LINE-SELECTION.
      dc = dc + 1.
    sy-lsind = 1.
      WRITE: / 'List:', dc, 'SY-LSIND:', SY-LSIND.
      HIDE:    SY-LSIND.
    Hope it helps.
    Regards, Dieter

  • How can I clean out the recently bookmarked entries without removing the bookmarks from the folder in the library?

    When I click the star to bookmark a site it goes into the recently bookmarked area of the library. I then drag or cut or copy and past it into a folder I already have in the bookmark library, but it doesn't disappear from the recently bookmarked. If I delete it from the recent, it also gets deleted from the folder in the library.
    What can I do to keep it in the folder but remove it from recently bookmarked?

    No, currently there is not a way to do this.

  • Can I sort SAPScript results table without modifyng the standard program?

    Hello experts, well the question that I want to do is the one in the title of this thread, is that possible?, using for example PERFORM, the thing here is that I can´t modify the printing control program for transaction F150 and my client wants the results in the form sorted by date in descending way and not by document.
    Thank you in advance.
    Regards
    Atreide.

    Hello, thank you both for your answers,
    Dhiraj Jain, may be I'm not getting this correct but you mean PERFORM, right?
    BreakPoint yes you are completely right about that, PERFORM is generally done with the data already in the output and it doesn´t help to manage internal tables it´s more oriented to manage individual fields.
    Well I think that at Form level(SE71) is not much more to do right? I will try to look for some kind of enhancement or user-exit for the driver program.
    Thanks again.
    Regards
    Atreide.

  • How can i save alternatively the data without asking the acquisition program?

    hello,
    I'm developing un acquisition program for a machin that have the syclic operations, I want to save automatically the data in different fils evry sycl!

    Hi Anward,
    When you create a file, you could index the name by time or something unique (iteration number for instance).
    So if the vi that creates the file has a loop which keeps tract of the test cycle, then you can place the filename creation within this loop. If it is located within a sub-vi which is called at every cycle, then create the name there. Make sure you close the written file at the end of each cycle.
    Use the "Open/Create/Replace File.vi" located in "File I/O" of the Functions Palette. Wire the option to Create new file.
    JLV

  • How to make the bank clearing entry in SAP without uploading the Bank statement

    Hi All
    I am working on a project where we use SAP FSCD for making payment out for Claims . Now when we make the claims payout we clear the open items in FSCD using the FPYI run ( Payment run) and produce an output file. Now the payment run creates the subledger entries. We will not receive any bank statment to FSCD for making the bank clearing entries in the GL accounts. Is there a way I can trigger this bank clearing entry without receiving the bank statement and uploading it...
    Thanks and Regards
    Varadarajan B

    Hi,
    You can do this in similar way like F-02 (transfer) & F-03 (clear). You can use BDC for this and schedule this as a background job.
    Your question is more related to FI. Check this approach with your FI consultant and for any other impact in FI.
    Better to post such queries in FI community as you might get better answers / solutions than out here.
    Regarding your requirement: By not receiving bank statement for payouts... it seems that the bank is going to process all the payouts with 100% success rate which is an ideal case and somewhat unusual.
    Thanks

  • How do I test a scenario without getting the other party involved

    Hi,
    How do I test a scenario without getting the other party involved?
    I have created a scenario to receive information from an external system (Remedy), processing through a SoapAdapter into SAP to create a service order. How can I send a sample of information in order for me to test my scenario without asking the Remedy people to transmit data all the time?
    Thanks in advance,
    Leanne

    hi Leanne,
    have a look at my weblog:
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible
    it shows how to use the test tab from RWB
    to send test messages
    Regards,
    michal

  • Why does FireFox change layout/settings during upgrades without asking ?

    Just upgraded to Firefox 18 (windows 7 desktop). Why does Firefox change layouts/settings without asking the user if he wants it or not???
    I am getting sick of those changes. I want to have at the google main page the options (as before) to search in all languages, or pages from a certain language or pages in a certain language (of course depening of the google address; f.i. at google.de for german languages, google.fr for french languages etc).
    In the latest Firefox 17 it was working as I wanted and described before: when I visited www.google.de/firefox of www.google.fr/firefox. Now those 3 options (under the search bar) are gone and I do not want to operate by clicking on the advanced search button. Those things should be visible under the search bar again.
    Also my STARTPAGE was GONE/DELETED after the update !!! Grrrrr.... Updating is OK but mozilla should not change user configured items !!!!!!!
    The above described problem has nothing to do with the google website.

    By the way, do Firefox and IE use the same proxy settings? You can view Firefox's here:
    orange Firefox button (or Tools menu) > Options > Advanced > "Network" mini-tab > "Settings" button
    The default is "Use system proxy settings".

  • Cancel Part 1 posted without cancelling the GR

    Hi,
    Is it possible to cancel the part 1 entry without cancelling the Goods receipt.
    Rajesh

    Hi,
    Excise invoice or Part II entries are based on GR / Part I posting hence it is the base for the same. When Qty is in place automatically the value of qty should be there is the meaning. You want to cancel part II (Only value) portion without canceling part I or GR. This is just not possible in terms of SAP and statutory norms. Hence you have to cancel the GR then > go to J1IEX Post Excise invoice under miscellaneous tick Rej indicator and save > Go to J1IEX Cancel the Posted documents. And you can do GR as well as Excise posting once again with same vendor excise invoice no. Hope this helps you

  • Transport an Query without the standard transport system

    Hello Experts,
    is there a function (similar to the report-painter-reports) to transport a query via pc to an other system?

    Jurgen,
    As pointed out , it is not possible to transport from production to another system without using the transports , however the query would be under a request in production , you could then use that request to transport the query into another system either by specifying a transport connection or manually importing the data and co files...
    Arun
    Hope it helps...

  • How to append a new entry in a list of 100,000 names without iterating the list each time?

    I have a list of 100,000 + names and I need to append to that list another 100,000 names. Each name must be unique. Currently I iterate through the entire list to be sure the name does not exist. As you can imagine this is very slow. I am new to Java and I am maintaining a 15+ year old product. Is there a better way to check for an existing name?

    We are using a Java list because that is how the original developers coded it. I don't think they planned for that many entry's. I know I need to re factor this which is why I am asking for opinions on how to  make this more efficient. Currently we don't use a database for anything in the product so I would like to stay away from that if possible.
    Ok - but it still raises the question in my mind as to how that data is being used.
    I gave you a couple of options that will take care of the UNIQUE requirement (HashTable, HashMap) but the BEST solution depends on:
    1. How often new entries are made
    2. How often entries are deleted
    3. How often entries are changed
    4. How often entries are accessed
    5. How the data is actually used
    If you just have a one time requirement to merge the two lists then just do it and get it over with - it won't really matter how you do it.
    But Hash classes will present their own performance issues if the typical access is for many, most or all of that 200k+ entries.
    Without knowing the full set of requirements we can't really know just what part of the process needs to be optimized.

Maybe you are looking for