Special fields for FAGLL03

Hi,
I need to add Purchase order, vendor, vendor name, customer, customer name and ar invoice field as a special field for FAGLL03.
I am able to add vendor, customer and purchasing number fields but I am not able to find name field for customer and vendor. Also I was not able to find ar invoice field.
Any help will be apprecaited.
Thanks,
Mark

Hello Mark,
Here at our side this has been implemented this way. You will need ABAP consultation:
1) Create an append structure in RFPOS structure with the new desired fields;
2) You will have to use a BTE to implement the exit. Ask the ABAPer to create a new Z function module based on existing SAMPLE_INTERFACE_00001650.
3) Through transaction FIBF, Menu Settings -> Products -> ...of a customer, you should create a code to identify the customization. Lets say FIN01. Don't forget to click on checkbox field to activate the business transaction event.
4) Through transaction FIBF, Menu Settings -> Modules P/S -> ...of a customer, you should create an entry to assign the Z function module with the product. Something like below:
Event                Product        Ctr.         Appl.                  Function module
00001650         FIN01                          FI-FI                   Z_INTERFACE_00001650
Hope it helps you.
Regards,
Daniel
Edited by: Daniel Carvalho on Oct 2, 2009 5:14 PM

Similar Messages

  • 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

  • PO# field in FAGLL03

    PO and Vendor field can be populated on FAGLL03 through the OBVU transaction(special fields).
    This is for all documents created post the customization change
    Does anyone know how can the historic PO fields be updated on FAGLL03?

    Special fields Works for History also:
    Please go to SPRO
    >Financial Accounting (New)
    >General Ledger Accounting (New)
    >Master Data
    >G/L Accounts
    >Line Items
    >Define Special Fields for Line Item Display

  • Line item display-special fields

    Hi,
    i selected a special  field for fbl5n and saved in a new lay-out.When i select the particular lay-out special field values are displayed .
    But when i default the layout , system not displaying the values though the field is avilable.
    regards
    Guru

    Hi meena,
    search below link useful yours.
    scn.sap.com/docs/DOC-45019
    scn.sap.com/docs/DOC-49772#comment-439481
    https://scn.sap.com/thread/1636245
    Thanks,
    G Rajendhar.

  • Adding BKPF_XREF1_HD field for FBL3n and FBL1N dynamic selection

    Hi Friends,
    Is there any possible way to add the BKPD-XREF1_HD field to FBL1N and FBL3N transactions?
    As per my knowledge both are line item related process which contains other than BKPF table entries. Bue my client wants to add in the Dynamic selection as it available for FB03 transaction.
    I tried thru SE36 but no result. (BRF)
    Please adivse what are all the ways to do that or is there any SAP notes available for possible or not possible solution.
    Plaase reply.
    Thanks & Regards
    Sankar.

    Hello Sankar babu,
    These fields need to be setup as Special Fields in T021S. You can do this by the following path in IMG:
    Financial Accounting->General Ledger Accounting->G/L Accounts-> Line Items->Display Line Items with ALV->Define Special Fields for Finding and Sorting Data. (transaction OBVU).
    Please check SAP note 207436. It describes you how you should act to see the field XREF* in transaction FBL*N.
    Regarding the Special Fields, please see SAP Note 215798.  This note will explain that the special fields need to be in table T021S as well as in the RFPOSXEXT structure which can be verified in SE11.  If these fields are not yet in RFPOSXEXT see Note 215798 (you can verify this in RFPOSXEXT by going to the bottom of the structure and see under column 'Component' that special fields are denoted by 'U_XREF1').  You may see a field XREF1 under the 'Component' column, but these fields are NOT the special field.  The special field is denoted by U_fieldname!!!
    However, the field BKPF-XREF1_HD is used in Real Estate module. In this field, you can define control information for all line items.This field is used in third-party management in RE to assign a business transaction to a third party.
    Please note that table BKPF is not directly selected in the logical database, so the usage of the field in the selection views in SE36 will not work. So you may have to create the field in the index tables.
    I hope this information helps.
    Thank you.
    Suresh Jayanthi.

  • Fields for rule in HCMP&F

    Hi,
    I want to check a field in the Rules and stop a generic service from executing.
    My question is
    Should the field be declared a special field for it to be used in Rules or will a service field of generic service do.
    Thanks,
    Raghav

    close this one/mark as answered since you have asked this twice....use the other one

  • Add username and purchasing doc field for display in FAGLL03

    Hi,
    How to add fields username and purchasing document to line item display in FAGLL03.
    Note 945932 is a bit unclear on this.
    Can you please clarify.
    Thanks
    Aravind

    Hi,
    I have added the special fields in the transport request as table T021S hasnot got any entries in Quality or PRD system. Once the import is being made, I have followed the instructions in the above note and the problem got resolved.
    Thanks for your inputs
    Aravind

  • 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

  • Assignment field in FAGLL03/FBL3N different from document assignment field

    Hi
    We posted a vendor (say, vandor A) invoice through FB60. There was no input in the "Assignment" field in vendor line item and therefor it is blank in FBL1N.
    A part of the invoice amount is to be retained as retention money. To do this we transferred the amount of retention through a special GL created for this purpose (transfer from vendor A to vendor A) such that the retention amount gets posted in a reconciliation account created for retention. Transfer is done through T-Code F-51 and vendor name is given in the "Assignment" field. 
    However, in FAGLL03 and FBL1N the vendor code (and not the name as was the input) is getting displayed. But while viewing the document we find the vendor name in the assignment field.
    We noticed that the field defined as "sort key" for this particular reconciliation account is getting reflected in the assignment field of FAGLL03 / FBL3N. For other reconciliation accounts the input in the assignment field is correctly getting displayed in FAGLL03 / FBL3N
    Awaiting your valuable inputs and advice.
    Thanks in advance
    Aninda

    Hi Aninda,
    If the fields was correctly customized as a special fields according to
    the notes and the reports of note 215798 have been run, the field
    should be displayed unless it was not inserted in the original document.
    The assignment BSEG-ZUONR will get value from the sort key in vendor
    master data. However the BSIS-ZUONR will get value from the GL account
    sort key in FS00 (see note 334466).
    F1 help on 'Assignment' provides details for customizing:
    The assignment number is an additional information reference field in
    the line item.
    The program can display the account line items sorted according to the
    content of this field.
    You can either enter the field contents manually, or have the system
    define them automatically in the master record via the sort key field.
    You define the rules for the layout of the assignment number field in
    the Implementation Guide (IMG) under Determine Standard Sorting for Line
    Items.
    If the account is a reconciliation account, you will need note 676338
    If you display multiple split lines, implement note 1237389.
    1-In the main screen of FAGLL03 you see at the bottom, list output.
    Choose the apropriate layout.
    2-For saving this layout , whjen viewing the results of FAGLL03, you
    click on settings -> layout -> current.
    Then you click with the right mouse button to display the technical
    names. Add 1-U_ZUONR and after you can save this layout to be used
    in step1.
    If the notes are applied and the customizing is set, the field should
    be displayed.
    Also check the following links:
         http://wiki.sdn.sap.com/wiki/x/ZQ3cCw
         http://wiki.sdn.sap.com/wiki/x/SwLpCw
    I hope I could be of assistance.
    Kind Regards,
    Fernando Evangelista

  • To show a special field on the ME2K report

    Hi everyone,
    The question is about adding a field in the ME2K report. In the layout is needed the PO status, that is wether the PO is still open/completed or not. I was taught dynamic selection can be used to filter by the 'Delivery Completed' criteria, however the info does not appear on the report when doing this way. Is there a way, excl. programming a new transaction, to have the 'Delivery Completed' field appearing on the report? Are special fields available for ME2K?
    Many thanks and regards,
    SB

    to close

  • File Name and Path special field

    Post Author: puser01
    CA Forum: .NET
    I have a report created in CR 9 with the File Name and Path special field on the report displayed correctly. when i try to run it on CR XI environment i get this:
    C:\WINDOWS\TEMP\{4D86438D-54F5-4EEF-A0AB-05D5EB2BFF35}.rpt
    How can i correct this?

    Our installer names don't make it easy for the new user, or the seasoned veteran for that matter. Although both those installers have 2008 in the name, they are for entirely different products.
    CRRedist2008_x86.msi
    This MSI installer is used to install the runtime for Crystal Reports Basic for Visual Studio 2008 - version 10.5.
    cr2008fp35.exe
    This installer package is used to install the CR .NET runtime for Crystal Reports 2008 - version 12.3.
    Since you've updated your development system to Crystal Reports 2008 you'll only want to use the runtimes listed on this reference page - http://www.sdn.sap.com/irj/sdn/crystal-xcelsius-support?rid=/webcontent/uuid/10e38d93-7f07-2d10-beae-e739182f8ada. [original link is broken]
    I suggest either of these
    SP 3
    https://smpdl.sap-ag.de/~sapidp/012002523100007123592010E/cr2008sp3_redist.zip
    FixPack 3.5
    https://smpdl.sap-ag.de/~sapidp/012002523100006341772011E/cr2008fp35_redist.zip

  • How to make multi-box fields for name or address in a PDF form to be filled in?

    I would like to know how to make fields for name and address in a PDF form.
    I am now using Acrobat 8 Pro on Windows Vista. I have downloaded a form in the format of a PDF file. Basically it is just a file holding images of pages of the document, and there are no fields for me to type something on it using computer. This form will be used frequently by me, but I don't want to print it out and fill it in every time by hand. I want to fill it in in the computer and print copies of it when needed. The output will then be much more neat and tidy.
    I have seen PDF forms with blanks for typing name and address, which means the form can be filled in on the computer before printing. They are special, as these blanks allow users to type name and address with every character occupying a box in the field, which consists of ten boxes or so. These are not ordinary textfields. I want to make similar inputting field as well.
    Does anyone knows something about making these input fields with each character using 1 little box in the multi-box field? Any ideas are appreciated.

    Does anyone knows something about making these input fields with each
    character using 1 little box in the multi-box field?
    Use text fields with the comb of x characters feature.

  • Additional Field in FAGLL03

    Dear Experts,
    We want to add new field in FAGLL03. There are so many OSS note issue by SAP. Is anybody can provide sequence of notes for adding field in FAGLL03. We are on ECC 5.0
    Please provide anybody have the same.
    Thanks & Regards,
    Kalpik Shah

    hi
    check this note
    Note 945932 - FAGLL03: Enhancing dynamic selections with certain fields
    it clearly gives you the steps to add a field to fagll03
    Regards
    Sach!n

  • Additional Fields for Report FBL1

    Dear All
    I need to add User Name field (USNAM) and few other fields to the layout for report FBL1(Vendor open line items).
    I have added the field USNAM under "Define Additional Fields for Line Item Display". But the field is still not showing up for selection in the report FBL1.
    Pls advice.
    Rgds
    Nitika

    Hi Nikita,
    Once you have added special filed you have to run the below mentioned program to extend the new filed in FBLxN report.
    Run below program from SE38:
    RFPOSXEXTEND
    BALVBUFDEL
    The correct way to fix this is mentioned in SAP note 984305. Running report BALVBUFDEL resets the buffer.
    The special field is now available in the layout selection.
    Hope this helps.
    Pls assign points as way to say thanks

  • Open field for customer line item

    Hi Guru
      I have some problem about open field for customer line item  post with posting key 09 and special GL , I open field at posting key 09 but the field still hidden  . How I can open field for used . Thank you

    Dear,
    Use transaction FBL5N and select Special G/L Transactions only and execute.....here bring posting key and filter the posting with 09.
    REgards,
    Chintan Joshi

