Changes in standard FBL5N tcode output report

Hi Experts,
I have a req of making a ztransaction for the standard tcode FBL5N for customer line item display . In this i need to replace the icons showing status ie open ,cleared etc and icons for showing whether its overdue or due  with texts describing the statuses instead of these colored icons . How can that be done and how do i find where these icons are created and their colors in the standard program .
Could you help in how to go about this . Thanks in advance
Ankit

hi,
you dont need create one zprogram (zfbl5n)
You must use the enhancement for this purpose...
See the steps:
1 – Create the new field via append structures for RFPOS e RFPOSXEXT (SE11).
2 - Ceate the product for the BTE in BF24 transaction, for example ZFADD.
3 - copy the function SAMPLE_INTERFACE_00001650 and insert your codding for filling your field. More information, you can see the sap note 112312.
4 - in BF34, assign the event 00001650 for the product ZFADD and new function created.
Best Regards,
Luiz Fernando do Carmo
Sap FI Consultant - Brasil - São Paulo

Similar Messages

  • Why it returns ERROR after I changed some Standard Reports output to XML?

    Our EBS is a 11.5.10 CU2 instance.
    We just upgrated the XML Publisher to 5.6.1 and did all the work described in section "Post-install Steps" of "About Oracle XML Publisher 5.6.1"(Doc ID: Note:357308.1)
    Now we are do the testing.
    I changed the Standard Report "Journals - General (132 Char)" output type to XML, then ran it.
    It returns ERROR
    Logs is as flows:
    General Ledger: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GLGENJRN module: Journals - General(132 Char)
    Current system time is 25-AUG-2006 11:39:25
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SET_OF_BOOKS_ID='1001'
    P_KIND='L'
    P_POSTING_STATUS='U'
    P_CURRENCY_CODE='CNY'
    P_PERIOD_NAME='AUG-06'
    P_PAGESIZE='132'
    XML_REPORTS_XENVIRONMENT is :
    /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    Report Builder: Release 6.0.8.25.0 - Production on Fri Aug 25 11:39:26 2006
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 301650.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-AUG-2006 11:39:27
    Anybody know why?
    Thanks!

    Hi,
    The log file says that the RDF report actually errored out
    and its not a problem in XML Publisher.
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    what you can do to debug is change the output type to text and run the report.
    See, if the report runs successfully. I guess, there might be some problem with the report itself.
    If the text report runs fine, change the output type to xml and run it.
    Hope it helps

  • Standard driver programs,output type ,scripts,smartforms for SD reports

    hi experts,
                  Can any one list all the standard driver programs,output types ,scripts,smartforms for SD reports.
    mani

    Hi,
    Check this out
    NACE
    You can track the form and the print program used for that form
    The Tcode NACE is used to link the Standard SAP forms (SCRIPTFORM or SMARTFORM) or the customized form or the new form to its respective print programs. Also the output types, Form entry are linked with their forms and print programs. In short term, i can tell u that configuration or customization of forms to print programs, assigning output types, form entry to the forms are done using this Tcode.
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm
    Condition records in NACE?
    and
    NACE is used for message control customizing.
    Take a look at the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm
    and also
    NACE is used for message control customizing.
    Take a look at the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm
    If it helps reward with points..

  • Standard toolbar in an ALV output report

    hey guys,
    can i manipulate the standard toolbar (BACK, CANCEL, EXIT) of an ALV output report as in a screen?
    I want to put some codes when the user ticks on the particular button.
    Thanks a lot!
    Regards,
    Mark

    in SE41
    copy Program          SAPLKKBL
            Status             STANDARD
    to ur Program          ZPROGRAM
            Status            ZSTANDARD
    in ur Z program
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_program                = repid
         i_callback_pf_status_set          = 'SET_PF_STATUS'
         i_callback_user_command           = 'USER_COMMAND'
    below of ur program write these 2FOMS...
    FORM set_pf_status USING rt_extab TYPE slis_t_extab.
    *PF status of program 'SAPLKKBL' is 'STANDARD' is copied for standard
    *options(buttons)
        SET PF-STATUS 'ZLSTANDARD'.
    ENDFORM.                    "set_pf_status
    FORM user_command  USING r_ucomm     LIKE sy-ucomm
                             rs_selfield TYPE slis_selfield.
      CASE sy-ucomm.
        WHEN 'SAVE'.
    *write ur code here
        WHEN 'BACK'.
    *write ur code here
        WHEN 'EXIT'.
    *write ur code here
      ENDCASE.
    ENDFORM.                    "user_command
    Regatds,
    Ramesh.

  • Tcode  S_ALR_87012301  Report RFSUSA00 after upg ecc 605 without page break

    Hi !
    This G/L account balances report (Tcode  S_ALR_87012301 : Report RFSUSA00 ), in version 4.6C, have a page break by the subtotals level defined at the selection screen.
    Now after the upgrade with ecc 605, the output is continuous...
    I checked the possibilities of changing the output layout, but didn't find anything to define a pagebreak by the 3 levels at the selection screen....
    Does anyone knows if there is a solution for this?
    Thanks in advance.
    Regards
    CMira

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

  • Production schedule report/Standard v/s actual report

    Dear experts,
    Need two standard report for
    1) Production schedule report- production during the perion and their cost component and items break up
    2) Standard v/s actual report - Standard defined for material  and actually consumed in term of qty and Cost for material and production order.
    regards
    RR

    Hi ajay,
    Thanks for your valuable advice,
    I did all the changes mentioned in thread.
    Cost component wise production target cost and actual cost is coming.
    Same way i did it for qty.but my actual qty of production order is not coming but input qty is coming.
    Option selected for output qty and same is not coming in report
    key figure-output qty
    value type-4actual
    version-770IVERS
    Option selected for input qty and qty is coming in reports also
    key figure-input qty
    value type-5target
    target cost version-790SVERS
    Need to ask one more question,Shall i create separate cost component for FG cogm a/c?.my fg cogm and settlement a/c is same.
    and also how to extract all data(cost component wise) in excel for all orderwise/material wise
    reards
    RR

  • XML publisher output report in excel format

    Hi
    I have created reports using XML Publisher, the default output preview format was PDF. While submitting the program, in the layout, I changed the format to EXCEL,it give me output in Excel. Now I need to send the output report as an attachment through e-mail.For this I have used a UNIX shell script to send the mail using uuencode and mailx commands.
    I have fetched the name of the report from table using the following command.
    SELECT file_name
    FROM FND_CONC_REQ_OUTPUTS
    WHERE FCR.CONCURRENT_REQUEST_ID = p_req_id;
    The name of the report is : XXBG_PO_IFACE_SO_RPT_8556321_1.EXCEL
    Following is the command to send the e-mail.
    (cat $MAIL_BODY; uuencode XXBG_PO_IFACE_SO_RPT_8556321_1.EXCEL XXBG_PO_RPT.xls) | mailx -m -s "$MAIL_SUBJECT" $mail_id
    I am receiving the mail with the attachement, but when i am trying to open the attachement it is throwing an error and nothing is displayed in the excel sheet.
    Note: When I am sending the mail,in similar way, with 'PDF' attachement it is perfectly fine and the attachement is opening correctly.
    Please help me.
    Thanks in advance,
    Madhu kumar

    Hi schavali,
    The error message is as follows
    Microsoft Office Excel cannot access the file "https://xxxxxxx/Inbox/XXBG_PO_RPT.xls.
    There are several possible reasons:
    --The file path doesnot exist.
    --The file is being used by another program.
    --The workbook you are trying to save has the same name as a currently open workbook.
    After throwing the error, it open s a balck excel sheet.
    Hi hsawwan,
    I have gone through the thread. I am able to see the report when I click the output tab on the concurrent request screen.
    But the problem is, when I am sending the output report as an excel attachment then I am facing the problem.
    There might be some problem with uuenocde or mailx command.
    Thanks
    Madhu Kumar.

  • Adding field in standard SAP transaction output results.

    Hi,
    I have to add a new field in standard SAP transaction output results.
    Can any one tell me what are the ways (brief explanation) that I can do this?
    If using exists - then what kind of exists I have to use? And how to find out the possibility with user exists?
    Thanks for your time.
    Thanks.
    Chris.

    Hi,
        There are so many ways to find out the user exits.
    Hi,
    To see SAP Exits -> Use Tcode SMOD
    To See create a project for Customer Exits -> Use Tcode CMOD
    There are projects to which Exits are assigned. Selects the relevant projects.
    What is User Exit:
    http://www.sap-img.com/abap/what-is-user-exits.htm
    How to find then:
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    All Exits List:
    http://www.easymarketplace.de/userexit.php
    Do a search on SAP Exits, Customer Exits, enhancements, etc
    Step 1 :- Execute transaction
    step 2 :- Click on Status Menu
    step 3 :- Double click on the program (screen) __?????___
    Step 4 :- Search source code for the 'Customer-Function' string using the find button. Remember to select 'In main program'.
    Step 5 :- A list of search results should be displayed indicating where all function exits can be found.
    You can now double click on each of them to go to its position in the source code. This also
    allows for the insertion of breakpoints so that you can test if the exits are called in the
    appropriate place.
    Step 6 :-Once you have found the Function Exit within the source code (Find Function Exit) you need to
    access the actual function module it executes. This is done using the following steps:
    Step 6.1 :-
    Step 1
    Locate desired 'Call Customer-function' statement within source code.
    Step 2
    If code is not within main program (module pool) e.g. SAP* then you will need to find this
    out by selecting 'Main Program' from the 'GOTO' menu. The Main program for transaction
    Step 3
    The actual function module name can now be calculated based on the information retrieved,
    it is defined by the following format:
    EXIT_<Program name>_<Exit number>
    eg :- 'EXIT_SAPLMR1M_004'.
    Step 7.1:-
    Once you have found the Exit function module
    Step 1
    Execute transaction CMOD
    Step 2
    Select 'SAP Enhancements' from the 'Utilities' menu.
    Step 3
    Select 'All selections' from the 'Edit' menu.
    Step 4
    Now populate the Component name field with the exit function module and press
    the execute button.
    Step 5
    A list of all Exits(Enhancements) containing that function module should now be displayed.
    Step 5
    You can now double click on the desired exit to display a detailed description of its uses and a list of all
    components contained in it.
    Implementing Function Exit
    This is required in-order to activate Function exit:
    Step 1
    The first step is to enter source code into function module in the usual way i.e. via SE37.
    There will already be an include declaration within the code with the following
    format: Include zx*.
    Double click on this to create it, source code can then be entered within here.
    Although it is good practice to create another include with this to store your
    code, this allows separation of difference enhancements allowing them to be easlity
    removed without de-activating the enhancement.
    Step 2
    Execute transaction CMOD and create new Enhancement. Enter name and press the create
    Button.
    Step 3
    The following screen should be displayed, enter short text then click on the 'Enhancement
    Step 4
    Now enter the Exit name (enhancement) which contains the desired Function Exit.
    Step 5
    Return to initial screen of CMOD and press the activate icon. The exit is now ready for use.
    Please Mark The Helfull Answers & close the thread.
    regards
    dj
    reward for all useful answers.

  • Change PNP standard selection screen attributes

    Hi experts,
    I need to change the standard PNP selection screen parameter BUKRS into "obligatory".
    I know it can be done for all reports using PNP through SPRO, but I need it only for one customer report.
    Best regards,
    A. Cepa.

    You can hide the standard field on the screen using this -
    INITIALIZATION.
    LOOP AT SCREEN.
    IF screen-name = 'PNPBUKRS-LOW'.
    screen-active = '1'.
    screen-input = '0'.
    screen-invisible = '1'.
    ENDIF.
    IF screen-name = 'PNPBUKRS-HIGH'.
    screen-active = '1'.
    screen-input = '0'.
    screen-invisible = '1'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    Regards,
    Amit

  • Modify the standard screen of a report

    I've just created a report with some parameters and when i try to modify the standard screen of this report via se80 i've got a warning message that tells me that all changes in standard selection dynpro will be discarded.
    Does that mean i can't modify this Dynpro?
    Thanks

    Hi jose,
    Wat is ur problem can u explain me clearly. wat u r trying to modify?? Ru trying to change screen settings??
    For dynpro check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm
    Regards,
    Pavan<a href="http://http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm">http://http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm</a>

  • Tcode for Report painter

    Hello All,
    when m trying to create a tcode for report painter through se93 its show erre for D_SREPOVARI-EXTDREPORT parameter,m felling the parameter with the value gatting from table TKEB1,-APPLCLASS /SUBCLASS /TABNAME  23 space / REPID.error is do not use blank char. Suggest Please and please give some idea about how to copy a stand. report painter and change the Z according to client requirement.
    Thanks
    Sam

    Hi,
    I will suggest you to execute the transaction START_REPORT and put the report type report and ext. name. If it executes well over here then you can create a transaction using SE93
    Something like this
    Default value for transaction ‘START_REPORT’
    In    bellow default value section insert default value
    SREPOVARI-REPORTTYPE      = AQ      "Parameter    indicating Abap Query
    D_SREPOVARI-REPORT           = ZY_CS_ALLSLS   "Query    User group
    D_SREPOVARI-EXTDREPORT= ZY_SLS_MST_001     "Query name  
    Hope this helps.
    Thanks,
    Tooshar Bendale

  • What's the Oracle Standard for generating Output & logfile for Conc Prog?

    Is there any Oracle Standard for generating output and log files for standard concurrent programs and reports.
    for example: if Error, only Log no output
    if Warning, Log & output
    Complete Normal, Log & output
    Any help is appreciated...
    Thanks,
    Subhadeep

    Is there any Oracle Standard for generating output and log files for standard concurrent programs and reports.
    for example: if Error, only Log no output
    if Warning, Log & output
    Complete Normal, Log & output
    Any help is appreciated...APPS.FND_CONCURRENT -- procedure get_dev_phase_status
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_CONCURRENT&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_type=source
    Thanks,
    Hussein

  • What are the bad Effect of changing sap Standard Programs?

    Hi all,
    I want to know what are the Bad effects of changing SAP standard screen and reports.
    I need a bit theoretical Explanation.
    Please suggest me some good and effective matter link.
    Regards

    Hi sonal,
    If I write the theory here ,might be its going to mess up here.mm..try this link.There are good information in changing a standard functionality.
    http://software.feedfury.com/content/28535477-changing_the_sap_standard.html
    2. I can tell one of like ...
    To change a standard program or functionality or standard field in  sap,we have to go for related user,customer scvren exit etc.
    We have to find the right exit to that particular transaction and do our customized coding there.We have to be very careful,since we are going to change the standard exit.this user exit will be used in 'N' number of other screens and transaction.So when you change , that change will /may affect the other transactions also.If you corrupt that particular exit,there are chances for that transaction to go for a toss.I have experianced this personally.when I was working on particular userxit and editing,that particular transaction was not working properly for others,since i was doing from my login,everyone came to my place and started bugging me to stop working on it:)
    Regards,
    SanthoshSivanathan

  • How to view Proforma Invoices (F5-Order related) in Standard SAP Tcode

    Hi SD Guys,
    Is there any standard sap Tcode to view list of proforma invoices (F5-Billing type).
    Please note that I have checked following Tcodes like;
    1.VF05
    2.VF05N
    3.VF04
    It is surprising that in spite of having records in VBRK table no proforma invoices are showing in the above tcodes.
    I want a standard SAP report.I know that through SQVI or with the help of ABAPer I can make some customized reports.
    Please through some light may be I am missing something from the standard report tcodes of SAP.
    Thanks in advance,
    Suman Sardar

    Hi,
    Proforma invoices will not be displayed in VF05/VF05n.
    You have to go for a "Z" report for this purpose.
    Please Check with your ABAPer.
    Regards,
    Krishna.

  • Change the standard hierarchy

    Hi, I want to know the effects that I could have if I change the standard hierarchy of my Cost Center Group.

    Elsa,
    You could change your standard hierarchy but after you will have problem with your analyses.
    you will not be able to compare yours data. The reports are based one the Standard hierarchy.
    But if your can explain the differences to your company ....
    Regards
    Valérie
    Message was edited by: valerie secondy

