BAPI To get GL Line items (Open Item Managed GL)

Hi,
  I am looking for a BAPI to get GL open line items that usually I can download from FBL3N.  This is required for Open Item managed GLs. The BAPI can be similar to that of BAPI_AP_ACC_GETOPENITEMS or BAPI_AR_ACC_GETOPENITEMS.
Thanks in advance for your response.
Best Regards,
Dusmanta

Hi Maple,
  Try out with the following BAPI's:
BAPI_GL_ACC_GETDETAIL  : G/L Account Details
BAPI_GL_ACC_GETLIST       : List of G/L Account for each company code
Hope this will be helpful.
Regards,
A.Fahrudeen

Similar Messages

  • BAPI to get cost line items for Cost Centers

    Hi,
    does anybody know a BAPI to get
    cost line items for Cost Centers
    or other Cost Center data?
    e.g. actual, plan, commitments
    I'm thankful for help.

    hi,
    check this BAPI <b>BAPI_COSTCENTER_GETDETAIL1</b>
    regards
    vijay

  • BAPI for extracting GL line items

    Hi could anyone help me with this one?
    I'm looking for a function module that can get the line items given the GL account.

    Hi Maple,
      Try out with the following BAPI's:
    BAPI_GL_ACC_GETDETAIL  : G/L Account Details
    BAPI_GL_ACC_GETLIST       : List of G/L Account for each company code
    Hope this will be helpful.
    Regards,
    A.Fahrudeen

  • How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

    Hi All,
    I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
    Thank you Very much.
    Regards,
    Ramesh J.

    Hi,
    Refer the below wiki link it may help you.
    Product catlog configuration for ECC - CRM - SCN Wiki

  • Assets with active line item management

    where I should get  assets with active line item management so I can do line item settlement is active.

    Dear Gajanan,
    When ever u execute AB08, system brings all the documents passed on that asset. In the list of these asstes the transaction which is at the bottom is the latest one. So the transactionlist goes as "Latest - Oldest" from bottom to top.
    Also, system by default selects the first transaton which is the oldest transaction.
    so u have to select the transaction that u want to reverse & click on reverse button. In the next screen put the revesal reason & click save. system will reverse only the transaction that u have selected.
    Hope this will solve ur issue.
    Regards,
    Ajay

  • Bapi for posting IR line item at a time

    Hi....
    Do we have a bapi for posting invoive receipt line item wise instead of posting the PO at a time......this wud be more precise for my requirement.....presently i'm using bapi_acc_document_post but this wud clear the document with single document number.....but i want it to be posted line item wise to see the amount individually item wise instead of combined one....similar to what we have in the IR which shows amount of individual items........

    This is an old bug that keeps popping up:
    https://forums.lenovo.com/t5/T400-T500-and-newer-T-series/Vertical-scrolling-got-reset-everytime-I-use-Ultra-Nav-to-scroll/td-p/343477

  • Open Line Item Management in G/L Account

    FI Experts,
    Our previous consultant created all G/L accounts with Line Item Display not taking into account clearing accounts. Our problem is that we now can't run G/L reports because they time out due to the amount of Line Items as Open Items because we can't clear them to only Open Line Items. I tried checking the Open Line Item Display but it does not allow me because entries are already posted.
    Question,
    Can anyone advise what will be the best way to fix this? Do I have to create a new G/L account with corerct settings? and then transfer the line items from one account to another? if yes how can I transfer.
    Any ideas will be appreciated.
    Thank You,

    I found some interesting info.
    I did teh following:
    1- I had ABAPer create a copy of program RFSEPA02
    2- I blocked the account in FS00 at Company Level
    3- Then I ran the Z version program copied by ABAPer
    4- Entered the G/L account, ran it in teh background
    5- After completed went back and unblock account to my surprise Open Item management was flagged

  • METHOD to get schedule line item in ME_PROCESS_PO_CUST

    Hi all,
    i am using BADI: ME_PROCESS_PO_CUST. i am using method PROCESS_POST.
    i am getting header data & item data using some methods.
    which method i should use to get schedule line data
    how to find what are the methods are there to get all the PO operations like to get heder data, to get item text, to get condition item. plz give me all methods.
    Thanks
    pabi

    Hi  Peter,
    Thanks body. Ur reply is a great help.
    Is there any method to change the item data?
    once changed, need to commit also.
    my requirement
    i will change the schedule line quantity of PO item. Then i need to compare this new schedule qty with
    the old scheduled qty in this BADI. if qty is not same, then i need to put a item text in that item, saying that qty
    is changed.plz give me the detail coading for this.
    shall i use write_text FM to put item text or is there any method??
    is there any method for commit the changes?
    Thanks
    pabi

  • BAPI for FB09 change line items

    Hi All,
    Is there any BAPI avaialble for changing the line items of transaction FB09...... instead of going for a BDC
    Please give the helpful answers.
    Thanks

    Hi
    BI program is BatchInput program so it's BDC program: u need to simulate the trx FB09 by a BDC, if u need a fm u can insert the BDC in your fm.
    Just I said if you need to change some std fields (like text, attribution, etc....), u can use the std fm FI_ITEMS_MASS_CHANGE: it's the fm used for massive changes.
    If you see the include LFI_ITEMSF03, u can check which fields are managed by that std fm.
    Max

  • Report to get Asset Line item details & user id details

    HI All,
    Is there any report to get Asset No, Assets line item details & user Id details.
    Thanks in advance.
    Ava

    Hi,
    which user ID? User created? User last changed?
    You can enhance any standard report with individual fields, see WIKI entry [Include additional fields in Standard Fixed Asset ALV reports|https://wiki.sdn.sap.com/wiki/display/ERPFI/IncludeownfieldsinFI-AAstandardALV] and/or SAP note 335065.
    User who created the asset is field ANLAV-ERNAM.
    Regards,
    Markus

  • How to get First line item in Table control for BDC.

    Hi,
    I have a requirement while creating the return order from the reference Sales order for BOM.
    Once I compare the line items and delete the items not to be returned, I want to read the first line item which in fact is header, to make some changes.
    How to read  this as cursor points to the last line item.
    -B S B

    Hi Bsb,
    What is exactly unclear to you? =POPO will give a popup screen in which you can enter the order position number. This number will then be on the top of the table which means you can refer to it in BDC with "(01)".
    Regards,
    John.

  • How to get 3 line items of service tax into 1 line item?

    Hi All,
    I have a requirement in Service Tax calculation. As of now when an user post any Vendor invoice in Service tax it is posting 3 line items, i.e. Service tax, Edu cess and Higher Edu cess. But user want to post all 3 line item should come as 1 line item. Even I tried for changing GL Accounts in OB40 then it is posting to same GL account but 3 different line items. Can any give their inputs.
    Thanks
    Vallabh

    Hello,
    tell the user if you make three line items into one then you will be running  from pillar to post segregating the Basic Tax, Edu Cess & H Edu Cess at the time of monthly reporting to statutory authorities. Pls ask the user to show you the service tax reporting format, you will understand.
    Pls explain  user the advantage of having three separate line items so that user is able to appreciate working in SAP.
    Otherwise, in OBQ3 (Tax Procedure) you can remove the settings of condition types for ECess & HEcess and also delete the tax % maintained in FV11. The service tax will work only with one condition types where you maintain the entire 12.36% which according to me is little incorrect. Pls take a call accordingly
    best regds
    Subha

  • FM to get actual line items, budget and actual amounts for a given IO num.

    Hello Experts,
    I am currently doing a report to show the actual and budget amounts for a given internal
    order number. Now, my processing takes a long time so I need to know if there are any
    available FM's for this.
    I am checking transactions: S_ALR_87013019 and KO03.
    Hope you can help me guys.Thank you and take care!

    Hi Rob,
    I am actually modifying my colleague's program and based on my checking, it is taking a very long time to fetch the relevant line items for a given IO(internal order) in tables BSIS and BSAS. Below is the code:
    SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      INTO TABLE it_pdate1
      FROM bsis
      WHERE bukrs IN s_bukrs
      AND budat IN r_budat_p
      AND aufnr IN s_aufnr.
      SELECT bukrs
             belnr
             budat
             aufnr
             dmbtr
             shkzg
      APPENDING TABLE it_pdate1
      FROM bsas
      WHERE bukrs IN s_bukrs
        AND budat IN r_budat_p
        AND aufnr IN s_aufnr.
      SORT it_pdate1 BY aufnr.
      DELETE it_pdate1 WHERE aufnr EQ space.

  • BAPI for Deletion of line Items from PR

    Hi Experts,
                    I need to delete line items from Purchase Requisition when user check the check box.Check box available on output display i.e check box to delete item.
    thanks,
    santhosh.

    Use "BAPI_REQUISITION_CHANGE". Existing list of LIne items should be filled in the structure "REQUISITION_ITEMS_OLD" & New list of line items should be included in the structure "REQUISITION_ITEMS_NEW"
    OLD - will contain the records currently in database.
    NEW - fresh list of records (in your case exclude the line item which is to be deleted)
    Regards
    Vinod
    Edited by: Vinod Kumar on Apr 14, 2010 3:36 PM

  • Which BAPI can get the detail items of a order?

    And if these kind BAPI exists in BORs?
    Thanks!

    BAPISDSTATTable is a collection object. It already comprise its items as BAPISDSTAT.

Maybe you are looking for

  • Standby Logical DB ORA-00600: internal error code, arguments: [ksmovrflow],

    hi please help me how fix this problem? I have primary oracle database version 9.2.0.1.0 I had configured standby Logical database on separate computer & everything was going good but today I noticed the archived log havent applied & I have ORA-16111

  • Surround Sound Trouble

    I have an amplifier which is capable of various surround sound arrangements, i.e. DTS and Prologic, and a Macbook connected to it via TosLink. I acquired an album with DTS audio and managed to encode the contents into 5.1 channel WAV files (L R C LFE

  • "add a note" issue

    Dear forum members. I'm working with acrobat 7.0.5 professional. My pdf document is a learning tool, preparing the students for a test. I contains hundreds of questions, below each question there are three anwers, one of them is the correct one. Exam

  • The event   PRINT_END_OF_PAGEnot work

    In my alv report the event PRINT_END_OF_PAGE not work. Thisis my code: REPORT ZDEMO_ALVGRID2_SEMIAUTOMATIC. *-- Global data definitions for ALV *--- ALV Grid instance reference DATA gr_alvgrid TYPE REF TO cl_gui_alv_grid. *--- Name of the custom cont

  • I just bought a brand new Photoshop CS5.

    I just bought a brand new Photoshop CS5. When I start the installing from the cd I have to type in my serial number, which is <serial number removed> The installer says "This serial number is used for Photoshop CS5" all is good. After installing the