How to show the same result as I input (PO Material Text)

I have a question that
I need to show PO Material Text in the form.
i use this function as usual....
CALL FUNCTION 'READ_TEXT'
    EXPORTING
      ID                      = 'BEST'
      LANGUAGE                = 'E'
      NAME                    = T_NAME
      OBJECT                  = 'MATERIAL'
    TABLES
      LINES                   = T_TLINE
    EXCEPTIONS
      ID                      = 1
      LANGUAGE                = 2
      NAME                    = 3
      NOT_FOUND               = 4
      OBJECT                  = 5
      REFERENCE_CHECK         = 6
      WRONG_ACCESS_TO_ARCHIVE = 7
      OTHERS                  = 8.
  IF SY-SUBRC = 0.
    LOOP AT T_TLINE.
      MOVE T_TLINE-TDLINE TO THE_DOC.
      CONCATENATE THE_DOC1 THE_DOC INTO THE_DOC1.
    ENDLOOP.
  ENDIF.
  MY_MTEXT = THE_DOC1.
the result maybe concatenate all lines into 1 line
but now, i'd like to show the same line as I input now,
for example:
i input the PO Material Text : 
123
456
789
if i use that function, it should become :
123 456 789
but i'd like the result is the same as i input like this.
123
456
789
so, should I need to use "INCLUDE......"   in ABAP Script Form?
Pls advise.
Thx                                           
how to do that?

Thx for your advice,
But I've already use perform...function ...to return the my_mtext. ( but it the single line that i concatenate all the line content..)
FORM GET_MATERIAL_PO_TEXT_FOR_MOULD USING MY_MATNR
                            MY_EBELP
                    CHANGING MY_MTEXT.
but my problem is that...the line of PO text varies....how can I know how many variables need to pass the value to program.
if the value contains 3 lines.. i want to pass this 3 lines and show in the form.
i'm confuse...how to do that ..?

