SAP Txn FBL3N - G/L Line Items

Hi Team,
When running a G/L Line item report in foreground both the vendor number and vendor name fields are populated. However the same transaction run in background does not populate these fields. Please investigate and advise.
Note : we have used same layout for both(background , foreground )
Thanks
Vyshnava

Hi ,
We have excuted FBL3N foreground it gave the result as below :---
G/L Account             508040      Wages Casual & Temp
Company Code            GB11
Alternative Account No
DocumentNo
Pstng Date
LC amnt
Vendor
Vendor Name
1900012553
16.07.2010
360.00
2111434
INGOLD RECRUITMENT LIMITED
Account 508040
360.00
G/L Account             *           *
Company Code            *
Alternative Account No   *           *
DocumentNo
Pstng Date
LC amnt
Vendor
Vendor Name
360.00
but at the same time we are not able to see in this data in foreground
Thanks
Vyshnava

Similar Messages

  • SAP QUERY report for vendor line items

    Hi
    I have created a SAP QUERY report for vendor line items with fields vendor no.,vendor name,amount,company code and period.But there is one line item i donot know from wher system is getting it picked with is not in that vedor account,when i compare with fbl1n.I checked the document number too...the same doc number is twice in my query report.One with correct amount and another with wrong one.How do i chk.Where did i go wrong in creating query.I used logical database KDF.
    Please advise.

    i chked...how do we get the amount displayed in query...it just displays amount no debit credit symbol... i have selected BSEG-DMBTR field but no -/+ sign,how is it done in query,please suggest.

  • SAP Script Check printing Layout, Line Items to display twice in First Page

    Hi All,
    This requirement is for US check printing Layout.
    My Requirement is to display Items twice on the first page.
    Eg : Main Window has 10 Items, I need to display all the Items at the bottom in another window at the bottom.
    I can't create 2 Main windows in the first page, as the data from the Main window 1 overflows to Main window 2 in the first page.
    I copied print program RFFOUS_C into a Z-version and try to implement the logic, however unable to print the line items in the bottom window.
    Kindly give your valuable Inputs.
    Thanks
    Vinayak

    Hi
    I had the same request for a check form in Canada. I solved it by writing the line item output into variables and print these variables in a second window. It was ~10 hours of effort, not a real nice technical solution but it worked.
    If you require I can send you a PDF of the sap script form definition. You can contact me at [email protected] Answers can take 1 week or more. 
    Best regards
    JD

  • Sap standard report for showing line items of any GL with its offsettinga/c

    Dear all,
    Is there any standard report in SAP to show line items of GL with its offsetting accounts. in short i want to see all journal entries of one specific GL account.could any of you help me in this?
    points will be rewarded for the relevant answer.
    thanks,
    hemanth

    Hi Dave,
    I have gone through the note 112312.But there it is mentioned that it relates to 4.6x versions.We are in ECC 6.0.and we have not implemented new GL accounting concept.Is there any other alternative functionality or any other OSS note which meets my requirements.Can you please suggest me on this ?
    Thanks,
    Hemanth

  • FAGLL03 or in FBL3N Display of Line items by variant attributes

    Hi Guru's
    In FAGLL03 and in FBL3N, when I select fiscal year and posting period fields from dynamic selection and in Variant attributes under dynamic selection for fields Fiscal Year and Posting Period ,selection type S ..for type Selection variable I selected T i.e T: Table Variable from TVARVC and in Name of Variable (Input Only Using F4) I selected Variable name.
    I want the line items to be displayed for fiscal Year and Period that is maintained in that Table. i.e as per our client our fiscal year is 2012 and Period is 2 , this values are there in tht table but when I select the variant in Both FBL3N or in FAGLL03 , its displaying complete details.
    as a work around I have given fiswcal year and posting period manually..which is not my requirment.
    I want to add this variant to a batch job so tht it will automatically pick the report with current details.
    Please Suggect and help ..
    Thanks in advance
    Goutam

    Issue is Solved.

  • FBL3N and FBL1N line item display

    Hi Friends,
    - In TC: FBL3N, GL A/c line item display to be able to pull out data and display - vendor code, vendor name, PO No., text from PO (or MIRO header text)....How i can achieve this?
    - in TC: FBL1N, vendor GL to be able to pull Cheque No. reference in report...How i can achieve this?
    Thanks
    Para

    No.
    I think this requirement can not be met with the report painter as it would fetch data from multiple tables.Secondly thease transaction codes itself created through ABAP.
    Specification you have to provide to your ABAPER like table names & field names
    Regards,
    Abhijit

  • Adds selection field at the first screen of FBL3N (G/L line item display)

    I would like to adds line item selection field at the default first screen of FBL3N.
    The field I'd like to add at the default selection screen is :Amount.
    This field can be selected at dynamic selection. But I'd like to use the field at the first screen of FBL3N, not in daynamic selection screen.
    If anyone knows how to add the fields into FBL3N first screen, please advice me how to do it.
    Edited by: Itchy31 on Jul 23, 2009 8:30 AM

    Hi,
    You can not add the new fields in the selection criteria thats the reason dynamic options are given for the further selection.
    If you still want to add in the selection screen then go for a customisation and coordinate with the ABAPer which is not suggestable as it is readily avilable in dynamic selection.

  • Fbl1n txn for updating vendor line item

    hello every one iam trying to update vendor line item when a billing document get cancelled in vf11 i have tried bapi  BAPI_ACC_DOCUMENT_REV_POST .
    the requirement is whenever a billing document get cancelled the commision need to get credited again for example if vendor line item is
         St Assignment         DocumentNo Type     Doc. Date  S DD Amount in local cur. LCurr Clrng doc. Text
            COMMISSION         1700000014 CP       31.08.2011                    71.26- INR
    it need to get like this
         St Assignment         DocumentNo Type     Doc. Date  S DD Amount in local cur. LCurr Clrng doc. Text
            COMMISSION         1700000014 CP       31.08.2011                    71.26 INR
    that means the amount in local currency need to get into + one like above
    Please help ASAP & if some one give me code also that will be very helpul for me

    Hii ali this is my code & below iam showing u what wasthe data in  my return table please suggest me what to do
          DATA : P_REVERSAL     LIKE  BAPIACREV ,
                 TRAN_DOC(20)   TYPE  C         ,
                 p_busact       LIKE BAPIACHE09-BUS_ACT ,
                 p_objkey       LIKE BAPIACREV-OBJ_KEY  .
          DATA : P_RETURN  LIKE  TABLE OF  BAPIRET2  ,
                 WA_RETURN  TYPE  BAPIRET2          ,
                 WF_REMARKS  ,
                 PLANT     TYPE VBRP-WERKS         ,
                 bill_no   type vbrk-vbeln         ,
                 belnr     type BELNR_D  ,
                 AWKEY     type AWKEY    .
    data : date1 type sy-datum .
    date1 = sy-datum+0(4) .
    select single belnr AWKEY from bkpf into (belnr , AWKEY)    where blart = 'CP'     and
                                                     budat = sy-datum and
                                                     xblnr = vbrk-kidno . "bill_no .
          IF SY-SUBRC = 0 .
              CONCATENATE belnr AWKEY+10(4) date1 INTO TRAN_DOC .
            ENDIF .
      SELECT SINGLE WERKS  FROM VBRP INTO  PLANT  WHERE VBELN = vbrk-kidno .
            p_reversal-obj_type   = 'BKPFF'.
            p_reversal-obj_key    = tran_doc.
            p_reversal-obj_key_r  = tran_doc.
            p_reversal-pstng_date = sy-datum.
            p_reversal-comp_code  = tran_doc+10(4).
            p_reversal-reason_rev = '02'.
            p_reversal-ac_doc_no  = tran_doc+0(10).
            p_busact = ' '.
            CALL FUNCTION 'BAPI_ACC_DOCUMENT_REV_POST'
            EXPORTING
              reversal = p_reversal
              bus_act  = p_busact
            IMPORTING
              obj_key  = p_objkey
            TABLES
              return   = p_return.
                  IF sy-subrc = 0.
                ---commit Work
                        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                          EXPORTING
                            wait = 'X'.
                  ELSE .
    *****Use the below statement, if the BAPI is sending back the 'RETURN' internal table.
                    READ TABLE p_return INTO WA_RETURN WITH KEY TYPE = 'F'.
                       IF SY-SUBRC EQ 0 .
                           CALL FUNCTION 'MESSAGE_TEXT_BUILD'
                          EXPORTING
                            MSGID = WA_RETURN-ID
                             MSGNR = WA_RETURN-NUMBER
                            MSGV1 = WA_RETURN-MESSAGE_V1
                             MSGV2 = WA_RETURN-MESSAGE_V2
                            MSGV3 = WA_RETURN-MESSAGE_V3
                            MSGV4 = WA_RETURN-MESSAGE_V4
                          IMPORTING
                            MESSAGE_TEXT_OUTPUT = WF_REMARKS.
                       ENDIF.
                    ENDIF.
    1     E     RW     609     Error in document: BKPFF $ DEVCLNT300          000000     BKPFF     $
    2     E     RW     632     Document BKPFF 1700000061WPL12011 DEVCLNT300 cannot be reversed          000000     BKPFF     1700000061WPL12011
    3     E     F5     814     Document type ZX not defined          000000     ZX
    4     E     F5     814     Document type ZX not defined          000000     ZX

  • SAP CRM CONTRACT - Adding more line items

    Dear Experts,
    As am trying to add the line items in Service Contract, I am going to type the first line item then i will press enter then automatically the second line item should come.
    For example if i type the first line item as ABCD123, then the second line item ZYX321 should come automatically.
    So i tried with Badi CRM_ORDERADM_I_BADI and method CRM_ORDERADM_I_MERGE, in this method am trying to add the values using   CRM_ORDER_MAINTAIN.
    But its thorwing short dump.
    Pls guide me. How to achive this functionality.
    Regards,
    Anandhan

    Hi Anandhan,
    If you write the order_maintain FM in CRM_ORDERADM_I_BADI BADI it will dump saying recursive call. So that is not an option and you are not supposed to so.
    If your requirement is something like adding a new line in the items, you can try below.
    1) Create an event on enter.
    2) In the event handler, write following code.
        DATA: l_o_struct_ref TYPE REF TO structure (Structure of u'r table view),
                  l_o_value_node TYPE REF TO cl_bsp_wd_value_node,
                  l_o_entity    TYPE REF TO IF_BOL_BO_PROPERTY_ACCESS.
        CREATE DATA l_o_struct_ref.
        CREATE OBJECT l_o_value_node
          EXPORTING
            iv_data_ref = l_o_struct_ref.
    * Update collectionwrapper with adding new entity.
        me->typed_context->giftcard->collection_wrapper->add( l_o_value_node ).
    Try this and let me know if this doesn't work.
    Thanks,
    Faisal

  • Sap script - Perform returning multiple line items

    I am making payment advice layout which is called from the transaction f-58. I do not need to change the standard program, since all information is available in the standard layout, but I need to display line items in the new layout I am preparing!
    So to display line items, I have copied the layout and used perform statement and called another se38 prog to retrieve line items.
    The following is written in se71-
    PERFORM FORM_GET_DATA IN PROGRAM ZFR005_PAYMENT_ADVICE
    USING &VV_VBLNR& (this is my header data)
    CHANGING &V_XBLNR1&
    CHANGING &V_BLDAT1&
    CHANGING &V_BELNR1&
    This works fine if I just have to retrieve one line item , but to get multiple , I need to declare multiple changing parameter and print it, because perform is called only once.
    PERFORM FORM_GET_DATA IN PROGRAM ZFR005_PAYMENT_ADVICE
    USING &VV_VBLNR& (this is my header data)
    CHANGING &V_XBLNR1&
    CHANGING &V_BLDAT1&
    CHANGING &V_BELNR1&
    CHANGING &V_XBLNR2&
    CHANGING &V_BLDAT2&
    CHANGING &V_BELNR2&
    .................3
    .................4
    How do I call this perform multiple times so that I do not have to create multiple changing parameters to retrieve line items?

    Hi,
    In the SAPSCRIPT , we can write abap code if the tag column has '/:' command line....
    So, any looping operation can be done to retrieve the data.
    Pass the item no. also (in the 'USING' part), for which the details are required.
    Hope this helps.
    Regards,
    Renjith

  • Regarding SAP Note 410799 - Enhancement of line item extraction FI-GL, FI-C

    Please read this note on this part:
    ....  Therefore you have to program a function module that reads the customer master in the R/3 system (table KANN1) and fills the ORT01 field of the customer enhancement. In the changing parameter C_STRUCTURE the filled fields of the extraction structure DTFIAR_3 are available to you. With the KUNNR field of extraction structure DTFIAR_3, you can select the respective master data record from table KNA1 and determine field ORT01 of the customer enhancement.....
    How do I get access to the fields in C_STRUCTURE?
    How do I fill fields in C_STRUCTURE?
    thanks!

    Hi,
    This error due to that you are inserting duplicate records into DSO Key fields.
    Check your record in PSA and remove duplicate reocrds from PSA and try to run transformation again or you need to change primary key of your DSO to fit PSA data.
    Thank you,
    Regards,
    Govind.

  • G/L Account Line Items/ Profit Centers/ FBL3N/ F.5D/1KEK/KE5Z/BalanceSheet?

    Hi Experts,
    Am running FBL3N-G/L Line Item Display, and am trying to get PROFIT CENTERS for Balanace sheet type of accounts, but Its not showing up.
    But, am getting for Profit Loss accounts.
    1) Why its so?
    2) Then How to get the PROFIT CENTERS for them? (I know they r available, in BSEG)
    3) Functional owner said(tele talk, no voice clear!!!) that, the Profit Centers are NOT get updated UNTIL month end, unless run the F.5D, 1KEK, KE5Z tx.s., which inturn system copies the profit centers(I dont know that, From where it copies) and posts/updates(I dont know, Wht get updated?), so, he said, relying on ??(is it BSEG??????) is not works out!!
    So, let me know that,
    Wht does its mean? Wht NOt get updated until month end?unless run the F.5D, 1KEK, KE5Z tx.s? Is it DataBase? BSEG?
    4) Is BSEG table get updated, as soon as any FICO document ceated by user? I mean, Can I relay on BSEG always, for pulling the profit centers data for Balance sheet accounts, all the time?
    5) If NOT, them Where Can I find them?
    thanq

    Hi Srinivas,
    You have to declare balance sheet accounts as relevant for PCA inside 3KEH transaction in config. So you mark the balance sheet accounts that should appear in PCA in 3KEH with a default profit center which can be overwritten with the use entry.
    Fixed Assets, AR/AP and WIP can be transferred into PCA at the monthend. PCA is a separate ledger, has its own set of tables and reports. Inventory and other balance sheet accounts are posted into PCA online.
    Hope this helps.
    Sharabh Ivaturi

  • G/L Account Line Items/ Profit Centers/ FBL3N/ F.5D/1KEK/KE5Z/Balance Sheet

    Hi Experts,
    Am running FBL3N-G/L Line Item Display, and am trying to get PROFIT CENTERS for Balanace sheet type of accounts, but Its not showing up.
    But, am getting for Profit Loss accounts.
    1) Why its so?
    2) Then How to get the PROFIT CENTERS for them? (I know they r available, in BSEG)
    3) Functional owner said(tele talk, no voice clear!!!) that, the Profit Centers are NOT get updated UNTIL month end, unless run the F.5D, 1KEK, KE5Z tx.s., which inturn system copies the profit centers(I dont know that, From where it copies) and posts/updates(I dont know, Wht get updated?), so, he said, relying on ??(is it BSEG??????) is not works out!!
    So, let me know that,
    Wht does its mean? Wht NOt get updated until month end?unless run the F.5D, 1KEK, KE5Z tx.s? Is it DataBase? BSEG?
    4) Is BSEG table get updated, as soon as any FICO document ceated by user? I mean, Can I relay on BSEG always, for pulling the profit centers data for Balance sheet accounts, all the time?
    5) If NOT, them Where Can I find them?
    thanq
    Edited by: Srinivas on Apr 7, 2008 3:42 PM

    no repy

  • To display line item text in FBL3N as it is displayed in FBL1N

    Hi Experts,
    Though the subject line presumes it to be a redundantly asked question but I could not comprehend the exact solution of this. So posting my entire scenario in a hope to get an effective response.
    Scenario: -
    We are not able to see the text when we run GL account balances. The text is maintained in the field text (in Basic data) and PO text (in fields PO Reference) . Now when you use transaction FBL1N to see vendor Open items, you can see the text (line item text) but the same is not seen when we run FBL3N (GL Account Line Items).
    In Technical (simpler) terms: -
    When we display an invoice using MIR4 say invoice number is 123456 (Vendor - 4567, GL account - 78946) , we can see line item text maintained there in field "Text" in Basic data tab. Now run transaction FBL1N for vendor 4567, text (BSEG-SGTXT)  is displayed in line item text. But when we run FBL3N text (BSEG-SGTXT) is not seen.
    How to display the line item text in FBL3N as well ?? In my initial manouver of SDN forum, i found solutions like BTE and pointers to substitutions. Kindly let me know a probable solution.
    Thanks a lot in advance.
    ~
    Shreya

    Hi,
    program RFITEMGL calls fm FI_ITEMS_DISPLAY thus:
      call function 'FI_ITEMS_DISPLAY'
        exporting
          caller_repid  = c_repid_gl
          acctype       = c_koart_gl
          x_opvw        = x_gl_opvw
          x_change      = x_change
          i_u_save      = gd_alvsave
          is_u_variant  = gs_variant
          it_u_fieldcat = gt_fieldcat[]
          it_kontab     = it_accts[]
          it_slbtab     = it_comps[]
          it_t001       = it_h_t001[]
          it_skat       = it_h_skat[]
          it_skb1       = it_h_skb1[]
          x_grid        = x_grid
          x_inet        = pa_inet
        tables
          it_items      = it_pos.
    where c_koart_gl     like bseg-koart  value 'S'.
    BSEG-SGTXT has value when BSEG-KOART = 'K' and this might be the reason why it is not displayed.
    It seems the report only displays records with BSEG-KOART = 'S'.
    Best regards.

  • Customer line item report with GL account display

    Hi
    Please guide some customer reports for the following
    Client need a Customer Line item reports with Customer number and repective gl account for each line items.
    for ex: Product A/c xxxxxx
              To Sales A/c xxxxxx(recon A/c)
    Thanks in advance

    Hi
    1.FBL5N -  Customer Line item Display (Customer Line item reports with Customer number )
    2.FBL1N - Vendor Line item Display
    3.FBL3N - General Ledger Line item Display
    The sales entry will be
         DR  Customer - to view this entry FBL5N
               CR Sales - to view this entry FBL3N
    Hope this will be usefull

Maybe you are looking for

  • When i want to update my iphone 4 it shows an error on connection. how can i update to the new version software?

    every time that apple takes out a new update i cannot update my ipohone 4 it gives me on itunes an error of connection can someone please help me out on what to do

  • Incredible?? really?

    I have been a Verizon customer for many years now and I am debating to jump ship.  I like the coverage of Verizon but there is a lack of quality in every device I have seen them put out for the past 3 years.  I currently have a BB 8330.  I am on my 4

  • Can't install OS10.4 due to error message

    I thought mrtotes had solved my last question and somewhat it did, but not all, so here is my additional problem and will give you the steps I took on my imac to get to this question, 1. Erased + added zeros, switched to install but no destination di

  • Apple component cable - no video output

    I purchased an Apple component cable thinking I would be able to display video on my HDTV, but all I can get is audio. I know the TV is working properly as I can get component video from a WII console. The phone is a 3GS with the latest software (4.0

  • Reporting structure between two positions as vise versa

    Hi, Two positions for eg. AGM (A002 relationship) reporting to Deputy MG and Deputy MG (A002 relationship) reporting to AGM..as per my knowledge reporting structure between two posiitions is maintained with two different relationships i.e A002 and B0