Row Text Details

Hi,
   I am working on SAP 8.8 patch11. I have an requirement to enter the Row Text Details through Code in Document Forms.
   I  need to do this  using a user defined column in the matirx. I have done the following things.
  1. Loop  through  the Matrix.
  2. When my user defined field in the row is having some value , Then I will change the Row Type to "T".
  3. When I set a Row Type to "T" , Application will open a form to enter the details (Form Id : 65088).
  4. I entered the value in the form on Form load event before action false.
  5. After that I want to close the form (65088) and loop through next row.
  6. I closed the Form on got focus of the Document Form. But the data was not set in the Row.
How to do this ?
Thanks in Advance !
Madhu

You can do it easy from DI API instead of GUI.
You can use the
Document.SpecialLines object to handle this
here is an example from help,
Sub AddSpecialLine()
        'Adding special line
        'Assume Qut is an existing Quotation Document Object
        'Setting the type of special line to be sub total
        Qut.SpecialLines.LineType = SAPbobsCOM.BoDocSpecialLineType.dslt_Subtotal
        'Setting the after line number
        'A number that says after which line the special line will appear
        Qut.SpecialLines.AfterLineNumber = 2
        'Check for errors
        lRetCode = Qut.Update()
        If lRetCode <> 0 Then
            oCompany.GetLastError(lErrCode, sErrMsg)
            MsgBox(lErrCode & " " & sErrMsg) ' Display error message
        Else
            MsgBox("Special Lines Added")
        End If
End Sub
Regards
János

