How is ALE working when attached document into MM01/MM02 (MATMAS? DOCMAS?)

Hi folks,
Iu2019m currently working on a project which require to know about :
u2022     SAP Document Management System (DMS) via CV01n/CV02n/CV03n
u2022     SAP Material Management (MM) via MM01/MM02/MM03 with u201CDocument Datau201D view in u201CAdditional Datau201D in order to assign a Document Data to a material
u2022     SAP ALE (iDocs) related to document linking with material (MATMAS ? DOCMAS ? etc.)
We need today to understand more the process of linking a document to a material and u201Ctransportu201D the change data through iDocs:
- DOCMAS is apparently transporting changes done on documents in CV01n/CV02n.
- MATMAS, ZMATMAS or ZMATMASR do not seem to transport any changes about documents linked to material into "Document Data" tab of "Additional Data" button in MM01/MM02
So,
- how can we detect changes done into "Document Data" tab of MM01/MM02 and transport via iDocs ?
- Moreover, which data should be transported ( document number, etc.) ?
Thanks in advance
Pierre

Hello Gerald
have you created your webtemplate with the WAD 7.0? Then you can only access it via the "new" Bex Web Java runtime with this URL:
http://<server>:<j2ee-port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=MYTEMPLATE
The path /sap/bw/BEx points to the "old" ABAP runtime.
But why do you want to integrate your template in the BPS web page, anyway? If you put your application into the portal, you can create a page in the portal with an iView for BPS and a second iView for the Bex 7.0 webtemplate. I think this would be much more convenient.
Best regards
Martin

