Changing Fieldcatalog of FBL5N output

Hi Folks,
I have a requirement for which I have copied the standard program (RFITEMAR) for txn FBL5N.
My ZFBL5N  is running fine, but the only thing I am not able to achieve is to change the column headings of the output, i.e., I want to change the SELTEXT parameter of the fieldcatalog for most of the output fields.
More precisely, I want to display "Entry Date" instead of "Pstng Date", "Entry No." instead of "Document No." and so on.
I understand that the column headings are picked up at runtime from the structure RFPOSXEXT. I want to change the headings but do not know how to go about it.
Request your guidance to achieve my requirement.
Thank you in advance.
Regards,
Sud

Hi Sudarshan,
No need to copy the program. If you want to change Field Discp.. as you said "Entry Date" instead of "Pstng Date".
For Ex:  Posting date. Need to take Data element. BUDAT is the data element for Posting Date.
Enter Transaction code CMOD and then from menu bar GOTO -> TEXT ENHANCEMENTS -> KEYWORDS ->CHANGE,
It will ask you Data Element Enter the data element BUDAT and press enter Change all Discriptions with your required text(Entry Date) and save it.
You can see Discp...of BUDAT as Entry Date FBL5N.
Thanks,
Sriram.

Similar Messages

  • ALV Grid output like FBL5n output

    Hi Gurus,
    I want to show the ALV output similar to FBL5n output .
    In my final internal table has 6 records which are belongs to 2 customers.
    First 2 records are belongs to First custmer and remaining are belongs to 2nd customer,
    Even i have copied the std. FM FI_ITEMS_DISPLAY to ZFI_ITEMS_DISPLAY and changed the program name to my Zprogram name but still unable to get the O/P like FBL5n.
    Can you please help me out on this issue.
    Regards
    SK

    HI Madhu,
    I am not copied std program and doing.
    I have one report which is suppose be show O/P simimar to FBL5n.
    These details are belongs to FBL5n data and other details.
    Regards
    SK

  • How to change the input and output schema in BPEL process

    hi',
    Please tell me how to change the input and output schema in BPEL process after the process is made.
    thanks
    Yatan

    If your intention is just changing the content you are passing to bpel/returning from bpel
    Here is another way
    just update your default created xsd files with new elements, update wsdl elements in message definition and chnage bpel code to reflect new elements in activities
    Regards,
    Praveen

  • How to print the changed address in delivery output

    Dear Gurus,
    As all we know the customer address comes in sales order from customer master table or address table and further get copied into delivery also in case of same SP and SH.
    My issue is that we do not maintain different SH for a sold to party so SP = SH and there addresses will also be same.
    In output we are getting address from ADRC table.
    Now if we change the ship to party address in delivery manually and get the output the printed address is unchanged.
    But I want to print  the changed address in delivery output without changing the masters and maintaining diiferent ship to party.
    Please help me how to determine it in print out???
    Thanks,
    Sanjay

    Hi,
    I think the logic you have written is wrongly on output.
    The logic is like this:
    Pass the document number into "VBPA" table.
    Execute.
    Fetch the address number against "WE(ship-to-party)".
    Pass the same address number into "ADRC" table to get the address.
    Here you will get the new address which is different from the maaster data.
    Regards,
    Krishna.

  • How to change height of Input/output field in dialog program

    How to change height of Input/output field in dialog program.
    I want to big message text box like e-mail message box.
    so could anybody help me on this please
    Thanks
    Basu

    Hi,
        This is not possible directly.Place the icon button in the table field.when u click on that button a popup window will appear in that window place the text editor there u can write text and u can save it ok..
    Award points if helpful.
    Kiran Kumar.G.A

  • BAPI/BDC to see FBL5N output

    Hi experts,
    The requirement is to display the FBL5N output in my report by passing fields : "customer account" and "open key date" of clearing item.
    As you see, the field "open at key date" doesn't have a parameter id so I cannot use CALL TRANSACTION AND SKIP FIRST SCREEN.
    I tried to use BDC, but I only want to see the output.  Cannot skip first screen in BDC ?
    Any suggestions ?  Or is there a BAPI for FBL5N ?  Looking forward to your replies.
    Thanks in advance.
    Regards,
    Kevin

    Resolved.  Using Submit SUBMIT RFITEMAR WITH ......   .

  • Change in the ALV Output Screen field

    Dear All,
    How can I change or Edit the output apperared in the ALV report.
    My requirement is that,
    Consider Report have given Output in ALV  as 213.00 in quantity field that I want to change at run time manualy as per my requirement.
    Pls. Suggest.
    Aniruddha

    Dear Sir,
    I AM CALLING THIS SUBROUTINE IN FOLLOWING SEQUENCE...AND I WANT MY QUANTITY FIELD SHOULD BE EDITABLE IN RUNTIME .PLZ SOLVE MY PROBLEM.
    PERFORM top_of_page.
    PERFORM fieldcat_init USING gt_fieldcat[].
    PERFORM sub_comment_build USING t_list_top_of_page.
    PERFORM ALV .
    FORM fieldcat_init  USING    rt_fieldcat TYPE slis_t_fieldcat_alv.
      DATA: ls_fieldcat TYPE slis_fieldcat_alv.
      DATA: pos TYPE i VALUE 1.
      CLEAR ls_fieldcat.
      pos = pos + 1.
      lCLEAR ls_fieldcat.
       pos = pos + 1.
      ls_fieldcat-col_pos   =  pos.
      ls_fieldcat-fieldname = 'GSMNG'.
      ls_fieldcat-seltext_m = 'QUANTITY'.
      ls_fieldcat-tabname   = 'MATRIX1'.
      ls_fieldcat-outputlen = 18.
      ls_fieldcat-EDIT = 'A'.
      APPEND ls_fieldcat TO  rt_fieldcat.
    FORM ALV .
    call function 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
       I_CALLBACK_PROGRAM                = sy-repid
      I_CALLBACK_PF_STATUS_SET          = ' '
       I_CALLBACK_USER_COMMAND           =
       I_CALLBACK_TOP_OF_PAGE            = 'TOP_OF_PAGE '
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      =
      I_GRID_SETTINGS                   =
      IS_LAYOUT                         =
       IT_FIELDCAT                       = gt_fieldcat[]
    IT_EXCLUDING                      =
      IT_SPECIAL_GROUPS                 =
      IT_SORT                           =
      IT_FILTER                         =
      IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = 'A'
      IS_VARIANT                        =
      IT_EVENTS                         =
      IT_EVENT_EXIT                     =
      IS_PRINT                          =
      IS_REPREP_ID                      =
      I_SCREEN_START_COLUMN             = 0
      I_SCREEN_START_LINE               = 0
      I_SCREEN_END_COLUMN               = 0
      I_SCREEN_END_LINE                 = 0
      I_HTML_HEIGHT_TOP                 = 0
      I_HTML_HEIGHT_END                 = 0
      IT_ALV_GRAPHICS                   =
      IT_HYPERLINK                      =
      IT_ADD_FIELDCAT                   =
      IT_EXCEPT_QINFO                   =
      IR_SALV_FULLSCREEN_ADAPTER        =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
      tables
        T_OUTTAB                          = matrix1
    EXCEPTIONS
       PROGRAM_ERROR                     = 1
       OTHERS                            = 2
    if SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Pls. suggest the changes inthe above coding
    Thanking you in anticipation
    Aniruddha

  • How to change my BR project output?

    I have been fighting this for ages.  When I make my BR disc, it keeps making it progressive and 23.97 fps.  I want it 1080i and 29.94 fps.
    I forced the transcoding for my bridged project and it transcoded it into a 29.94 file.  But, the darn output keeps doing 23.97.
    When I try to change the output settings in the project settings, the field rate is grayed out at 23.97.The field setting is grayed out saying progressive.
    Any ideas how to change such that the output project is 1080i 29.94fps?

    Are you using motion menu from Encore library ?
    If choose the trahscode settings 1440 x 1080 29.97 actual footage will be transcoded as 29.97 and you can check that after transcoding, M2V file under source>transcodes.
    The ISO info will show 23.97 but when you will pay it on player it will play 29.97.

  • How do I change Firefox's audio output device without relaunching the browser?

    I frequently switch between different headsets and speakers using USB audio devices. Whenever I change from audio device to another, Firefox does not change it's audio output to match my current device. Other programs/games follow suit when I change my default audio device and I really dislike that I have to exit out of Firefox completely and reopen for my audio to come through the correct device. It's not a huge issue, but when I have multiple windows and multiple tabs open it can be annoying having to start my browsing session all over again. Any tips to deal with this issue?
    Thanks!

    philipp,
    Thank you! The beta worked perfectly when I swapped between audio devices. I just had to make sure I disabled the devices that weren't in use before Firefox would switch to the new default.
    Unfortunately, while I was typing this message my client crashed, but that's not uncommon for a beta.
    Thanks again for your help!!

  • 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

  • How to Insert Fields in ColumnSet of Change Layout Buttonof ALVgrid Output?

    Hi Guys,
                Can anybody tell me how to insert columns in Column Set of Change Layout Button.My Reuireemnt is i Have to display the Basic Layout and have to provide the other fields in the "Columnset" in Change Layout which will be displayed when u clcik the Change Layout button in the ALV Grid Output screen. so that user can select based on their usage.
              Please Very Urgent.
    Thanks,
    Gopi.

    You can try this ... which field you dont want to show in the fieldcatalog you can use
    fieldcat-fieldname = 'F1'.
    fieldcat-no_out  = 'X'
    ( suppose F1 field you dont want to show).
    But it will appear when user click on the change layout button.
    regards
    shiba prasad dutta

  • Adding one header text field in FBL5N output

    Hi Experts,
    I hava a requirment to show one extra field of length 200 character in the FBL5N transaction output. When I analyzed the program I found its using "FI_ITEMS_DISPLAY" Fm to display the output. The table passed to this FM is of type structure "RFPOSXEXT", which dont have any field of 200 length.
    can anybody suggest me a better way to do the change rather then going for a 'Z' FM and 'Z' program.
    Regards,
    Puja Patil.

    Hi,
    a. Add the news fields in structure RFPOS and RFPOSX by APPEND structure
    b. Run the report RFPOSXEXTEND in order to update the structure RFPOSXEXT from RFPOSX
    (this report has to be run in every enviroment, dev, test and prod)
    c. Active the BTE 00001650 in order to create a fm as copy of SAMPLE_INTERFACE_00001650:
    d. here insert the code you need to fill your new field.
    e. Use trx FIBF to active the BTE, trx SE37 to create the new fm
    Just now I have incorporated a requirement of adding additional customer field in FBLN5 using BTE enhancement. It works fine.
    Please reward points if helpful.
    Regrads
    Mohamed Aboobacker Siddique.

  • New outputs generated when changing logical system in output master record

    Hi!
    We are sending documents from ECC 5 to a legacy system via XI/PI. We are about to move from an old XI installation to a new PI installation. The output record used (for example in a billing document) is set up based on logical system. When moving from the old to the new platform, we need to change the output records from the old logical syste to the new logical system. However this leads to generation of new outputs in all billing docs when opened in change mode. This goes also for billing docs where we already generated outputs via lthe old logical system in the past. Is there any solution to prevent the automatic generation of outputs for documents where the condition type already was successfully processed (as it works when the logical system is not changed)?
    Best regards
    /Björn

    Normally the same output is not supposed to be generated, unless 'Multiple issuing' checkbox is checked in the output type configuration.
    Also you can probably add a requirement in the output determination procedure and check if output record already exists. Take a look at the standard 'Reprint' routine, kind of the opposite is needed in this case.

  • How to change a SAP script output without changing Print Program

    Hi,
    I want to change output of standard PO report printing object. I have to change the ZSAPSCRIPT but I have to keep the print program intact. please give me ideas.

    Hi for that you have to do following.
    1. Create a ZPROGRAM
    2. Write a Perform in your SAP Script.
    3. Write Form inside it your ZPROGRAM.
    Hope this will help you.
    <i><b>Reward points for helpful ans.</b></i>

  • RTF Template Logo boarders get changed in apps pdf output

    Hi,
    I developed rtf template with logo , rtf page header is 0" and margins are 0.2" and 0.25" (minimum for ms word to print).
    I don't want to have any space b/w header and logo.
    Preview in rtf template in pdf format is showing with correct margins.
    But when i print the pdf preview, the logo changes its positin..ie..margins get changed.
    when i attach to template in apps, the pdf output is coming with different boarders sizes.
    PDF O/P is having space at the header ie..b/w header and logo.
    any suggestions.
    Thanks.

    I figured out why the layout is changing when I print - page scaling option in Adobe was set to 'fit to printable area'. Is there some way that I can ensure whomever prints the file (3rd party provider) has this setting turned off? A command embedded in the template? A config file?
    Any help would be sincerely appreciated.......

Maybe you are looking for

  • Sync Problem with Blu Ray

    I have a sync problem when using Premiere Pro CS5 to burn Blu Ray DVDs and wondered if anyone has had similar problems and has found a simple solution.  Equipment:  Panasonic HMC-150 (AVCHD), shot at 59.94 fps, 720.  MacPro with operating system up t

  • Database Views and Master-Detail using ADF

    How would I create a master-detail form using a database view for the search-able master table and a database view as the detail table? The detail-view will need to be update-able (adf-table) using an instead-of trigger to perform the updates to the

  • Missing features after upgrade

    I updated my 3GS to 4.0 and lost cell data (though it will show full bars and 3G), as well as MMS. I then got the iPhone 4 and restored from my 3GS backup. Now, I am missing those features as well FaceTime (which isn't even showing up in the phone se

  • Where to find Photo Jpeg compression?

    Hello guys, I am trying to convert HDV video to Photo Jpeg. I am wondering what would be the best way to do that, achieving the best results? All I can think of is to choose: QuickTime/Uncompressed 10-bit and then go to inspector's Encoder: choose vi

  • Saving images on my database and calling the open file dialog

    i want to be able to save image in my database or alternatively save them on a file system. meanwhile i want to allow them choose the name of the image in the folder by using the win_api_dialog.open_file. My platform is win2000. do i need to add any