Inventory management solution in RETAIL, data from PIPE

Hi fellows,  I need activate Data source 0RT_PA_TRAN_GDS_MOV for extract data from POS DM pipe, what are the steps to follow in order to do without issue?  because I tried, run the Infopackage but I it process not extract data in PSA ,  besides the Queue delta is empty,  I suppose thats why i can't extract info, however how can I guarantee if the datasource is working ,  Data source is Delta type ADDD,
Thank you for you help
Edited by: Joel Ruelas on Jul 14, 2010 7:28 PM

Hi,
- /POSDW/MON0 is the  transaction code to your POS Workbech screen.
- Here you input posting date range and search for all available transactions.
- If there are any transactions in workbench which are not processed yet, then they will be shown in grey
- drill down to your site level detail and double click on Sales movement folder > then you can see all individual receipts on your right hand side window.
- from here select all rows and hit Execute button, this will push transactions from POS workbench to your delta queue.
- if there are none available in POS Workbench, then you have to process transactions from your FTP server or XI server to push to POS Workbench first. Then follow the above procedure.
- Before any of the above steps, you must make sure that you have master data loaded for 0RPA_MEAN info object.
Edited by: Praveen Vujjini on Jul 16, 2010 1:53 AM

Similar Messages

  • Need to read data from pipe separated file using POJO?

    Hi,
    I need to read data from pipe separated file using POJO.
    There is config.properties file which consists of the
    data mapping.
    Can you help me with sample code or help?
    Regards
    Regards
    Taton
    Edited by: Taton on Mar 7, 2009 4:41 PM

    It's not possible to read from a file without using classes from the core API*. You'll have to get clarification from your instructor as to which classes are and are not allowed.
    [http://java.sun.com/docs/books/tutorial/essential/io/]
    *Unless you write a bunch of JNI code to replicate what the java.io classes are doing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Looking for SAP solution to extract data from the production system

    Hello,
    we are looking for the SAP standard tool to extract data from the production system and copy it to the development system. It should be as functional as some kind of partial client copy. The data, which we need to replicate is master and transactional data from FI, CO, AA MM and nice to have FS-RI modules. There is a product offered by the IntelliCorp called "Data Management" but we would like to know if SAP offers its own product.
    Kind regards,
    Krzysztof Murkowski

    Hi,
    SAP offers a solution called 'Test Data migration Server' or TDMS.
    You can access the master guide from the below link:
    https://service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700006332942006E
    Cheers !!
    Satya.
    PS: Pls reward points if the answer was helpful...Thx.

  • Extract data from Pipe Delimited file

    Hi everybody,
    Could someone provide me the command to extract data from a pipe delimited file ("|") using Open/Read Data set.
    I mean eliminating the delimiter ("|") and just picking the data.
    Thanks
    M

    Here you go.. this code snippet parses the input file record by using pipe (variable lv_pipe) as separator, for tab separated file you can use lv_tab like wise...
      TYPES: BEGIN OF ts_field,
               field(50) TYPE c,
             END OF ts_field,
             tt_field TYPE TABLE OF ts_field.
       DATA: ls_record TYPE string,
            ls_input_data TYPE ts_input_data,
            lv_tab TYPE x VALUE '09',
            lv_pipe TYPE C VALUE '|',
            ls_field TYPE ts_field,
            lt_field_tab TYPE tt_field,
            lv_field_index TYPE syindex,
            lv_record_no TYPE syindex.
      FIELD-SYMBOLS: <fs_field> TYPE ANY.
      OPEN DATASET fv_file_path IN TEXT MODE FOR INPUT.
      IF sy-subrc = 0.
        DO.
          lv_record_no = lv_record_no + 1.
          READ DATASET fv_file_path INTO ls_record.
          IF sy-subrc NE 0.
            EXIT.
          ELSE.
            SPLIT ls_record  AT lv_pipe INTO TABLE lt_field_tab.
            CLEAR: lv_field_index, ls_input_data.
            LOOP AT lt_field_tab INTO ls_field.
              lv_field_index = lv_field_index + 1.
              ASSIGN COMPONENT lv_field_index OF STRUCTURE
                ls_input_data TO <fs_field>.
              IF sy-subrc = 0.
                <fs_field> = ls_field-field.
              ENDIF.
            ENDLOOP.
            APPEND ls_input_data TO ft_input_data.
          ENDIF.
        ENDDO.
        CLOSE DATASET fv_file_path.

  • Migrate the complete solution along with data from BW 2.x to BW 7.x

    Dear Experts,
    There is a scenario in which SAP BW 2.0 have been upgraded to 7.0 version,  while the BW flow  and the custom models  that exists are still in 2.X version
    We acquired separate SAP BW 7.4 powered by Hana ,  We would like to migrate the older version of BW i.e 7.0 with mentioned content and models into this new system with data and going forward our organization would like to have only one system and dismantle the old system  .  Please let us know the process in the form of steps as to how it can be achieved . Need your expert input on this .
    Thx,

    The below is my Proposed Solution
    •Identify the list of Models & Objects which is required Migration eg: out of 100 Cubes only in Use 70 Cubes & Reports 150
    •Migrate the models in System 1 (Old BW System)
    •Create RFC from System 1 to System 2(New BW System)
    •Transport Objects to System2
    • Load the data from System 1 to system 2 using Open Hub/datamart
    –If you have any Full load from ECC , Non SAP or Excel, no need to load the data from System 1 to System 2, you can load directly from source to system 2.
    PLease Advise.........

  • 0RT_PA_TRAN_CONTROL  No data from PIPE to POS Analytics

    Hi Guys I hope you are fine!
    I am new to POSDM and I need to extract data from the PIPE.
    I am Using the configuration guide from SAP and I have made the pipe configuration as per the guide said.
    I understand I need to execute the PIPE dispatcher and execute the tasks 01 and 04 and after that I would be able to extract the data using the delta infopackages already created and initialized.
    The problem is I am not able to get the data from the pipe!, I have checked the TLOGS and TLOGL tables and I can see the data in there, but i still do not find the way to upload this data to the POS Analytic cubes (green light in Monitor but cero records ).
    Any advice will be appreciated!
    best regards.

    Hi Ramesh,
    all POS Analytics data sources still do not support full updates. Regarding the OSS not I would assume that is was created in 2004 and never updated in later releases.
    What you can do if you still have the transactions in PIPE is to reset the task status für te BW task and run this again.
    Kind regards
    Carsten

  • Best solution to import data from excel file

    Hello,
    I have a very large excel file with a list of companies in this format:
    company_category    company_name company_description   telephone   email
    In InDesign I have paragraph style for each one but I need a solution to import all this data and apply the styles automatically.
    Few things:
    - I don't want to import all these into a table. I want all the info in a 3 text columns format that will run accros 150 pages (more or less)
    - I'm using InDesign CS6
    Is there any way to automate this?
    Thanks

    Save the exl files as a tab delimited txt file. Import this file in indesign and create a para style with 3 nested styles for each of the columns you need.

  • Anyone managed to import VDY Data from a sony DSR-DU1?

    No data found, alltough the disk is mounted...
    thanks Michel

    Sorry, both wrong, VDU stands for Video Disk Unit, a portable sony harddisk wich records dv data, but with woven audio. output file is .dvd, dragged on the timeline on fcp, it's needs to be rendered. Apple made a solution for this:
    import VDU data, but it sees no drive at all, hence my problem.
    Michel

  • ABAP solution to read data from excel file attached with project document

    i have a project created through tcode cj20n and attach an excel file with it. now my objective is to read the contents of that attach file through abap. can any one please help me in this matter? how can i know the path of that file?

    Hi,
    you can't do it in 30 minutes if you never did before.
    Use[ DOI |http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf]
    Regards,
    Clemens

  • Mobile In-Store inventory management Solution

    Hi,
    I have a requirement where I need to synchronise a mobile hand held device with the Store inventory system. Is there any customizing setting I need to do (such as giving the hand held device details, Info to be synchronized etc.)? Please can you explain me with tcodes, else if there is a document which consists of step by step processes to accomplish this, a link to this document would be of great help.
    Thank you,
    Manoj.

    Hi manoj
    Plse see the below link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/45/f614e6bc1a04a9e10000000a114a6b/frameset.htm
    Regards
    Anis

  • MM-Based inventory management & Replenishment -based Inventory Management

    Hi,
    Can any one through me some light on the difference between "MM-Based inventory management" & "Replenishment -based Inventory Management" in IS-Retail.
    Is it something related to planning, If so what is the difference.
    Thanks in Advance,
    Shakthi Rajkumar.

    Hi
    In retail scenario the replenishment can happen in two ways
    (1) From DC to Stores
    (2) Directly from vendor to Distribution center.
    However the above two scenarios follow the following push / pull strategy to replenish the material.
    Case 1 : From DC to Stores
    How the push occurs ?
    Store orders/sales orders
    Automatic store orders/sales orders from different POS system
    Auto replenishment
    How the pull occurs ?
    Allocation of merchandise purchased
    Case 2 : Directly from vendor to Distribution center.
    How the push occurs?
    Reorder point planning
    Forecast based planning
    Time phased planning
    How the pull occurs?
    Allocation
    Manual purchase orders
    Hope this clarifies your doubts how the replenishment happens in retail scenario
    Reward if useful
    Regards
    edwin

  • Import data from r3

    Hi,
    1) I want to import customer data from R3 system.
    Note :- I am using repository created using sp3_customer.a2a archieve file in mdm
    I created idoc to file scanario in xi and xml file imported in import manager. but,my problem is i am not able to map all the fields one to one. So, I imported
    00_DEBMDM05_R3.map ( thru file--> import),option.
    I thought by doing this,mapping will happen automatically between xml and mdm data.but, not able to map automatically. What went wrong?
    I heard there is some other solution to import data from r3 ( adding ports, client systems etc in mdm)
    Thanks
    Rama

    Hi,
    Refer to
    <a href="http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/4e705aaee91bcce10000000a1553f7/content.htm">MDM and Client Systems</a>
    Hope that helps.
    Regards,
    Tanveer.
    <b>Please mark helpful answers</b>

  • How to transfer SLD data from PI 7.1 to Solman 7.0

    Hi
    . I Have a Landscape with Solman 7.0 (Central SLD) and PI 7.0 (DEV, QLT,PRD)-- Local SLD's, now customer wants to update from PI 7.0 to PI 7.1. 
    PI Local SLD's are pointing to Central SLD of Solman through SLD data Bridge.
    But if i upgrade PI from 7.0 to 7.1 (with SLD 7.1), where should be my Central SLD ???  as SAP recommands we are not supposed to set a Central sld which is of lower version as in my case Solman with SLD still on 7.0 (To forward data from Local SLd to Central SLD -- pre requists either SLD version should be same or Hiegher) but they are on  SOLMAN 7.0
    Karthik

    Hi,
    Ok i will be more precise on my question.
    we have a landscape consisting ECC,SRM,CRM,PI and SOLMAN, (DEV,QTY,PRD) they are all on 7.0 version.
    To my knowledge DEV,QTY,PRD systems Data Suppliers are pointing to Local SLDs respective PI (DEV,QTY,PRD) ie all DEV systems -> PI Local SLD and all QTY systems -> PI QTY and All PRD systems are Pointing to PI (PRD)
    SLD Data is transferred from Local SLDs to central SLD in this way using Bridge Forwarding
    PI DEV -> PI QTY, then from PI QTY to PI PRD and Finally  From PI PRD to Cental SLD on SOL
    PI DEV -> PI QTY->PI PRD -> SOL (CENTRAL) all are on 7.0.
    Now Customer wants to upgrade PI 7.0 to PI 7.1. then if upgrade is done to PI (DEV,QTY,PRD)
    The Bridge forwarding will remain the same like this
    PI DEV(7.1) -> PI QTY(7.1)->PI PRD(7.1) till here its fine now how to forward to the Central SLD of SOLMAN as its is still on 7.0 version
    I Have read from the SMP that Bridge Forwarding from 7.1(in my case PI) i to 7.0 (in my case SOL)is Not allowed
    But Bridge forwarding from 7.0 to 7.1 is allowed,
    PI DEV(7.1) -> PI QTY(7.1)->PI PRD(7.1) <- SOL , Now central SLD will be PI PRD.
    if i do so SOL will not be Central SLD any more and then how SOL can generate  EWA and other Solutions without SLD Data from Sat systems
    Please provide me a solution for this.
    Thanks
    Karthik

  • Automated process to pull data from a web page without using VS and PS.

    Hello,
    I'm looking at finding a solution to pull data from an external web page and creating a list. I'm looking for a NON-POWERSHELL AND NON-VISUAL STUDIO solution. I am open to using InfoPath Designer.
    There exists a custom, non-SharePoint page built for us which has raw data. We've already created a custom list to match the data and now need to come up with a solution to automatically update the data. In this particular scenario, power shell and visual
    studio cannot be used.
    Thanks in advance.

    Why would you cripple yourself and restrict PowerShell at the very least which has perfect functionality for doing exactly that.
    I doubt you could use the InfoPath data sources to pull the raw data in, re-map it and save to SharePoint without resorting to some sort of coding within InfoPath.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Retreival of Dynamic Table Datas from Adobe to WebDynpro- ABAP

    Dear Friends,
    I have Developed an application in Webdynpro-ABAP, where i have integrated Adobe form in the webdynpro.
    In the adobe form, dynamic table is there where we can add and delete the rows at runtime.
    I am trying to retreive the table datas at runtime from the adobe.
    I can able to retreive only the first record from the table, even if the table contain more than one rows.
    As per the below code i have retreived the count, where it is showing the count as 1.
    using the method get_static_attributes_table i am trying to fetch all the records, but i can able to retreive only the first record.
    lo_nd_zsm_fm_transport_tra = wd_context->get_child_node( name = wd_this->wdctx_zsm_fm_transport_tra ).
      lo_nd_tr_details_i = lo_nd_zsm_fm_transport_tra->get_child_node( name = wd_this->wdctx_tr_details_i ).
    count = lo_nd_tr_details_i->GET_ELEMENT_COUNT( ).
    elems_bank_table = lo_nd_tr_details_i->get_elements( ).
    lo_nd_tr_details_i->get_static_attributes_table(
      importing
        table = ls_tr_details_i ).
    Even Cardinality i have maintained as 1.N for the node.
    Kindly provide me the solution.
    Thanks and Regards,
    Sathish,,

    Hi, I have solution for read data from dynamic table and add these added row to WD4A context (and then save them to DB) (in ONACTIONPROCESS_SUBMIT event):
    DATA: l_fp TYPE REF TO if_fp.
    l_fp = cl_fp=>get_reference( ).
    DATA: l_pdfobj TYPE REF TO if_fp_pdf_object.
    l_pdfobj = l_fp->create_pdf_object( ).
    l_pdfobj->set_document( pdfdata = lv_pdfsource ).
    l_pdfobj->set_extractdata( ).
    l_pdfobj->execute( ).
    DATA: pdf_form_data TYPE xstring.
    l_pdfobj->get_data( IMPORTING formdata = pdf_form_data ).
    DATA: converter TYPE REF TO cl_abap_conv_in_ce, formxml TYPE string.
    Converter = cl_abap_conv_in_ce=>create( input = pdf_form_data ).
    Converter->read( IMPORTING data = formxml ).
    TYPE-POOLS: ixml.
    DATA: l_ixml TYPE REF TO if_ixml.
    l_ixml = cl_ixml=>create( ).
    DATA: streamfactory TYPE REF TO if_ixml_stream_factory,
    istream TYPE REF TO if_ixml_istream.
    streamfactory = l_ixml->create_stream_factory( ).
    istream = streamfactory->create_istream_string( formxml ).
    DATA: document TYPE REF TO if_ixml_document.
    Document = l_ixml->create_document( ).
    DATA: parser TYPE REF TO if_ixml_parser.
    parser = l_ixml->create_parser( stream_factory = streamfactory
                                               istream = istream
                                               document = document ).
    Parser->parse( ).
    the code above allows you to read xml data from pdf file, then you need only to read xml and adding rows to your context:
    data : item type string.  DATA: nodechild TYPE REF TO if_ixml_node,
            Childschild TYPE REF TO if_ixml_node.
        data: num_of_children type i,
              x type i,
              y type i,
              num_of_attribute.
    node = document->find_from_name('ZAM_PROTSTROJF').
    num_of_children = node->num_children( ).
    nodechild = node->get_first_child( ).
    data: wa_strojdetail type ZAM_PROTSTROJF,
          wa_strojdetail_tab TYPE TABLE OF ZAM_PROTSTROJF.
    wa_strojdetail-docnum = ls_zam_protstroj-docnum.
    wa_strojdetail-bukrs = 'VVS'.
    wa_strojdetail-mandt = sy-mandt.
    y = 1.
    do Num_of_children times.
           num_of_attribute = nodechild->num_children( ).  " Childschild->num_children( )." Getting the number of attributes
           Childschild = nodechild->get_first_child( ).
           wa_strojdetail-itemnum  = y.
           x = 1.
           do num_of_attribute times.
              item = Childschild->GET_value( ).
              CASE x.
                WHEN 4.
                  wa_strojdetail-anln1 = item.
                WHEN 5.
                  wa_strojdetail-anln2 = item.
                WHEN 6.
                  wa_strojdetail-bubtr = item.
                WHEN 7.
                  wa_strojdetail-belnr = item.
              ENDCASE.
              Childschild = Childschild->get_next( ).
              x = x + 1.
          enddo.
          y = y + 1.
          APPEND wa_strojdetail to wa_strojdetail_tab.
          nodechild = nodechild->get_next( ).
    enddo.
    This is complete solution for adding rows in interactive forms and working with them in WD4A!
    Regards Jiri
    Edited by: Jiri Neuzil on Jun 10, 2009 8:13 AM
    Sorry for formatting, but I don't know, how to format text correctly on this site in plain text I have all text correctly formatted, but in preview....

Maybe you are looking for