Transfer sales data into SOP

Dear All,
We have a very unique require i.e. -
We want to plan our production based on past three months actual sales billing qty. As these information is already available in SAP hence we do not want to enter this information in MD61. Best of my knowledge we can transfer / copy  this information directly into SOP. Will any help me out by means of giving step by step process.
Thanks in advance.
Regards,
Amol

Thanks Dear,
I tried as per ur suggestion and facing following deficulties -
T code - MC87
Transfering data from SIS = S003
Data available in S003 in periods and not in date.
when I transfer SIS data I am getting the error as given below.
In 1st pop up I have to fill up source infor structure -
I have entered -
Info structure = S003
Version = &(
From = 01.08.2006
To = 01.10.2008
I am geting the folowing warning in another pop-up -
DATA AS FROM 01.09.2008 ONLY (PLANING START) CAN BE COPIED.
If I ignor this warning system does not copy any information.
Regards,

Similar Messages

  • Load Historic Sales Data into SEM

    Hi experts,
    I have a requirement in my project where as part of system readiness check it has been asked to "Load Historic Sales Data into SEM".Does anyone know as to how to proceed with the requirement.
    Has anyone dealt with this kind of requirement ever ?
    If yes can you tell me the steps please.
    Watever information you guys have please share it with me.
    Usefull answers will be rewarded subsequently.
    Thanks in advance,
    Abhinav Mahul.

    Hi Abhinav,
    Hav you integrated your system with BW system.
    If yess then you need to upload all previous sales information from CRM system to BW system.
    Secondly, copy all the CRM sales order data residing in an infocube to be replicated to a sales planning sales order infocube of SEM.
    This is what is meant by Loading historic sales data into SEM.
    To do this you would require a SEM/BW consultant.
    You can use a funtion name 'COPY' in BPS-SEM to copy one sales infocube to other.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • How to transfer XML-Data into a WebDynPro-Application?

    An external partner has a calling interface that sends a HTTP-Redirect to a specific application-url and transfers all the data in one POST-Parameter.
    The value of this POST-Paramater (CALLINTERFACE) consists the XML-Data.
    <form id='InterfaceData3' method='post' action='/ProduktFrontController/Start'>
    <textarea cols="80" rows="30" name='CALLINTERFACE'><?xml version="1.0" encoding="UTF-8"?>
      <authentifizierung version="1.0">
           XML-Data.....
      </authentifizierung>
    <br>
    <p><input id='button1' type='submit' name='Button' value='Absenden'></p>
    </form>
    Standard-Java:
    In our Java-Application we can read the POST-Value (XML-Data) via the HTTPServletRequest-Object/Instance.
    WebDynPro-Java:
    IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter();
    IWDRequest request = protocolAdapter.getRequestObject();
    String xmlData = request.getParameter("CALLINTERFACE");
    In WebDynPro for ABAP I couldnt find a equivalent solution /technic to read the POST-Parameter-Value.
    So I have to write a lot of annoying 'glue-code':-(      (HTTP-Request-Handler for reading, Shared Memory / Objects for transfer to WebDynPro ABAP),
    (Remark: It's no solution to transfer XML-Data via a URL-Parameter because it is too big (> 1 KByte) and the external partner doesn't support this option!).
    My questions:
    1) What technics for transfering Data (not only 2 or 3 Parameter) form external web-applications into WebDynPro ABAP applications does SAP support?
    2) Is it possible to reach the calling HTTP-Request from WebDynPro-ABAP? (MayBe via ABAP-Callback-Functions)
    Sincerely
    Steffen

    Hi,
    thank you for your answers:-)
    In conclusion the result is:
    1) There is no "direct" way to read POST-Parameter in WebDynPro ABAP
    => You have to write a wrapper in BSP or an ICF -  HTTP_REQUEST_HANDLER
      (A  ABAP-Class that implements the Interface "IF_HTTP_EXTENSION"
         that reads the POST-Parameter-Value and transfers the value into a reachable localtion for WebDynPro-Abap.
    2) For parsing the XML-Data I can use for example STRANS tcode or  Simple Transformations
    3) For transfering the Data between the BSP / the Request-Handler and WebDynPro for ABAP, I can use for example SharedMemory, Shared Objects.
    Regards
    Steffen
    Edited by: Steffen Spahr on Jul 19, 2011 8:35 AM
    Edited by: Steffen Spahr on Jul 19, 2011 8:55 AM

  • Interface to transfer the data into payroll

    hi folks,
    I need to transfer the time data entry found in CATSDB intp payroll. what is the interface or BAPI FM that I can use?
    Also , I need a clarification - is the data stored in CATSDB table - the final time data of the employees ?
    Thanks
    Vinu

    Hi Vinu,
    You can use the function module BAPI_CATIMESHEETMGR_INSERT for inserting the data into CATSDB table. (Transaction CAT2).
    The function module BAPI_CATIMESHEETRECORD_GETLIST is used to read the data from CATSDB.
    The function module BAPI_CATIMESHEETMGR_CHANGE is used to change the existing records.
    Please close the issue with points(appreciate) if it helps.
    Good luck.
    Venu

  • How to read a table and transfer the data into an internal table?

    Hello,
    I try to read all the data from a table (all attribute values from a node) and to write these data into an internal table. Any idea how to do this?
    Thanks for any help.

    Hi,
    Check this code.
    Here i creates context one node i.e  flights and attributes are from SFLIGHT table.
    DATA: lo_nd_flights TYPE REF TO if_wd_context_node,
            lo_el_flights TYPE REF TO if_wd_context_element,
            ls_flights TYPE if_main=>element_flights,
            it_flights type if_main=>elements_flights.
    navigate from <CONTEXT> to <FLIGHTS> via lead selection
      lo_nd_flights = wd_context->get_child_node( 'FLIGHTS' ).
    CALL METHOD LO_ND_FLIGHTS->GET_STATIC_ATTRIBUTES_TABLE
      IMPORTING
        TABLE  = it_flights.
    now the table data will be in internal table it_flights.

  • Transfer GL data into SEM exchange

    Hi,
    I am trying to transfert data from oracle GL to ABM going through exhange .
    I am having trouble with the transfert the filters are not working.
    example: I have account numbers starting from 3100 to 8130
    when i enter the rules for my expense account.
    I get all the accounts from 3100 to 8130.
    But let's say enter the filter from 3100 to 8120 it fails
    and it also fails for any other filter and i always get an error like this one.
    create_update_activa_record: PDS ID :expense does not exist for Model : 20 Please create the PDS and rerun the collection.
    create_rule_collections: ORA-01400: cannot insert NULL into ("EAA"."EAA_RULE_COLLECTIONS"."ACTIVA_COLLECT_ID")
    main: ORA-01400: cannot insert NULL into ("EAA"."EAA_RULE_COLLECTIONS"."ACTIVA_COLLECT_ID")
    Process Completed with Ret Code : -9999
    SQLERRM: User-Defined Exception
    why would it work for accounts from 3100 to 8130
    but not for 3100 to 8120
    thanks

    Greg,
    i'm repeating myself, but the two steps are
    - Then II also have to repeat what I said in my quotation.
    1) start with SBIW in r3 and then
    - Do you think these two steps is the correct and without gaps sequence?
    - After calling SBIW in R/3 one will have a tree with the a lot of menu options. Have you said which one shoud be executed? And it's not necessary to run  SBIW, it's just enough (another entry to the same screen) to run RSA5 or RSA6 as I wrote in the quoted in my reply link in order to copy a datasource on BW side.
    2) activate the InfoSource on BW via RSA1.
    - One should replicate the datasource in BW (most of BW is just revoked by RSA1 t-code ), then link it with the activated transfer rules (or data transformations) to the active already infosource.
    Then construct data flow (transformations and data transfer packages) to data targets.
    These are clearly not two steps.

  • Additional licensing to transfer BW data into Hyperion Platform

    Dear all,
    I already posted a similar question in BI Forum some months ago, but I didn't receive any real answer...now I hope this might be the right place...
    I know (as SAP says, at least till some year ago...) that "extracting data from SAP BW <b>by any means</b> requires additional licensing!".
    Well, now we are in a software selection phase for a CPM tool and we are discussing about two options: SAP and Hyperion. This last one (and its sales people) <a href="http://www.hyperion.com/solutions/environment/sap.cfm">assure us</a> a no-cost integration between (the already existing) BW data and its BI platform, thanks to "a sophisticated engine that delivers high-performance extraction from SAP NetWeaver BI using SAP BAPI function calls".
    Our SAP account manager (with the sales office support), on the contrary, asserts that additional licensing is required.
    Where is the truth ?!
    Thanks in advance...
    Bye,
    Roberto

    Hi Roberto,
    In my experiences with SAP and in particular to pricing and licensing, the final answer usually comes to the SAP account manager.  They always have the pricing list with them. In regards to SAP, listen to the guy from SAP.
    Regards,
    John Ta

  • The transfer of sales plans into CO-PA

    At the present time sales plans are created in the several info-structures. There is only the one unit of measure in the each info-structure (for example: mt, meter and others). Further, the number of different units of measure for selling products will increase only, especially for services. It leads to the fact where we have to create new info-structures and have to implement additional customizes and create a new chain for the transfer of data into CO-PA each time a new unit of measure arises. Also it makes more comprehensive the process of the sales plans transfer for the End Users.
    We think that it is logically to create the info-structure, to collect there all kinds of units of measure and transfer the data into CO-PA by the one action. Practically we cannot to do it because we have to enter the one base unit of measure into characteristic and key figures customize area (MC7F). And after transferring sales plans into CO-PA all data are reflected in that base unit of measure, although initial data were in the different units of measure.
    Also our attempt to transfer units of measure as additional characteristic was fault. In that case the system gave us an error when we were trying to create a task for transfer.
    Is there a solution of above problem?

    HI,
    Are you using Costing based, Accounting based or both of them?
    We are already tried to use enhancement COPA0005 but this produces a duplication of segments and a different values of  characteristics between what is posted from FI documents and what is posted on COPA document; this situation is not acceptable by client.
    Concerning to enhancement COPA0001 i don't know which table i have to refer to for obtaining number of sales order, since accounting document (BKPF) and material document (MKPF) are not yet posted so far. Could you please give me this information?
    Thanks a lot in advance for your kind support.
    Erasmo

  • Importing data from Excel Spreadsheet into SOP

    Hi,
    Can anyone please tell me where I can find instructions on how to import data into SOP form an Excel spreadsheet. I know there is a used exit MCP20001 EXIT_SAPMMCP6_001 but I don't see a transaction to execute this import exit from. Please help/clarify.
    Thank you
    I will award points to all who respond with useful information on importing info into SOP

    Dear,
    Please note the info structure os not different for different versions. ALl inactive versions are also storead in the same info struture.
    The info structure will be different only of the planning type is different. For standard SOP the info stucture is S076.
    You could also create your own info structures for the planning types you have created using flexible planning.
    For copying within the same info structures use transaction MC78. Here select the inactive version in the source and select the active version in the target. The copy with the button given for this.
    Within the MC87 copying is only possible between different info structures.
    Hope this helps your understanding.
    Regards,
    R.Brahmankar

  • Best way to insert data into a non indexed partitioned table?

    Hi,
    I've a rather basic question that I haven't been able to find an answer to so hope that someone may be able to help.
    We need to insert sales data into a partitioned table that is range partitioned on sales date. The incoming sales data can span a number of days, e.g. 31-JUL-2007 through to 04-AUG-2007 inclusive. I've come up with two approaches and would like to know which you would recommend and why?
    Approach 1: Load data into each individual partition using a statement like:
    INSERT /*+ APPEND */ INTO sales PARTITION (sales_20070731) SELECT * FROM sales_new WHERE sales_date = TO_DATE('31-AUG-2007','DD-MON-YYYY')
    Approach 2: Load data into the entire table using a statement like:
    INSERT /*+ APPEND */ INTO sales SELECT * FROM sales_new
    Thanks

    You need to compare both approaches by creating simple test case.
    But there is no advantages in approach 1until you will have index on sales_date column.
    With index these approaches are comparable and you can choose whatever best fits to your requirements.
    Best Regards,
    Alex

  • Best way to put binary-data into string?

    Hi there!
    What I want to do is to transfer binary data via HTTP/GET so what I have to do is to transfer binary data into a string.
    Currently I do this the follwing way:
          byte[] rawSecData = new byte[4]; //any binary datas
          ByteArrayOutputStream secBOS = new ByteArrayOutputStream(4);
          DataOutputStream secDOS = new DataOutputStream(secBOS);
          for(int i=0; i < rawSecData.length; i++)
            secDOS.writeByte(rawSecData);
    secDOS.flush();
    String secData = secBOS.toString();
    System.err.println("Lenght of resulting String: "+secData.length());
    I know that this way already worked fine, however I now set up my system up again with another linux-distro and now strange things happen.
    e.g. the secData string differs in lenght from run-to-run between 2 and 4 and I don know at all why?
    Transferring the binary-stuff into string-stuff (e.g. short-binary 255 255, String: 65536) is not possible for me because of various reasons.
    The funny thing is that I remeber that this already worked some time ago and I can figure out why it now doesnt...
    Please help!

    First of all thanks a lot for your help!
    Yes, I already think its an encoding problem, but how can I specify the encoding in my application in a portable way. I dont have an idea what to do.
    My applikation should run as applet on many different 1.1+ VMS (msjvm, netscape-1.1.5, ...).
    Thanks again, lg Clemens

  • Upload bulk data into sap?

    hi all,
    let me know is there any methods to upload bulk data into sap and can same data be modified , delete , add. please correct me if i am wrong. what i know is that we can do with lsmw method, as i am new to lsmw method please let me know where to hunt for lsmw documentation.
    thanks,
    john dias.

    Hi John-
    According to SAP, The Data Transfer Workbench supports the automatic transfer of data into the system. The Workbench is particularly useful for various business objects with large amounts of data. It guarantees that data is transferred efficiently and ensures that data in the system is consistent.
    Further, The Legacy System Migration Workbench (LSMW) is a tool recommended by SAP that you can use to transfer data once only or periodically from legacy systems into an R/3 System.
    For your purpose you might be helped by the following two links-
    'Data Transfer Workbench' - http://help.sap.com/saphelp_47x200/helpdata/en/0d/e211c5543e11d1895d0000e829fbbd/frameset.htm
    'Using the LSM Workbench for the Conversion' - http://help.sap.com/saphelp_46c/helpdata/en/0f/4829e3d30911d3a6e30060087832f8/frameset.htm
    Hope these links help,
    - Vik.

  • How to transfer the Legacy Transaction Data into SAP R/3

    Hi Experts,
    I  have  issue with legacy transaction data transfer  to R/3 system. My clients want to see  last 3 years legacy transaction data into SAP R/3 system.  But I am not sure whether it is possible or not.
    Please let  me know any possibilities to transfer the legacy tansaction data into SAP.
    Please help me out from this issue.
    Advanced Thanks,
    Chandra

    Hi Sunitha,
    Here legacy sytem is MRP for Retail Sales.
    And format is excel. Since three years data available in
    existing system.
    Please let me know if any further information required.
    Regards,
    Chandra

  • How to transfer Sales order data from R/3 to APO!!

    Hi Techies,
    I am in the process of moving some sales order data for a particular mat/loc combination in cfm1 after creating a integration model iam even activating even in R/3 but after doing this iam not able to view those sales orders in RRP3 t-code IN APO side.
    Kindly let me know what is the procedure to transfer transactional data from R/3 to APO and to do enhancement in CIF which carries Transactional data .
    Problem solving answers would be rewarded duly !!.
    +PKP.

    Hi PKP,
    The field SPEC_STOCK has the description "Key for Special Stock Section" and is linked to schedule line of the PO. This seems to be something linked to special stock, but I am not very sure about the relevance of this field.
    I do not see any related field when I check the order in RRP3 or in RRP2. In standard SAP, you would only be able to use the fields that are already visible in APO. Otherwise you need to add the field to the standard SAP t-code display (read the value from SOMEWHERE and then display it in RRP3. This is possible using Badi /SAPAPO/RRP_IO_COL). Then only you can see the values which you have populated.
    If this field SPEC_STOCK already has some functionality (which it should have, though I am not sure what it is), you might not be able to use it for other purposes (since system does some validations for certain fields).
    You are updating the value for this field in IT_OUTPUT internal table, you also need to add an X in the corresponding field in the internal table IT_OUTPUTX.
    You could try putting this X, so that your changes are considered in CIF, but I am not sure what the impact may be, and you could get a dump also possibly. Even otherwise, since this field doesn't seem to be visible against a PO in APO, I am not sure if this would be helpful for you.
    As far as I could see, I did not find any standard field which could be helpful for you.
    May be if you open a fresh thread and ask for advice on how to send any custom comments for PO to APO, someone could provide some inputs.
    Thanks - Pawan

  • Download Sales Contract data into Excel sheet

    Hi,
    I need to download the Sales Contract Data into excel sheet is there a Function module that i can use?? Else how do i go about it. Kindly help.
    Thanks,
    Riya.

    use the function module FUNCTION 'GUI_DOWNLOAD'
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE =
    filename = 'C:\REPORT.XLS'
    FILETYPE = 'ASC'
    APPEND = ' '
    WRITE_FIELD_SEPARATOR = 'X'
    HEADER = '00'
    TRUNC_TRAILING_BLANKS = ' '
    WRITE_LF = 'X'
    COL_SELECT = ' '
    COL_SELECT_MASK = ' '
    DAT_MODE = ' '
    CONFIRM_OVERWRITE = ' '
    NO_AUTH_CHECK = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    WRITE_BOM = ' '
    TRUNC_TRAILING_BLANKS_EOL = 'X'
    WK1_N_FORMAT = ' '
    WK1_N_SIZE = ' '
    WK1_T_FORMAT = ' '
    WK1_T_SIZE = ' '
    IMPORTING
    FILELENGTH =
    tables
    data_tab = IT_PR
    FIELDNAMES =
    EXCEPTIONS
    FILE_WRITE_ERROR = 1
    NO_BATCH = 2
    GUI_REFUSE_FILETRANSFER = 3
    INVALID_TYPE = 4
    NO_AUTHORITY = 5
    UNKNOWN_ERROR = 6
    HEADER_NOT_ALLOWED = 7
    SEPARATOR_NOT_ALLOWED = 8
    FILESIZE_NOT_ALLOWED = 9
    HEADER_TOO_LONG = 10
    DP_ERROR_CREATE = 11
    DP_ERROR_SEND = 12
    DP_ERROR_WRITE = 13
    UNKNOWN_DP_ERROR = 14
    ACCESS_DENIED = 15
    DP_OUT_OF_MEMORY = 16
    DISK_FULL = 17
    DP_TIMEOUT = 18
    FILE_NOT_FOUND = 19
    DATAPROVIDER_EXCEPTION = 20
    CONTROL_FLUSH_ERROR = 21
    OTHERS = 22
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDIF.

