Is there a FM to create GL account master data ?

Instead of the BI based report RFBISA00 I would prefere to use a FM or BAPI.
Does anybody know such a FM?
Thank in advance

hi Oleg / expert
I tried to use FM GL_ACCT_MASTER_SAVE to do g/l account master mass upload, but error messag return:
Type :E ID:FH Number 502 "Internal error: Import of table SKA1 not possible". Is there any step I miss ?
SAP: ECC6.0
GUI: 710 Patch Level 0
Here is my program coding:
loop at t_importlist into wa_importlist.
    doc_account_coa-keyy-ktopl    =  wa_importlist-ktopl.
    doc_account_coa-keyy-saknr    =  wa_importlist-saknr.
    doc_account_coa-data-ktoks    =  wa_importlist-ktoks.
    doc_account_coa-data-xbilk    =  wa_importlist-xbilk.
    doc_account_coa-action        =  'I'.
    append doc_account_coa.
    clear doc_account_coa.
    doc_account_names-keyy-ktopl  =  wa_importlist-ktopl.
    doc_account_names-keyy-saknr  =  wa_importlist-saknr.
    doc_account_names-keyy-spras  =  'E'.
    doc_account_names-data-txt20  =  wa_importlist-txt20_en.
    doc_account_names-data-txt50  =  wa_importlist-txt50_en.
    doc_account_names-action      =  'I'.
    append doc_account_names.
    clear doc_account_names.
    call function 'GL_ACCT_MASTER_SAVE'
      TABLES
        account_names  = doc_account_names
       account_ccodes = doc_account_ccodes*
        return         = doc_return
      CHANGING
        account_coa    = doc_account_coa.
    read table doc_return with key type = 'E'.
    if sy-subrc = 0.
      loop at doc_return where type = 'E'.
      endloop.
    else.
      call function 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
      read table doc_return with key type = 'S'.
    endif.
  endloop.
Thanks