Similar Messages

  • My imessage is working when im signed into my apple id butmy phone number is still not activated, my imessage still says waiting for activation how do i fix it ?

    My imessage is working when im signed into my apple id butmy phone number is still not activated, my imessage still says waiting for activation how do i fix it ?

    Go to Settings > Messages and turn iMessage OFF.
    Then go to Settings > General > Reset and tap Reset Network Settings. Your phone will restart. You will not lose any data, but you will have to re-enter any Wi-Fi network passwords.
    Once the phone has re-started and you have a network connection (either 3G or Wi-Fi), turn iMessage back ON.

  • How Do I combine 2 InDesign Documents into 1 (in a very particular way)

    How do I combine two InDesign Documents into one in a very specific way.
    Here's my problem: I have two separate InDesign CS5 files for playing cards. File one is the front. File two is the back.
    The company that does my final print production needs the the cards sent as two separate PDFs. One for the card fronts, one for the card backs. Both of these InDesign (and the PDF export) files are arranged in the same way: page 1 is card #1, page 2 is card #2, etc. Nice and simple.
    However, I use a different company for producing prototype versions of the decks (the production printer can't do this economically). My prototype producer needs me to send a single PDF where page 1 is Card #1 Back, page 2 is Card #1 Front, Page 3 is Card #2 back, Page 4 is Card #2 front, etc.
    The decks I am building usually run 56 cards, but can be as large as 180 cards.
    So, what's the easiest way to automate this process? is there a way to combine two separate indesign files by "interleaving" the pages from the two original documents into a new larger document (where I could do a new PDF export)?  Or, is there a better way to do this in Acrobat Pro? At the moment I have to resort to drag and dropping each card from one PDF thumbnail pallet to the other. It's really time consuming and mind-numbingly boring.  Any Ideas?

    This script is actually pretty straightforward, so it's a good first
    challenge I think.
    I would script this in InDesign -- probably because I'm more familiar
    with InDesign scripting.
    To start learning the InDesign scripting basics, open the ExtendScript
    Toolkit (ESTK) which is almost certainly installed on your computer
    already. Go to the Help menu, and you'll find an entry there called
    Adobe Intro to Scripting. Read that. I think that's the best place to start.
    For the script in question, you would want to:
    1. make sure both InDesign documents are open. They would both have the
    same number of pages. (No scripting involved here, just make sure
    they're open before running the script.)
    2. loop backwards through the collection of document pages of one of the
    documents. (document.pages is the collection you're looking for)
    3. use the move() method of a document page to move it. (myPage.move())
    4. Learn about the LocationOptions enumerator so that when you move the
    page you can tell InDesign if you want to move it before, or after
    another page. (LocationOptions.AFTER or LocationOptions.BEFORE)
    5. Get a reference to the page in the second document before (or after)
    which you want to move the page in the first document.
    5. that's basically it
    I suggest that as you work your way through this (if you decide to take
    up the challenge), you post any questions you may have on the InDesign
    Scripting forum here.

  • Transferred CS4 to new MacBook Pro, now some fonts will not work when PDFing documents from InDesign CS4. Help!

    I recently purchased a new MacBook Pro. I transferred my CS4 from my older MacBook Pro to my new computer, and although it seemed to be working fine now some fonts will not work when PDFing documents from InDesign CS4. These fonts are installed on my new computer, can be found in InDesign CS4, and work fine within the program but will not appear in PDFs. The letters turn into rectangles. Does anyone know why, and how to fix that?
    Help/input would be much appreciated. Thank you!
    Kristen.

    you should properly install adobe products, not move, migrate or otherwise transfer them.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How DB adapter works when polling strategy is "remove row selected"?

    How DB adapter works when polling strategy is "delete the rows that were read"?
    I want to know how database adapter works when polling startegy is "remove row".This polling strategy helps for polling the changes to table and remove records after new records are inserted or changes are done to table.Here,i want to understand how DB adapter identifies which record to be deleted.
    For example: there is a table with 100 recorrds.How DB adapter works when polling strategy is "delete the rows that were read"?
    I want to know how database adapter works when polling startegy is "delete the rows that were read".This polling strategy helps for polling the changes to table and remove records after new records are inserted or changes are done to table.Here,i want to understand how DB adapter identifies which record to be deleted.
    For example:
    There is a table EMP with 100 recorrds.Now, i deploy a BPEl process with db adapter polling on table EMP for changes.So that ,if any change happen to records in table that records will be picked up.I use a polling startegy "delete the rows that were read" .
    Now i insert 9 new records and update one existing records.These 10 records should be picked up and then deleted by Db adapter.In this 109 records how DB adapter identifies these 10 records when it polls.How it differentiatess old records with new records when there is no flag field or no sequence id used to identify the new or modified records.
    Please let me know.
    Why i want to know this?
    Some times customer may not allow BPEL process to do any modifications to source table or source database.In this case the options provided by database adapter wizard are not useful.
    If there is any mechanism to identify new or modified records without having a FLAG field or sequence table,then it is possible to have an option like only read the changes from table rather than deleting the records after reading.Which helps in meeting above requirement.
    Please let me know if there is any way to do this.
    thanks
    Arureddy

    Once the record has been read it is deleted. Therefore, you can update rows in this table as many times you like before it is read. Once it is read there will be nothing to update as it will be deleted.
    If you don't want to use a sequence table, you can use a sequence file. You can only use this functionality if the key you are using increments sequentially. e.g. 1,2,3,4. If your key is random, e.g. 2,1,3,5,7,4 then your options are delete or use a processing flag.
    The other option is to create a trigger that inserts a key into a polling table when insert or updates occur. You can then use the delete, which is the most desirable as it uses database locking.
    cheers
    James

  • Why can't i attach documents into my email? I am currently using OS X 10.5.8

    Why can't I attach documents into my email? I am currently using OS X 10.5.8

    You can call Apple with the Serial# handy, & possibly get the original Install Discs cheap, or...
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    It's been reported that if you have a MobileMe account, it may be free from Apple.

  • Why is not possible to attach documents into emails in answer to others emails?

    why is not possible to attach documents into emails in answer to others emails?

    This is a user to user forum and nobody knows Apple's motives in not including that feature yet. I suggest you use the following link to provide your suggestion to Apple.
    http://www.apple.com/feedback/ipad.html
    You can, by the way, add photos or videos when replying, just not other document types. It more than likely relates to the sandboxing of iOS apps to keep things safe and malware free.

  • How do I merge multiple pdf documents into 1 with my iPad ?

    How do I merge multiple pdf documents into 1 with my iPad ? We are required by our customer 1 document that includes 4 different documents from different departments. Currently with our PC we can merge PDF files, excel or word files in to 1 PDF document. How can I do the same with our iPads and iPad minis using adobe?

    blogs.adobe.com We are excited to announce that Adobe CreatePDF application is now available on iOS. With this, Adobe brings rich, high-fidelity and Acrobat-like PDF creation to the iOS devices. You can now convert all your documents on iPad, iPhone & iPod touch devices to PDF for reliable, secure sharing and viewing across PCs, tablets & Smartphones.
    Robert Monsalve
    [signature removed by host]

  • I got a itunes gift card and when i try and buy some thing it asks me for my credit card details how does that work when i have £15 on my fone that i got on a gift card?

    i got a itunes gift card and when i try and buy some thing it asks me for my credit card details how does that work when i have £15 on my fone that i got on a gift card? as i am trying to buy a song and it is starting to really cheese me of now where it keeps asking for credit card details is there a way round it with out having to use a credit card?

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How do I convert a word document into a pdf and then upload it to a web site

    How do I convert a word document into a pdf and then upload it to a web site so people can read it from my
    site with Dreamweaver 4?. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    First you need to install a means of printing to pdf from word.  I like cutepdf writer ( http://cutepdf.com/Products/CutePDF/writer.asp ).  Once installed you will print the doc in word and under the printer selection you choose pdf.
    Once you have the file you put it in your local site folders and upload it using Dreamweaver.  Be sure to link to it from a page so users can get to it and I would recommend giving the link a target of _black so it will open in a new window (see the properties inspector in DW).

  • How do I convert a PDF document into an editable document?

    How do I convert a PDF document into an editable document? All I see is a button to export as PDF. I purchased this program because it says, easily convert a pdf document into an editable word document. That is what I needed it for. Thanks

    Hi Elizabeth,
    Please follow the steps in our Getting Started Guide: http://forums.adobe.com/docs/DOC-2412
    Please let us know if you have any questions!
    -David

  • How do i change a pdf document into a word document?

    How do I change a pdf document into a word document?

    Please see our getting started guide: http://forums.adobe.com/docs/DOC-2412
    That should help you use your ExportPDF subscription.
    -David

  • How do i change a pdf document into word so i can make changes to it?

    how do i change a pdf document into word so i can make changes to it?  Thanks

    Hi stevemortgageman,
    You can use ExportPDF to convert a PDF file to Word format, and several others. For more information, please see http://cloud.acrobat.com.
    Best,
    Sara

  • How do I copy a pdf document into Icloud Beta

    how do I copy a pdf document into Icloud Beta - I am new to this!

    Just place your disc in and take the PDF file, drop it on the CD image. then right click and select burn disc. And there you go. It willl be saved on your disk and they should be able to open it with no problem.

  • Send to is not working when a document library is associated with work flow.

    Send to is not working when a document library is associated with work flow.
    question is when a workflow is tied to list send  to don't work ?
    we get a ntlm login prompt sphoradically, if we cancel the prompt we and reload the page we get the resultsen

    could you please give more detail about the issue?
    What kind of the workflow associated to the Library and what error you getting when trying to perform send to?
    check ULS logs...
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • [CS3] [JS] Export PDF to the same folder as the InDesign file

    Hi, I have written a JavaScript to export an InDesign file to a PDF file. The exporting works fine when exporting to a specific folder, but I want the script to export the PDF to the SAME folder as the InDesign file. For example, if the Indesign file

  • Save in different Folders RAW/JPEG

    Hello, is there any possibility to save the raws and jpegs in different folders ? (in one step, after connecting the camera) My workflow is as follow: Connect the camera Save the jpegs in a folder (for example: April 2007) Save the raws in a folder (

  • Turn red LED light off

    Is there an option or registry edit that will turn off the red led light that dots the "i" in ThinkPad on the top of the laptop? I have a SL500.

  • Edits to metric threshold

    I'm trying to make edits to a metric threshold and it doesn't seem to save my changes. I have full privileges on the target but just to be sure I made the edit as sysman, still didn't work. It appears to save the edit, I get the update successful scr

  • Changing Table maintenance settings

    Hi, The delivery and Maintenance of certain tables required for CIN configuration are set as - Display/Maintenace allowed with restrictions.  Hence these tables could not be maintained using SM30 / SE54. When checked in the SDN forums, certain people