Running T-code miro, how should i set the DRSEG-SGTXT value automatically

Hi experts,
When i run t-code miro, i want to fill into the text value(DRSEG-SGTXT) on the item line automatically.
    Its value is the PO description by default. I has tested the user exits (Related to T-Code MIRO,such as LMR1M001/002/003/004 etc) and badi(INVOICE_UPDATE). They can't work very well.
   I'd like to input Purchasing Document Number and enter, material items are display and its text value(DRSEG-SGTXT) is also filled in.  
Any clue is appreciated.
- Daniel

Hello,
start the report RSMODPRF and see the documentation.
http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm
There are some threads in SDN for this topic, you can search in SDN
Kind regards,
JP

Similar Messages

  • How should I set the iMac display in normal mode

    how should I set the iMac display in normal mode

    Not certain if this is what you're asking, but the normal setup would be System Preferences>Displays>Disply tab and select 'Best for display'.

  • How do I set the column content to automatic break lines

    Hello Guys,
    I have a problem with the column width and the column content of a standard report. Within the report are hugh entries which aren't interrupted by an space character. I set my column width to a special value by usingen "css style: display block; width: 300px;". Now the problem is that some of the column entries have a longer width than the column width is setted. So they overlock the entries of the column next to them.
    My question is: How do I set the column content to automatic break lines after a certain count of characters?
    After researching a couple of websites and discussion thread I found maybe a reference to the solution. I hope it help you to give me an answer.
    COLUMN LAST_NAME FORMAT A4
    regards
    wderr

    Wderr,
    PDFs are another animal entirely. Try adjusting the width of the column under the Print Attributes tab of the report.
    If that doesn't work you'll probably need to create custom XSL-FO layouts which, depending on the tools you have at your disposal, could take some time.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • How should I understand the parameters/argument values in the {} and [] right after a function?

    Hi,
    How should I understand the parameters/argument values in the {} and [] right after a function?
    For instance the {[Name="control"]}[Content] part in the
    control=Excel.CurrentWorkbook(){[Name="control"]}[Content]
    and also the [Control]{0} part in the periodctrl=control[Control]{0}.
    Thanks.
    Regards,

    The "[]" operator in M is like the "." operator in C-like languages, if that helps. It takes an aggregate value with named components and it selects one of those components. In the case of the record "Foo", "Foo[Bar]"
    returns the field named Bar. In the case of the table "Baz", "Baz[Quux]" returns the column named Quux.
    Similarly, the "{}" operator in M does subscripting of lists -- like the "[]" operator in C-like languages. If "Foo" is a list, then "Foo{0}" returns the first element of the list, "Foo{1}" returns the second
    element of the list, and so on.
    In the case of tables, it's also possible to use "{}" with a record argument, in which case it will return the row which matches the record criteria -- provided there is exactly one. So if "Foo" is a table, then "Foo{[Bar = 1]}"
    will return the row for which the Bar column has a value of 1.
    Many of the data access functions in Power Query return what we call "navigation tables". Sql.Database, for instance, returns a table with columns named Name, Schema, Object, Kind and Data. Each table in the database has a single entry in this
    navigation table. When we index into the table with "table{[Schema="dbo", Object="table"]}", we're selecting the single row that matches those criteria. This gives us a record. We then want to pick the "Data" field of
    that record, which contains the actual table data. That's why there's typically a "[Data]" at the end of expressions which fetch data from the SQL table.

  • How do I set the IFSshell timeout value?

    How do I set the IFSshell timeout value?
    I open an ifsshell and move to a directory.
    Do something. Come back in 10 minites and the shell has timed
    out. Have to logout and log back in and move to the directory
    again.
    Thanks
    -Mitch

    FYI,
    IFS.PROTOCOLSERVER.SESSION.DEFAULT.Timeout
    IFS.PROTOCOLSERVER.SessionStateTimeoutPeriod
    IFS.PROTOCOLSERVER.SessionStateTimeoutPeriod
    in cup server configuration

  • How should i set the baseURI when a db file path with a space

    if the db file in a path like c:\program file\myapplication,then i set the baseURI dbxml:c:\program file\myapplication ,some exception occur~what should i do ?
    thanks a lot

    The Base URI needs to be a valid URI, which means it cannot include the Windows '\' character at all. In your case, you should be fine using something along the lines of "file:////C:/program file/myapplication"
    (give or take a '/' or two -- I haven't tested this).
    It's a common for BDB XML users to confuse the argument to create/openContainer() (a filesystem path) with the Base URI (a URI). The meanings and requirements are different. The best thing to do is to set and use a container alias (XmlContainer::addAlias()) to use in your queries.
    Regards,
    George

  • How should I set the parameters of PID Autotuning such as relay amplitude and PV noise level?

    I want to control the temperature of a room by changing the hot water flow of a radiator with a control valve. The desirable control accuracy is +/- 0.5 degree of centigrade.
    What number should I set for relay amplitude? And what number should I set for PV noise level?

    Hello loghmani,
    If your output is saturating try to reduce your relay amplitude and/or reduce the gain Kc of the PID controller before starting the autotuning procedure.  You can find more information about each of the parameters that you've inquired about at this KnowledgeBase article.
    I would recommend taking a look at the General Auto PID Simulator.vi example.  You can find this example by doing a search in the example finder or by clicking linked example at the bottom of the detailed help page of the Autotuning PID.vi.
    If you haven't looked at the PID user manual that also contains useful information on setting up PID algorithims and Autotuning.
    David A
    National Instruments
    FlexRIO Product Support Engineer

  • How do I set the Checkbox Export value to numeric?

    I am attemting to analyze the data in my forms.  In order to do so, I am exporting the data into a spreadsheet.  There are about 50 check boxes in the form that I am tabulating.  The default export values are "Yes" and "Off".  My preferred values are 1 and 0, which greatly simplify analysis of the data.  I can set the "Yes" value to "1", but I can't find a way to set the "Off" value to "0".  As it stands, I have to go through the list and delete all "Off" values to have them work in my spreadsheet.
    How do I create a numeric value on the check box?  Is there a more graceful way of analyzing data from forms?  Am I missing something.
    Here are some recommendations.  By default, make the checkbox export 1 and 0.  When the export value for  a checkbox is set to a numeric value, set the unchecked value to 0.  Provide a place to set the export value of an unchecked checkbox.

    You can't change the default "Off" value of a check-box. Just write a macro or script to replace all the instances of "Off" with "0". Shouldn't be too complicated... Another option is to use radio-buttons and set their values to 0 and 1. Set the "0" button as selected by default and you're guaranteed to get one of those values in your output (since it's not possible to "unselect" a radio-button group).
    Feature requests can be made here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How should I set the print control in a SmartForm for barcoding?

    I already have defined the prefix(SBP27) and suffix(SBS01) print controls, now I would like to know how set them in the field in the Smart Form.

    Jorge,
    The forum you have posted your question in is for questions related to the SAP Business One SDK.  Is your question related to the Business One SDK?
    Eddy

  • How do I set the desktop background to automatically change every so often?

    I had my desktop background set to change every five seconds, with the photos coming from a folder in my iPhoto files. I then made a new folder of background pictures in iPhoto, but when I switched to them and tried to make it "change every 5 seconds", or 1 minute etc., it would not change. I then reverted back to the original group of files and it STILL wouldn't change, even though it had been doing so for the many months that I had been using this set of background photos before.
    I have clicked on "change every 5 seconds" and "random order", but for some reason I can now only change the pictures manually by clicking on them in the right hand pane of the system preferences window. Please can someone tell me how to make them change automatically again...?

    Have you tried restarting your computer and attempting it again?
    Sorry if this is a dumb question, but a lot of people run their machines 24/7 and sometimes a little reboot helps.

  • How can I set the audio conference to automatically start AS HOST when the meeting starts?

    I can easily setup an audio conference for any meeting, and set that conference to start.  However, there doesn't seem to be a way for the conference to start as the moderator (or, host) when the meeting starts.  This means I still have to dial in to the conference with a land line or cell phone and enter my host code to get the audio conference started.
    The only audio conference provider at my company is The Conferencing Center.  I don't seem to have a TCC account.  What do I do to get this working?  It's nuts to have to use a land line just to get the audio going.

    There are a number of integrated audio providers other than TCC, and those can be enabled in the Admin section of Connect. However, using the fully integrated bridge does still require that a Host/Leader be dialled in before audio will broadcast (or something other than hold music).
    If you don't want to have to call in, I'd recommend that you use Universal Voice to tell Connect the dial in steps and give it the Host/Leader pin.Setting Up Universal Voice - Adobe Connect User Community.
    The downside to this is that there will no longer be a dial out option for participants.

  • How do I set the zoom level to automatically Fit to Window?

    As I open new pages, or access links, the zoom level always reverts to 100%. How do I get it to automatically set to "Fit to Window" ?

    The Firefox Page Zoom feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • How do I set the delete button to automatically send email to my deleted folder?

    I was trying to empty my deleted mail folder, and accidentally deleted the entire folder. No worries. I created a new subfolder. But, now when I select the <delete> button, nothing happens. How do I route emails to be automatically stored in my deleted folder when I select the <delete> button?

    the most bottom part

  • How should I set up Premiere elements organizer?

    I'm using PS CS5 and Lightroom 3. I'm about to install Premiere Elements 9 to do some editing and animation. Since I can view my images and clips in LR library and also Adobe Bridge, what are the advantages or disadvantages of PE organizer? How should I set up the defaults and use PE Organizer?  I'm a little concerned about using the same file in different programs. For example, say i have an image that's already been processed for printing and has a specific color profile/ color space that I want to use now as a starting point for an animation in PE. I just don't want to end up writing over previous data but I'm  also concerned about having 15 verisions of the same file. Any suggestions for peace of mind? I'm running windows 7.

    I would recommend posting your inquiry to the Premiere Elements forum.

  • How i can set the selected item of a dropDown component from java code

    Hi
    Thank you for reading my post
    How i can set the slected item of a DropDown component from backing beans java code ?
    it is binded with a database , so one field determine its display and one other field determine its value , I want to set the selected item of this combobox
    In back code i have both value and display values to use them .
    can some one give me some help ?
    Thanks ,

    See code sample 3 at http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    See also, the selection components row in the table under http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    It says
    One way to preselect items is to call setSelectedValue(Object[]) or setSelectedValue(Object) from the prerender() method. You pass in the return values of the items that you want preselected. Be sure to verify that getSelected() returns null before setting the default options, or you will overwrite the user's selections on a post-back.

Maybe you are looking for

  • Several problems after updating to 10.4.9

    Hi all, my powerbook G4 1.33 was running prefrectly well for the last years using 10.3.9. I bought v 10.4.9 and installed it on a brand new internal disk. then imported prefs, apllications, files and folders from the original disk they were installed

  • [Need Help] DC Measuremen​t: Need more than 1 value/sec.

    Hi, I am measuring a dc voltage signal from a sensor using NI 6251. My goal is to acquire a DC measurement of the signal and save it in a spreadsheet file. In LabVIEW, i used the Express DAQ Assistant with Samples to Read at 1k and Sampling Rate at 1

  • FCP with two monitors?

    Ok I am upgrading to a MACPRO desktop and was getting one sd monitor and a second HD monitor...Now I was thinking why do I need that second screen? Would it be smart to get the one HD screen and forget about the second? What do people usually use the

  • Airplay en imac

    No consigo que funcione Airplay en mi imac, no es compatible con este ordenador? es de diciembre de 2011

  • Reader X breaks system

    In Windows 7, with Acrobat Pro 8 installed and operating nicely, the update to X disabled Firefox's ability to ready PDFs. Reader X will not uninstall, nor will it re-install. Suggestions? Thank you -- Tony