Maybe you are looking for

  • Determine the type of browser

    Hello all, I am not sure if I am posting this question in the right forum, anyway I am working on a JSF project. I have some tags in my jsp pages for e.g.                <h:inputText size="20" value="#{authentication.userName}" />                <h:i

  • Itunes does not start after update to 10.6.8

    Hi, Itunes creates problems and hangs and does not start.... After trying to force quit, i get this report. Could someone help me please? Date/Time:       2012-12-05 06:47:07 +0100 OS Version:      10.6.8 (Build 10K549) Architecture:    x86_64 Report

  • SCRIPT TO IMPORT MULTIPLE PLACED IMAGES..AND OUTPUT MULTIPLE IMAGES TO SINGLE PDF.

    Anyone got a script to import multiple placed images into CS4? or is this possible in CS5? and can we output multiple layers into a single PDF in illustrator?  Or multiple layers into single JPEGS from illustrator with one command instead of individu

  • Illustrator,photoshop & indesign CS6 is not opening

    i have an Creative Suite 6 Design Standard , i had installed it on the pc but out of Illustrator,photoshop & indesign only acrobat is working.. Illustrator,photoshop & indesign CS6 is not opening... i tired reinstalled it but still no luck.. pls help

  • Query on Function Module to Add Identification # and Desc. to Bus. Partner

    Hi Group, I was trying to use the BAPI "BAPI_IDENTIFICATION_ADD" (and also the BAPI " BUPA_IDENTIFICATION_ADD" )to add the Identification # and Desc to the respective Business Partner. But, I tried for a no of test cases(say around 20-25 times) on ca