Uploading Hierachies into SAP for Account Groups

Hi Guys,
I have a requirement to upload the hierarchies for account groups into SAP.
Can somebody provide me the pointers like how to do that or there are any BAPI's to full fill this requirement.
Thanks in advance,
Regrads,
Ramesh

Thanks for your replies.
I want to check whether the given excel sheet had been already processed or not? Will you please let me know how to check this.
Thanks Again,
Ramana

Similar Messages

  • Upload data into SAP through standard program

    hi!
    why don't we prefer to upload data into sap through standard program like RFBIKR00 to upload for vendor master or other standard programs to upload durectly without using BDC or LSMW and how do we upload data into SAP through BAPI.
    pls help me with a sample program.
    regards
    Amit

    It totally depends upon the requierment which fields your want to update in transaction if it works with program then use program else go for bdc .
    If there is some any screen enhancement with z fields then program will not solve the problem.
    For BAPI you check these links:
    http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
    http://sap-img.com/bapi.htm
    Edited by: shilpi agarwal on Aug 22, 2008 7:28 AM

  • Report for Account Group

    Dear Expert
    Is there any direct report for account group defined in OBD4. Ex I have defined CWIP  in OBD4 with range xxxxxx to xxxxxx. I want to execute directly with out writing G/L Nos in any standard report.
    Thanks  - VG

    Hi,
    There are many reports with S_ALR with starting. That is the reason I gave *. Please go through the below path in SAP Easy Access. You can see the reports related to GL.
    Accounting
    Financial Accounting
    General Ledger
    Information System
    General Ledger Reports
    There you can see different group of records. You can use as per requirement.
    BR
    Ranga M

  • How to upload Materials into  SAP

    HI,
         How to upload Materials into  SAP using MATMAS05 Idoc type?

    use the lsmw standard existing bapi or idoc method to upload the data into sap

  • How to upload forecast into sap.

    how to upload forecast into sap.

    Hi
    You can use MD61 - create planned independent requirements or MM17 - Mass Maintenance
    Thanks !
    E.Avudaiappan

  • How to upload data into SAP BW Info Objects using SAP XI

    Hi,
    I need to upload master and hierarchy data into SAP BW Info Objects using SAP XI as EAI.
    Can anyone suggest me the best solution to do it.
    Thanks in Advance,
    Volker.

    Hi! Have you not checked the BW-XI Integration document? It is available on the main page of the SDN section for XI. Almost all the steps for the integration are there...

  • Object assignments for account group

    Hi,
    In customer when I click on assigned object in additional data,I am getting the following error,
    "Account group ZSP1 is not registered for object assignments"
    Where ZSP1 is my account group.
    Where I can register my account group for object assignments
    Regards

    Hi Sandeep,
    for what you are looking for object name of release group.???
    If you want to add release group in Authorization profile,it is not possible.
    You can add Release code in authorization profile...not release group.
    If you have any specific requirement,please let me know.
    Regards,
    Manish.
    If ans is usefull,don't forget to reward.

  • Config for Account Group Mappings

    I have a problem with middleware in that when I create a Payer it should be created in account group Z012 in R/3, however it is being created in Account Group Z001.
    I have checked various places such as CRMC_T077D but I cannot find where the BP Role maps to this account group.
    Can anyone give me any advice on where to look and what to check for?
    Many Thanks
    David

    Hi David,
    Kinldy maintain the mappings in tx code PIDE in ECC for the CRM to R/3 mapping
    This should help.
    Regards,
    Rekha Dadwal
    Kindly reward points if useful.

  • ES for Account group of master Record

    We require to get the enterprise service to fetch the account group for a customer master record. If anyone does have any information about such service please suggest.

    Hi Chandran,
    MM cosultant usually dont have the authorization. but atleast you should have the authorization for display mode.
    ask your basis team to give the authorizations.
    Rgds
    Girish Kavital

  • Talbe for Account Group - Tcode KDH3

    Hi,
    What is the table name that holds the account group for a particular G/L account? In tcode KDH3 the screen field is GRPDYNP-NAME_COALL which is not actually a database table.
    Regards,
    Marc

    Hi Marc,
    There are some tables:
    - SETHEADER: It holds the Account group information.
    For example: go to SE16 transaction, type SETHEADER as table and select the fields:
    SETCLASS = 0109
    SUBCLASS = Chart of Accounts
    SETNAME = Account Group
    - SETLEAF: It holds the Account group leafs (that is, the information that is linked to the Account Group).
    For example: go to SE16 transaction, type SETHEADER as table and select the fields:
    SETCLASS = 0109
    SUBCLASS = Chart of Accounts
    SETNAME = Account Group
    NOTE: For the last table, all the information is stored in a "RANGE" format. That is:
    a) If there is a single account linked, then VALOPTION field will be equal to EQ
    b) If there is an account interval linked, then VALOPTION field will be equal to BT.
    Hope it helps you.
    Cheers,
    Daniel.

  • OUTPUT DETERMINATION FOR ACCOUNT GROUPS

    dEAR experts,
    Kindly write to me where to maintain output determination for customer account groups.
    Kindly help.
    Kind Regards
    biju

    Hi ,
    Output procedure in OTD2 is for other purpose .It is not output determination in sales document .
    Whatever field availabvle in field catlog we can determine the output in sales document .If the field is not available in field catlog than we can create the new filed and same field need to create in sales table .
    For your case , Account group  field is not available in field catlog but you can use Customer group (KDGRP) for output determination .
    Regards ,
    Sunil

  • Uploading File into SAP Transaction using BSP

    Hi Everybody,
    I would like to know how to save the file into SAP Transaction thro BSP. I have one requirement,For example,the captured file from the web should be attached into the Equipment master (Transaction Code IE02).Its possible via SAP GUI.But i would like to know how it can be done from BSP.The same example applicable to sales order also..
    Also i wondering where these files get stored.
    Anybody could help me out of this issue please?...
    Naga Bokkisam

    You can do that using BDS..But you need to find the Business object to store it under Equipment Master or Sales order.
    Here is the example where i stored the document under Warranty process, ie sub set of Equipment master:
    Here BUS2222 is business object for Warranty Process:
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER                = STR_FILE_CONTENT
        TABLES
          BINARY_TAB            = I_FILE_CONTENT.
      CALL FUNCTION 'BDS_BUSINESSDOCUMENT_CREA_TAB'
        EXPORTING
          CLASSNAME             = 'BUS2222' "classname_select
          CLASSTYPE             = 'BO'" classtype_select
        CLIENT                = SY-MANDT
          OBJECT_KEY            = OBJECT_KEY
        BINARY_FLAG           = 'X'
        TABLES
          SIGNATURE             = I_SIGNATURE
          COMPONENTS            = I_COMPONENTS
        CONTENT               = I_FILE_CONTENT
    EXCEPTIONS
       NOTHING_FOUND         = 1
       PARAMETER_ERROR       = 2
       NOT_ALLOWED           = 3
       ERROR_KPRO            = 4
       INTERNAL_ERROR        = 5
       NOT_AUTHORIZED        = 6
       OTHERS                = 7     .
    Let me know if you need any detail..
    <i>*Reward each useful answer</i>
    Raja T

  • Upload Files into SAP Office Folder in Background

    Hi All ,
    Has anyone tried uploading file(s) of any type say *.XLS , *.PDF to SAP office folder (Outbox) in the background . I am using the function module  'SO_DOCUMENT_REPOSITORY' with methods "SAVE" , "ATTCREATEFROMPC" and "SEND" . It works fine in foreground without any errors . But when tried to schedule in background , the job stops at the method call "ATTCREATEFROMPC" and gives a message  "Database error for <INSERT INTO KPRO> " . It looks like the uderlyiong function module checks for an active GUI and fails during background .
    Any thoughts or other solutions would be appreciated ....
    Thanks

    Hi,
    I think ATTCREATEFROMPC method is for loading the file from frontend PC. It is bound to fail if you run it in background since there is no SAPGUI running it and it can't know the location.
    You will need to use some other method to be able to read the files from the APP server, and have your documents on the APP server if you want to run your code in the background.
    cheers,
    Ajay

  • Regarding Uploading Logo into SAP

    Hi,
    I want to upload a <b>coloured logo</b> from my desktop to SAP.
    Then i want to upload that coloured Logo into my <b>SAP Script output</b>.
    Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.
    While printing the same form also i should get coloured output on the screen.
    Can anybody explain this whole process step wise.
    How i can achieve the same!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    HI
    GOOD
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window 
    or
    In 4.6x :-
    1.  Goto SE71 Change the mode to GRAPHICAL 
    2.  Choose the Graph Tabstrips
    3.  Now type in some name for the LOGO WINDOW 
    4.  Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP 
    5.  The code will be written automatically. You just need to drag and drop wherever you want
         the graphics to be. 
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    THANKS
    MRUTYUN

  • How to pull data from sql server ( Seperate server) & upload it into sap

    Hi All,
    I have a SQL Server database in System1,
    data base name          DB1
    Table name                 TB1
    I want pull data from TB1 & upload the same into ztable in SAP.
    How I can I achive this in ABAP.
    Thanks in Advance
    Appropriate points will be rewarded.
    Arun kumar

    Hi Arun,
    You have to do the following:
    1. Create an entry in Trxn DBCA for SQL Server in SAP, you are creating a database connection for the SQL server in SAP.
    2. You use this connection, and write Native SQL stmnts...between EXECSQL...ENDEXEC to fetch the data..and then normal ABAP statements to put that data into your ztable.
    Regards,
    Raj
    For eg:
    TABLE DBCON Entry can be like this...depends on your External database..
    CON_NAME                                  Raj                Logical name for connection
    DBMS                                           MSS              Microsoft SQL Server
    USER_NAME                                <User name>     For SQL Serve
    PASSWORD                                 <password>            "    "
    CON_ENV                  MSSQL_SERVER=<server> MSSQL_DBNAME=<database name>
    DB_RECO                 Availability type for an open database connect  
    FUNCTION z_houston_connect.
    ""Local interface:
    EXEC SQL.
    CONNECT TO 'RAJ' AS 'V'
    ENDEXEC.
    EXEC SQL.
    SET CONNECTION 'V'
    ENDEXEC.
    *- Get the data from MS-SQL Server
    EXEC SQL.
    open C1 for
    select
    l.loc_id,
    l.loc_name,
    a.acc_id,
    a.acc_name,
    d.person
    from ho_loc_mast as l
    inner join snd_acc_mast as a on l.loc_id = a.loc_id
    inner join snd_acc_addr as d on a.loc_id = d.loc_id and
    a.acc_id = d.acc_id
    where l.loc_id = '001'
    ENDEXEC.
    DO.
    EXEC SQL.
    FETCH NEXT C1 into :wa-c_locid, :wa-c_locname, :wa-c_acc_id, :wa-c_acc_name, :wa-c_person
    ENDEXEC.
    IF sy-subrc = 0.
    PERFORM loop_output.
    ELSE.
    EXIT.
    ENDIF.
    ENDDO.
    EXEC SQL.
    CLOSE C1
    ENDEXEC.
    ENDFUNCTION.

Maybe you are looking for

  • Back up iMac and macbook air to external WD hard drive

    I have been using WD Mybook 2TB external hard drive to back up my iMac 27" late 2009 . OSX 10.9.3 (i think I use Time machine and not Smartware). Connected by USB2 1. When i recently updated my OSX I got the message that Smartware is not compatable a

  • How to see photos on map 4s

    Can't figure out how to use my photo collection and see where the picture was taken in mass.

  • Hit counter on JSP page

    Hello java-ites, I want to create a counter on jsp page. How do I do it? Any help is appreciated. Many thanks. -Arun Chellapa.

  • Hyperlinks in google chrome

    i have a pdf document that is uploaded to web.  I have several hyperlinks opening word and pdf documents within that pdf document.  IE and Mozilla work fine in resolving the relative hyperlinks when uploading to web.  Google chrome will not open the

  • How can I avoid so many errors that stop a move?

    I searched and searched. Although there are lots of complaints about the number of "Couldn't move because of an unknown error" I found no suggestions. I once found out that the presence of video fies in folders topped a move... but have read no other