Requiered text of line item in J_1HPOFORM script of NEU output

Dear ABAPERS,
I am trying to get the  purchase order line item text in the output of NEU (Scipt: J_1HPOFORM).
For line item text i have used following code in the script window:
PERFORM ZCS IN PROGRAM ZTEST9999
USING &EKK0-EBELN&
USING &EKPO-EBELP&
CHANGING &ITAB&
ENDPERFORM
INCLUDE &ITAB& OBJECT 'EKPO' ID 'F01' LANGUAGE 'EN'
Please help me.

Please write this code in the Main window of the scirpt

Similar Messages

  • Subroutine program its display the text at line item as it's service order

    Hi All,
    Am looking for subroutine program its display the text at line item as it's service order, I want to view the text in sapscript in the tcode ME9F of the order text.
    Ex:- in tcode ME23N, select PO & item details in Account Assignment tab, ORDER field is not displaying for some of the orders, but while debugging I can see the ORDER values.
    Can'nt see the ORDER field in print preview, Pls let me know.
    Edited by: Nagendra DS on Feb 19, 2008 3:18 AM

    Hi,
    If you are retrieving the values in the print program, the values will definetly get populated to the sap script. In case of subroutines in the form, the values you pass it to the structure ITCSY should be characters only.
    Hope this helps.
    Sudha

  • Service procurement for the free texts ( Multiple line items in PO)

    In the service procurement for the free texts ( Multiple line items in PO)referring to the same  Contract we are cretaing the POs
    thro ME59 ( Program RM06BB20)  an unusual error message appears as under:
    "_Material/Service group STGOP2 does not exist"_This Material group is unavailable in T023 as well.
    We checked the same issue by recreating with the exact data in the Test environment and everything works OK
    We are working on the R3 version 470...
    Any body faced such an issue ?
    Any clues pls?
    Regards,
    Nagarajan

    Hello,
    We have faced another issue of the same nature while a PO is being created using the tcode ME21N for service free text items referring a PR ( Service item has no Contract assigned but a fixed vendor)
    The error relates to SE419 ( Mat grp 'XXXX' does not exist)
    Any takers..
    We are using a custom doc type  for the PR
    Any hep /clue is appreciated
    Regards,
    Nagarajan

  • Retrieving the Change Texts per Line Item (Purchase Order) - Very urgent

    Hi,
    How do you retrieve the Change Texts per Line Item (Purchase Order).
    Table T166T does not list these values per line item.
    Please help. This is very urgent & important.
    Best Regards,
    John

    if you are lookin out for change of item texts ...
    then use the function module ... READ_TEXT.
    and 2 tables r used ... STXH and TLINE ....
    double click on item data ...
    goto PO TEXT tab ....
    double click on text ...
    from menu ...
    goto header ... u'll get 4 fields that u need to consider ...
    TDID
    TDOBJECT
    TDHEAD
    TDNAME
    ALL THESE U'LL FIND IN  STXH
    ITEM TEXT is stored in TLINE
    Edited by: anjali rana on Mar 5, 2008 4:55 AM

  • Not Printing Item Schedule line items in SAP Script

    Hi ,
    I modified  copied sap standard script(MEDRUCK) and copied my Zprogram to standard program.
    But here every thing is fine but i am not getting schedule line items and item text  in items data for every item
    thanks,
    sriram

    Hi
    Pls Check in the Line item Ur using the syntax properly or not..In SAP if it ios syntax error it won show..Pls chk the syntax properly ...POr try to debug the script and see whether item text is coming or not.
    If it is not coming check me23n whether tat PO has item text or not..if it is there Problem is in ur Include text.

  • How to display the number of line items in sap-script report?

    Hi friends,
    I need a help regarding the SAP Script. In my script (report) I create two pages and created three windows (MAIN, HEADER, FOOTER) for each pages. Now the problem is while displaying the fewer line item which can come under the main window of the 1st page these line items are comming perfectly but for the remaining line items that comes on the second page the table headings and the boexs are not comming.
    Also it is displaying the total and the amount in text in every pages that should be display in last page.
    Here if I eleminate or comments the total and the amount in text for the first page the same is reflected in second page. Also I need to display the page-nor for each pages to displayed.
    I am requesting all the people out there kindly help me to solve this issues.
    Thanks and Regards

    There is no pre built solution for this. But we can show total pages in the report body.
    one way is Create a other column in the report with code sum(count(1))/25. that gives you total number of pages. 25 here is no of rows in each page. The code you can write in narrative "Total pages in the report are @5" and out put may be "Total Pages in the report are 30".
    If you are using pivot tables, you can try this.
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/
    - Madan

  • Text in line item not written printed

    Hi Experts
                 While executing transection ME23N (Po order in line item type tab) we maintain text which is to be printed on print output or script output, But in my case this text is not written printed. Please help me.
                                                                                    Thanks in advance
                                                                                    Regards
                                                                                    Arun pathak

    Hi arya,
                From your case ,which method have you used to print,by using function module or include text element.if you are using function module means,you can refer this link,
    Link: [Re: ME22N Purchase Order Table]
    if not ,you are using include text element means ,check your Text Name,Text Object,Text ID,Language and tickmark the checkbox,Enter the value in Std paragraph parameter.
    Everything as perfect what have you maintained,then you have to check the output options declaration(Line & Column),if you maintained in template.
    <=<< Sharing Knowledge is a way to Innovative >>=>
    By,
      Yoga

  • How to display line items in a script...

    Dear All,
    My internal table for script is having 5 line items.
    But in output of script I'm getting 5 line items, 1 each in 5 different pages of script.
    But I need them one below the other in the same page...
    Plz give step by step procedure for the above requirement.
    Thanks & Regards
    Nagaraj

    Hi,
    Did u call any new-page command for every new line item?
    KIndly provide the code...
    Rgds,
    Pavan

  • Text in line item

    Hi,
    Is it possible to get Asset details in the TEXT field of line items which got posted through Depreciation run.
    Thanks & Regards,
    Prachi

    Hi arya,
                From your case ,which method have you used to print,by using function module or include text element.if you are using function module means,you can refer this link,
    Link: [Re: ME22N Purchase Order Table]
    if not ,you are using include text element means ,check your Text Name,Text Object,Text ID,Language and tickmark the checkbox,Enter the value in Std paragraph parameter.
    Everything as perfect what have you maintained,then you have to check the output options declaration(Line & Column),if you maintained in template.
    <=<< Sharing Knowledge is a way to Innovative >>=>
    By,
      Yoga

  • Text in Line Items for BCS top side entry

    Do any of you experts out there know of a way to enter text in bcs line items for top side entries?
    Thanks
    Tim

    Dear Charles,
    I understand that you are asking for line item texts in BCS. This can be acheived by an enhanecemnt in the code and I have done it before. this code is there in an OSS note and you can apply this note by using transaction SNOTE. (Can u pls check the oss and u can fix it asap. If u dont find  the same let me know. I was checking this in my laptop and I ahve to go for a meeting now). I confirm that u can fix this in 5 minutes with that note.
    You will see the line item texts in the screen after that.
    Pls let me know if it helped.
    Thanks & Rgds
    Samir Neji

  • Line items data in scripts

    Hi
    i am doing Scripts.
    Therre is 12 line items in main window, when data printing for line items, if all fields contains data it's coming in proper alignment.
    If there is one item data is blank it's moving left side.
    <b>a/c no a/c name debits credits
    1       abc     100    100 </b>
    If there is no a/c name then output like below
    a/c no a/c name debits credits
    1       100     100  
    How to correct this problem.
    Rgds
    Chinna

    Hi,
    Instead of positioning your fields by calculating spaces,
    you need to use Tabs.
    Tabs are essentially used to create columns in the output.
    To create Tabs, go to the paragraph format that we intend to use for the output data line; go to the Tabs window for this format and set the tab positions.
    Pl.note that each tab position will be set w.r.t.the window start position and not w.r.t. the previous tab set.
    This way your columns positions will be set irrespective of the data being there or not.
    If the column header is using a  different paragraph format, you have to apply the same logic to that format also.
    Regards

  • Long text for line item appears twice in my PO form...

    Hello Experts,
    I am wondering why my long text for my 1st line item is appearing twice. In my PO, I only
    maintained a long text for my 1st PO line item appeards twice. below is my code:
    /E          ITEM_LINE_1
    IZ           &EKPO-EBELP&,,&EKPO-TXZ01&
    IZ           ,,&EKPO-EMATN&,,&EKPO-MENGE&,,&EKPO-MEINS&,,&EKPO-UMREZ&,,&EKPO-NETPR&,,
    =           &EKPO-NETWR&
    /:           DEFINE &LV_TEXTNAME& = ''
    /:           PERFORM GET_LONGTEXT_ITEM IN PROGRAM ZMMRP0008
    /:           USING &EKPO-EBELN&
    /:           USING &EKPO-EBELP&
    /:           CHANGING &LV_TEXTNAME&
    /:           ENDPERFORM
    /:           INCLUDE &LV_TEXTNAME& OBJECT 'EKPO' ID 'F01'
    The element 'ITEM_LINE_1' is called per line item. So in my case, 3 times. The INCLUDE statement
    at the end of the element is for the longtext. I am now confused as to why it appears twice for the 1st line item.
    Thank you guys and take care!

    Hi,
    You can debug and check whats happening there.
    Regards,
    Ram

  • Substitution for text of line items in purchase order

    Hi everyone,
    I have this requirement: suppose we create a purchase order, and that this PO is posted to a new (or yet existing) fixed asset. We must update the text in the line item of the PO with some information of the asset (new or existing).
    Any BAdI's/user-exits/enhancements to do so?
    Any help will be appreciated. Best regards,
    Alvaro

    Finally I decided to repair a standard object to do such substitution

  • Automatic Transfer of Texts into Line item

    Dear All,
    When we enter the G/L, Vendor, or Customer accounting document, if one line item contains text information and the same text should be copied into another line item automatically without entering '' or '+'. What are settings we need to do?
    Right now we have upgraded our system into EhP4.
    I request you to all please provide your suggestions.
    Regards,
    Ran

    Hi Alex,
    Thank you for your info. and could you please give me the Event number and we can work accordingly.
    Appreciate your response.
    Regards,
    Ran

  • Problem with line items print in Script MAIN window.

    Dear Friends,
    I am facing a problem with display the line items in main window.
    Here i have created my form with 2 pages,
    in first page i have created header window(my header information is full length of page), in second page i have created 2 windows, one for MAIN window and second for FOOTER window,
    i am having the Footer information about to off the page.
    and in my main window total 3 line items are coming, if i am having 3 line items then it is displaying properly (first 3 line items then immediately footer information on same page) but if am having more then 3 line items say four, then in my second page first it is printing 3 line items then it is switching into another page. After that footer is coming but. in previous page after printing 3 line items the remaining page is empty..
    my client want me to remove that place also. he wants to display continue..
    i think so u people r understand what is my problem...pls advice me what i want to do to solve this problem.
    Thanks
    Sridhar.

    Hi Sridher,
    If you want to display the footer information only on the last page why dont you use a table to display your details and place the footer details in the table footer instead of a seperate footer window.
    Regards,
    Vidya.

Maybe you are looking for

  • Power Query/Data Management Gateway data refresh not working

    Pretty new to o365/Power BI, but here's what I've got going on (hopefully someone can help me out): I created a data management gateway and data source.  The data source says it's online in the PowerBI admin center, and it seems to be working correct

  • IMac Hot Corners stopped working

    I have a wireless mouse and keyboard. Mouse has new batteries. Hot corners worked yesteday but no matter how I set them in System Preferrences, they do not work today. Any suggestions?

  • Apostrophe in File Path or File Name

    As most of you know, you cannot edit a file in PE8 with Photoshop CS4 if the pathname or filename contains any special characters. The file gets locked in PE8 but does not open in CS4. In my case, it is apostrophe. Renaming the directories or files i

  • Modifying emulated DataSource 3.x

    Hello, I'm working with SAP BW Netweaver 2004s, and I have a DataSource 3.x with an InfoPackage and a Transfer rule. I need to add some fields into DataSource 3.x, but when I tried to change to Modify View of the DataSource appears a message telling

  • How to display output serially ?

    hi, i have a table and there is a coloum abc, in that data are like that PEN PENCIL BAG so now i want a sql query which will display as per my choice serially , like i want pencil should b first then BAG should be second and so on.. thanks Edited by: