Add a special field in Line Item Display.

Hi Gurus,
I need to add the field "Entry Date" in the GL report FAGLL03. I added the entry -
BKPF - CPUDT in the Settings => Special Fields from the menu bar.
Also mentained the same in SE11.
It's working fine on Quality Server, but when I transfer the request to Production, it creates an Workbench request only and also the field "Entry Date" is not available for selection in Select Layout - Hidden Fields.
I think I need to run some program fot the same to execute or anything else. Can you guide me to a proper solution or advide me if I am doing somethign wrong.
Regards,
Devang

Hi,
Thanks for your knowledge, but I did exactly the same and cant get the Field in  the Field Selection - Hidden Fields.
Currently referring Note # 984305.
YES!!!!!!!!!!!!!!!!
I DID IT
After referring to the above note, I had to ...
Call transaction SE37, enter the function module ITEM_STRUC_EXTENSION and execute it with the following parameters:
BASIC_STRUCNAME                 FAGLPOSY
EXT_STRUCNAME                  FAGLPOSYEXT
EXT_FIELDS_TABNAME              T021S
I_LSTCL                         D
X_TRANSPORT                     ' '
Thats it......
Thanks,
Devang
Edited by: Devang_Sangani on Apr 22, 2010 6:02 PM

Similar Messages

  • Additional fields for line item display for Vendor Accounts

    Hi,
    The additional fields for line item display have been defined for the vendor accounts. I am able to see the additional fields in SAP 4.7 system but not in ECC 6.0.
    Could you help me to know how the same will be displayed in ECC 6.0 system.
    Thanks

    In SPRO, Vendor Accounts -> Line Items -> Display Line Items -> Define Additional fields for Line item display, the fields for Check number from (PAYR-CHECF) and Tax Jurisdiction (BSEG-TXJCD) have been defined.
    When I am executing Vendor Line Item display (FBL1N), I am not able to select these fields for defining a layout. Could you please let me know, how I will get these fields in FBL1N.
    Thanks

  • Define Additional Fields for Line Item Display

    Dear gurus,
    I'd like to ask for your help again, please. I've just added the field BKPF-USNAM to the list of fields of FBL1N using IMG:" Financial Accounting-> Accounts Receivable and Accounts Payable->Vendor Accounts->Line Items-> Display Line Items->Define Additional Fields for Line Item Display". When I run the report the field is correctly displayed but if I save the current layout and set it into the selection screen, the column appears is blank. And if I open the change layout window and click OK the column gets filled.
    Is there another transaction that I must set new columns to FBL1N.
    Thank you very much.
    Paresh Jivani
    Edited by: Jivani Paresh on Jul 31, 2009 9:16 AM

    Hii,
    When you will execute FBL1N, it will come up in standard format. if you want to see any specific fields,then you have to go to Change Layout button and choose from available fields as per your requirement and then execute.
    For future reference, you can save this layout as a Variant and then you can directly execute that report using that variant.
    Dhara D.

  • Additional Field to line item display

    Hello Everyone
    I want to add two additional field ( date of entry and entry time) to GL Line item display.Can any body please share.
    Looking forward to hear from all of you.

    First try to determine if there are any user exits (screen exits actually) or BADI's which can do this.
    For finding the relevant user exits, determine the transaction code first and search on SDN for the report in which you enter the transaction code, and which will return all user exits for this transaction.
    For BAdI's there is also a program to be found on SDN.
    Next read the documentation of these user exits / BAdI's and you will be on your way.

  • Adding a field to line item display in FBL3

    Hello,
    In trx "FBL3" I give asset G/l account, I would like to see "asset number", along with "Document No, Posting Keys, Posted date".I went to  "change Lay out" added asset field. But still it showing only a column with heading asset but no values in it. Is there anything to be done in
    trx "O7Z3", "O7R3" and then in "O7V2" assign FBL3 to the newly  defined line layout and total variant. Is this correct way of  proceeding  or anything else needs to be done.
    Can can any one suggest what needs to be done.
    Thanks in advance,
    Regards,
    Anil

    hi Anil,
    i think that's not possible with fbl3.
    the asset no. is only assigned to the reconciliation accounts by posting purchase/retirement/depr.
    and not on other accounts - the reconciliation account
    are normally not displayed with fbl3 - therefore are transactions from FI-AA (AW01N)
    Andreas

  • FAGLL03 Special Field Values Do Not Display in Production

    We are using the new GL in ECC 6. I have a strange problem where special fields that were added to the line item transactions display in dev and quality but not in production. Please read the steps that I have taken.
    1. Using note 984305 we defined special field BSEG-MATNR using this path:
    Financial Accounting (New)
      General Ledger Accounting (New)
        Master Data
          G/L Accounts
            Line Items
              Define Special Fields for Line Item Display
    This field (U_MATNR) displays correctly in FAGLL03.
    2. I used note 1034354 to create an implementation of BAdI 'FAGL_ITEMS_CH_DATA. Then I
    followed the documentation of the BAdI to create structure CI_FAGLPOSX within FAGLPOSX and added these fields:
    Material Type: field MARA-MTART
    Material Group: MARA-MATKL
    I added code to method CHANGE_ITEMS to read for those fields. Here's part of the code:
    * MARA - Get Material Type and Material Group
        SELECT SINGLE mtart matkl
          FROM mara
          INTO (wa_items-zzmtart, wa_items-zzmatkl)
          WHERE matnr = wa_items-u_matnr.
    The values of these fields display correctly in development and quality, but they do not display in production.
    3. When I debugged FAGLL03 in development I found that the value of U_MATNR was filled when I stopped at method CHANGE_ITEMS. However, when I debugged in production, U_MATNR was not filled. It had to be filled at a later time because the value appears on the report. In my code, I am using U_MATNR to find the values of material type and material group. Because U_MATNR doesn't have a value at that point in time in production, my code doesn't find material type or material group.
    4. I contacted SAP and was instructed to use note 984305. I executed the function module
    ITEM_STRUC_EXTENSION which did not help.
    5 I also used note 205096 to execute report BALVBUFDEL, but this did not help either.
    6. At this point, SAP told me that it is a consulting issue. I'm not sure that it is because I'm using SAP solutions without modifying anything.
    7. I tried to compare configuration between development and production, but everything looked OK to me.
    Has anyone had this problem? Any tips?
    Brenda

    Hi Brenda,
    >
    Brenda Bankert wrote:
    > 6. At this point, SAP told me that it is a consulting issue. I'm not sure that it is because I'm using SAP solutions without modifying anything.
    I have no idea except that you can make sure Include CI_FAGLPOSX is active as well as the including FAGLPOSX. And please check the transport protocol(s) if CI_FAGLPOSX  is included. If you have any kind of error/warning in the import protocol, that may give you a hint.
    If nothing helps, create a new sap support case and tell them you are using SAP solutions without modifying anything.
    Regards,
    Clemens

  • Functional Area in Line Item Display FBL3N

    Dear Expert,
    My system is running on ECC6.0 and functional area is activated.
    I would like to see the Functional Area in Line Item Display (FBL3N) but couldn't get it in any field selection (change layout).
    I have added the field in the GL Accounts> Line Items> Define Special Field for line item display as BSEG - FKBER_LONG
    But I still couldn't get the functional area for each line item in the Line Item Display.
    Please advise. Many thanks.

    Dear Please Configure Through Below Path, You will get Line item wise Functional Area:-
    Financial Accounting (New)>Accounts Receivable and Accounts Payable>>Vendor Accounts>> Line Items >>Display Line Items> Define Special Field for line item display as BSEG - FKBER
    Regards,
    Viswa

  • Add a special field called gsber

    Hello AL,
    I want to add one special field called gsber in to vendor line item display report, i'm using standard report define additional fields for line item display(SPRO).
    but its not allowing me to do so, pls let me knw what can be the reason
    Thanks
    Sunny

    Hi,
    Look at the BADI's
    CUSTOMER_ADD_DATA ans CUSTOMER_ADD_DATA_CS
    Regards
    Sudheer

  • Cheque Number in Vendor and GL Line iTem Display

    Hi
    How can we get to display the Cheque Number in T Codes FBL1N and FBL5N
    Samir

    Hi
    Please follow the paths
    GL Accounts:
    IMG ==> General Leder Accounting ==> Master Data ==> GL Accounts ==> Line Items ==> Define Special Fields for Line Item Disply
    Enter Table PAYR
    Field Name CHECF
    Vendor Accounts
    IMG ==> Accounts Receivable and Accounts Payable ==> Vendor Accounts ==> Line Items ==> Display Line items ==> Define Additional Fields for Line Item Display
    Enter Table PAYR
    Field Name CHECF
    After adding this, when you run FBL1N and FBL3N you can see the cheque number against payment documents.
    Thanks & Best Regards
    Sanil K Bhandari

  • Query : Custom field at line item level in SRM 7.0 .

    I was going through a document which instructs on how to add a custom field at line item level in SRM 7.0.
    I found this code :
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
    I_GUID = IV_DOC_GUID
    I_WITH_ITEMDATA = 'X'
    TABLES
    E_ITEM = LT_ITEM
    E_MESSAGES = LT_MESSAGES
    E_STATUS = LT_STATUS. . 
    LOOP AT LT_STATUS INTO WA_STATUS.
    IF WA_STATUS-STAT EQ 'I1015' AND WA_STATUS-INACT IS INITIAL.
    LV_STATUS_APPROVE = 'X'.
    ENDIF.
    ENDLOOP.
    I wanted to know what is 'I1015'  and what is its significance .
    please advise .
    Ambar

    HI
    This speaks about the status of the Cart. This means that the Status of the Cart is AWAITING APPROVAL...I dont know which document you have gone through but procedure for adding a Custom Field in SRM 7.0 is:
    1. Create a Custom field in the Database in SRM. Preferrably add the field in an include and extend thta include to the table in SE11.
    2. Go to Portal Login of SRM and right click the part of the screen where you want to add the custom field. Click on More Field Help. The popup will give you the name of WebDynpro Applicaiton which controls that area.
    3. Login to SRM via GUI and display the webdynpro application using SE80. Enhance the Webdynpro application.
    4. Add the custom field to the Context of the WebDynpro Application View. You will be selecting the field from the database table while adding the custom field to the context
    5. Add the field at the specified place in Layout Tab of the WebDynpro View,
    6. Create a binding between the Layout Field and the Context
    7. Activate the changes.... you will see the field in Portal login of SRM....
    For more details , refer to the Webdynpro help of the application...
    Regards
    Virender Singh

  • Reg fbl5n customer line item display

    I n FBL5n report wbs element field value is not displaying
    When posting the invoice through FB70
    wbs element field name PROJK
    I have searched in SDN but any thread not related to this one
    Suggest me how to display the value
    Regards
    Suri
    Edited by: mannem suresh9 on Dec 23, 2011 7:06 PM

    Hi
    If you don't have available this field, you can enhance FBL5N list. Please, see the article [Offsetting Account Description in FBL3N & FAGLL03 u2013 GL Line Item Display Reports|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8011026d-eb5d-2e10-b9bb-d0601949b86a?QuickLink=index&overridelayout=true] by Imran Mohammad Khan. K in this site.
    I hope this helps you
    Regards
    Eduardo
    PD: See also [Addition of Fields in Line Item Display Report Output for TCode FBL1N/FBL5N|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40d6c489-aa3a-2e10-db88-deb9114b6854?QuickLink=index&overridelayout=true] by Swapnoneel Mukherjee.
    Edited by: E_Hinojosa on Dec 27, 2011 9:37 AM

  • Adding Special Field in the line item display

    Dears Through SPRO settings, I added the field 'Group Account Number' (ALTKT) for the GL line item display.
    It is now transported to Quality.
    When I try to see that field in the change line item layout, I could not find that field for inclusion.
    However, in the SPRO of Quality, I find that field already appearing.
    Why it is not appearing in the FBL3N special field screen ?

    Hi Niki,
    I am not sure how you have added this filed but if you follow these steps you will have it.
    1- Run FBL3N and make your settings and execute it (F8).
    2- Go menu Settings > Special fields (You can run it by t code OBVU out of FBL3n also)
    3- Add a new entry, select your field (BSEG ALTKT Group account number) and save it
    4- Back one step (F3) and select "Change layout..." icon.
    Now you have the field in "Hideen fields" column. Just select it as "show selected fields"
    Regards,
    Omid

  • Vendor Line Item display/ and Purchase order Field

    FI Experts
    We recently implemented the MM PO module in SAP, we are creating PO's automatically in SAp from a 3 party system. We are using field "Our Field" EKKO-UNSEZ to enter a reference from the 3rd party system. Our account payable have requested that they need this field to display in FBL1N "Vendor Line Item Display". I tried by using special fields but table is not available. Anyone has any suggestions? I know I can use BSEG and EKKO but it is too big of a table to use. Does this requires more of an ABAP report rather than just a simple QUERY report?
    Your suggestions are appreciated.

    Hi,
    PO Nr. doesn't appear in Vendor line item, but yes, in GRIR account.
    So when are you performing MIRO, you may use XREF3 field, which usually remains blank, through user exit (OBBH) for populating PO Nr. But yes, if you are processing MIRO of multiple POs, you may not be able to set multiple values.
    BR

  • Add additional items to line item display? (FBL1N, FBL5N)

    Hello everyone,
    I'm trying to add some "custom fields" to Customer/Vendor line item display
    which is only available in BSEG table. (new GL function)
    I could not find any BAdI or something..
    Is there any way to do this?
    thank you in advance for any comments.

    Hi,
         Try with this Menu enhancements,
    FI_ITEMS_MENUE01                                          Menu Enhancement
    FI_ITEMS_MENUE02                                          Menu Enhancement
    For the created Menu item, under that function code write the logic to get the additional data.
    Regards
    Bala Krishna

  • Adding  fields in the  transaction  FS10N ( G/L  Account LIne Item  Display

    Hi all,
    in G/L  Account Balance Display( FS10N)  once i get list display when i click
    CUMULATIVE DISPLAY button it will go to G/L  Account LIne Item  Display list
    Here i have to add CUSTOMER field (sold to party or partner)  And NAME field in
    the list beside G/L account and  company code fileds
    Please let me know how to proceed.
    shall i have to do any back ground setting or
    i have to copy the program in to Z program
    then modify?
    urgent requirement
    please let me know
    thanks

    Hi,
    For writing a substitution exit code you will need the help of your ABAPer.
    Use T Code GGB1 to create a substitution. In the application Area select Financial Accounting --> Line item.
    Create a substitution for your company code. Under Substitution Create Step. When you click on step it will give you a list of fields in BSEG table. Select field name XREF1 or XREF2 or XREF3 any one. In the next screen select "Exit". In the Prerequisites give conditions as BKPF-BUKRS = 1000 (your company code).
    In the Substitution select your exit code against  your XREF1 or XREF2 or XREF3 field.
    While writing the exit code you can give the logic as select BSEG-KUNNR and pass to table KNA1. Then populate BSEG-XREF1 with KNA1-NAME1
    Save this substitution and activate it in T Code "OBBH"
    While writing Substitution exit copy the standard program "RGGBS000" and create your Z program. Write your new code in the Z program. This step should be done before you create a substitution. Use T Code GCX2 and maintain your Z program against Application Area "GBLS".
    Also see to it that the Reference Key1 / 2 / 3 field is made optional in all the Posting Keys and Field Status Groups.
    Please let me know whether this helps.
    Regards,
    Swapnil

Maybe you are looking for