Alignmnet Issues with SAP Script

Hi All i have an issue with SAP script i have few columns in the script where in the values in the column changes dynamically.For example the value of second column in the first row can be 5 characters and the value of the same in the 2nd row can be of 10 characters and it keeps varying for every row but the max length of it would be 20 characters.
Now the issues is with the second column as the text in this column keep varying the text in the same row after the second column keep moving either towards right or towards left depending on the text in the second column,Can any one help me as how  can i fix this issue.
Looking for your valuable inputs.
Regards
Hari Krishna.

Hari,
http://help.sap.com/saphelp_47x200/helpdata/en/d1/802d91454211d189710000e8322d00/frameset.htm
Even though it is not the solution,I guess this link will be helpful.
K.Kiran.

Similar Messages

  • Problem with SAP Script FAX output

    Hi Friends,
    I have problem with SAP Script Fax output.
    After I issued output using the messge type, the print preview format shows me correct alignments and the right data. But when I go to List display using the menu bar functions from the print preview screen, the list is showing me the right data, but all the alignments at the main window went wrong.
    How do I rectify this problem? I need correct alignments in both form display and list display.

    Hi Sasidhar,
    Have you tried with different fax machine.
    Regards,
    Atish

  • Performance issues with SAP BPC 7.0/7.5 (SP06, 07, 08) NW

    Hi Experts
    There are some performance issues with SAP BPC 7.5/7.0 NW, users are saying they are not getting data or there are some issues while getting data from R/3 system or ECC 6.0. Then what things do I need to consider to check, such as what DataSources or Cubes I need to check? So, how to solve this issue?
    What things I need to consider for SAP NW BI 7.0 u2013 SAP BPC 7.5 NW (SP06, 07, 08) Implementation?
    Your help is greatly appreciated.
    Regards,
    Qadeer

    Hi,
    New  SP was released in February, and now most of the new bugs should been caught ,This has a Central Note. For SP06 it's Note 1527325 - Planning and Consolidation 7.5 SP06 NetWeaver Central Note to fix any issues. Most of the improvements in SP06 were related to performance, especially when logging on from the BPC clients.There you should be able to find a big list of fixes/improvements and Notes that describe those. Some of the Notes even have test description how to reproduce that issue in the old version.
    hope this will help you
    Regards
    Rv

  • BW Analyzer 3.x issue with SAP 7.1 Gui

    BW Analyzer 3.x issue with SAP 7.1 Gui
    After executing a BW worksheet and then "Selecting Filter Value" on a free Characteristic, The "Select Filter Value" Window pops up, but when you add or remove a characteristic it pops back to its original position.  If you try a second time, the characteristic will stay, but when you click "OK" to re-execute the report the "Select Filter Value"Window does not close.
    When you try to close the "Select  Filter Value" Window, Excel error out and shuts down

    Have you looked at OSS Notes.  This may just be a 3.5 Analyzer ith a BI 70 server issue, or did this only begin to happen with a upgrade to e 7.10 gui?
    The whole area of filters and variables with 3.5 Analyzer with BI 7.0 server has been shaky, so I'd look for Notes before I go down any reinstallion path.

  • Multiple line issue in sap script

    Hi All,
    There is a window in the sap script.
    The window consists of a text element and i am displaying 4 lines of text in that window.
    Sap script:
    /E   Reason
    AC  &LINE&
    In the source code, an internal table will have 5 text lines and those 5 lines should be reflected in sap script.
    The source code as follows.....
    loop at li_tline.
    CALL FUNCTION 'TEXT_SYMBOL_SETVALUE'
             EXPORTING
                  NAME  = 'LINE'
                  VALUE = li_tline-tdLINE.
      CALL FUNCTION 'WRITE_FORM'
           EXPORTING
                ELEMENT = 'REASON'
                WINDOW  = 'REASON'
                function = 'APPEND'.
    endloop.
    In final output, the last line of the internal table is reflacting..... Hope its getting over written each time in the loop.
    How to make the code, so that i can reflect all the lines from internal table to the sap script....??????????????
    Please help me, as this issue is very much urgent..........
    Regards
    Pavan

    Hi
    Do like this.
    declare 5 variables each of 80 char length.
    data: v1(80), v2(80), v3(80), v4(80), v5(80).
    Read the Internal table li_tline with index and move each line to different variables and write those variables in the script.
    if not li_tline[] is initial.
    read table li_tline  index 1.
    if sy-subrc = 0.
       v1 = li_tline-tdline+0(80).
    endif.
    read table li_tline  index 2.
    if sy-subrc = 0.
       v2 = li_tline-tdline+0(80).
    endif.
    read table li_tline  index 3.
    if sy-subrc = 0.
       v3 = li_tline-tdline+0(80).
    endif.
    read table li_tline  index 4.
    if sy-subrc = 0.
       v4 = li_tline-tdline+0(80).
    endif.
    read table li_tline  index 5.
    if sy-subrc = 0.
       v5 = li_tline-tdline+0(80).
    endif.
    endif.
    write the &V1& &V2& &V3& &V4& &V5& variables ins cript
    Reward points if useful
    Regards
    Anji

  • Problem with sap script table in main window

    hi all,
    i have created a sap script  for which output is in 7 pages.
    except first page all the remaining pages are giving the correct output.
    the problem with the first page is iam not not getting vertical lines in the table which is in the main window of page 1.
    iam getting the vertical lines correctly in the mainwindow table of all the remaining pages.

    Hi,
    It's simple,
    Pre- U should had declared a second page for the same window with header, main & footer.
    now
    First when u r looping the internal table provide no of rows eg Row 1 TO 10. in the Loop ( Data Tab)
    or
    when defing TEXT Go to PC Editor and mention all the fields Under  PROTECT -  ENDPROTECT.
    This would solve the issue.
    Thanks
    Ravi

  • Issue with SAP Single Sign-On and Scheduling Reports

    Hello --
    We are on XI 3.1 with SAP BW and SSO.  Some users are getting failures with this error message when they schedule a report to run:
    "A database error occured. The database error text is: Unable to connect to SAP BW server System received an expired SSO ticket. (WIS 10901)." 
    It SEEMS as though the users are fine if they schedule the report to run immediately and have it run every hour (or less) after that.  If they schedule it to run several hours from the time they are in the system, however, it looks like they begin getting failures around 8 hours after they were in the system.  This would make sense from looking at the "InfoView and Central Management Console Session Management" document (https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/405547f9-b840-2b10-44b5-8e17ff9e48a9&overridelayout=true) since a logon token expires after 8 hours, but since it is a scheduled report, and the user is not logged in through a browser, how is a token being passed?  Is it captured and included when the report is scheduled?  Would disabling logon tokens fix this issue?  How is authentication handled here if they are disabled? 
    Thanks for any info
    Casey

    Hi Gurus
    I am facing the exact same error.
    However, we are not trying to schedule the WEBI report.
    The user gets this error even when he is running on demand from the portal.
    Here are the various steps tha twe have tried and still it doesnt work:
    1) Refreshed and created new Universe connection
    2) Bounced BOE server
    3) Synced up the SSO timeout ticket to 8 hrs on all systems including BOE
    4) Changed browsers
    5) Removed cache, cookies etc
    Please help.

  • Issue with SAP PI FTP Adapter

    Hi All,
    We are seeing an issue with the FTP Adapter Communication Channel in SAP PI 7.1. When the communication channel is connecting to a FTP Server and if the connection request timeout ( ex: SFTP Server down ) we see a connection error .
    However the overall communciation channel status doesnot refelct it and it is still in GREEN status. The status being wrong doesnt raise an adapter CCMS alert. Also we are seeing that the communication channel stops all connection attempts after the failure for that communication channel.
    Wanted to check if anyone has seen or encountered the issue and how did you get past the problem.
    Thanks in advance..
    Arunava

    Hi,
    Could you please let me know whether it is sender communication channel or receiver ?
    Also please check below.
    1. Java messaging system queues are free or hanged ?
    2. Please mention time out paramter in the channel.
    3. Did you try Start/Stop the channel.
    Please get back to me.
    Regards,
    Sachin
    Edited by: Schin_Sharma on May 26, 2011 9:39 AM

  • SAP Sourcing 7.0 integration with SAP ERP - issue with SAP PI

    Hi All,
    We are integrating SAP Sourcing 7.0 with SAP ERP 6.0 with SAP PI 7.1 in middle. So the Sourcing will talk to PI and this intern will talk to ERP. Sourcing is on oracle 11g where as PI and ERP are on SQL 2008. All these 3 are on windows 2003 x64.
    We are following the "Configuration Guide Integration of SAP ERP and SAP Sourcing 7.0" provided by SAP.
    We have successfully configured Sourcing and PI systems as pe the document. In Sourcing, by using background jobs we are able to successfully generate files in "export" folder which is part of FTP directory.
    However the issue is with PI, we configured the "configuration scenerio" in Integration builder and point all channels to the FTP folder in Sourcing. But PI is not picking up these files.
    Is there any way to trigger this in PI system. Or do we need to do anything in sourcing itself.
    Regards,
    Siva.

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • Invoice List SAP script - Problem with SAP script functionality

    Hello Friends,
    I am working on SAP script - Invoice List SD_INVOICE_LIST. The invoice list contains the underlying billing documents. As per the standard functionality, in the line items, its printing the underlying billing documents with the net value. My requirement is to dig these line items into another level, meaning, I need to display the line items of billing documents  as well(like material, material description, quantity, net price and net value of that item etc).
    The billing linte item informatin is stored in VBRP table and the VBRP structure is not at all defined in the print program of SD_INVOICE_LIST (I.E.RVADIL01). Change of standard SAP program is not an option for me here.
    In the external subroutine we can fetch these line items for each billing document in the invoice list. However, my question here is how to take these line items back to the sap script and print them in SAP script (We can print one line item but how to loop these fetched lines and print them on SAP script. Any help in this regard would be greatly appreciated.
    I think there is no standard smart form exist for the invoice list. Please also let me know if there is any standard smart form available for INVOICE List.
    Thanks in advanace for any help in this regard.
    Best regards,
    Siva

    Hi
    As you cannot change the standard, you will have to see if there are any enhancements provided in the print program. if not you have to copy into a custom one and do changes accordingly.
    Thanks,
    Venkatesh

  • Vertical line issue in SAP Script main window

    Hi All,
    I want to draw a vertical line in my main window in SAP Script output.
    But problem is in main window i am printing some texts at the beggining then i am printing line items.
    So this is not fixed line (box). It may increase/decrease based on text available before line items.
    How can i manage this prining vertival line as i don't know height, top of this line!
    Thanks in advance.
    Thanks,
    Deep.

    Hai Deep,
    Use Elements as suggested by Kodarapu.
    Now goto Paragraph Formats create a format for Item lines.
    ex.
    Name Paragraph Format as 'IL' Now click on the Push Button "Tabs" on bottom Right.
    now in "Tab Position" enter the spacing that you need for your item dispaly
    ex.
    Number     Tab position       Alignment
    1               6.00   CH          LEFT
    2               25.00  CH         LEFT
    3               54.00  CH         LEFT
    The above example is for 3 items
    Now in your Script Windows-> Main
    do the following.
    /E           ITEM_LINE_A
    IL           &EKPO-EBELP&,,&EKPO-EMATN&,,,,&EKPO-TXZ01&
    Hope it SOlves your Issue.
    Cheers,
    Suvendu

  • RDI File to be generated with SAP Script

    Hello ,
    We need to generate RDI file for a SAP Script in transaction VA11.Please can  anyone let me know do we have to do the settings through configuration or programmatically in the SAP Script.
    Regards
    Amruta Prayagi

    Hi Amruta,
    i was just describing what is usually done for invoices, purchase orders ...etc.
    Get the aid of a functional. He will know the right place in parametrization where one can assing the print program to the sapscript form.
    Thus you will have:
    1.- one standard program assigned to one standard sapscript form
    2.- one Z program (copy of the standard one) assigned to one Z sapscript form (copy of the standard one but with the RDI settings)
    He will know as well how to create a message class for each one of the sapscripts.
    Thus you will have:
    1.- one message class for the standard program and sapscript
    2.- one message class for the Z program and the Z sapscript.
    Have a look at the output of an invoice or a purchase order because it can provide you a clearer idea.
    When you want to get the output you´d need to choose between the different outputs formerly described.
    You cannot have both at the same time.
    You can have a pdf or a fax or an RDI or an ordinary spool but one by one, that is, (re)processing the message as muck as you like.
    Hope to have somehow helped.
    Best regards.

  • Report with SAP Script

    hi guys,
      if i need to develop a report for purchase order using SAP script..how can that be possible???what is the name of the SAP script and how can we find that script???
    regards
    kalpana

    Hi Kalpana,
             The standard SAP Script form for PO is MEDRUCK,
    If You want to modify that form means take a copy of that form and modify it.
             The print program for MEDRUCK is SAPFM06P.
    You can get this Print programs from TNAPR table.
             Have you ever worked in VK01 transaction or created an IDOC. If Yes,it will be easy to print the form.
    with regards,
    Kalpanashri Rajendran

  • Program with sap scripts doent show any values

    While executing the program with scripts the output doesnt show values from the database. It simply shows the print preview with '&&' values. Pls help me
    Edited by: Gayathri Nair on Mar 12, 2009 8:11 AM

    Hi,
    Check your driver program
    1.you should have used OPEN_FORM with correct sap script form name
    2.have read the data into internal table and with in the loop-end loop you are calling WRITE_FORM
    with the element and the window type shpuld be MAIN to display the data.
    (use the same eleemnt in the MAIN WINDOW defined on the form) then only output will be printed.
    3.Have used the close form outside the loop-endloop.
    Please revert back in case of problem.
    PS:main reason can be the use of elements and the window type as I have also faced the same kind of problem.
    Pooja

  • Microsoft ERP MA (3.3.1077.2) for SAP and compatibility issues with SAP 6.0

    Hi all,
    I want to configure the ERP MA (3.3.1077.2) for SAP on ILM 2007 in order to synchronize passwords between AD and SAP. I have several instances of SAP. The SAP versions are as follow:
    SAP ECC 6.0 7.00 - 64bit
    SAP ECC 6.4 7.01 - 64bit
    SAP BI 7.1 7.01 - 64bi
    I was wondering whether there are compatibility issues with any of the above mentioned versions.
    Your feedback is appreciated.
    Regards,

    Did you install a Java machine JRE ? If no, when you do the drag and drop you have the popup but it does work
    [http://www.download.com/Java-Runtime-Environment-JRE-/3000-2417_4-10009607.html |http://www.download.com/Java-Runtime-Environment-JRE-/3000-2417_4-10009607.html]

Maybe you are looking for

  • My mobile hotspot no longer works since I upgraded to mountain lion. What happened and how do I get it back?

    My mobile hotspot (Samsung Note II)  no longer works since I upgraded to mountain lion (running on MacBook Pro)  What happened and how do I get it back? " Keep getting error message: "Could not join "NAME-HOTSPOT". A connection timeout occurred" Plea

  • Urgent - pls help - Problem while inserting binary file into Oracle DB

    Hi, I am trying to insert binary files into a Blob column in a Oracle 10G table. The binary files would be uploaded by the web users and hence come as multipart request. I use apache commons upload streaming API to handle it. Finally i am getting a i

  • Best workflow for colour correction?

    I'm still new to fcp and Iv e just started using the colour correction tools. I haven't looked at color (part of the final cut studio yet) this may seem stupid but what's the best workflow? After I've cut every thing and then go though it one clip at

  • Casting conversion in JLS3 draft

    Seems to be missing a post-boxing widening reference conversion:class C {   Object o1 = (Comparable<Float>)1.0f; // ok   Object o2 = (java.io.Serializable)false; // ok }Please ignore the Objects on the left-hand-sides - they are there only to give th

  • FINDER: File Date & Time Slow to Update

    In finder windows my date and time is slow to "update" when I've changed a file. Viewing by "Date Modified" is worthless sometimes. I change & save a file, view in finder and the date & time has not updated. Update times vary from immediate to minute