RFPOSXEXT -- report

dear gurus
i have added a field U_awkey in rfposxext structure and when i run the t-code fbl1n it shows me the document reference key which is linked to the table bkpf-awkey.
i have made my own report and i want to fetch the data from structure rfposxext im getting what i require but im not getting the data from the field u_awkey .
please guide me
i have attached a link for my code
[My Report|http://www.geocities.com/saadnisarahmedkhatib/ABAP/fbl1nreport.html|Please Help Me]

Hi,
as per my understandings from ur Report link, U r fetching data to it_pos through IMPORTING a memory ID (its a local memory). U_awkey is a new field which u appended to the structure now, so this memory is not fetching the data for the new field...
i see a stmnt in ur link like below:
IMPORT it_pos FROM MEMORY ID 'it_pos'.
U need to find from where it is getting IMPORTING and then write some logic for new field U_awkey.
or
U get the data in ur program and move to the structure it_pos.
Hope its clear!!
Regards,
Pavan

Similar Messages

  • Extending RFPOSXEXT using report RFPOSXEXTEND

    Hi,
    To add custom fields to FBL5N, I added two custom of fields to the following structures
    1. RFPOS - using an append structure with two custom fields
    2. RFPOSX - using an append structure with two custom fields
    To also extend RFPOSXEXT, I ran the report RFPOSXEXTEND. Both the fields got added to RFPOSXEXT with no issues. I used BTE 00001650 to populate values to these fields and they showed up in FBL5n.
    My question is when I move this to Quality and prod systems, should I run the report RFPOSXEXTEND again in those environments too. RFPOSXEXT says that it was last changed by me with no request attached to it. Should I include this change to RFPOSEXT in the same request when I move this to other environments.
    Please help.
    Thanks.

    Hi
    U should run the report RFPOSXEXTEND in every enviroment
    Max

  • Report for Parked Invoices

    Dear gurus
    Im generating a report using structure RFPOSXEXT. problem im facing is that im getting all the document numbers which are open items and cleared items but im not getting the document number of a parked items. can you tell me how. ?
    regards
    Saad NIsar

    ADDTIONAL :
    Create your new report using the table RBKP : Invoice header...
    here use the field RBSTAT and entry as PARKED...and then execute...
    It will show all parked documents...
    HOPE YOUR QUERY IS SOLVED NOW...
    hi,
    What you want exactly?? If you wanna see just Parked invoices, then can check it form FBV3 report...
    FBV0 is used for post/delete the park invoices...
    Hope it helps..
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Apr 9, 2009 10:22 AM

  • Trouble creating a open items report (BSID and BSAD tables)

    Hi guys,
    im creating a report that must display open items for an especific date, and i do it very well with a query from BSID table.
    The problem comes when u use a date on the past, example last week.
    if u do that, the items are now closed and are no longer stored in BSID table, so i think that they must be now in BSAD table, but i dont know how to relate wich ones are recently closed...
    i also tried to do a query from BSAD with augdt >= last week date, and i almost get the items that i needed(this items plus the ones from BSID), but is not exactly because u can close an item with a date in the past..
    is there any way to relate that 2 tables, or what exactly happens when an items change from bsid to bsad??
    any ideas?

    Hi;
    I think the best way to recive the necessary information is using logical data base DDF.  You can use report RFITEMAR to see how use the logical data base.
    Some months ago I've read the data in my report in following way:
    1. make Z-copy of report RFITEMAR
    2. in Z-copy after end-of-selection insert
    export it_pos to memory id 'POS_TABLE'.
    3. In your report write a form similar to my form below:
    *&      Form  submit_zrfitemar
    FORM submit_zrfitemar  tables    rkunnr  type trgr_kunnr
                                     it_pos  type it_rfposxext
                           using     ibukrs  type bukrs
                                     idatsd  type sy-datum.
       data: rspar    type table of rsparams,
             l_rspar  type rsparams,
             l_pos    type rfposxext,
             akunnr  type kunnr.
       l_rspar-selname = 'DD_KUNNR'.
       l_rspar-kind    = 'S'.
       loop at rkunnr.
           move-corresponding rkunnr to l_rspar.
           if l_rspar-high = ''.
               l_rspar-option  = 'EQ'.
               else.
               l_rspar-option  = 'BT'.
           endif.
           append l_rspar to rspar.
        endloop.
        clear: l_rspar.
        l_rspar-selname = 'DD_BUKRS'.
        l_rspar-kind    = 'S'.
        l_rspar-sign    = 'I'.
        l_rspar-option  = 'BT'.
        l_rspar-low  = ibukrs.
        append l_rspar to rspar.
        clear: l_rspar.
        l_rspar-selname = 'PA_STIDA'.
        l_rspar-kind    = 'S'.
        l_rspar-sign    = 'I'.
        l_rspar-option  = 'BT'.
        l_rspar-low  = idatsd.
        append l_rspar to rspar.
        clear: it_pos[].
      submit ZRFITEMAR
      with selection-table rspar
      and return.
      import it_pos from memory id 'POS_TABLE'.
    ENDFORM.                    " submit_zrfitemar
    You find the necessary data in table IT_POS.
    JS
    Edited by: John Smith on Oct 9, 2008 5:42 PM

  • Display the values in Docment Currency in Report Painter-FDI4

    Hi,
    Am new to report painter. i created report painter in FDI4. this report is to display the due amount.
    when i click on table cell, which is amount field . Am chosen cell type as 'Select with Key figure' option .
    After then i try to select key figure for that cell (Popup:Element definition).
    In F4 selection there is only one Key figure which is Amount in LC.
    I need to display the field value as Amount in Document currency.
    How to bring Amount in Docment curreny in that F4. Is it possible.
    I didnt get any thread related to my requirement in SDN.
    pl help.

    Hi there,
    Could you insert the field FAEDT (Net due date) in customer reports? (reports from transaction FDI3). This field is not in a table, only in a structure. I defined it in TKAF like that:
    USGFL
    D
    ROLNM 
    FAEDT_FPOS
    CHTAB
    RFPOSXEXT
    CHFIE
    FAEDT
    ORTAB
    RFPOSXEXT
    ORFIE 
    FAEDT
    DIMPR
    2
    RSLIN
    1
    And I also added it in the RFRRD20, but did not work. Can you tell me how to do it? I will reward with point. Thanx!!

  • Adding fileds to customer line items report  (RFITEMAR)

    Hi all,
             I am modifying a customer line items report<b>(RFITEMAR).</b> I have to add two fields to a structure <b>(rfposxext).</b> I have completed this task. But the problem is how to populate these two fields. I am not able to find the select statements in this report to add these two fields. Any one can help me in this issue.....Thanks in advance

    Hi Kalyan
    In the include "RFITEM_INC",
    Routine "reate_performance_tables" exists where they are assigning "fposxext" to a field-symbol.
    Add you fields after:
            gd_pos_reduced-bukrs = <lfs_pos>-bukrs.
            gd_pos_reduced-belnr = <lfs_pos>-belnr.
            gd_pos_reduced-gjahr = <lfs_pos>-gjahr.
            gd_pos_reduced-buzei = <lfs_pos>-buzei.
            gd_pos_reduced-budat = <lfs_pos>-budat.
    add:
            gd_pos_reduced-xxx = <lfs_pos>-xxx.
    regards,
    Dharitree

  • How to add extra filed in FB03 output report

    HI,
    we added new field for structure  BSEG_ALV but this field does not appearing in layout of FB03 report.
    --Ganesh

    Hello,
    There are two "standard" ways to add new fields there, but you should consider these fields will be available for trx FBL1N, FBL3N and FBL5N:
    - first way: trx OBVU: here you can insert only new fields belonging to BSEG, BKPF and others tables
    - second way: add the new fields to structure RFPOSX, run the report RFPOSXEXTEND in order to update RFPOSXEXT (the structure for the ALV), use the BTE 1650 to insert the code to fill the new fields.
    Bye!

  • Additional fields in RFPOSXEXT

    Hi
    We are upgrading 4.6c to ECC 6.0. 
    In Ecc 6.0 has additional fields in structure RFPOSXEXT. This structure is automatically generated.
    How to remove the extra fields in this structure.
    Thanks

    Hi,
    in order to regenerate the structure RFPOSXEXT you have to run the standard report RFPOSXEXTEND,
    Program RFPOSXEXTEND combines structure RFPOSXEXT from the fields of structure RFPOSX and the special fields saved in table T021S together and activates them in the Data Dictionary.
    If you want to remove some special fields from the structure RFPOSXEXT you have to manage them in Financial Accounting customizing (Define Special Fields for Line Item Display) in the views V_T021S and V_FAGL_T021S.
    Please read the correspondings IMG activities documentation and the abap documentation of RFPOSXEXTEND.
    Kind regards.
    Andrea

  • U_MENGE field in structure RFPOSXEXT

    Hi
    We are upgrading from SAP 4.6C to 4.7.
    While testing we found that, in report FBL3N Quantity field is missing.
    After investigating we found that the structure RFPOSXEXT which was having field U_MENGE in version 4.6c is not having the same in version 4.7
    Is this something which SAP has removed in 4.7? or we are missing some settings/configurations.
    Best regards,
    Amit Patel

    Hi,
    Check if this note is helpful : 215798.  There is a mention about the U* fields.
    Cheers,
    Gimmo

  • Problem in extending the strcture RFPOSXEXT

    Hi,
    I have added a new field BRSCH(which is a standard field from LFA1) to strcture RFPOS(RFPOSX).
    Then i have ran the report RFPOSXEXTEND and got the message 'Program ran successfully....'.
    But the new field BRSCH is not added to structure RFPOSXEXT.
    Please help me.Whether i am missing any steps?
    Thanks & Regards
    Seshagiri

    Hi,
    I have resolved the issue on my own.
    Earlier the field BRSCH was appended in RFPOS structure only.Now i have appended the same field in RFPOSX and then ran the program RFPOSXEXTEND,which added the new field BRSCH to generated strcture RFPOSXEXT successfully.

  • Re: Column is not getting displayed in the BI report

    Hello Gurus,
    I have developed a BI report with more number of parameters.
    Case 1:
    When i run my report , I am able to see data for particular condition but one column doesn't show any thing. All the rows in the column are blank.
    Case 2
    I tried to put the blank column as parameter, The Program works with out displaying that column data.
    I am not sure where it is going wrong. I tried running the code in toad and i am able to see the data.
    I have checked the code, Parameter description, length, Template and data definition.
    Please help.
    Thanks,
    Sreekanth

    Hi ,
    For that column did u changed any alias name in the query...
    check ur template once by loading the xml data...
    check that column form field that matches with the xml tag or not..
    Thanks,
    Ananth

  • Open and cancelled Quote Report

    Hi,
    Can anyone give me the information  for getting open and cancelled Quote Report?

    I hope you are using reason for rejection for cancelling quotations. If that is the case, you can use transaction VA25 to view the list of quotations. Here you can filter on two columns status and reason for rejection to view the report as per your requirement.
    Regards,
    GSL.

  • Print Quote Report

    Hi All,
    I have a requirement to develop the custom print Quote Report. When i review the standard pring quote report ,I found a call like <?call-template:TermsTemplate?>.
    This statment itself is getting all the Terms and Conditions for that report. when i looked in the ASOPRTXSL.xsl, I see the below statement
    <xsl:template name="TermsTemplate">
    <xsl:call-template name="PrintContractTerms"/>
    </xsl:template>
    I am pretty new to XSL, dont know what's happening here. Please help me ASAP
    I have also posted this question in BI Publisher but did not get any respose . Please Help
    Thanks

    If you want to create a custom report using concurrent program then refer:
    http://apps2fusion.com/apps/apps/63-xml-publisher-concurrent-program-xmlp
    If you want to create a custom report using OAF page then refer:
    http://apps2fusion.com/at/51-ps/260-integrating-xml-publisher-and-oa-framework
    -Anand

  • XML Quote report

    We have a problem with our XML Quote report that cuts off the report at 26 pages when it should go to about 200 pages.
    We have another report the Acknowledge Quote and it works fine.

    Finally we found the solution for this problem.
    1. Open qotSCocPrint.jsp and add below line inside <SELECT id="qotOutFrmt" name="qotOutFrmt"> statement. This line should be added after "for" loop.
    <OPTION value="EXCEL">Excel Format</option>
    We can add as many options the XML Publisher supports.
    2. Decompile oracle.apps.aso.print.webui.MainCO.class (Controller).
    Change the below line
    httpservletresponse.setContentType("application/pdf");
    to
    httpservletresponse.setContentType("application/"+quoteOutputFormat.toLowerCase());
    Take a backup of the original file, compile the java in the same directory.
    3. Decompile oracle.apps.aso.print.server.PrintQuoteAMImpl.class and change this line
    Field field = class2.getDeclaredField("OUTPUT_TYPE_PDF");
    to
    String outputFormat="OUTPUT_TYPE"+as[12].trim();
    Field field = class2.getDeclaredField(outputFormat);
    Bounce Apache and generate the Quote output in desired format.

  • Same EPM Excel Report takes time to open and refresh on 1 system while it opens and refreshes faster on other system

    Hi All ,
    I am facing an issue where the EPM Excel Templates on SERVER ROOT FOLDER take time to open on 1 system . It also takes great amount of time to REFRESH . While on an another system the same Report opens rather quickly and refreshes also quickly .
    Regards,
    SHUBHAM

    Hi Shubham,
    Now day excel problems are due to some MS update.  Not sure but  have a look at below note.
    2107965 - Issues in EPM Add-in after installing Microsoft updates

Maybe you are looking for