Maybe you are looking for

  • Ipad not recognised by windows 7

    I have followed the instructions around windows 7 not recognising my ipad and it has led me here. It was recognised the first time I connected, but not since. The only thing I'm not sure about is conflicting programs that may have an affect. I am wit

  • Blank error message in Adobe Reader

    I have Adobe Reader 9.1 on Windows 7 OS.  Often when I click on a link that opens a Adobe file I get a blank page and a BLANK error message from Adobe with only an "OK" to click.  If I go back and try again, I get the same thing but as they say, "thi

  • Reports published don't connect to DB in Infoview do connect in CR 2008 dsn

    Reports that execute in Crystal Reports 2008 designer do not execute in Infoview after being published.  The CR 2008 designer is connected to a SQL SERVER 2005 database. Once published, the Infoview version of the report never connects to the databas

  • Message erreur telechargement livres en ADE

    Lorsque je veux télécharger des livres en ADE depuis la FNAC sur mon PC, je reçois de la FNAC le message d'erreur suivant : <?xml version="1.0"?>    <error data="E_ADEPT_RESOURCE_DOES_NOT_EXIST http://acs4.shortcovers.com:8080/fulfillment/URLLink.acs

  • Subclass of game.layer in MIDP2.0

    Im trying to create a class that extends from Layer so that I can add it to a LayerManager and several other reasons. Anyway a search on this forum gave me me no solutiuons. Several other programmers have faced the same problem, all these topcis wher