Any tools are there in data upload for other than BDC.

Any tools are there in data upload for other than BDC.

Hi Hassan,
<b>LSMW</b>
<a href="http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf">http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf</a>
<b>Direct Input</b>
<a href="http://help.sap.com/saphelp_di471/helpdata/EN/fa/097174543b11d1898e0000e8322d00/content.htm">Direct Input</a>
<b>BAPI</b>'s
Example :
<b>BAPI_QUOTATION_CREATEFROMDATA2</b> - Customer Quotation: Create Customer Quotation
<b>BAPI_PO_CREATE1 </b> -     Create Purchase Order
<b>Close your previous threads if you have got the answers.</b>
Regards,
AS

Similar Messages

  • What, if any, restrictions are there on app downloads for enterprise usage?

    I have began a new job and am in the process of upgrading some Mac Mini's that have been in storage since 2010. I can't find it anywhere in the app store FAQ's that there are restrictions on downloading apps or OSX multiple times for machines being used for Business or Enterprise deployment. I know as a personal user I can download my app's onto any machine that I have control over and that I input my Apple ID and password into. In short, does this same policy hold true for my employer and its Apple ID/ Machines? Technically it works, but legally, I am less sure of the clarity.
    Maybe Apple will respond first. Just want to stay in the legal realm.
    -Eric
    A/V Technician, Nashville, TN

    Found it. See 2nd paragraph.
    MAC APP STORE PRODUCT USAGE RULES
    Except as otherwise set forth herein,
    [i] If you are an individual acting in your personal capacity, you may download and use an application from the Mac App Store (“Mac App Store Product”) for personal, non-commercial use on any Apple-branded products running Mac OS X (“Mac Computer”) that you own or control.
    [ii] If you are a commercial enterprise or educational institution, you may download a Mac App Store Product for use by either (a) a single individual on each of the Mac Computer(s) used by that individual that you own or control, or (b) multiple individuals on a single shared Mac Computer that you own or control. For example, a single employee may use a Mac App Store Product on both the employee’s desktop Mac Computer and laptop Mac Computer, or multiple students may serially use the Mac App Store Product on a single Mac Computer located at a resource center or library. For the sake of clarity, each Mac Computer used serially by multiple users requires a separate license.
    [iii] Use may require sign-in with the Apple ID used to download the Mac App Store Product from the Mac App Store. Mac App Store Products can be updated through the Mac App Store only.
    http://www.apple.com/legal/internet-services/itunes/appstore/jm/terms.html#SERVI CE

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • How many types of ports are there which we use for data transfe in ale/idoc

    friends let me know how many types of ports  are there which we use for transfering
    data in ale/idocs?

    Hello,
    you can use file port,trnasactional RFC port.FI you are using IDOC-XML conversion combination,then you can XML port also.
    Thanks

  • Legacy asset data upload for multiple line items

    Hello
    Legacy asset data upload for multiple line items- for example Building is an asset which is having different line items for purchasing of land,constructaion or renovation etc.........now to upload the legacy data what should be consider...only one line item for Building or numbers of line item.........
    which one is the proper way to do this exercise?
    regards

    Hi,
    It completely depends on clients requirement. but following are few approaches:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create asset sub numbers for other components.
    other approach would be:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create further asset codes for other components where field description will be used for relating each other.
    Regards,
    Sayujya

  • Data upload for MM41

    Hi all,
    This is upgradation project from 4.7 to ECC6.0
    In 4.7, clint was using LSMW with recording for data upload for T-code MM41(generic article). Because of screen changes that LSMW is not working. I tried with new recording, but when i selected  one item in  popup screen, is not capturing in the Reording.
    So i could not able to upload the data. So i would like to go for BAPI/Idoc(LSMW) or BAPI for data uplading.
    I am new to BAPI/IDOC, If any one is having code, plz send. If LSMW plz send the Exported text file or screen shots. plz help in this.
    here i am giving my source list of previous LSMW.
    if any further information needed i will provide.
    MTART C(004) Article Type
    MATKL C(009) Merchandise Category
    LIFNR C(010) Account Number of the Vendor
    X1 C(020) X1(SIZE1)
    Y1 C(020) Y1(COLOR1)
    S1R1 C(001) SIZE1COLOR1
    S2R1 C(001) SIZE2COLOR1
    S3R1 C(001) SIZE3COLOR1
    S4R1 C(001) SIZE4COLOR1
    S5R1 C(001) SIZE5COLOR1
    S6R1 C(001) SIZE6COLOR1
    S7R1 C(001) SIZE7COLOR1
    S8R1 C(001) SIZE8COLOR1
    S9R1 C(001) SIZE9COLOR1
    S10R1 C(001) SIZE10COLOR1
    Y2 C(020) Y2(COLOR2)
    S1R2 C(001) SIZE1COLOR2
    S2R2 C(001) SIZE2COLOR2
    S3R2 C(001) SIZE3COLOR2
    S4R2 C(001) SIZE4COLOR2
    S5R2 C(001) SIZE5COLOR2
    S6R2 C(001) SIZE6COLOR2
    S7R2 C(001) SIZE7COLOR2
    S8R2 C(001) SIZE8COLOR2
    S9R2 C(001) SIZE9COLOR2
    S10R2 C(001) SIZE10COLOR2
    Y3 C(020) Y3(COLOR3)
    S1R3 C(001) SIZE1COLOR3
    S2R3 C(001) SIZE2COLOR3
    S3R3 C(001) SIZE3COLOR3
    S4R3 C(001) SIZE4COLOR3
    S5R3 C(001) SIZE5COLOR3
    S6R3 C(001) SIZE6COLOR3
    S7R3 C(001) SIZE7COLOR3
    S8R3 C(001) SIZE8COLOR3
    S9R3 C(001) SIZE9COLOR3
    S10R3 C(001) SIZE10COLOR3
    Y4 C(020) Y4(COLOR4)
    S1R4 C(001) SIZE1COLOR4
    S2R4 C(001) SIZE2COLOR4
    S3R4 C(001) SIZE3COLOR4
    S4R4 C(001) SIZE4COLOR4
    S5R4 C(001) SIZE5COLOR4
    S6R4 C(001) SIZE6COLOR4
    S7R4 C(001) SIZE7COLOR4
    S8R4 C(001) SIZE8COLOR4
    S9R4 C(001) SIZE9COLOR4
    S10R4 C(001) SIZE10COLOR4
    Y5 C(020) Y5(COLOR5)
    S1R5 C(001) SIZE1COLOR5
    S2R5 C(001) SIZE2COLOR5
    S3R5 C(001) SIZE3COLOR5
    S4R5 C(001) SIZE4COLOR5
    S5R5 C(001) SIZE5COLOR5
    S6R5 C(001) SIZE6COLOR5
    S7R5 C(001) SIZE7COLOR5
    S8R5 C(001) SIZE8COLOR5
    S9R5 C(001) SIZE9COLOR5
    S10R5 C(001) SIZE10COLOR5
    Y6 C(020) Y6(COLOR6)
    S1R6 C(001) SIZE1COLOR6
    S2R6 C(001) SIZE2COLOR6
    S3R6 C(001) SIZE3COLOR6
    S4R6 C(001) SIZE4COLOR6
    S5R6 C(001) SIZE5COLOR6
    S6R6 C(001) SIZE6COLOR6
    S7R6 C(001) SIZE7COLOR6
    S8R6 C(001) SIZE8COLOR6
    S9R6 C(001) SIZE9COLOR6
    S10R6 C(001) SIZE10COLOR6
    Y7 C(020) Y7(COLOR7)
    S1R7 C(001) SIZE1COLOR7
    S2R7 C(001) SIZE2COLOR7
    S3R7 C(001) SIZE3COLOR7
    S4R7 C(001) SIZE4COLOR7
    S5R7 C(001) SIZE5COLOR7
    S6R7 C(001) SIZE6COLOR7
    S7R7 C(001) SIZE7COLOR7
    S8R7 C(001) SIZE8COLOR7
    S9R7 C(001) SIZE9COLOR7
    S10R7 C(001) SIZE10COLOR7
    Y8 C(020) Y8(COLOR8)
    S1R8 C(001) SIZE1COLOR8
    S2R8 C(001) SIZE2COLOR8
    S3R8 C(001) SIZE3COLOR8
    S4R8 C(001) SIZE4COLOR8
    S5R8 C(001) SIZE5COLOR8
    S6R8 C(001) SIZE6COLOR8
    S7R8 C(001) SIZE7COLOR8
    S8R8 C(001) SIZE8COLOR8
    S9R8 C(001) SIZE9COLOR8
    S10R8 C(001) SIZE10COLOR8
    Y9 C(020) Y9(COLOR9)
    S1R9 C(001) SIZE1COLOR9
    S2R9 C(001) SIZE2COLOR9
    S3R9 C(001) SIZE3COLOR9
    S4R9 C(001) SIZE4COLOR9
    S5R9 C(001) SIZE5COLOR9
    S6R9 C(001) SIZE6COLOR9
    S7R9 C(001) SIZE7COLOR9
    S8R9 C(001) SIZE8COLOR9
    S9R9 C(001) SIZE9COLOR9
    S10R9 C(001) SIZE10COLOR9
    Y10 C(020) Y10(COLOR10)
    S1R10 C(001) SIZE1COLOR10
    S2R10 C(001) SIZE2COLOR10
    S3R10 C(001) SIZE3COLOR10
    S4R10 C(001) SIZE4COLOR10
    S5R10 C(001) SIZE5COLOR10
    S6R10 C(001) SIZE6COLOR10
    S7R10 C(001) SIZE7COLOR10
    S8R10 C(001) SIZE8COLOR10
    S9R10 C(001) SIZE9COLOR10
    S10R10 C(001) SIZE10COLOR10
    MAKTX C(040) Article desscription
    MEINH_01 C(003) Alternative Unit of Measure for Stockkeeping Unit
    MEINH_02 C(003) Alternative Unit of Measure for Stockkeeping Unit
    AZSUB_02 C(010) Number of Lower-Level Units of Measure
    KZBSTME_02 C(001) Indicator: Unit of measure is the order unit
    BRGEW_01 C(017) Gross weight
    BRGEW_02 C(017) Gross weight
    VOLUM_01 C(017) Volume
    VOLUM_02 C(017) Volume
    VOLEH_01 C(003) Volume unit
    VOLEH_02 C(003) Volume unit
    MESUB_02 C(003) Lower-Level Unit of Measure in a Packing Hierarchy
    MEINH C(003) Alternative Unit of Measure for Stockkeeping Unit
    PRDHA C(018) Product hierarchy
    EXTWG C(018) External merch. catgry
    BEGRU C(004) Authorization Group
    WBKLA C(004) Valuation Class
    TAXKM_01 C(001) Tax classification article
    TAXKM_02 C(001) Tax classification article
    TAXKM_03 C(001) Tax classification article
    TAXKM_04 C(001) Tax classification article
    TAKLV C(001) Tax classification of the article
    NORMT C(018) Industry Standard Description (such as ANSI or ISO)
    WRKST C(048) Basic article
    SSTUF C(002) Assortment grade
    MEINS C(003) Order unit
    VABME C(001) Variable order unit active
    EKGRP C(003) Purchasing group
    NETPR C(014) Net price in purchasing info record
    BPRME C(003) Order Price Unit (Purchasing)
    ENDPR C(016) Final Price
    KTGRM C(002) Account assignment group for this article
    KAUTB C(001) "Indicator: ""automatic purchase order allowed
    LGFSB C(004) Default storage location for external procurement
    LGPBE C(010) Storage Bin
    DISPR C(004) Article: RP profile
    PROPR C(004) Forecast profile
    LGPLA C(010) Storage Bin
    MFRGR C(008) Article freight group
    BWSCL1 C(001) Source of Supply
    KAUTB1 C(001) "Indicator: ""automatic purchase order allowed"""
    LGFSB1 C(004) Default storage location for external procurement
    DISPR1 C(004) Article: RP profile
    PROPR1 C(004) Forecast profile
    TRCOV C(003) Target range of coverage
    SOBSL1 C(002) Special procurement type
    SCAGR C(004) Scales group
    MEINH_011 C(003) Alternative Unit of Measure for Stockkeeping Unit
    MAKTM_01 C(040) Article description for unit of measure
    Regards,
    Suresh

    Hello Suresh, have you had any solution for this? I am using LSMW (Idoc ARTMAS05) and I am currently having problems with conversion factors for UOMs. I just want to ask if you were successful on this.
    Thanks.
    Sincerely,
    Ice

  • Are there PCI thunderbolt cards for mac pro 3.1?

    are there PCI thunderbolt cards for mac pro 3.1?

    DCWinton wrote:
    Rick
    It's that last sentence I'm curious about.  "However a MacPro already has much more capability already built in than Thunderbolt can add."
    I'm thinking of getting a Mac Pro, but see that it doesn't seem to have Thunderbolt. I'm not sure if I care. The reason for the Mac Pro is that I'm topping out my 8gb RAM 27" iMac capacity with the volume of work going through it, and my tech tells me I'm pushing it too hard.  I use it to run a small law office, but usually have about 15 apps open, with lots going on in the network in the background.
    Is there any reason to wait until Apple puts Thunderbolt into the Mac Pro?
    Thunderbolt will not increase the performance capability of the MacPro. It will add a bus that can be convenient, especially later on when Thunderbolt devices become more common, more mature and better supported - oh, and with more common will come less costly. From a pure performance standpoint the existing PCIe slots are much more capable and cheaper to implement. You would be giving up nothing with a current MacPro.
    My opinion. Thunderbolt is really a great move forward in the long run - needed something to replace Firewire and this is it. But there is no reason to wait on Thunderbolt on MacPro - it is redundant.
    Rick

  • When using Final Cut Express, the video in the Viewer window looks fine, but when I insert the video into the Canvas Timeline it appears to lose resolution, and look fuzzy and blurry. Are there preferences or settings for the Timeline that cause this?

    When using Final Cut Express, the video in the Viewer window looks fine, but when I insert the video into the Canvas Timeline it appears to lose resolution, and look fuzzy and blurry. Are there preferences or settings for the Timeline that cause this?

    Thanks David. I had to convert the mts file to Quick Time (using AunSoft Conversion software) before I could import it into Final Cut Express. And I made sure I kept the size of movie (720 X 480 with letterbox) to compliment what I set my Panaconic AVCCAM video recorder at (720/60). Even after I fully render it, it still looks fuzzy in the Canvas window at the right that plays what I have editing down in the Timeline. A friend that edits some using Final Cut Pro helped me to narrow things down to this problem. This is also wierd. If my Viewer window at the left is set to 200% to get the person's head the same size in the Canvas window at the right we needed to put it to 400%. Does this make any sense. We think we need to control the Time line resolution somehow but cannot find any options from my manual, or the help, or in the various drop down menus. Do you have any clue? What is going on?

  • Very excited about the new update - Thanks Apple for the keyboard update with new emojis! But why are there no ethnicity options for the families?

    Very excited about the new update - Thanks Apple for the keyboard update with new emojis! But why are there no ethnicity options for the families?

    D.p.middleton the Adobe Application Manager has been available for quite some time.  It not only allows Creative Cloud users to install their applications but also downloads and applies applicable updates.  In addition it is also responsible for the licensing and managing your agreement to the terms and conditions of the EULA.
    2. this could be due to you selecting a trial subscription to the Creative Cloud?  If you go to one of the Adobe Creative products and select Help>Updates it will launch the update portion of the Adobe Application Manager which I believe is the portion you are looking for?
    #3 I believe this was already mostly covered in the answer to #2.
    #4 the Adobe Application Manager also receives periodic updates which affects both perpetual and Creative Cloud subscription users.
    I hope this provides you many of the answers you are looking for?  If not please feel free to respond back with any additional inquiries which you have.  Also if you are experiencing any difficulties with the update process please post this as well.  It may not be necessary to have a full understanding of the inner workings of the Adobe Application Manager to help you resolve your difficulties.

  • HT1338 Are there no more updates for mac OS X 10.5.8?

    Are there no more updates for mac OS X 10.5.8?

    Nope.
    To upgrade from OS X 10.5.8, you must first buy Snow Leopard. It is not available to download from any legitimate source.
    Online (US): http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    Online (UK): http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard
    Germany: http://store.apple.com/de/product/MC573/mac-os-x-106-snow-leopard
    Elsewhere: call the phone number in the Apple Online Store
    Apple's price is $19.99, £14.00, €18.

  • What are the master data tables for 'Plant'?

    Hi friends,
    What are the master data tables for 'Plant' that contain below data?:
    PLANT
    NAME1
    NAME2
    LANGUAGE
    HOUSE_NUM_STREET
    PO_BOX
    POSTAL_CODE
    CITY
    COUNTRY_KEY
    REGION
    COUNTRY_CODE
    CITY_CODE
    TIME_ZONE
    TAX_JURISDICTION
    FACTORY_CALENDAR
    Thanks a lot!

    Hi,
    Plz try out following tables for your requirement.
    TOO1W
    ADRC
    J_1IMOCOMP
    T001W :  werks TYPE t001w-werks, "PLANT
            name1 TYPE t001w-name1, "PLANT DESCRIPTION
            adrnr TYPE t001w-adrnr, "PLANT ADDRESS NUMBER
    ADRC:  addrnumber TYPE adrc-addrnumber,  "ADDRESS NUMBER
             str_suppl1 TYPE adrc-str_suppl1,  "STREET2
             str_suppl2  TYPE adrc-str_suppl2, "STREET3
             street TYPE adrc-street,          "STREET
             city1 TYPE adrc-city1,            "CITY
             post_code1 TYPE adrc-post_code1,  "CITY POSTAL CODE
             post_code2 TYPE adrc-post_code2,  "PO Box postal code
             tel_number TYPE adrc-tel_number,  "TELEPHONE NUMBER
             fax_number TYPE adrc-fax_number,  "FAX NUMBER
             str_suppl3 TYPE adrc-str_suppl3,  "STREET4
             location TYPE adrc-location,      "STREET5
             city2 TYPE adrc-city2,  
    For Tax Details :
    J_1IMOCOMP :   werks TYPE j_1imocomp-werks,
                              j_1icstno TYPE j_1imocomp-j_1icstno,
                              j_1ilstno TYPE j_1imocomp-j_1ilstno,
    Hope this will help.
    Regards,
    Archana

  • My daughter wants to purchase an ipod touch.  Are there charges or fees for texting ipods other than ios5 systems (i.e. ios4's, etc.)?

    My daughter wants to purchase an ipod touch.  Are there charges or fees for texting another ipod with a system other than the ios5 (i.e. ios4,etc.)?

    Also, there is no battery percentage. The battery drains quicker than in iOS 6. The high power consumption may be fixed in the next update.

  • Are there different php functions for Oracle 8 and 9?

    Hi!
    Are there different php functions for Oracle 8 and 9?
    Thanks for your answer!

    You can use the oci8* functions for Oracle 8, 9 and 10.
    It is the most recent PHP interface to Oracle, and uses Oracle's most recent
    API.
    The name oci8 comes from the version number of Oracle - version 8 - when
    Oracle introduced a new C API. It succeeded the original OCI and got the
    common name OCI8. The original OCI now has the common name of OCI7.
    -- CJ

  • Are there a dynamic way for evaluting variables in as3?

    Hi..!
    eval() is a usefull method or function in javascript.. Because we may define our variables via dynamic way..! There are following code is for understanding that how can define dynamic defining variables in javascript.. And Are there a dynamic way for evaluting variables in as3 like following javascript code?
    <script language="javascript1.2" type="text/javascript">
    var trainOfUfo = "...hi earthling...";
    var handleBlade = eval("train"+"Of" + "Ufo");
    alert(handleBlade);  //-- it appears in dialog box text field area "...hi earthling..."---
    </script>
    Gürkan Şahin
    Code Developer
    Turkey

    In AS3 you can use the bracket notation...
    var trainOfUfo = "...hi earthling...";
    var handleBlade = this["train"+"Of" + "Ufo"];
    AS2 supports the eval() function, but it was done away with in AS3

  • Are there planned price increases for renewal of creative cloud subscription

    My renewal for creative cloud is pending.Are there price increases planned for creative cloud single app renewal?

    I should have wrote, "I am better off, purchasing the Creative Suite 6 Design & Web Premium at $1899.00 and upgrading every 2 years at a cost of $375."
    So....
    Let's do some basic arithmatic
    CC Suite is $49.99 x 12 = $599.98 per year || $1199.76 / 2 years || $1799.74 / 3 years || $2399.72 / 4 years || $2999.70 / 5 years || $3599.68
    When you compare to purchasing the Creative Suite 6 Design & Web Premium at $1899.00 and then upgrading every 2 years at a cost of $375, it only takes 4.5 years before the CC subscription begins to surpass the 'owning' the product license model. Of course, the Adobe finance people know this very well and that is why the subscription model is absolutely adored!
    My graph clearly illustrates this... hopefully I don't annoy the Adobe people with this... not my intention.
    I am rounding values and not taking into account regional price differences nor am I accounting for price increases.
    I should add that at a subscription rate of $29.99 per month, Adobe still stands to make significantly more money, over the long term... but the mid-point is just over 9 years, rather than 4.5 years and that is a more palatable proposition... I am guessing... for most of us.
    Adobe, don't be greedy!

Maybe you are looking for