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

Similar Messages

  • Is there any SAP standard HUM report

    Hi Guys
    Is there any SAP standard HUM report
    which can have the fields like Contents of HU field and HU identification2 field
    Please help
    Thanks in advance

    HI
    Run T code HUMO

  • 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

  • What r the ways to reduce the load time of master data

    Hi
    The full load of the master data load IP is taking 18hr to 2 days loading on average 2516360 Records
    Is their any option to reduce load time as its causing data base lock and impacting transports(other than data selection)
    Thanks in advance
    Anuj

    You will have to do some research. What MD extractor are you talking about?
    Test on R/3 system: First try to extract a considerable amount of records via transaction RSA3 in R/3 (10.000 or 100.000). Keep the time that it takes.
    Extract the same into BW but only into PSA. Again measure the time.
    Load data from PSA into datatarget and see how long this takes. You should now have a picture on where the performance problems are located.
    Is the performance also bad for small loads or is there a boundary before which performance is ok. (in other words, is loading 200.000 records ten times longer then loading 20.000 records?)
    Suspect the following in R/3:
    - datasource enhancements in R/3. A redesign may improve your extraction in a big way.
    - missing indexes. If you are extracting data from tables without proper indexes the extraction performance can be dramatic.
    Suspect the following if loading to PSA is bad:
    - Datapackage reads data in small chunks (much smaller than 50000 records). Overhead causes more time than the actual data transport.
    - Network problems. Maybe the network is congested by other servers?
    If loading from PSA to datatarget is slow:
    - Check start routines for performance.
    - Are enough batch partitions available? Sometimes activation of ODS can be improved by more parallel processes.
    - Are you using a lot masterdata-lookups when filling the datatargets?
    When you report you findings in this forum we may be able to help you further.

  • Is there any SAP standard CAF?

    Hi, CAF experts.
    I'm wondering there is any CAF created by SAP, like ESS/MSS.
    Does SAP make any CAF-based application?
    Thanks in advance for all your answers.

    Hi
    I am not sure if SAP has released entire business package based on CAF but there is one application called Life and Work Events within ESS which uses CAF.
    Best Regards
    Prabhakar

  • Is there any SAP Standard programe to posr cost centers in LSMW

    Hi
    Is there any Direct input or Batchinput programe to load cost centers
    by using LSMW

    No. Also a note that these tables store data in a different way. Meaning that if say for a material , period and plant combination (primary keys of tables) the value of stock has not changed then there will be no entry in these history tables. So usually you would need to write a Function module to read these tables and populate values accordingly for BW reports to make sense.
    Hope this helps.

  • There should be a way to easly switch between wifi and cellular data

    I think apple should put wifi icon and cellular data icon on the notification bar so we can change between them easily or even closing them both. So other smart phone like Samsung did it from a long time and its really easier way so Apple as the greatest company in the smart phones field should do something for this ..

    Read http://www.apple.com/ios/ios7/features/ and in particular the section on control centre.  Maybe that does it for you but you will have to wait until Sep/Oct for the public release

  • Do you trust the SAP standard rule set ?

    Hello all,
    I have the impression that, too often, the SAP standard ruleset has been taken for granted : upload, generate and use. Here is a post as to why not to do so. Hopefuly, this will generate a interesting discussion.
    As I have previously stated in other threads, you should be very careful accepting the SAP standard rule set without reviewing it first. Before accepting it, you should ensure that your specific SAP environment has been reflected in the functions. The 2 following questions deal with this topic :
    1. what is your SAP release  ? ---> 46C is different than ECC 6.0 in terms of permissions to be included in the function permission tab. With every SAP release, new authorization objects are linked to SAP standard tcodes. Subsequently some AUTHORITY-CHECK statements have been adapted in the ABAP behind the transaction code. So, other authorizations need to provided from an implementation point of view (PFCG). And thus, from an audit perspective (GRC-CC), other settings are due when filtering users' access rights in search for who can do what in SAP.
    2. what are your customizing settings and master data settings ? --> depending on these answers you will have to (de)activate certain permissions in your functions. Eg. are authorization groups for posting periods, business areas, material types, ... being used ? If this is not required in the SAP system and if activated in SAP GRC function, then you filter down your results too hard, thereby leaving certain users out of the audit report while in reality they can actually execute the corresponding SAP functionality --> risk for false negatives !
    Do not forget that the SAP standard ruleset is only an import of SU24 settings of - probably - a Walldorf system. That's the reason SAP states that the delivered rule set is a starting point. 
    So, the best practice is :
    a. collect SAP specific settings per connector in a separate 'questionnaire' document, preferably structured in a database
    b. reflect these answers per function per connector per action per permission by correctly (de)activating the corresponding permissions for all affected functions
    You can imagine that this is a time-consuming process due to the amount of work and the slow interaction with the Java web-based GRC GUI. Therefore, it is a quite cumbersome and at times error-prone activity ...... That is, in case you would decide to implement your questionnaire answers manually. There are of course software providers on the market that can develop and maintain your functions in an off-line application and generate your rule set so that you can upload it directly in SAP GRC. In this example such software providers are particularly interesting, because your questionnaire answers are structurally stored and reflected in the functions. Any change now or in the future can be mass-reflected in all (hundreds / thousands of) corresponding permissions in the functions. Time-saving and consistent !
    Is this questionnaire really necessary ? Can't I just activate all permissions in every function ? Certainly not, because that would - and here is the main problem - filter too much users out of your audit results because the filter is too stringent. This practice would lead too false negatives, something that auditors do not like.
    Can't I just update all my functions based on my particular SU24 settings ? (by the way, if you don't know what SU24 settings are, than ask your role administrator. He/she should know. ) Yes, if you think they are on target, yes you can by deleting all VIRSA_CC_FUNCPRM entries from the Rules.txt export of the SAP standard rule set, re-upload, go for every function into change mode so that the new permissions are imported based on your SU24 settings. Also, very cumbersome and with the absolute condition that you SU24 are maintained excellent.
    Why is that so important ? Imagine F_BKPF_GSB the auth object to check on auth groups on business areas within accounting documents. Most role administrator will leave this object on Check/Maintain in the SU24 settings. This means that the object will be imported in the role when - for example - FB01 has been added in the menu.  But the role administrator inactivates the object in the role. Still no problem, because user doesn't need it, since auth groups on business areas are not being used. However, having this SU24 will result in an activated F_BKPF_GSB permission in your GRC function. So, SAP GRC will filter down on those users who have F_BKPF_GSB, which will lead to false negatives.
    Haven't you noticed that SAP has deactivated quite a lot of permissions, including F_BKPF_GSB ? Now, you see why. But they go too far at times and even incorrect. Example : go ahead and look deeper into function AP02. There, you will see for FB01 that two permissions have been activated. F_BKPF_BEK and F_BKPF_KOA.  The very basic authorizations needed to be able to post FI document are F_BKPF_BUK and F_BKPF_KOA.  That's F_BKPF_BUK .... not F_BKPF_BEK. They have made a mistake here. F_BKPF_BEK is an optional  auth object (as with F_BKPF_GSB) to check on vendor account auth groups.
    Again, the message is : be very critical when looking at the SAP standard rule set. So, test thoroughly. And if your not sure, leave the job to a specialized firm.
    Success !
    Sam

    Sam and everyone,
    Sam brings up some good points on the delivered ruleset.  Please keep in mind; however, that SAP has always stated that the delivered ruleset is a starting point.  This is brought up in sap note 986996     Best Practice for SAP CC Rules and Risks.  I completely agree with him that no company should just use the supplied rules without doing a full evaluation of their risk and control environment.
    I'll try to address each area that Sam brings up:
    1.  Regarding the issue with differences of auth objects between versions, the SAP delivered rulset is not meant to be version specific.  We therefore provide rules with the lowest common denominator when it comes to auth object settings.
    The rules were created on a 4.6c system, with the exception of transactions that only exist in higher versions.
    The underlying assumption is that we want to ensure the rules do not have any false negatives.  This means that we purposely activate the fewest auth objects required in order to execute the transaction.
    If new or different auth object settings come into play in the higher releases and you feel this results in false positives (conflicts that show that don't really exist), then you can adjust the rules to add these auth objects to the rules.
    Again, our assumption is that the delivered ruleset should err on the side of showing too many conflicts which can be further filtered by the customer, versus excluding users that should be reported.
    2.  For the customizing settings, as per above, we strive to deliver rules that are base level rules that are applicable for everyone.  This is why we deliver only the core auth objects in our rules and not all.  A example is ME21N. 
    If you look at SU24 in an ECC6 system, ME21N has 4 auth objects set as check/maintain.  However, in the rules we only enable one of the object, M_BEST_BSA.  This is to prevent false negatives.
    3.  Sam is absolutely right that the delivered auth object settings for FB01 have a mistake.  The correct auth object should be F_BKPF_BUK and not F_BKPF_BEK.  This was a manual error on my part.  I've added this to a listing to correct in future versions of the rules.
    4.  Since late 2006, 4 updates have been made to the rules to correct known issues as well as expand the ruleset as needed.  See the sap notes below as well as posting Compliance Calibrator - Q2 2008 Rule Update from July 22.
    1083611 Compliance Calibrator Rule Update Q3 2007
    1061380 Compliance Calibrator Rule Update Q2 2006
    1035070 Compliance Calibrator Rule Update Q1 2007
    1173980 Risk Analysis and Remediation Rule Update Q2 2008
    5.  SAP is constantly working to improve our rulesets as we know there are areas where the rules can be improved.  See my earlier post called Request for participants for an Access Control Rule mini-council from January 28, 2008.  A rule mini-council is in place and I welcome anyone who is interested in joining to contact me at the information provided in that post.
    6.  Finally, the document on the BPX location below has a good overview of how companies should review the rules and customize them to their control and risk environment:
    https://www.sdn.sap.com/irj/sdn/bpx-grc                                                                               
    Under Key Topics - Access Control; choose document below:
        o  GRC Access Control - Access Risk Management Guide   (PDF 268 KB) 
    The access risk management guide helps you set up and implement risk    
    identification and remediation with GRC Access Control.

  • SAP Standard Exits for ME51n/52n/53n

    Hi Friends,
    Please tell me is there any SAP standard Exits for Purchase requisition Me51n/me52n/me53n..
    Thanks in Advance..........
    Ravi

    hi
    this are
    following enhancements that u can use
    M06B0004  Number range and document number
    M06B0005  Changes to comm. structure for overall release of requi
    M06E0004  Changes to communication structure for release purch. d
    M06E0005  Role determination for release of purchasing documents
    ME590001  Grouping of requsitions for PO split in ME59
    MEETA001  Define schedule line type (backlog, immed. req., previe
    MEFLD004  Determine earliest delivery date f. check w. GR (only P
    MELAB001  Gen. forecast delivery schedules: Transfer schedule imp
    MEQUERY1  Enhancement to Document Overview ME21N/ME51N
    MEVME001  WE default quantity calc. and over/ underdelivery toler
    MM06E001  User exits for EDI inbound and outbound purchasing docu
    MM06E003  Number range and document number
    MM06E004  Control import data screens in purchase order
    MM06E005  Customer fields in purchasing document
    MM06E007  Change document for requisitions upon conversion into P
    MM06E008  Monitoring of contr. target value in case of release or
    MM06E009  Relevant texts for "Texts exist" indicator
    MM06E010  Field selection for vendor address
    MM06E011  Activate PReq Block
    MMAL0001  ALE source list distribution: Outbound processing
    MMAL0002  ALE source list distribution: Inbound processing
    MMAL0003  ALE purcasing info record distribution: Outbound proces
    MMAL0004  ALE purchasing info record distribution: Inbound proces
    MMDA0001  Default delivery addresses
    MMFAB001  User exit for generation of release order
    welli mstill searching for that particular enhancement for ur requirment if i found i will let u know
    this the enhancement that u can use
    MEQUERY1  Enhancement to Document Overview ME21N/ME51N
    in this
    u can use the following componets
    EXIT_SAPLMEQUERY_001
    EXIT_SAPLMEQUERY_002
    also there is one more
    MM06E005 Customer fields in purchasing document
    Cheers
    Snehi
    Edited by: snehi chouhan on Jul 31, 2008 1:32 PM

  • SAP Standard Workflow for REFUNDS in FS-CD

    Hi
    We have a requirement to implement SAP Workflow in Financial Services Collections & Disbursements (FS-CD) module for REFUNDS Approval.
    Is there any SAP standard Workflow available to meet the requirement?
    How to find the Standard SAP workflows available for different Modules (MM, SD, PM, FI, FS-CD etc)?
    Correct answers will be rewarded with points.
    Thanks
    Nikhil.B

    Just to add:
    The error that I am encountering in the second run/cycle for the PR approval workflow is Import container contains errors (are any obligatory elements missing?)
    Basically, WS20000077 will be executed if an approval level is seen. Once the approval is made, then the workflow is also completed. However, for multiple approvers, I only get to execute successfully the first level approval. The succeeding levels are encountering errors as stated above

  • SAP standard datasource for IDEX stream in SAP BI

    HI
          We are implementing SAP ISU retail project.Is there any Sap Standard datasource or Data Extractor for IDEX ?
    THanks
    DLK

    Hi,
    I don't see any Sap Standard datasource or Data Extractor for IDEX.
    But may be documentation will be usefull:
    Please, Refer to those links:
    Intercompany Data Exchange u2013 Extended (SAP IS-U/IDEX)
    http://help.sap.com/saphelp_rc10/helpdata/en/ef/7995d87d4a4fc3a064b440b7955444/content.htm
    Intercompany Data Exchange
    http://help.sap.com/saphelp_rc10/helpdata/en/f0/7ce4382763855ee10000000a114084/frameset.htm
    All the best.
    Best Regards,
    Amine

  • Any standard way of making sure a file name is valid

    Hi everyone,
    I would like to say thanks to all who participate in this forum because it is one of the most important part of the java community.
    I am having some problems with a desktop application that am workin on at this time. Having a small window that allows the user of the application to use a JFileChooser to choose a directory (Directory only option enabled) where they want to store there file and also a JTextField that allows the user to enter the file name they wish the file to be called, I am having problem when the user enters a file name with characters that are not allowed in a file.
    I was wondering if there is a standard way of validating file names across several platform or does anybody have any tips and tricks for getting around this problem.
    Thanks in advance
    Franklini

    matches() takes in a regular expression- the regular expression in the code snippet above will catch any combination of those characters (one correction though- it should be getName() rather than getAbsolutePath() because getAbsolutePath will always have a : and a \ in it).
    try something like the below code, which will keep prompting until you cancel or put in a valid name:
       while(returnVal == JFileChooser.APPROVE_OPTION &&
                  file.getName().matches(".*[\\/:*?|<>\"].*") ){
         JOptionPane.showMessageDialog(null,
                                       "The filename " + file.getAbsolutePath() + " is invalid.",
                                       "Save As Error",
                                       JOptionPane.ERROR_MESSAGE);
         returnVal = fileChooser.showSaveDialog(null);
         if (returnVal == JFileChooser.APPROVE_OPTION) {
           file = fileChooser.getSelectedFile();
       }

  • SAP standard program  to delimits infotypes

    Hi folks,
           Is there any SAP standard program to <u><b>delimits</b></u> the records in HR? I mean for PA/PD infotype. Or I need to write one? I have to delimits some of the IT`s Like 194 and 185...
    I found the following program to <b>delimit</b> …
    RPU204M0                       IT 204: delimit report for FA customers                     
    RPU510J1                       Utility program to delimit P0008 after pay sclae re-creation
    Thanks

    Hi Saquib
    There is one standard report called RHGRENZ2 which will delimt PD infotypes...
    The report only delimits infotypes with time constraint 2 and 3. Infotypes with time constraint 0 and 1 must be delimited using the report Delimit Objects (RHGRENZ0).
    Hi I don't see any Standard SAP program to delimit the infotypes that were specified in your message. I believe you may need to write small BDC program to delimit....
    Thanks
    Thanks
    Suresh B Mannem
    Message was edited by: Suresh Babu  Mannem

  • SAP STANDARD REPORT FOR CHANGES IN VF12

    Hello Sap guru,
    Is there any sap standard table or t.code for below informations
    u2022 Customer code
    u2022 Customer name
    u2022 Newly added pricing conditions (via VK11)
    u2022 Change(s) made in pricing conditions (via VK12)
    u2022 date change was made
    u2022 if possible: old details and new details
    kindly suggest
    Regards
    Deepak Garg

    Hi,
    You have lists for conditions with tcode V/LD and you can create your own list for conditions with tcode V/LA and V/LB (V/LC to view them), but I think that this solution doesn't satisfied your requirement. I think that you need a development because you need data in tables CDPOS/CDHDR (modifications) for object COND_A.
    I hope this helps you
    Regards
    Eduardo

  • SAP standard transactions for missing parts

    Hi!!! Friends,
    Is there any SAP standard transaction (s) or procedure (s) which will give the list of missing components/ parts per sales order, process order, stock transfer, projects, subcontracting apart from V_V2, CO24 & ME2O standard transactions?

    Hi ,
    As per me there is no other transaction. CO24 solves the purpose of missing part list view for projects more effectively.
    Rgds

Maybe you are looking for

  • Can Not View Videos on iTunes!!

    Whenever I click preview video on the iTunes store, the preview box doesn't show the video. Instead it shows purple, brown & green fuzz. It's the same when trying to watch a video I have purchased. I don't know how to fix this? Any ideas? Thanks (:

  • Looking for example to export data from a DynPro table to Excel file

    Hello, I have a certain content in a table. I would like to export this content to Excel file and let the user save it on his PC. I tried to use the Office Controller but with no success. Have someone already made something like this and can show me

  • FCP 7, maverick, animation million+, iMac play back issue

    I have 3 years old iMac, 8Mg RAM duo. poorly handled transparent overlay HD 1920by 1080. It would play and pause in the viewer preview window, slow rendering time. So I got my self the new iMac 27" with 16 MG of ram, quatro. The playback and renderin

  • Mac book pro very very slow startup

    My macbook pro has become painfully slow at startup 15 mins+. Once up and running it seems fine. I have removed unnecessary  start up items and reset the PRAM. SMART status is verified. I'm running Lion 10.7.5 4GB memory and 750 GB HD with 640GB avai

  • Exclude certain objects in OM when using the report RHSTRU00

    Hi, I'd like to inquire if there is a way to exclude certain objects from appearing in RHSTRU00?  For example, Organization XYZ contains 3 org units: Organization A - contains Position A - Employee A Organization B - contains Position B - Employee B