Similar Messages

  • TS3274 I play candy crush both on my IPad and my samsung android, how do I synch them so they both show the same results?

    I play candy crush both on my IPad and my samsung android, how do I synch them so they both show the same results?

    We went through the same drill.
    First, decide which computer you are going to use.  One or the other.  You can't have it both ways.
    Then plug in the 'foreign' device.   Do not let it sync.  Yet. 
    Give this device a new name in the left pane in I tunes so that you all know which device is which.  You will need to authorise the computer to the new I tunes account.  You will need to transfer any purchases to that computer.  You will need to upload any photos to the photo library.
    Then sync.   Each time you plug it, it will remember the specific device, the old on, or the foreign one, and bring up its own particular arrangement as a starting point.
    You will find that by checking the boxes, you can share apps, and music.   But when you go to do updates, if you are mingling apps, each user will need to know the apple password to get updates.
    We found it to be a little confusing, but once you get used to it, using the same I tunes for 2 different accounts works ok.
    Before you do anything, please make a full backup ofmthe original device.  If something gets out of hand, you can always revert back to where your were.

  • Page links showing the same result

    My problem is whenever I press different links the same result is coming .But when I quit WAS and press again the correct result is coming for the first time ,but pressing the other links showing still the first result.I demonstrated every thing with screen shots here ,Please go through and suggest solution.
    I have configured personal information with ITS iviews(IAC) .Every link kis correctly configured
    When I click on address as below 
    The result is
    It is exactly correct. And rightclicked on properties the url is
    http://xxxxxxxxxx/sap(ZT1OSDFPTnBTOGkwbWptQ0tQRlE1b3R3JTNEJTNET3Z4M3J5ZkdObE9BZXFnMU1xOU1tdyUzRCUzRA==)/bc/gui/sap/its/ZPZ02
    Then I clicked on back and came to personal home page and clicked on bank information as below
    And the result is showing address iview which it should not.
    the url is correct http://xxxxxxxxx/sap(ZT1OSDFPTnBTOGkwbWptQ0tQRlE1b3R3JTNEJTNET3Z4M3J5ZkdObE9BZXFnMU1xOU1tdyUzRCUzRA==)/bc/gui/sap/its/PZ03
    But when I  press quit as below
    The screen coming as below
    Then I tried the link bank information the result coming correctly
    Correct result

    This happened to me too. I noted the beginning of the URL and checked my cookies to see if there were any out there that were similar to the beginning letters of the URL. Sure enough there was one - monstermarketing in my case. Once I deleted the cookie I was no longer misdirected to other web sites.

  • How to show the SELECT result in a certain form?

    Hallo,
    I have the folling problem:
    CREATE TABLE buildings (
    building VARCHAR2(20) NOT NULL,
    city VARCHAR2(20) NOT NULL,
    no_of_buildings NUMBER NOT NULL);
    Now I make a SELECT * FROM buildings:
    building city no_of_buildings
    School Rome 20
    School Paris 30
    Cinema New York 15
    Theater London 10
    Theater Rome 7
    But I need the SELECT result in this form:
    Rome Paris New York London
    School 20 30 null null
    Cinema null null 15 null
    Theater 7 null null 10
    Is this possible?
    Thank you
    Werner

    Sorry,
    my request is not formatted well. I try again:
    Hallo,
    I have the folling problem:
    CREATE TABLE buildings (
         building          VARCHAR2(20) NOT NULL,
         city               VARCHAR2(20) NOT NULL,
         no_of_buildings     NUMBER NOT NULL);
    Now I make a SELECT * FROM buildings:
    building     city          no_of_buildings
    School      Rome                         20
    School      Paris                         30
    Cinema      New York                    15
    Theater      London                         10
    Theater      Rome                         7
    But I need the SELECT result in this form:
                   Rome     Paris     New York     London
    School          20          30          null          null
    Cinema          null     null     15               null
    Theater          7          null     null          10
    Is this possible?
    Thank you
    Werner

  • How to show the Dashboard Filter Promts in a BI Publisher report?

    Hi,
    I have a problem when trying to pass Dashboard Prompt Filters from OBI Analysis to a Publisher Report?
    Im working in OBIEE 11g. Where I simply can integrate the BI publisher to show the same result set as shown in the Analysis (Answers) Report.
    I have also created dummy tables in my Analysis Report that shows the presentation variables from the prompts and I have also one dummy table that shows a session variable with a String when the DW was updated.
    I use these dummy tables to be able to pass the promt values to BI Publisher.
    The problem I have is that...
    I can see that the Strings I have Prompted in my Analysis Report, but only the default values are shown in my BIP report.
    -It works fine with my session variable that I display as a string in a dummy table as well as in the BIP report.
    -Is there any other way to show the prompted Filters as information in a BI Publisher report??????
    Thanks,
    Ken

    Is there a reason why you don't use the presentation variables directly to filter the BI publisher report?
    If you use the presentation variables, then ensure that the presentation variables associated with the prompt exactly matches the BIP report parameter name. In this case, you can create another datamodel with a sql that selects the parameters. for example: select :param1, :param2 from dual. In that case, the xml will include the parameter values and you should be just able to insert the param fields in the template.
    Thanks!

  • Hello friends , I have started with writing  c code on mac using xcode .....but one of my friend told me to use gcc for coding. He started with terminal And used a text editor to compil the c program on his mac.. So please tell me how to do the same

    Hello friends , I have started with writing  c code on mac using xcode .....but one of my friend told me to use gcc for coding. He started with terminal And used a text editor to compil the c program on his mac.. So please tell me how to do the same and is there any pre stalled text editor on mac if yes then where and if no then which text editor to install and how to install gcc...please help me out thanks in advance !!!

    I have started with writing  c code on mac using xcode .....but one of my friend told me to use gcc for coding.
    Why? If you are developing and writing code on a Mac why would you not use the tools Apple has given you? And Xcode, once you get use to it, is a very nice development environment that will make you life a whole lot easier.
    If you insist on using an editor and the terminal I would recommend  Emacs   but it has a long learning curve so  something like TextWrangler  will work too.
    As for the compiler if you have Xcode installed install the command line tools and you will be able to compile from the terminal.
    good luck

  • Has anyone tried to pair the Tzumi bluetooth headphones to their iMac?  My iMac will detect the device, connect to it for about 2 seconds, then shows a status of "not connected".  Multiple attempts get the same result.

    Has anyone tried to pair the Tzumi bluetooth headphones to their iMac?  My iMac will detect the device, connect to it for about 2 seconds, then shows a status of "not connected".  Multiple attempts get the same result.

    Edge has very clear restrictions, one being that you must have 6 months of clean payment history which you don't. Either wait until April 14, or good luck at Sprint.
    I am unsure how it can be determined the payment mix up was the fault of CS, but regardless, the mix up was done. There can be any number of reasons why a payment could be missed without any fault on your part, however you are still the responsible party for the account and must live with the repercussions.

  • How do I get the same results as "Variations"?

    Hi All
    I've just bitten the bullet and subscribed to Creative Cloud.
    I've brought many old actions across, and the ones that contain a "Variations" step fail.
    Having looked at many posts I appreciate that Variations is gone, and doesn't seem to be coming back any time soon.
    Many people point out that the same results can be achieved via levels, curves, colour balance etc.
    Looking at the variations step in an action (in an older PS version) shows a series of values, for example:
    Red Gamma: 3.086
    Green Gamma: 1.73
    Blue Gamma: 0.552
    Red White Point: 247
    Green White Point: 247
    Blue White Point: 247
    Red Black Point: -1
    Green Black Point: 0
    Blue Black Point: 3
    Saturation: 90
    How can these numbers be used to amend the actions and give the same result via other means?
    Thanks

    The variations are/were used in a product design context, to take a standard component and produce colour versions.
    (So no photos to upload, and commercially sensitive images)
    Variations was really convenient to use with the client - "a bit redder, bit darker" etc. and usually were the final step after a load of other Hue/Sat/Levels/Curves steps.
    There's a lot of them and the original reference objects are no longer available. 
    I've been doing some tests today with references taken from expanding the "variations" step within the old actions like those above.
    Using "Levels" and the Black Point, Gamma and White Point values in the relevant RGB channels gets close, (slightly off as it doesn't accept to 3 decimal places so rounds them).
    However it comes unstuck as some of the Black Point values are less than 0 and there are White Points greater than 255, (-1 in the example above but some white points are at 263).
    Also the Saturation value doesn't seem to relate to the usual method.
    I'd understand more (whilst not being entirely happy) if they'd canned it completely when moving to 64bit, but JJMack points out that it was available in CC5, which I don't have and would be unsupported now anyway.
    Those numbers must mean something.

  • Firefox plays video, but no sound. when I type about:plugins in location bar, it shows the firefox default plugin is not enabled. When I look at my plugins, it says it is enabled. I have uninstalled 3.6 and re-installed with the same result.

    firefox plays video, but no sound. when I type about:plugins in location bar, it shows the firefox default plugin is not enabled. When I look at my plugins, it says it is enabled. I have uninstalled 3.6 and re-installed with the same result. Why do I have no sound. Computer plays I-tunes and all other sounds, just no web browser sounds.

    Glad you seem to have sorted things out.
    The warning about the warranty is light hearted, I think at one stage it warned "here be dragons" but also intended to make us think as it warns that making changes may produce problems.

  • How do i get my iTunes library to be showing the same playlist and songs that are on my iPhone 4s.

    How do I get my iTunes library to show the same playlist order and songs order as what is on my iPhone 4s.

    Drag it to an external drive or directly to the other computer, and if needed, launch iTunes with the Option key held down and choose that library. If it contains rented movies, those won't play on the desktop Mac.
    (120868)

  • Have an imac with snow leopard and Firefox 3.6.13. On a prompt downloaded and installed Firefox 3.6.16. Firefox opening Screen still shows 3.6.13. Have done this twice with the same result. Any help?

    Imac, processor Intel core i3, Mac OS X version 3.6.6.
    On opening Firefox 3.6.13 firefox screen suggests downloading latest version. Have downloaded and installed Firefox 3.6.15 (sorry typing error in previous entry). On opening Firefox, screen still shows 3.6.13 as the operating version although "Get info" shows that updating has been done. Thinking I may have made a mistake I have done this twice with the same result. The screen is still telling me to update.
    Not really a problem using Firefox but I would like to know which version I am using.

    Your user agent in the More system details list shows that you have the Firefox 3.6.15 version
    *Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15
    Where do you see "3.6.13" ?

  • How can show the result of a measuring that is done in a sub-program in my main panel?

    How can show the result of a measuring that is done in a sub-program in my main panel?

    In your subvi, wire the result(s) you want to ouput to the main program to an output terminal on the connector pane.
    For a tutorial on subvi's, search the help for "connector panes" anc click on tutorial.
    ~Tim

  • How can i get my iPhone, ipad mini and mac to show the same  contacts calendar and notes

    how can i get my iPhone, ipad mini and mac to show the same  contacts calendar and notes

    Plug the phone and iPad into your computer and sync them.

  • How can I get iCal not to show the same birthday dates from my iCloud

    How can I get iCal not to show the same birthday dates from my iCloud?

    You don't need them stored locally for a backup. You can manually export your contacts as archive for backup. Also, if you are backing up with Time Machine, you already have a backup. If your hard drive crashed, you would have to rely on your backup or iCloud anyway.
    So, if you're comfortable with that, sign out of iCloud. Choose to delete contacts from the computer. When you sign back into iCloud, you should only have iCloud contacts listed in AB. When you open iCal, you should only have one listing for birthdays.
    The other alternative is to disable the Birthday c.alendar and create one manually.

  • TS1398 My iPhone is not showing that its connected to wi-fi at home. My laptop is connected, but the phone is only showing 3G. I've turned the phone off and on multiple times, turned wi-fi on & off multiple times, all with the same result of no wi-fi.

    My iPhone is not showing that it is connected to wi-fi. My laptop is showing the wi-fi signal with a completely strong signal.  I have turned the phone off & on multiple times, and have turned the wi-fi (on the phone) off & on multiple times as well, all with the same result. Help!!! Any suggestions?

    Poof! It's working like normal! Thanks Lawrence! Guess I have to learn patience!

Maybe you are looking for