Best Way To Upload Sales in SAP

Hi,
I wanted to know what is the best way to upload sales in sap system, currently we are doing manually. We fetch data from the 3rd Party POS system and converting it into XMLfile and create it's IDOC, After that uploading sales by t-code BD20.
We have 1 issues also:
1. Dummy Sales: How can we take care of dummy sales records.
Edited by: BalrajPanwar on Apr 26, 2011 8:40 AM

Hi,
You can do it through LSMW or BAPI or BDC method.
Those are the best ways to upload
Edited by: Deepti Adimadhyam on Apr 26, 2011 4:52 AM

Similar Messages

  • Best way to upload form into WDA

    I am working on WDA containing Adobe Interactive form with Vendor Payment request.
    WDA will be called by workflow every time an approver has to approve the request.
    The form will reside at URL.
    What is the best way to upload an Adobe form into WDA?
    I found Web Dynpro example WDR_TEST_ADOBE_PDF_ONLY.
    This example demonstrates how to get a form data assuming the form object is created in the view.
    Is there a way to also upload a template into WDA?
    Or I have to have the form template in SAP repository and
    then assign the form name to  templateSource property in WDA?
    WDR_TEST_ADOBE_PDF_ONLY:
    method wddoinit.
      data:
        mime_repository type ref to if_mr_api,
        content type xstring,
        url type string value '/SAP/BC/WebDynpro/SAP/WDR_TEST_ADOBE_PDF_ONLY/test.pdf'.
      mime_repository = cl_mime_repository_api=>get_api( ).
      call method mime_repository->get
        exporting
          i_url = url
        importing
          e_content = content.
      wd_context->set_attribute( name = 'PDF' value = content ).
    endmethod.
    Thank you,
    Tatyana

    Hi Thomas,
    As you said if we are using Native/ZCI based forms these many stepts are not required as mentioned in the blog:
    Uploading SAP Interactive Form on the ABAP WebDynpro View
    any how i have followed this blog but i got struck at this point
    *Get the RESERVED Data Node and value.
    DATA: KUNNR   TYPE STRING,
          VKORG   TYPE STRING,
          VTWEG   TYPE STRING,
          SPART    TYPE STRING,
          MATERIAL TYPE STRING,
          TARGET_QTY TYPE STRING,
          DELIVERY TYPE CHAR10.
    NODE = DOCUMENT->FIND_FROM_NAME( NAME = 'KUNNR' ).
    KUNNR = NODE->GET_VALUE( ).
    NODE = DOCUMENT->FIND_FROM_NAME( NAME = 'VKORG' ).
    VKORG = NODE->GET_VALUE( ).
    i am not getting any value into 'NODE' object.
    can you please help me is there any other simple way to read the offline interactive form and automatically bind to to pdf_source attribute of interactive form.
    So that what ever the user upload it will be mapped in online form.
    i am working on ECC 6.0 with SP13, i hope i need not to apply this note : OSS Note 1055738.
    Thanks,
    Mahesh.Gattu

  • Which is the Best way to upload BP for 3+ million records??

    Hello Gurus,
                       we have 3+million records of data to be uploaded in to CRM coming from Informatica. which is the best way to upload the data in to CRM, which takes less time consumption and easy. Please help me.
    Thanks,
    Naresh.

    do with bapi BAPI_BUPA_FS_CREATE_FROM_DATA2

  • What is the best way to upload icons I created on illustrator, onto a photoshop file of a website design?

    I currently in the process of designing a website on Photoshop. I have designed some icons for the website using Illustrator. What is the best way to upload these icons onto the photoshop file and keep them looking crisp and high quality? I have tried a number of ways but all seem to come out pixilated.

    What you need to do is make sure you are creating the Illustrator icons at the same ppi as the Photoshop document and at the correct size. If you have created the icons say with 300ppi but are in pixels it won't carry the same properties as the website you are creating if that has been set up as 72ppi and therefore will distort.
    Once you have mastered that then you are best (if you think there may be changes to the icons later down the line) to create .ai files of each icon and place them intt the Photoshop document, then if you make any changes to the source .ai file it will update within you website design.
    If you don't see the icons changing then you can always just copy and paste directly from Illustrator to Photoshop and make any changes on the fly by making sure you keep it as a smart object.

  • Best way to upload youtube videos in hd?

    my camera shoots in 720p whats the best way to upload to youtube thrue imovie 09 via share option or exporting ?thanks

    While the direct export from iMovie via Share is the easiest, I find that the couple of extra steps involved in exporting the file to QuickTime then using the YouTube uploader is definitely worthwhile.
    First you can 'fiddle' with the settings and I find using the mpeg4 codec produces a smaller file size than h.264 without any appreciable loss in quality.
    This is one of my 720p exports via QuickTime using mpeg4:
    http://www.youtube.com/watch?v=uw_4dCTPcQA&fmt=22
    and this is the method which I use:
    http://www.youtube.com/watch?v=mZ06dOb0Mds
    As already mentioned try encoding with mpeg4 rather than h264 if the length and file size of your video is an issue.
    Regards,
    Z.

  • Best way to upload a large 25 minute video and where to?

    best way to upload a large 25 minute video and where to?

    Just a couple minutes surfing - YouTube only allows 15 minute videos from general users -- to upload larger apparently you have to be a trusted long time source.   There is also a restriction on the file size.
    YouTubes help section should give you all the details.
    I don't watch online videos - so I just used a query in ASK.Com to get some quick tips.

  • What's the best way to connect Cognos with SAP 4.6c on iseries V5R4

    We have SAP 4.6c on iseries V5r4.
    What's the best way to connect Cognos with SAP so that data could be extracted from SAP and create reports with Cognos.
    Thanks
    Joe

    DB2 Connect version 8.2 is no longer supported by IBM (support ended April 30, 2009, see http://www.ibm.com/software/data/support/lifecycle/). As far as I know, DB2 Connect is communicating through DRDA, which is a platform-independent protocol supported by all DB2 platforms, so any DB2 Connect client should be able to talk to any DB2 database. However, there may be limitations on the supported release combinations.
    Kind regards,
    Christian Bartels.
    Edited by: Christian Bartels on Sep 6, 2010 4:17 AM

  • What is the best way to upload invoices to A.R.?

    Hi! I would like to ask what is the best way in uploading invoices to A.R. from other system. Autoinvoice? Invoice Creation API? or Transaction API? I need your suggestions.  Kindly specify also the pros and cons and any other suggestions that you can give and also please point me to some reading materials.
    thanks.
    Jon

    I've been looking for several days at examples of using a
    flash file uploader. I was after single or multiple file uploads, a
    progress bar and the ability to add "vanilla" form fields. The most
    promising I found was the YUI uploader from those nice people at
    Yahoo
    http://developer.yahoo.com/yui/examples/uploader/u...
    I got it working fine submitting to a simple CF page
    <cfif structkeyexists(form,"Filedata")>
    <cffile action="UPLOAD" filefield="Filedata"
    destination="#expandpath(".")#" nameconflict="OVERWRITE">
    </cfif>
    <cfif structkeyexists(form,"var1") and
    structkeyexists(form,"var2")>
    <cffile action = "append" file =
    "#expandpath(".")#\log.txt" output = "var1 = #var1# var2 =
    #var2#">
    </cfif>
    I'm a complete novice with Javascript, PHP, flash in fact
    anything other than CF, so there's a bit I don't understand (well
    several ... but this one in particular!)
    On the example in the YUI documentation they say they are
    using this PHP scrip to handle server side
    1 <?php
    2 foreach ($_FILES as $fieldName => $file) {
    3 move_uploaded_file($file['tmp_name'], "./" .
    $file['name']);
    4 echo (" ");
    5 } ?>
    The echo bit seems to "bounce back" the post data which is
    then picked up by the onuploadresponse(event). In CF how would I
    pass back some response to the calling page to fire this
    event?

  • What is the best way to upload photos to an internet site so they can be downloaded by other onto an iPad?

    What is the best way to upload pictures from iPhoto on my Mac to the internet so they can be downloaded by friends onto their iPads?

    Any photosharing site will do: FLicker, SmugMug, Posterous etc

  • Best way to upload RAW photos to internet from iPad

    If I am on a trip and 64GB isnt enough storage for my RAW photos (and I am without my MacBook Pro), what is the best way to upload my pics in full RAW format to an internet location. Apps? Best site to store them on in full RAW? Thanks for the help!

    I just posted the same question. I also have a 64gb ipad, however, with movies and tv shows, games, apps for the trip, that only leaves 8-9 gbs. I could as you have suggested buy more SD cards for my camera..but was also hoping just to batch load 200-300 photos a day up to internet storage (which I am willing to pay for) and then dump them down when I get home. iDisk will do them 1 at a time, but that's not much of a solution. I have wifi where I am staying, so that isn't an issue. I wouldn't want to use a 3g data plan as the roaming would cost more than the trip. This would just let me bring just my camera & ipad (with camera kit). I was hoping to avoid a laptop too.
    Can it just not be done yet? Do I need to lug around my 13" macbook pro as well? My main question is not where can I get internet storage, but how do I get large amounts of photos off the ipad to that storage? idisk, dropbox, etc. Don't seem capable of transfering large amounts of pictures FROM the ipad.
    Thanks!
    Message was edited by: Mark Shykula

  • Best Way to upload Inspection plan

    Dear all,
         Which is best way to upload inspection plan.
    Thanx & Regards,
    Harish Parab.

    Hi Harish,
    The Best Method is BDC as posted by others in the thread.
    Please also go through the below thread for approach for Master Data Migration as discussed earlier.
    [Link|Extension of Quality/Inspection Plan;
    Thanks,
    RKM.

  • What is best way to connect a non-sap sys sending  xml idocs to SAP system

    Hi Can some one please guide as to what will be the best approach in connecting a NON SAP system to a SAP system.
    The non sap system should not be connected to access real time data,it does not support RFC,it can send data in IDOC xml format and i think in teaxt files also.Also I dont think there is any EDI subsystem in place.
    There has to be a periodic upload of material data from SAP /stock status/
    then there will be incoming data into SAP for sales order/purchase order etc
    What would be the best way to connect the two systems,IDOCs with partial EDI looks the best way ,but I am confused as to how will the XML IDOC be converted to normal IDOC and viceversa,how to handle the event triggering mechanism.
    If someone has experience in such a scenario ,please help.
    There is a option to update the database of the application through SQL also...

    Hi,
    Check this link.
    Web Services from Function Module
    it might help u.
    Thanks.

  • Legacy Trial Balance - best way to get totals into SAP

    Hi Folks,
    I have a query relating to the data migration of Finance items.
    What is the best process for updating the new SAP system with the legacy trial balance?
    Do you journal in the Opening Trial Balance posting sub ledger items to a Data Load account?
    Load the AR / AP sub ledger items via the standard load routine RFBIBL00 which will in the case of customers Debit the customer account and Credit the Data Load Account / Vendors Credit the Vendor and Debit the Data Load Account.
    Could anyone please give me a step by step guide as to how to go about this?
    Thanks

    Hi,
    The upload of GL Balances have to split into several steps:
    1. Normal GL Accounts: In this case line items are not required and totals are to be updated in SAP. This can be done using GL fast entry if the number is not too high.
    2. Open Item Managed GL Accounts: All the open line items are required to be uploaded in SAP from Legacy in order to clear them. Hence, a LSMW / BDC program has to be developed to upload the line items.
    3. Customer & Vendor Open Items: All open line items in Customer and Vendor Accounts have to be brought in into SAP. For this also a LSMW / BDC program needs to be developed and upload the line items.
    4. Asset Accounting: In case asset accounting is implemented the individual balances of each asset (Gross Value and Accumulated Depreciation) have to be uploaded using transaction AS91. For this also you need to develop a LSMW / BDC program. Further, you also need to update the GL Accounts related to Asset Accounts with totals for each asset class T.Code OASV.
    5. Further, material values are also to be updated - Material wise and this should tie with the GL Balance.
    In addition, one more point to be noted is the use of Dummy / Conversion accounts for bringing in data from legacy to SAP. It is better to create five or six conversion accounts like for Assets, Liabilities, Revenue, Expenses, Materials etc. The sum of all these conversion accounts should be ZERO after completing the conversion. This way the reconciliation will become easy.
    Thanks
    Murali.

  • Best way to Upload HR mini Master ?

    Hi Guys,
    My client is implementing CATS using HR mini master. What is the best approach to upload Mini master data.
    Did SAP provided any standard program to upload the data into HR module or should I use BDC to upload the data in infotypes 0000, 0001, 0002, 0007, 0315.
    Thanks a lot.
    mini

    HI ,
    One way of doing this is
    1.Create a Dynamic action specifically for Migration to include
    these Infotypes -0000, 0001, 0002, 0007, 0315.
    2. Record these Infotype sequence by using LSMW/BDC/eCATT.
    If the number of record is high, use LSMW/BDC.If it is less you may use LSMW/BDC/eCATT.
    I am not sure if any BAPI is available explicitly to upload Mini Master
    Thanks

  • What Is the best way to upload and download psd files from Photoshop to Photoshop Touch? [was:Re]

    What Is the best way to up load and down load psd files from desktop photo shop to photo shop touch? For on the go touch up or. I'm using psd files at 90 percent 300 depi when in photo shop on desktop. To ps touch

    Hi Bford225,
    I'd recommend using your favorite web browser and going to https://creative.adobe.com/files for uploading from the computer.
    Keep in mind tablet capabilities are much less than a computer, so large files might take a long time to download and be very system intensive to work on. Although you can import files up to 12 megapixels I'd recommend something more mid range, like 6 or 7 megapixels, ie 2880 x 2160 or 3072 x 2304.
    Also, PSD files are flattened when imported into Photoshop Touch.
    Hope that helps,
    -Dave 

Maybe you are looking for

  • Account assignment error in PO..?

    hi all Can anybody explain me how to rectify the error "Account assignment mandatory for material ABCDXYZ123 (enter acc. ***. cat.)" THe above material is Non stock materials .. Thanks sap-mm

  • Replacement part for a Thunderbolt display

    Hi! A Thunderbolt display doesn't turn on. Investigation led to a faulty chip marked as: ATMLH122 04B IF5966B The problem is, we can't find a replacement chip online. Maybe it is an Apple ordered chip. Replacing the whole board is a bit pricey, as th

  • My iPod wont connect

    My iPod will not sync with my computer. I plug it in but the computer will not recognize that it is there long enough to update. It will say on the iPod "Updating iPod, do not disconnect" for abobut 2 seconds and then go to the main menu. I know its

  • How to use ServletAuthentication.weak(...)

    In order to have my application (behind a servlet) decide when to collect user credentials and when to login (authenticate), it appeared from the javadoc and from other postings and responses I've seen that I should be able to use the weblogic.servle

  • Taglib error in JDeveloper

    dear friends I'm creating my first simple application with JDeveloper 10g. in my jsp (First.jsp) I declare the taglib as <%@ taglib uri="/lib/dotJ.tld" prefix="dotj" %> and my web.xml as <taglib> <taglib-uri>/lib/dotJ.tld</taglib-uri> <taglib-locatio