XML processing for product catalogue

Hi,
I need to produce a product catalog from XML data (approx. 1000 products).
The design of each product is made up of several text/image boxes which areb then grouped (Product code, image, description - which varies in length, etc. etc).
Reading the documentation (and watching some videos), I have been able to create placeholder tags and get the XML to flow into the linked text/image boxes, although this only works for one product per page. Ideally, I would like the products to repeat one after another, so they flow across pages (repeating as many times as there are products).
Is there any way I can set up a master tagged product which repeats/clones as many times as required by the XML across pages?
Regards.
Kevin

Thanks for the responce,
No, we use Both Manual and Automatic too.
In this program can you re-import or is that only used for first time uploads ?
secondly does the sequence of products, within a catalogue area remain as it is in your spread sheet after the upload, or does it revert back to the accending oprder of the product numbers ?
thanks

Similar Messages

  • CO88 - Collective Settlement Processing for Product cost collectors

    Hello Gurus,
    I have couple of Settlement related problems. Please advice if you have any solution to fix these problems.
    1.We are using CO88 - Collective Settlement Processing for Product cost collectors but some of the cost collectors are not settling fully. Where as the same cost collector settled individually without any problem.
    2. Some cost collectors are settled but very small amounts are still there as un-settled.
    Thanks in advance.
    Vishwanath.

    Hi
    Welcome to SDN! We hope your 1st experience here is good
    Issue 1: It depends on the error that you got at the time of settlement... Many times, when a PCC is being posted to from Production while you are trying to settle, it can give you error...
    later on it can be settled w/o any issues
    Issue 2: Ideally there does not remain any amount after settlement.. May be the amount which you are seeing pertains to the next month.. You can shift to periodic view using CtrlShiftF11 and see if any balance really exists
    BR,Ajay M

  • Period-end closing process for product cost collectors

    Hi Friends
    Please explain me step s involved in period-end closing process for product cost collectors.
    Regards
    Sandeep

    Dear Mr.Sandeep,
    Using CO88 - variance will be settled.
    Please go through this link.
    <u>http://help.sap.com/saphelp_470/helpdata/en/5f/1faba54aee11d189740000e8322d00/frameset.htm</u>
    If useful reward points and close this thread.
    Regards
    Mangal

  • Extreme long replication time for product catalogue to ISA

    In desperate need of help! We are replicating the product catalogue to ISA from a CRM 5.0. Now the replication have been running for 114 000 seconds and it is still not done. Besides the time it takes the process fills the paging file, we had a dump before and changed the parameter “rdisp/PG_MAXFS = 65536” But once again after above given time the paging file is filled to 99% and the system will almost certain dump on us once more.
    This is only the first of 10 catalogues that will be replicated so u sees the challenge!
    Have searched sap notes for many hours without success…
    Some facts, we are running on HP-UX 4640 (Itanium) with 4 CPUs and 32 GB RAM, plenty of disk. NW2004s with an CRM 5.0 SP10, the TREX is on a Linux machine but does not seams to be the problem.
    Anyone have an idea?
    BR Lennart

    It is transaction COMM_PCAT_IMS_INIT, it has now been running for nearly 170 Thusand seconds.
    The details of the job looks as below. BR Lennart
    No Ty. PID      Status  Reasn Start Err Sem CPU      Time   Cl. User
    33 BGD 25268    Running       Yes           2349:23  169159 200 BJBO
    Report / Spool action
    SAPLSTXD
    Main Program
    COM_PCAT_IMS_FEED_INIT
    Action                    Table
    Waiting f.                                                                   since
    Database                         Number              Time (usec)         Recs.
    Direct Read                 3.856.813           449153836           1.018.029
    Sequential Read             17658.883            968353631          3.273.103
    Insert                          5.981           16961.966               3.192
    Update                          3.144           17328.020               3.136
    Delete                              5               1.700                  10
    Sources                     3.997.954  (Bytes)
    RSQL                        *16405254- (Bytes)
    Commit                                                  0
    DB Procedure Calls                  0                   0
    Roles / Memory                   Number              Time (usec)
    Roll In                             0                   0
    Roll Out                            0                   0
    Roll                        3.039.232  (Bytes)
    Page                        349159424  (Bytes)
    Memory (Total)                                 12.824  (Bytes)
    Memory(Total Private)                     371.283.056  (Bytes)
    Memory (used)                                       0  (Bytes)
    Memory (Max. Transaction)                      12.824  (Bytes)
    Memory (Max. Dialog Step)                      12.824  (Bytes)
    Development Environ.             Number              Time (usec)
    Generate                                                0
    Load Report                                     2.064.508
    Load Screen                 3.997.954  (Bytes)         67
    Load CUA                                              239
    Read Dictionary                                         0
    RFC                               703  Calls     1,624053835000000E+09
    Queue API                           0  (Bytes)          0
    Ad Opcodes                          0                   0

  • Regarding Goods Reversal and Goods Issue process for Production orders

    Hi,
    I have a issue regarding <b>Goods Reversal</b> and <b>Goods Issue</b> process for <b>Production orders</b>.
    Actually I am having a Z - Function Module in that i am passing <b>production order number other details</b> to
    make the <b>Goods Reversal</b> happen.
    The code for the above is as below:
                       i_mvtit-material      = wa_mdfa-matnr.
                        i_mvtit-plant         = i_resb-werks.
                        i_mvtit-spec_stock    = 'Q'.          "New
                        i_mvtit-stge_loc      = 'ZWIP'.
                        i_mvtit-stge_type     = i_resb-lgtyp. "New
                        i_mvtit-batch         = i_resb-charg. "New
                        i_mvtit-orderid       = i_resb-aufnr.
                        i_mvtit-spec_stock    = i_resb-sobkz.
                        i_mvtit-entry_qnt     = i_resb-enmng.
                        i_mvtit-entry_uom     = i_resb-erfme.
                        i_mvtit-entry_uom_iso = i_resb-meins. "New
                        i_mvtit-wbs_elem      = v_frwbs.
                        i_mvtit-move_type     = '262'.
                        i_mvtit-xstob         = 'X'.
                        i_mvtit-gr_rcpt       = i_resb-aufnr. "New
                        i_mvtit-reserv_no     = i_resb-rsnum.
                        i_mvtit-res_item      = i_resb-rspos.
                        APPEND i_mvtit.
    * HEADER ELEMENTS
                        k_gmvt_code-gm_code    = '03'.
                        k_gmvt_head-pstng_date = sy-datum.
                        k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
                        CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
                          EXPORTING
                            goodsmvt_header = k_gmvt_head
                            goodsmvt_code   = k_gmvt_code
                          TABLES
                            goodsmvt_item   = i_mvtit
                            return          = i_return.
    The Above code does the <b>Goods Reversal</b> but then i will update one Z Table with fields like
    Production Order Number[AUFNR], Number of Reservation[RSNUM], Item Number of Reservation [RSPOS], Material Number [MATNR], Requirement Quantity [BDMNG], WBS element[PSPNR] etc. If Above BAPI runs sucessfully.
    That is happening correctly.
    But Then actual issue is i have do <b>Goods Issue</b> for those Z-Table records.
    There i will give Production order Number's & Storage Location in Selection-Criteria.
    Then i need to do <b>Goods Issue</b> for that order.
    The code i had written as follows.
    * POPULATE VALUES FOR BAPI CALL
            i_mvtit-material      = i_zpsi7603_01-matnr.
            i_mvtit-plant         = i_resb-werks.
            i_mvtit-spec_stock    = 'Q'.                "New
            i_mvtit-stge_loc      = p_sloc.
            i_mvtit-stge_type     = i_resb-lgtyp.       "New
            i_mvtit-batch         = i_resb-charg.
            i_mvtit-orderid       = i_resb-aufnr.
            i_mvtit-spec_stock    = i_resb-sobkz.
            i_mvtit-entry_qnt     = i_resb-enmng.
            i_mvtit-entry_uom     = i_resb-erfme.
            i_mvtit-entry_uom_iso = i_resb-meins.       "New
            i_mvtit-wbs_elem      = v_frwbs.
            i_mvtit-move_type     = c_261.
            i_mvtit-mvt_ind       = 'F'.                "New
            i_mvtit-xstob         = c_x.
            i_mvtit-gr_rcpt       = i_resb-aufnr.       "New
            i_mvtit-reserv_no     = i_resb-rsnum.
            i_mvtit-res_item      = i_resb-rspos.
            APPEND i_mvtit.
    * HEADER ELEMENTS
            k_gmvt_code-gm_code    = c_03.
            k_gmvt_head-pstng_date = sy-datum.
            k_gmvt_head-doc_date   = sy-datum.
    * CREATE GOODS MOVEMENTS
            CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
              EXPORTING
                goodsmvt_header = k_gmvt_head
                goodsmvt_code   = k_gmvt_code
              TABLES
                goodsmvt_item   = i_mvtit
                return          = i_return.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                wait = c_x.
            READ TABLE i_return INDEX 1.
            IF i_return-type EQ c_s.
              DELETE FROM zpsi7603_01 WHERE aufnr = i_resb-aufnr AND
                                            rsnum = i_resb-rsnum AND
                                            rspos = i_resb-rspos.
            ENDIF.
    If i run above code for <b>Goods Issue</b> it is giving error can anybody tell me what changes i need to do to make it work.
    The <b>Error Message</b> i am getting is as below:
    <b>Qty and / or "delivery completed" ind. or final issue ind. are missing</b>
    <b>Error Number for the above is : 264.</b>
    Can anybody solve my issue.
    Any help will be appreciated.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi,
    Thanks boss.
    It is working now correctly.
    The issue is the  i_mvtit-XSTOB should be equal space in case of Goods issue while incase of Reversal it should be equal to X.
    Thanks for ur efforts.
    I had awarded you points.
    Thanks a lot.
    Thanks & Regards,
    Rayeez.

  • System status for IDOC creation and processing for production orders

    All
    I am creating IDOCs for production orders to send requirements to an external WM system for kitting execution.
    I need to know whether there are any system statuses to notify me when an IDOC has been created,failed and processed. If not, how do I go about creating user defined statuses for these statuses.
    Second question, which idocs should I use to confirm, teco and cancel the production orders from an external system?
    Thanks
    Evan

    HI Evan
    u can use the standard program - RBDMOIND scheduled in back ground to update the Idoc staus ,
    this helps to update the IDoc Status from
    '03     Data passed to port OK  '  to
    '12     Dispatch OK'
    status 03 indicates the IDoc is successfully transmitted to Communication Layer and the Status 12 helps to confirm the data dispatch to the receiving port.

  • Sort Sequence for Product Catalogue ISA B2B

    Hi there
    I'm trying to find another way of sorting items within a catalogue area. As it is in the standard system , the products are simply sorted according to the Product number (acceding).
    The requirement is to be able to rearrange the sequence according to alternate means such as product description. So that when it comes to browsing the product catalogue in the web shop the specific sort sequence is reflected.
    we are using CRM4.0 E-Selling B2B
    thanks in advance

    Thanks for the responce,
    No, we use Both Manual and Automatic too.
    In this program can you re-import or is that only used for first time uploads ?
    secondly does the sequence of products, within a catalogue area remain as it is in your spread sheet after the upload, or does it revert back to the accending oprder of the product numbers ?
    thanks

  • Can someone walk me through download and installation process for Production Premium CS6 Windows? After Downloading I have no idea what I should do, tried everything!

    Once the download is finished and it is in the C:Users/name/downloads section of my hardrive under a folder labeled "Package" What should I do with this file? It contains mainly zip files that I am unable to extract and cannot open for various reasons. Extraction is imppossible because it says there is not enough space on my hard drive and requires an additional 5.99 PB of space... I have 479GB of free space. How is this not enough???

    May be there is not enough space in C drive. Try to extract to a different location.
    Or it could be an issue with your harddrive controller. Check your dvice manager and install the correct drivers.

  • How to limit product catalogue and view authorization for web UI?

    Hi,
    We are in the process of upgrading our system from CRM 2004 to 2007.
    In CRM 2004 the product catalogues available for a user; as well as the views available for user within an available poduct catalogue were controlled by customizing user parameters: COM_PRDCAT and COM_PCAT_VIEW respectively.
    Is there anything we could do to get this done in CRM 2007?
    Is it possible to restrict the product catalogues a user can access, through PFCG roles? I was not able to find any CRM object for this purpose.
    Please help.
    Regards,
    Soumya Thomas
    Edited by: Soumya.Thomas on Jul 13, 2009 11:48 AM

    Hello Somya!
    The only possibilities I have found so far is to use the Parameters COM_PCAT_VIEW, COM_PCAT_VVRT and COM_PRDCAT as parameters for the user in SU01.
    regards,
    Andreas Bengtsson

  • In process Quality for Production orders

    Hi Guys,
    I am facing issues while doing an in process quality for production order.The usage is In process quality,
    can anyone help me to carry out a flow for this usage type.
    What are the necessary settings to be done and also explain the workflow for this inspection type.
    Thanks,
    Krishna

    Hi,
    For in process quality you have to activate "03" type quality in the QM view for the material.
    After creation of the order you have to generate inspection lot and based on the inspection lot you have to do result recording.
    After that you will do the GR followed by usage decision of the inspation lot.
    Hope this will help.Please elaborate the details for further clarification.
    regards,
    kaushik

  • Whats the best software for photo editing and creating product catalogues that can be saved as PDF's

    Whats the best software for photo editing and creating product catalogues that can be saved as PDF's

    You are asking two different questiions:
    1. What's a good photo editor? Answer to that here is probably obvious.
    2. What's a good desktop publishing/page layout program for creating PDF files for production? Answer, not PSE. It's a photo editor, not a page layout program.

  • SAP AII for production process

    Hello,
    I'm an ABAP programmer but I have to find some information (integration scenario example) about using RFID for managing a production process with SAP.
    I found only for SCM:
    http://help.sap.com/saphelp_autoid40/helpdata/en/43/ec3b1c601f6bf1e10000000a11466f/content.htm
    Is it posible to manage a production process with SAP's  AII <-> XI <-> ERP like it can be done for SCM?
    Thanks.
    Traian

    Hi Mustata,
       Yes it is very much possible to RFID enable the SAP R/3 Production process.
       AII 4.0 supported out of the box execution of Outbound delivery process and Inbound Delivery process.
       The configuration guide for same are available at this link http://service.sap.com/scm
        you can get the config guide in detailed information of RFID under SCM.
       Now answer to your question SAP AII for production process.
       AII 5.1 supports creation on new document in AII. Also the documents from backend system SAP R/3 sent to AII via XI with the help of standard document interface.
      The documents related to production process can be then executed in AII with the help of RFID and after document execution in AII, if required, the document data can be sent to SAP R/3 for completion of the document in backend system.
    Hope this answers your query. Do read the configuration guides.
    If same process needs to be done in AII 4.0 then customisation will be need to implement the production process integration.
    Thanks and regards,
    Amit Deshpande

  • 3rd party process using product allocation for ATP-check

    Hi all,
    is there anybody out there who can share experience in setting up the 3rd party process using product allocation on APO for ATP-check? As the documentation is not that impressive any help is higly appreceated.
    Thanks
    Michael

    This will not be correct forum to reply to your query.
    Still, try following Hyperlink for some understanding,
    [Third-Party Order Processing by Product Allocation|http://help.sap.com/saphelp_scm70/helpdata/EN/7c/2b7941601b030de10000000a1550b0/frameset.htm]
    Thanks & Regards
    JP

  • Specific process code for Production order message type LOIPRO

    Hello,
    Is there any specific process code for Production order message type LOIPRO.
    Request you to reply.
    Thanks
    Prashanth

    Hi Prashanth,
    sorry for last thread ... that not contain full information ...
    For message type LOIPRO you can use process code APLI.
    In IDOC PARTNER definition, the partner is linked with an IDOC TYPE and PROCESS CODE for inbound processing. This process code is in turn linked with a FUNCTION MODULE to process the IDoc such as IDOC_INPUT_INVOIC_MRM (Reff..  http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_cid519558,00.html)
    Regards,
    Amit

  • Collective processing for status CLSD for production order

    Hi, All.......
    Is there any provision or Tcode to give status CLSD for all Production orders.......
    I hv checked COHV tcode but except TECO there is no provision for CLSD.
    Yogesh.........

    Hi Yogesh,
    Now there are 2 things involved in this..
    1. CLSD or DLFL
    2. Collective settlement of the Orders
    Isn't it??
    2. Collective Settleemnt of the Orders/Collective Processing with CO88.
    Before this there will be other steps also like Over head calculation, WIP calculation, variance calculation etc.. So, check with Controlling Team also..
    After that, you can device a Process for this and instruct the user to follow the process..
    1. Until unless you does the Settlement, it is not possible to have the Status CLSD/DLFL
    For collective updation of the Status DLFL, you need to go with the Program PPARCHP1.
    If you execute the Program with SA38, in the next scrren, you can select Multiple Orders or as per the selection criteria and Tick the Chcek Box for Deletion Flag only..
    Regards,
    Siva

Maybe you are looking for

  • Can't install Adobe Photoshop Elements 13 on PC

    I'm trying to install this software (Microsoft version) onto my PC and keep getting a message that this program is counterfeit.  My husband purchased this for me at Christmas from Best Buy so it is NOT a pirated program.  I've registered my redemptio

  • IWeb and 2 Moblie Me Accounts?

    I have 2 web sites published through iWeb. Each has its own .Mac / Mobile Me account. pixelportraitpro.com and gmilesband.com respectively. How do I switch between the accounts to upload changes in I Web? The 1st account ( .Mac) I created 1 year ago

  • Physical disk space after ORACLE reorganization with brtools

    Hi all! . I perform reorganization after arсhiving with brtools. In db02 shows that free size in tablespace are increased but physical disk space not changed. Can i make changes in online with brtools to increase physical disk space in reorganized ta

  • Folders vs albums

    I imported 4000 photos from iPhoto into pse 11. Now my orgainizer has hundreds of numbered folders with only 10 pics each in them. How do I revert to the named folders I was previously using in iPhoto? I also don't understand the difference between a

  • Programs DISSAPEAR using Spaces on MacBook Air

    Just got my new MacBook Air. It's running well for the most part if somewhat pokey at times. I've set it up so that Apple programs open in Spaces 1, Microsoft in Spaces 2, Adobe in Spaces 3 and others in Spaces 4. In the past I've used command/tab to