Similar Messages

  • Reusing the 'Row Text Details' system form (Form 65088) in a User Defined F

    Hi Experts,
    Is there any way by which we can reuse the form 'Row Text Details' -system form (no 65088) in a user defined form.
    This window pops up to accept a large text when we change the 'Type' to 'Text' in marketing document line Items -Order/Invoice etc.
    I found the code to invoke forms related to a menu but which is not useful in this case.
    Thanks in advance
    Regards
    Ajith G

    Hello,
    This is not possible, you should create an addon for this functionality.
    Regards,
    J

  • Report Row With Detail (AJAX) by Carl - How to implement?

    I just had a look at Carl's example place and I'd like to implement his Report Row With Detail feature. But how, it's made up of 3 sections:
    1. a query
    2. javascript
    3. application process
    The query on which the report is based and where I want this feature is:
    select leverancier, artnr, vendorcode from plijst where productgroep = :p1_assortiment_tree or subgroep = :p1_assortiment_tree
    A break is defined on Leverancier
    I understand the query and the application process part. But where goes the Java part???
    Peter
    Message was edited by:
    Pete

    Tried to upload your example application, unfortunately it does not seem to upload properly in my APEX v2.0 environment
    Can you please confirm if your example works with APEX version 2
    and does the Javascript go in the Page Header or Region Header/ Footer area
    thankyou
    Frank

  • Report Row With Detail (IFRAME)

    Hi,
    I am trying to implement the Report Row with Detail but not successful.
    I have gone thru the various threads in the forum.. but i am unable to
    get it. It would be great if I could know the step by step process to do the same.
    I have created two regions. The first region (the query to it) also
    has a show_region link.. I have copied and pasted the javascript given
    by Carl.
    Thanks,
    shilpa.

    Hello,
    Ok then you are almost there so when you submit the form to update your data on a sucessful save you are going to create a plsql region that just uses htp.p() to write out the javascript to update the report in the main page.
    a simple example would be something like this.
    Lets say I'm getting back values to update the two first table cells on my parent report.
    <script>
    /*set up call back function*/
    function ReportRowUpdate(){
    var lRow = parent.g_LastRowOpened; /* hook to last row clicked */
    lRow.cells[0].innerHTML = 'SOME VALUE FROM DATABASE 1';
    lRow.cells[1].innerHTML = 'SOME VALUE FROM DATABASE 2';
    /*call call back function*/
    ReportRowUpdate();
    </script>
    And that should be it.
    Carl
    Message was edited by:
    Carl Backstrom

  • Report Row With Detail (IFRAME) - How to reload Main Page within iFrame

    Hi,
    Based on Carl's example - Report Row With Detail (IFRAME), i.e:
    http://htmldb.oracle.com/pls/otn/f?p=11933:17
    Within my scenario, I have a button within the iframe section of my report that calls a pl/sql process that performs some database processing.
    What I basically need is a means of performing a page refresh of the main page, when this button within the iframe is pressed. In Carl's example, that would be page 17.
    As mentioned, I call a PL/SQL process within the iframe, but unsure how to then refresh the main page - parent page.
    Any help would be appreciated.
    Thanks.
    Tony.

    Tony,
    you could insert the following script to the region footer of a region located on your "iframe"-page.
    <script>
    parent.location.reload();
    </script>
    But this is dangerous because everytime the parent is being reloaded, the iframe is loaded, too. Risk of loop...
    A possible solution is to conditionally display a html region (with the script) on your iframe-page basing on a request. You could post the request as a result after your plsql processing in a branch.
    Regards,
    Jens

  • Report row with detail (AJAX)

    Hi,
    In Carl's report row with detail (AJAX) demo, is there any way to show all detail row by default when the page is loaded?
    http://apex.oracle.com/pls/otn/f?p=11933:13
    Thanks.
    Andy

    Hi Andy,
    In Carl's example, the "details" content seems to be from a table that has a one-to-one relationship with the main table. If this is the case, you would probably find it easier to use a "Named Column (row template)" type of report template and lay out the report as you need it rather than use Ajax
    Otherwise, I'm sure it would be possible to loop through a report and make a series of Ajax calls to retrieve the details should there be multiple records required.
    Andy

  • Repeating row texts when exporting web report to Excel

    Dear all,
    When exporting a web report (including a structure/hierarchy) to Excel (via the 'export to excel button), the row texts (e.g. balance sheet texts) appear twice (column A and B)in the Excel result.
    When using the web context menu 'Export to Excel' this issue does not occur.
    I am using a BW 3.5 system which has been upgraded to support pack 16.
    I assume it is the combination of the structure and the 'export to excel' functionality that does not match up, because when I switch off the hierarchy functionality in the web report query properties, the export to excel does not give me any problems.
    Does anyone know how to solve this issue?
    Thanks in advance,
    Arjan.

    Did you write that software, COTS package called Medgate?
    If not then ask that company for support. No one here would know how to fix it. They are using the CR RDC report engine.
    Thank you
    Don

  • Interactive Report - Include Non-selected Column in Row Text Search

    Hi,
    We have an interactive report that contains many columns. NAME VARCHAR2(30), TYPE VARCHAR2(30) etc and DESCRIPTION VARCHAR2(4000).
    Normally the DECRIPTION column would not be shown (avalilable for dispaly via 'Select Columns' but not selected), however we need the default Row Text Search (ie direct entry into the search field instead of creating a column filter) to search the DESCRIPTION field wether it is selected for display or not.
    This will allow the user to enter a term that may be contained in the DESCRIPTION to find records without trying to display a 4000 character field in the report - which just looks horrible.
    We are using ApEx 4.1.1.
    Thanks,
    Martin Figg

    Hi Ray,
    As I expected this has got us very close. We went with the code:
    select
    facility_id,
    facility_name,
    '<span title="' || facility_desc|| '">'||substr(facility_desc,0,50)||decode(sign(length( facility_desc)-50),1,' (More...)',NULL)||'</span>' facility_desc,
    equipment_id,
    equipment_name,
    '<span title="' || equipment_desc|| '">'||substr(equipment_desc,0,50)||decode(sign(length( equipment_desc)-50),1,' (More...)',NULL)||'</span>' equipment_desc,
    from
    rf_full_item_list_vwhich works well. The only issue is that when you download to csv you get the html tags etc as well. Put I am a lot closer to a solution than we were.
    Thanks again.
    Martin

  • Apex 3.1, Interactive Report Row Text Search, image bitmap as TEXT?

    I think this IR thing is powerful which could save me lots of time in development.
    One question: does the row text search(default: all columns) treat image column as regular text(string)? I did the following search on:
    SAMPLE APPLICATION-->Products, I put 300 in the search column( for $300 list-price search), the search produces 3 lines( should only have 2). the 3rd line's list price is $1999, I looked it in SQL*PLUS and saw its image bitmap (long string) includes a "300" inside, so I believe the "default all columns search" treat image as regular string.
    How can I avoid the image bitmap search included in IR? This bitmap strings are very long for each image and can EASILY match searching conditions for something like PRODOUCT DESCRIPTION, PRODUCT PRICE for our products data( about 25000)? thanks
    sean

    Sean / Russell,
    Thanks for reporting this, it's certainly a bug.
    By the way, the search is performed in SQL, on whatever column values are being displayed (run the page in debug mode to see the full SQL). So in the case of the sample application, it is not matching the image bitmap, but the image size, which is selected in the SQL. The bug is that the full search should not include columns which have filtering disabled or one of the special image format masks. We'll try to fix this for an upcoming patch.
    Thanks,
    Marco

  • How to include the first row of detail in every xquery transformed xml?

    I am dealing with a XML file,where i need to publish to different BS.
    First node will be a common node node which contains vital info,second node goes to one BS and third goes to another BS.
    *<header></header>*
    *<details></details> (they are unbounded, but the first detail tag which comes in the input file is a mandatory tag in such a way that it needs to be included in every transformed message)*
    *<trailer></trailer>*
    We need to apply x query transformation on it in such a way:
    *</header></header>*
    *<1st detail></1st detail>*
    *<detail></detail> (2nd row of detail in input file)* -------------------------> Goes to BS1
    *<trailer></trailer>..*
    *<header></header>*
    *<1st detail></1st detail>*
    *<detail></detail> (3rd row of detail in input file)* ----------------------------->Goes to BS2
    *<trailer></trailer>*..
    And so on.
    Now, the problem is how to include the first row( *1st detail* ) of detail in every xquery transformed xml?

    are you looping of this input with a for each?
    /yourdata/details[1] should return always the first detail element.
    or before the for each do an assing of this first detail element to "generic_details_var"
    and use this var in every looping iteration (in an assign or as input for xquery)

  • How to know text details like text id, text name, etc

    hi
       how to know the header text details like text id, text name, text object that details. to pass in Read_text.
    Thanks
    sri

    Hi,
    One option is to set a breakpoint at function module READ_TEXT while reading the text during the transaction. here you can get teh exact values that need to be passed.
    Regards,
    Devendra

  • Display Sales Quotation Row Text in SAP Standard Report

    Dear Experts,
    I need to display sales quotation row text in crystal report.
    S.no    Item Code  Item Des   Qty    Price
    1        AAA           AAAAAA     1      100
    2        BBB           BBBBBB     5      200
    3          CCCCCCC---->Row Text    800
             qqqq           qqqqqqqq    1       100
             www           wwwww     5       500
             eeee            eeeeee      2       200
    4      DDD           DDDDD      1      100
    I need to display in crystal report above format
    Please help me how to do this...Very Urgent...  

    Well - it's a report so there won't be a user exit. I think your options are what the others (and you) have suggested - change the standard program or make a copy.
    There are different opinions on the forum about which to do.
    Rob
    PS - you're not bothering anyone. We like problems.
    Message was edited by: Rob Burbank

  • Carl's Report Row with Detail Example

    Hi,
    Hoping someone can assist, I am looking at using Carl's "Report Row with Detail" example at:
    http://apex.oracle.com/pls/otn/f?p=11933:1
    The only thing that I am unsure about is that , instead of using the words show comments/hide comments, I would actually like use an image that will toggle, i.e initially have a plus.gif (+) image to expand row and then toggle to a minus.gif (-) image to hide the row.
    Using Carl's example, would really appreciate some help on achieving this. I tried replacing the innerhtml with an image file but had no luck.
    Thanks.
    Tony.

    Hello,
    There you go http://apex.oracle.com/pls/otn/f?p=11933:107 just make sure the images have a plus and a minus in the filename,
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Text details for my family lines

    Is it possible to get the details of the text messages if they are my own? I have two phones on a family share plan and am wanting to see the details of the text messages. I am not attempting to get text details for another user, but these are on my plan and I am the primary account holder.
    Is this possible?
    Thanks,
    Kevin

    I'm not sure what phone you have. I have an LG Cosmos and I can go to Messages and the SENT Folder, scroll to the one I want, click OK, the whole message appears and I can read the entire message, so I'm not sure what else you're looking for?  
    Hope this helps? Patricia

  • Row text Visible in Excel layout but missing in Web layout

    Hi,
    My row text is visible in Excel layout but it is missing in web layout. Only the first row is missing text while the other rows are showing
    The planning layout that I am using is also used in another web layout but I don't have same issue.
    I have tried to the following.
    - Retransport the layout
    - delete the row and recreate it
    but the issue is still the same.
    thanks

    found a work around solution to resolve it.

Maybe you are looking for

  • Reg SC convertion into PO in ECS scenario

    Hi, Why does the Shopping cart created in EB system with more around 19 line items show the status as Item in transfer process even though the entire approval workflow is complete? There are no alerts found. Neither are there shortdumps. The account

  • RTMT version 8.1 Trace on one device

    Running CUCM 7.1 and using RTMT version 8.1. I want to Trace H323 activity on ONE Gateway.  How do I do that with the versions I have? I know I could select individual devices in older trace settings (3.x,4.x etc) cannot figure out how to do it with

  • Liscense Agreement pops up, then iTunes shuts down

    I just got an iPod today, and after downloading iTunes (the most recent one on the apple website, I found that it doesn't work properly. I've read through soome of the discussions, but mine is acting a little differently than anything I read. When I

  • 27.56 GB of other listed in contents of ipod

    I don't understand what the 27.56 GB of "other" is on my ipod. I have only sync'd and transferred music files from Windows Media Player, and photo's from Adobe Photo shop. It's taking up almost half of my available space on my ipod. Please if anyone

  • Failed to acquire org.pulseaudio.Server

    Hi, before filling a bug, I'd like to ask here: Couple of days ago I've noticed that sound stopped to work completely. I'm using pulseaudio. In /var/log/messages.log after startingI see following error: Apr 26 23:08:37 myhostname pulseaudio[9698]: ma