Maybe you are looking for

  • Insert link is not functioning properly. Please help.

    Hello :) My insert link option used to work just fine. Recently, it is not allowing me to do this and I cannot understand why. All I get is 'NO NAMED ANCHORS OR HEADINGS IN THIS PAGE'. This is VERY frustrating! Please help me as I need to send many l

  • SUN 4.2 and 5.3 compiler.

    We are in process of upgrading our system from SUN 4.2 compiler to 5.3 and facing some problem. Here is the very simple code for your reference. // File test.cpp (start) // ----------------part of code which I can not change (start) -----------------

  • Tray selection problem

    After upgrading to Leopard I had this problem: printing to any of my printers (Xerox Docucolor 12, Docucolor 2240, Docucolor 3535, Phaser 8500, Develop 5510id), *in the print dialog window I select a tray (i.e. tray 2), and the printer uses the tray

  • Where can I find my gifted apps?

    Hello, I have just bought a Pro. My mum bought me the Pages, Numbers and Keynote apps and gifted them to me. I downloaded them all through the email that was sent to me. I cant find them on my Pro, but can see them in my itunes? What am i doing wrong

  • Can't Open FTP Site in File Explorer

    After installing Google Chrome, the option in Internet Explorer to Open FTP Site in File Explorer is not working. Click the drop down arrow on the Page button and select the option "Open FTP Site in File Explorer" and no explorer dialog box appears;