Similar Messages

  • Adding Picasa account: Android error - There was an error creating your account. Please try again.

    I successfully synced with gmail (contacts, mail, etc.), youtube, as well as some other services. I am unable to create the account that accesses Picasa. Each time I try, I enter the email and userid for my account, and I get the same error message "There was an error creating your account. Please try again". I verified that the username and password are correct by signing into Picasa Web directly. A number of other people are experiencing this problem, as can be seen here: http://www.google.com/support/forum/p/Picasa/thread?fid=446b5bd3493325ff0004ad7d643c968c&hl=en
    Does anyone know what to do to make this linkage work? I want to be able to use the integrated gallery to access my Picasa pictures.

    Oracle forums: current quality level...

  • Is there a SAP standard way of dl/up G/L accounts master data?

    I was asked to create a download program to get the G/L account master data from one server and create an upload program to automatically create the G/L accounts.
    Download: Access SKAT, SKA1, SKB1 -> save to spreadsheet
    Upload: Batch input or maybe read up on how to do it using LSMW.
    Halfway in making my the program, it occured to me that maybe SAP has a standard way of doing this?
    Tried to search for it. Found FS15/FS16.
    Would these do it? How do they work?
    *Both source and target systems are running SAP 4.7

    <b>NO!</b> fs15-16 is for two servers
    1)fill field filename in fs15
    example '<b>0001</b>'
    2) transfer file per ftp
    from /sapmnt/XXX/global/FBIS<b>0001</b>
    to oth. server same directory and filename
    with XXX = sy-sysid
    3)and use the same file in fs16 <b>0001</b>
    Message was edited by: Andreas Mann
    Message was edited by: Andreas Mann

  • PR- PO Account Type- Account Master Data Mismatch

    Dear all,
    I came across  a serious problem for us in SAP. Briefly, I  opened a PR or PO which has account category type K- Cost center. In addition to this, I used an account which had been defined as internal order obligatory in  account master data . As a result , system did not issue any messages for  this mismatch. I want to have  standart messages like goods movements which are issued by system.  Is there any configuration to solve this problem?
    Regards...

    OSS answer for my question:
    "Dear Development Team,
    I noticed in MIRO that the PO 4500424855 contains the GL acc. 760015007.If you check the customising for this account you will find that the
    field CO/PP Order has been defined as a required field. Since an order
    has not been entered in the PO, the MIRO is looking for it.
    In older versions a validation check was made at the time of PO
    creation to stop users creating PO's that could not be received/invoicedhowever this functionality has changed.
    In Releases lower than 40A, during the creation of the Purchase Order
    a check was carried out, comparing the field selection of the G/L
    account with the field selection of the account assignment category.
    Such a check is no longer carried out as of Release 40A.
    When the two tables T162K and T004F are evaluated, the actual contents
    of the fields are not evaluated.
    If you want to get an internal order at the time of MIRO you may
    consider to use FI substitution(Tr-code OBBH) to determine the
    internal order for the G/L account (please see note 42615).
    Or you can check the transaction OKB9.
    To create an own check at the time of creation the PO or PR
    you may consider the BADIs ME_PROCESS_PO_CUST or ME_PROCESS_REQ_CUST.
    Using the BADIs you can make your onw checks and create error messages.
    I apologise that I cannot provide a better answer to this problem but
    it seems as though the system is behaving as designed."

  • LSMW for GL account Master data

    Hi all,
    I have to create one lsmw tool in GL ACCOUNT master data.
    Please suggest me which method i should adopt.
    direct input, BAPI , Recording OR IDOC.
    IF bapi or recording, please tell me BAPI or transaction for GL account master data.
    Reagrds,
    Ruchika

    Hi Ruchika,
    BAPI_ACC_GL_POSTING_POST caters to your requirement.
    Regards,
    Younus
    <b>Reward Helpful Answers:-)</b>

  • Is there any transaction to view the customer master data ...

    is there any transaction to view the customer master data ...i me all the datats so that ui can prepare a report......

    Hi Sunaina Kumar,
    From Funtioanl Point of view
    XD02 or Xd03 - Chane / Display Customer Centrally ( With Company Code Data)
    VD02 or VD03 - Change / Display Customer - Sale and Distribution( With out Company Code Data.
    From Technical Point of View:
    SE11 or SE16
    Table Name : KNA1 or KNB!
    From here you can view all the customer data.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • What bapi or FM can create/change vendor master data?

    We want to do a rfc to create/change vendor master data .If use BDC,the change function is very very complex,but i can't find any BAPI/FM in sap!

    >
    Keshav.T wrote:
    > Hi,
    >
    > just some more addition to vinodh's reply . the actual method you must is maintain_bapi of class vmd_ei_api
    Hi Keshav - you should have noticed vinodh's reply came from something your wrote earlier this year: Search BAPI to create Vendor in ECC and from an extenal application

  • BAPI/function module to create/update vendor master data

    Hi
       We are on ECC 50 and have a need to update vendor master data through a programatic interface ( non-dialog ) with ABAP. What is a good function module that can be used to create/update vendor master data - I looked at BAPI_VENDOR_CREATE and did not find any input interfaces that can be passed to this BAPI.
    Previous experiences with the right BAPI for this purpose that can be shared is appreciated. <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 26, 2008 5:58 PM

    Hi Kiran,
    If you want to load the vendor data into sap its better to go with LSMW batch input program.
    object 0040
    method 0001
    program name RFBIKR00
    Program type B
    this would be a good choice. Recently i did the same.

  • GL account master data download

    Hi Experts,
    I want to download the GL account master data from Quality(testing) system and i want to upload the same into Development system via LSMW as the number of GL account master data is more.  Can anybody tell me how can i download the gl account master data? so that my uploading work will be easy.
    Thanks in advance

    Hi,
    Go to path : Accounting -->Financial Accounting -->General Ledger -->Master Records -->G/L Accounts -->Collective Processing -->OB_GLACC11 - Chart of Accounts Data / OB_GLACC12 - Company Code Data  / OB_GLACC13 - Descriptions click on OB_GLACC11 or OB_GLACC12
    And enter  give company code and Execute (F8) click on Select all records click on Print button  and click on List > Save / send>File an select Spreadsheet and enter and save the excel sheet and upload through LSMW
    Thanks,
    Raviteja

  • Create a material master data.

    Hello,
    this code doesn't create a material master data.
    Does it make sense to put additional views?
    Thank you in advance.
    DATA: w_bapimathead TYPE bapimathead.
      DATA: i_bapi_makt TYPE TABLE OF bapi_makt,
            w_bapi_makt TYPE bapi_makt.
      w_bapimathead-basic_view = 'X'.
      w_bapimathead-material = 'AAABBBCCCDDD'.
      CLEAR w_bapi_makt.
      w_bapi_makt-langu = 'EN'.
      w_bapi_makt-matl_desc = 'Screwdriver'.
      APPEND w_bapi_makt TO i_bapi_makt.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
         EXPORTING
              headdata            = w_bapimathead
         TABLES
              materialdescription = i_bapi_makt.
              write:/.

    Ilhan,
    We already take the time to reply to YOU here :
    create material master data
    Erwan

  • End User Doc. Create / Change Customer Master Data

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    Hi Experts,
    I would appreciate, if anyone of you could forward me the end user documents for creating & changing customer master data.
    sonicasmailbox at rediff
    Points will be assigned.
    Regards
    Sonica

    Hi
    Refer to help.sap.com for creating customer master data.
    Copy this to word document and it will be become user manual.
    http://help.sap.com/saphelp_ides/helpdata/en/47/ef8c64124811d2806f0000e8a495b3/content.htm
    Additionally refer to this weblink
    http://web.mit.edu/cao/www/AR/ar1/ar_FD01.htm - This if for FICO only.
    Changing customer master record.
    Use T.Code XD02.
    Enter Customer No,Company code,Sales Org, Distribution channel and division and press Enter or
    Enter Customer no,company code and click on customer's sales area, you will see Sales Org, Distribution channel and division,select the Sales org,Sales Org, Distribution channel and division and press enter.
    You can make necessary changes to customer master
    Please let me know if you need more information.
    Asssign points if useful.
    Regards
    Sridhar M

  • Is there a way to create itunes account with no billing infomation?

    i just purchased the latest ipod touch and i plugged it into itunes for the first time and it asked me to create a new account before continuing apoon making my account. i got to the billing section and it asks me to fill it in with a credit card, i do not have a credit card and do not wish to do this. what do i do? is there any way of making an account without billing information?

    Please don't use big red text. There's no need to do so - it won't be more attention and in fact may put people off of helping - and it's really difficult to read.
    Adding to what JG said, you can also purchase a prepaid iTunes card, available from most grocery store and discount chains in the US and other countries, and use that. You will need to enter in your address information, but you won't need a credit card.
    Regards.

  • I popcorn maker safe for students in terms of age appropriate content? Is there a way to create classroom accounts?

    I am hoping to use popcorn maker as my students are working with Inanimate Alice and I know you all are partnered with the program. I need my students to be able to create mashup videos with text, images, video and sound to tell a story. I am concerned about how to create student accounts that I can monitor and the age appropriateness of content on the site and preloaded content available to pull into a popcorn creation.

    Hi kdoolin,
    Thank you for your question, I understand that you would like to use popcorn maker with student accounts that you can monitor content. Unfortunately there currently is not a feature that is capable of this, however suggesting it as an enhancement in the webmaker bugzilla venue is. [https://blog.webmaker.org/bugzilla-for-webmaker]
    Please suggest the enhancement here. In the meantime it is possible to set a project to shared with specific people, ie list of student accounts.
    I hope this helps.

  • How to Create Contract Accounts through Data Conversion?

    What would be the best solution to use to create Contract Accounts from legacy data?  I am weighing the options of using LSMW and Emigall.  How would you weigh these options based on ease of use and performance?
    Thanks,
    Jeremy

    Hi Jeremy.
    Another option that I have used is the use of a start routine program that creates the master data on the fly.  Essentially, you create an internal table in the form of the master data or text table.  Then you call the function RSDMD_WRITE_ATTRIBUTES_TEXTS.  The code would look something like
    DATA: lt_text_data type standard table of /BIC/TZIOBJ,
              ls_text_data like line of lt_master_data.
    loop at DATAPACKAGE.
         ls_text_data-ZIOBJ = DATAPACKAGE-field.
         ls_text_data-ZATTR = DATAPACKAGE-text.
         appens ls_text_data to lt_text_data.
    endloop.
    call function 'RSDMD_WRITE_ATTRIBUTES_TEXTS'
         exporting
               i_iobjnm = 'ZIOBJ'
              i_tabclass = 'T'
          tables
              i_t_table - lt_text_data.
    Hope that helps.
    Adam

  • G/L account Master data question

    Hi all,
    Can I change an account master to a regular B/S account from a customer reconciliation account i.e., turn off the reconciliation indicator on the account if there is a balance/ activity on that reconciliation account? I tried to change that account to turn off the customer reconciliation indicator and I am getting the messages
    FH 110 “Modifications to reconciliation account not permitted”
    FH 511 “The data contains error, you cannot save”
    The second one looks like implication of first one.
    So, can anyone tell me if that is possible at all or is there an alternative to go about it. User is trying to pass JE to that reconciliation account to wipe out the balances in the account since the company is not productive anymore so, is there any alternative to go about this?
    Your feedback is highly appreciated and rewarded with points
    Thanks
    Kumar

    The open item account in which you want to change the reconciliation account has been posted to.
    By changing the reconciliation account in the open item master record the proportionate values from the items open at the time of change are not posted to the new reconciliation account.
    Procedure
    On the balance sheet key date the open items from the old reconciliation account are allocated to the new reconciliation account using adjustment accounts. This allocation is carried out automatically when you create a sorted list of receivables and payables using report SAPF101.
    The postings necessary are only carried out for G/L accounts and are cancelled on the first day of the subsequent month (balance sheet adjustment posting).
    Follow this :
    Define adjustment accounts for Define Adjustment Accts for Changed Reconciliation Accounts.
    This you do in SPR0Financial AccountingAR/AP---Business transactionsClosingRegroupDefine Adjustment Accts for Changed Reconciliation Accounts.
    Here after entering your chart of accounts you have to enter the old recon a/c which is to be adjusted and the adjustment account(which we will have to create).
    The same can be access via transaction OBBW.
    After doing this using F101 (or SAPF101 via se38) I can get postings done from the old recon a/c to the new recon a/c.
    Any receipts or payments on such old open items created will continue to affect the Old reconciliation account, even though the new reconciliation account is assigned to the Customer master. New Open Items will affect only the New Reconciliation account along with their subsequent transactions.
    So we are not basically tranferring the receivable amount shown in the old recon account to the new one? But instead just putting them temporarily into the new recon a/c to reflect on the balance sheet?

Maybe you are looking for

  • The field "SOURCE_PACKAGE" is unknown IN THE START ROUTINE?

    Hi all, i am trying to create a start routine in the DTP FROM THE CUBE TO THE OPEN HUB. But when i check the syntax : it throws me an error message stating. The field "SOURCE_PACKAGE" is unknown IN THE START ROUTINE? how come the source package is un

  • I am trying to update my iphoto 8.1.2 to the current version

    I am trying to update my iphoto from 8.1.2 to the current version. The iphoto was installed on my computer when I purchased it so I am unable to upgrade from the app store.  I have tried installing some upgrades but it tells me that I need Version 9.

  • Change of breakdown category

    We are using SEM-BW 4.0, SAP-BW 3.5, running BCS. We are trying to change the Breakdown Category of an FS Item going forward. The system allows to change and save the Breakdown Category as needed, but when we attempt to post a manual entry or run the

  • Standard report for budget allocated, actual consumed, amount capitalize

    Hi, I need report for following condition: Is there any standard report for the same? Once the project is capitalized, the system should provide in one report the budget allocated, amount incurred, amount capitalized, Date of capitalization and remai

  • ITunes fails to start- I've tried the QT uninstall thing

    I've done my research but I can't find a solution that works. Seems like some people are having problems with Malware and some are having problems with QT version integrity. The solutions seem to be variations on similar remedies but so far, nothing'