Difference between normal exports and Deemed exports

Dear SD GURUS pls Suggest me
for my client , we are having the both exports and deemed exports also
as per my knowledge the difference is ARE 1 in normal exports and ARE 3 in deemed exports.
i am trying to use the
1 distribution channel only for the both.
1 Pricing procedure for the both
Please suggest me in this area
? any other things are to be consider in both cases
? settings or  changes required either in customer master data

close

Similar Messages

  • Difference between normal funcation and ALV funcational module

    Hi Gurus,
    Please answer for this question
    what is the differnce between normal funcation and ALV funcational module ?
    Thanks/Radha.

    Hi,
    There are two ways of reporting List report and alv report.
    the normal write statement usage gives us  a listt report.
    But ALV report offers a good asthetic report output. It almost function as your Excel File .
    You can do many functions Total ,Subtotaling,sorting,filtering,
    etc.
    There two ways to do ALV report i.e. using function module REUSE_ALV_GRID_DISPLAY and using OOPS concept.

  • Differences between normal list and ALV list

    Hi All,
      where can i find the differences between a Normal SAP List and ALV List(Documentation part).

    Imagine you have to write a report that lists out customer addresses. You will write code to get the input from the user via selection screen and then read the data based on the seletion from the database into an internal table(or a set of internal tables). Now once you have the data you will need to output this. In normal list reports, you will have to use 'WRITE' statements to format the output into columns and rows. Now suppose user wants some interactivity in it. Then  you will have to provide some buttons and/or menu options through custom pf-status and then write logic for reacting to the user actions. After writing many such reportsm, you will feel like some of this can generalized and reused in every report.
    That is exactly what ALV does. It takes out most of repeated sections of the code from out of you and provides you with excellent outputting functionality. It provides many standard functions like 'print', 'sort', 'filter', 'sum' etc by default. Imagine writing code yourself for all these if you were writing normal list program. One more major difference is the editing feature. If you were write a program that gives the user with editing features, then you will have to write a lot of logic. But with ALV, all the features like adding a row, deleting a row, copying a row, editing some fields of a row etc come by default.
    Likewise, interactivity has become quite easy to implement. Like double clicking on a customer number, if the user wants to go to display customer transaction, it is very easy using ALV.
    As pointed out here by others, go through the documentation of ALV and go through some of those demo programs and you will know the difference. ALV takes out a lot of burden of coding everything away from you and lets you worry about the business functionality that your report provides, rather than formatting the output or providing interactivity to the output.
    Hope this helps,
    Srinivas

  • Difference between modal screen and normal screen

    Hi everyone,
      Now,I am developing a dypro. when I create a modal screen ,I found no difference between normal screen and modal screen.
      eg. If I use the statement "call screen" , whatever which type of screen you use, the results look like the same. The same to the statement "call screen start at end at".

    Hi
    Screen type for modal dialog box
    If you activate this attribute, the screen is used as a modal dialog box. In the program, you call the screen with
    CALL SCREEN  STARTING AT  <top left>
                 ENDING   AT  <bottom right>.
    Unlike normal pop-ups, a modal dialog box has its own pushbuttons and title. There is no menu bar and command field entries are not possible.
    Normal screen type
    If you activate this attribute, the screen is flagged as a normal screen. This is the default setting.
    Alternatively, it may have the following special functions:
    Subscreen
    Modal dialog box
    Selection screen
    Class screen
    In the Screen Painter, you can choose between normal, subscreen, and modal dialog box.
    Selection screen and class screen attributes are assigned by the system.

  • Diff between normal RDMS and BW RDMS

    Hi all,
    Please let me know if there is any difference between normal RDMS and BW RDMS?
    Thanks and Regards
    Satish

    The underying data store is a relational database.  BW runs on Oracle, DB2, SQL Server, and others. I believe Oracle has between 2/3 and 3/4 of the installations currently.
    As Patrick mentions, BW is a data warehouse rather than an OLTP system that processes transactions like the R3 system does.
    A major differnce however is that the bulk of BW querying is done against an OLAP cube. Since the queries actually run against an underlying relational DB, this is sometimes referred to as ROLAP. This is compared to say, Hyperion or Cognos, that have their own proprietary multi-dimension datastores (known as MOLAP). While some querying is done against "flat" tables (ODS), the power of BW is it's ability to support slice and dice analytical querying using an OLAP multi-dimensional cube.  The InfoCube, as SAP calls it, uses a star schema design, and SAP refer to their design as an "extended star schema".
    When a user submits a query, a conventional SQL query is run against the database and the results of that query are transferred to an OLAP processor that supports the slice and dice analysis.
    It starts to get more confusing as Oracle also has it's own MOLAP data store, but SAP does not use it.  If you run your BW on Microsoft SQL Server, the data can then be transfered to MS's MOLAP datastore for analysis.
    Simple question, but a not so simple answer I'm afraid.

  • Difference between Simple maintanence and Export mode and Organisation plan

    Hi all,
    Can any one please explain the difference between Simple maintanence and Export mode and organisational plan in SAP easy access.
    Thanks & Regards,
    Naga

    Expert Mode Infotype Maintenance: This interfaces allows you to edit individually selected objects in OM (Org Units, Positions, Jobs) via infotypes. 
    Expert Mode: Simple Maintenance Interface (PPOM_OLD) is used to quickly create a new Organizational Plan. As a user, you can pretty much maintain large volumes of data very easily ( i.e create several objects simultaneously), without having to go through the more "Performance Intensive" Org and Staffing interface.
    In accessing the Simple Maintenance interface to create your org structure, the initial screen requires you to specify which evaluation path you want to create your org structure.
    Organizational Plan: This is what provides you with a complete picture of an enterprise's environment. It comprises elements (objects like Org Units, Positions, Jobs etc) which are used as building blocks for creating an Organizational structure.
    Need more information? Let me know.

  • Difference between DB Export and Offline Database Backup

    Hi all,
           This is a conceptual Question.
    I want more information on what is the difference between DB Export and Database Backup? Also, it would be helpful if you can provide me with some links to them where I can increase my knowledge regarding DB Export, why it is done and tell me some scenarios.
    Thanks.
    Anil

    Hi Anil,
    I have no link for DB export for you, because you don't ask for a specific database. But if you like, you can read the export part of the System copy guide you can download from http://service.sap.com/instguides.
    But may be a short description is enough:
    DB Export:
    A DB export exports only the structure and data from the database, but no index pages. Therefore you have to build the indexes during the import. This could be very CPU intensive if your tables are big.
    DB Backup:
    A backup is a copy of all used blocks/pages inside a database (in Oracle also unused blocks). This includes structures, data and indexes. When you restore it, only the blocks/pages were moved, no additional operations are necessary.
    If you want to keep a small copy which is less release dependent than a backup, you should use a DB export (if you  use R3load, you are also DB independent). If you want to have a copy of your database which could be restored quickly , you should use a DB backup.
    Regards
    Ralph Ganszky

  • Export differences between GUI ALV and Portal

    Hi,
    Have a customer that is able to export reports to Excel using the 'Local File -> Spreadsheet Option'. When this is used in the GUI, the report exports as expected, all columns from the ALV view in the correct columns in excel.
    If I run the same report through the customer portal, exporting the data in the same way, when I open the file in excel, each ALV column is combined into 1 column in excel.
    Questions:
    - Are there any differences between the GUI and Portal when using the exporting functions?
    - Would this output be determined by Excel and not the SAP export?
    Any assistance or guidance is much appreciated.
    Thanks

    "319071" and Doug:
    The products have different purposes. Portal provides content aggregation, application integration and personalization. Together with the Oracle Application Server infrastructure you also get identity management capabilities such as a centralized LDAP-based user directory and Single Sign-On. HTML DB is a tool for rapid development of database centric web applications. Nothing more, nothing less. Portal allows you to bring together applications built using a variety of technologies. HTML DB is just one of those technologies that happens to be optimized for web development on an Oracle database.
    Once you have built your application with HTML DB, you may choose to place a link to it on a portal page. You may even choose to make authentication seamless by making the HTML DB application a Single Sign-On partner application (see: http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html). Or, you may want to display some data from a report developed in HTML DB inside a portlet (see: http://www.oracle.com/technology/products/database/htmldb/howtos/omniportlet_index.html)
    Granted, Portal does have database centric development capabilities (what used to be called WebDB), but they are not nearly as flexible as HTML DB's. HTML DB lets you control page flow while maintaining session state, has quite sophisticated report building capabilities such as column based sorting and pagination, form building capabilities such as declarative field level data validations, built in field level help, etc.
    Sergio

  • Differences between application export files

    Hello
    Background: I want to check if an application in DEV environment is exactly the same as the one in TEST environment. Both envs have Apex version 3.0.0.00.20, on Oracle EE 10g. To do this, I exported the application from both environments and I am doing a DIFF between the export files.
    Problem: The DIFF tool is finding lots of differences like the one below:
    '   "PR_QUOTES"."HDU_NIGHT_CHARGE" "HDU_NIGHT_CHA';
    s:=s||'RGE", '||chr(10)||
    '   "PR_QUOTES"."INPATIENT_NIGHTS_ADJ" "INPATIENT_NIGHTS_ADJ", '||chr(10)||
    '   "PR_QUOTES"."HDU_NIGHT_CHARGE" "HDU_NI';
    s:=s||'GHT_CHARGE", '||chr(10)||
    '   "PR_QUOTES"."INPATIENT_NIGHTS_ADJ" "INPATIENT_NIGHTS_ADJ", '||chr(10)||As you can see, the only difference is at which point the SELECT statement was broken in the attribution statement.
    This makes the DIFF tool a bit pointless. Why does this happen? Any way to fix it?
    Thanks,
    Luis

    Hi Paul
    I am well, hope you too!
    Thanks for the reply; that comparison report works well when both applications are in the same workspace, which is not my case.
    Of course, I could import one of the applications in the other workspace and compare them there. I will do it as the last resort, but I am still curious about why the difference between the exports! :-)
    Cheers,
    Luis

  • Difference between MLD exports

    Hello,
    what are the exact differences between an export (1) taken directly from an object in the navigation tree, and an export taken from an snapshot (2) of that same object...
    (1) object > export (MDL)
    (2) object > snapshot > export (MDL)
    Are the two MDL files equivalent?
    Thanks!
    Greetings,
    Philip

    Hi Philip,
    Do you mean that you take a snapshot first and then MDL export? Essentially snapshots are versions of the object, however stored within the OWB repository.
    MDL export and Snapshot can serve as equivalent. The MDL exports can be stored in a PVCS or other file check-in system.
    Did this answer the question?
    JP

  • What is difference between enjoy transactions and Normal transactions

    What is difference between enjoy transactions and Normal transactions
    Ex:- ME22 & ME22N
    What is difference between these two.

    hi ,
    the transaction code with 'N' are created with help of object concept.
    In your case ME22 is obsolete one and ME22N is the tcode created with object concept.
    pls Reward helpful points
    Thanks
    Siva

  • Difference between US eliminations and "normal" intercompany eliminations?

    Hi,
    Can a kind soul please explain the differences between intercompany eliminations and US eliminations please?
    Thanks

    Hi Varda ,
    RDA is Real Time Data Acquisition . In this We can retrieve Live data . While using Normal DTP We can t pull live data
    For example :- Today We have Create a 50 orders . This 50 order information pulled after completion of  sales order creation . we can t see live . But RDA process pulled the data at the point of sales order creation it self ,It support only Stranded DSO .It will use Some industries like FMCG.Retail,banking sector they want to know current data information from BI Side then RDA.
    Please Find below link for Demonstration of Real-Time Data Acquisition (RDA) for SAP BI 7.0 using Web Services API.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00db64ee-82f0-2b10-01b0-fe9543dc227e?quicklink=index&overridelayout=true.
    Real-Time Data Acquisition (RDA) for SAP BI 7.0 using Web Services API
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f704bd-b6e8-2c10-569e-d726784388ce?quicklink=index&overridelayout=true
    Thanks & Regards,
    Praveen Yagnamurthy,
    SAP BI Consultant,
    Blue Marlin Systems-INDIA.
    http://www.bluemarlinsys.com/
    http://bluemarlinsys.com/bi

  • Difference between BEx tansport and normal transport

    Dear Experts,
    Could someone please explain the difference between normal transport truck button and the truck with 'BEx' as label.
    Please let me know the context where these will be using
    Kind regards
    Shanthi

    If you press the help button this appears:
    <b>Transporting BEx Objects</b>
      BEx objects (queries and workbooks) are transported differently in BI to
      other objects. When you maintain these objects, you do not get a dialog
      box asking you to create a transport request. Instead, an administrator
      has to generate requests for these objects in the Data Warehousing
      Workbench (function area Transport Connection).
    <b>Standard BEx Transport Requests</b>
      All BEx objects that have been transported already and have therefore
      been assigned to a package, are written to a standard BEx request
      whenever they are changed. This request is set by the administrator. All
      changes are written to this request regardless of the current user.
      When this request is released, the administrator needs to create a new
      BEx request immediately. If there is no request stored as a BEx request,
      you are not able to process queries or workbooks.
    <b>BEx Transport Requests for Single Packages</b>
    In some cases, one request is not big enough for all the BEx objects.
    This can be the case, for example, if you want to transport objects from
    a development system into various different productive systems.
    If this happens, you can create BEx request for each package. The BEx
    objects are distributed among the different requests according to their
    package. The package specifies among other things the transport target
    of an object, and this means that you are able to use this process to
    put BEx objects that you want to transport to different transport
    targets into different requests.
    If you do not create a special request for the package of an object, the
    object is written to the standard BEx transport request.
    Remember to create a new request as soon as one request is released.
    Hope it helps.
    BR
    Stefan

  • Difference between Low level and Normal IMAQ ?

    There are two options in IMAQ palette a low level and a normal one. Both have the same function names and the same icons the only difference being the balck and white icon of low level functions and colored icons of the normal functions. What is the difference between these two and what is the need of making a low level palette of functions ?
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2

    Low level imaq functions gives you relatively more function to control the hardware. Buffer functions is one which is not there on the high level palatte

  • Difference between Preffered Vendor and Normal/Fixed Vendor

    Hi Experts,
    Can any one tell me the difference between Preffered Vendor and Normal/Fixed Vendor . And the concept behind
    those.
    Thanks in Advance.

    what is difference between preferred and ordinary vendor, partial conf&conf

Maybe you are looking for

  • Exchange commands in VB (PLEASE HELP!)

    Hey everyone, I'm running exchange PowerShell commands from my VB program and I have a quick question. Would it be possible to input my server name where I want to pull the information off of right after it says Get-MailBoxDatabaseCopyStatus. For an

  • Firefox can't store permanent security exceptions.

    I'm using Firefox 3.16.12 (user-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3) When I try to add security exception for self-signed certificate - I have the same problem as it seen on this video: http

  • Remote Desktop Connection/RDC display is too small on my MacBook screen

    I use the free download from MS, RDC version 1.0.3 on my MacBook - to connect remotely to a PC network at my job from home. When I connect remotely the RDC display is very small on my MB screen. Is there anyway to enlarge the display or am I locked i

  • Create process error 2

    I am an Oracle developer running oracle 9i Db and oracle 9iAs using Jinititor on my browser. I am trying to get a form to run Local Host commands. I have downloaded host.jar from Oracle and have certified and checked that is certified using the Java

  • Probelm with the access key not shown on menu item

    Hi I have created a Menu and used setMnemonic for the menu items. But, I dont see the letter underlined when I set the look and feel as the following code try {     UIManager.setLookAndFeel        (UIManager.getSystemLookAndFeelClassName()); } catch