ChaRM: Some actions missing in the Correction Document?

Dear all:
          I have followed all the tutorials about creating a charm, everything is fine but when handling the correction document I can never see in the action list the items "Logon to system" and "Complete development" (I can see al the other items though). Anyone has an idea about this? Where those actions come from?
Thank a lot in advance!!
Federico.

Hello Frederico,
These actions are PPF actions, they are assigned to an action profile and this action profile is assigned to the CRM transactions such as SDCR, SDHF, and so on. You can maintain that at SPPFCADM.
However, sometimes the basis PPF database tables are not completed updated during the activation of BC-set SOLMAN40_CHARM_BASICFUNC_001.
Our recommendation now is to reactivate the ChaRM BC-Sets, in order to recreate all entries missing. However, I have to remind you that if you have performed some customizing in ChaRM this will be overwritten.
So, if you agree with this statement, please reactivate the BC-Sets in this sequence:
SOLMAN40_CHARM_PROXYFACT_001
SOLMAN40_CHARM_BASICFUNC_001
SOLMAN40_CHARM_TRANSTYPE_SDMJ
Please check note 907768 that has informations about how to activate ChaRM BC-Sets.
Best Regards,
Fernando Rocha

Similar Messages

  • In SD i am looking to add some custom fields to the delivery document.

    In SD i am looking to add some custom fields to the delivery document. can any one help me out.

    hi,
    u have get the access key for the program with respective to the delivery document & user exit has has to done.
    This is job of abaper
    regards,
    Arun prasad

  • Some actions taken while the account was offline Part 2

    Some of us were getting this message with IMAP accounts: "Some actions taken while the account was offline could not be completed." with Leopard. Along with this, an email, usually too large to send, would keep saving itself in the drafts folder. The fix for this was to delete the OfflineCache folder in the IMAP folder. Well, we upgraded to Snow Leopard and now I am having the same thing happen. Except now, I dont get the message and the messages save to Recovered Messages. So I tried the old trick and that folder doesn't exist anymore. What do you guys suggest we do?

    Did you solve this? Do you still see it in 10.6.2? I have
    had this issue as well and am looking for an answer.
    s

  • Some actions taken while the account "MobileMe" was offline could not be completed online.

    Any help I keep getting this message when I start mail?

    Some actions taken while the account “MobileMe” was offline could not be completed online.
    Mail has undone actions on some messages so that you can redo the actions when online. Mail has saved other messages in mailbox “Recovered Messages (MobileMe)” in “On My Mac” so that you can complete the actions when online.

  • How to:  using the Place command in an action and remember the correct source filename...

    I have a large set of product, architecture, and other subject-specific photos, that I’m preparing for a new website; all to be placed in various galleries.
    For each photo, I want it to have the same background.  If I were doing this manually, I would simply “place” the subject photo into the background, and save it – back to the original photo name.
    In other words, doing this manually, PRODUCT_001.TIF gets placed into STANDARD_BKGRND.TIF, (thereby automatically correctly sizing and centering it), and then saving the result back to PRODUCT_001.TIF; either overwriting the original, or into a new folder.   (I have the original file somewhere else, and am working with an intermediate copy).
    But since I have several hundred photos, how do I create an action (and really – a droplet) that will save the resulting file to the desired name?  Typically placing photo ‘PRODUCT_001’ into photo ‘B’, alters photo ‘STANDARD_BKGRND’, so I can’t save the result back to ‘PRODUCT_001’.  Said differently, in a droplet, each time it's run saves the result back to the same filename 'STANDARD_BKGRND'.
    The end result – I want to apply that droplet to all the PRODUCT_***.TIF files in a given folder, and end up with the same file names as before.
    Thanks in advance for your help!
    Jerry
    PS - I have no scripting experience in PS, but have written code in other applications/scenarios.

    Its great that your products are cutouts layers,  Its easy to put cutouts on backgrounds and even add layer style to the product layer to enhance the composite. Still cutouts have size and resolution as  do your background images. 
    When you make composites. A document that is place in or pasted into the current document will be resample to match the current documents DPI resolution to preserve the size of the document being place or pasted in size.
    Additionally if your using place if the document being placed in does not fit within the current document's canvas size. Photoshop may scale the image to fit within the canvas.  It depends on your user id Photoshop Preference setting.
    That means you need you handle the sizes involved.
    I would think that you would want the final composite to be the size of the background image.
    You need to know its size and dpi resolution.  You must use image size on your product image and make the image have the same dpi resolution and a size smaller then the background image.  Perhas they have the same dip resolution as the background and are smaller in size. If that the cast their size are good no image resize  is required,
    Then you need to use canvas size to make the document have the same size and resolution as the background image.
    You may want to center the product layer over the canvas however Canvas size will add canvas evenly around the produt layer's layer bounds when you leave the anchor point in the center. 
    When you then place in the background image it will not be resampled for it has the same dpi resolution as the current document and it will not be scaled for it is an exact canvas size fit.  All that remains to be done is  move the current placed layer below the  product layer 
    The document name is the product image file name opened by you or by Photoshop automate batch process.

  • Some Data Missing in the inbound Idoc received from Gentran

    Hi,
    We are receing one custom message type with the basic type ORDER05 in SAP from Gentran. When we checked the destination file generated in Gentran, its showing data for all the segments. However in SAP when we checked the corresponding idoc we find the segment E1EDP05 is missing. The Gentran team says they are placing the destination file in the unix server of SAP. However we dont find these files in the SAP Unix server. Could anybody advise what could be the problem and where we need to check further ?

    Gentran will never be able to create an IDOC within SAP. Here is what happens:
    > Gentran creates a flatfile/XML which is in the IDOC format (the one which you can see in WE60).
    > Gentran then places this flat file/XML in a folder on Application server. This can be UNIX, Windows NT, etc..
    > Gentran then triggers the Startrfc.exe which will trigger EDI_DATA_INCOMING function module.
    > This FM will parse the data, check it for consistency of the defined standards, then write the control record into EDIDC and corresponding data records into EDID4 and updates the relevant statuses (i.e. 01 - added, etc). It'll then look into the partner profile setup, look for process code and moves the status to 64 and calls the inbound FM which will post the application document.
    In you case, you need to find out what file is coming in and where E1EDP05 has missed. The data will only be sent by Gentran. The inbound function modules will never update IDOC data records (unless there is a customization). The status records are updated.
    If E1EDP05 is not mapped and sent by Gentran and you still used to see it, then there should have been a customization in place to add values to IDOC segment fields. Try to get the final file that is mapped from either X12/EDIFACT and then see if E1EDP05 segment is present in there. If it is present then upload the same file into AL11 using CG3Z and call EDI_DATA_INCOMING or WE19 to process it. Once processed, you'll can observe if E1EDP05 is being created or not.

  • Why are some text missing from the right side of a page I send to my printer?  Thanks

    Why is some of the text missing on the right side of a page I send to my printer?

    I came across something similar recently where it printed the left hand side only!
    If I want to print an email, instead of File > Print  ( does not print properly ) I click on the print icon on my email webpage ( do not use applemail and access gmail direct) which then takes me to print preview showing the complete email which prints ok.
    Some webpages ( File>Print) do not print properly and some do. Those that do not generally have their own printer icon (path) that needs to be clicked on.
    Maybe something to do with encryption but don't know.
    Hope this helps in some way.

  • Help me find the correct document please!

    (This is a repost - not sure if I posted it in the correct forum before)
    I'm just starting out with Java, on the J2ME platform.
    I've been reading about threads, such as this:
    http://developers.sun.com/techtopics/mobility/midp/articles/threading2/
    where it says:
    The Java runtime associates each live thread with an instance of java.lang.Thread.
    But on my API docs, which I downloaded (can't find them online) the Thread class isn't a HTML link, suggesting it's not part of J2ME. But all the example source code I've seen has it supporting "start", "run" etc.
    The docs I have were downloaded from the Sun site, and are in the same format as the regular J2SE 1.5 does (html files with 3 panes).
    Am i missing something? Where (possibly on a Sun webpage) do I get documentation about Runnable, Thread etc, related to the MIDP2.0 release.

    I'm new to this, but I also had trouble for a while in finding and installing the right drivers. Eventually I got it to work with the link below. Follow the steps and select everything it suggests (I did and it worked for me). You might want to try it and see if it works for you too. Good Luck. http://www.creative.com/language.asp...wnloads/su.asp

  • How can I make a second copy so I can make some changes, but lose the original document?

    How can I make a copy of my new pdf convert to word document without losing the original document?

    Hi mariponce,
    Is it the Word document that you want to make a copy of, or the PDF? In either case, you can choose File > Save As (in the appropriate application), and give the file a new name. For example, if you have a file named "HappyTimes.docx," you could choose File > Save As, and name the file "HappyTimes2.docx." Then, you'll have two Word files, and you can edit one and leave the other intact.
    Best,
    Sara

  • Soap Action missing in the WSDL generated for Service Interface

    Hi All,
    I have modelled an interface in the ESR and have created the proxy in the back-end ECC6 system. It is basically an outside-in approach. I have generated a WSDL using the Wizard in the SPROXY transaction. But the WSDL does not have any SOAP Action. I tried to create a web-service for an existing BAPI. That WSDL also did not have any SOAP Action. Can you please let me know why the SOAP Action is missing? Is there any other way of generating the WSDL?
    Regards,
    Geetha

    Hi Geetha,
    Please try configuring the entire scenario in PI.
    If you are using PI 7.1, You can see the WSDL by right clicking on Sender agreement. Please use SENDER SOAP Channel. In PI 7.0 you will have to generate WSDL manually.
    Regards,
    Vikas

  • PU12 run some employees missing in the file created

    Hi,
    In the file that is created during the pu12 run today generated only 50 employees. But when it was run 2 days back with the same variant, the records exported were 266.
    What could be the possible reasons for these many missing pernrs.
    Thanks & Regards,
    Soumya.

    Hi,
    Previous run gave you 266 result and current one 50 result. The possible result may that for those 50 pernrs some records have been modified. Basically PU12 generates output based on some modification on employee records. If you check then you will find that after running 1st time with the same variant when you execute the PU12 with same variant then some modification was done on those 50 pernrs record. rest pernrs record was not modified. This may be one of the reason.
    Thanks & Regards,
    Sandip

  • Some fields missing from the Information interface

    On iTunes 12 I can’t find the "Description" field that was in the Video page.
    The field still shows in the list of songs, but it doesn’t appear on the new "Information" interface. And I don't think this is the only field missing compared to the previous Information interface. Can anyone help? Thank you.

    ... before you click Get Info.
    tt2
    YES!
    Thank you turing! That really helped.
    (it seems a bit of a complication to me, the system was just fine as it was, but what do I know?)

  • Some software missing in the default repositories?

    Hi,
    I am a Debian Testing user so I'm new to Arch Linux and I can't find some packages; Unetbootin, Virtualbox and Wine.
    In Debian apt-cache search [packagename] works perfectly, but pacman -Ss [packagename] doesn't seem to work as good.
    Many queries don't work while the packages are in the Arch repository. So mostly I use apt-cache search to find software.
    Is there a way to configure pacman to work better?
    So are these three packages really not in the default repository?
    If that's the case then what's the reason?
    According to this Wiki article pacman -S wine should work (I use x86_x64). But nothing happens, the package can't be found...
    I have the same issue with Virtualbox, according to this article it is not available for x86_64. Why is that?:/
    There was a Romanian repository to get VBox for x86_64 but most of the time it's dead. And doing a Windows like installation doesn't seem tempting either.
    Unetbootin is a total mystery to me...
    Can anyone help?
    Extra info:
    Arch Linux x86_64 (up to date)
    Default repositories, uncommented enough mirrors
    Thanks in advance!
    Last edited by Keessince1988 (2010-02-11 19:49:22)

    Here is a pkgbuild for native wine 64 bits http://aur.archlinux.org/packages.php?ID=24855 But you can run only 64 bits windows apps. Sometimes doesn't compile.
    If you want wine 32bits on your 64 bits system then here:  http://aur.archlinux.org/packages.php?ID=7915 but you need a lot of 32bits libs.
    For virtualbox you can install closed source edition with usb support. Works fine on 64 bits system http://aur.archlinux.org/packages.php?ID=9753
    Last edited by agapito (2010-02-12 14:52:26)

  • Some artists missing from the "following" list

    I noticed that there are some artists that I follow who do not appear in the "following" list of my profile.
    This is a problem when I forget the name of some of my followed artists and I don't find them no longer on the list, loosing this way the possibility to listen to him forever!
    Someone else has the same problem? How can I solve it? there is no other way to access the full list of all my artists?
    many thanks in advance

    recently started using Spotify, so far so good, but following artists and saving albums is important to me, since that's the point of using Spotify for me and if that part is not working properly, why keep track of things that can't be tracked and personalized. I follow a lot of artists and also have saved (not downloaded) albums of these and also non-followed artists.Some of these artists and albums don't show up again in my "Your Music" section under Artists and Albums, they appear in "Recently Played" if I have listened to these. My specific example is for Artist: Biréli Lagréne(not trying to promote the artis here, but that's how I noticed)I click follow, then save some of the albums (all actually) and the next time I m using Spotify the artist is not followed and the albums are not saved, (I have downloaded one Album to test if that cements the artist and album into my list?, just to see what happens)

  • The Create List Item workflow action does not work in document library with document template

    My end goal is more complex but below is a basic example of the issue I’m having that just simply does not work.
    I'm trying to use a site workflow to create an item in a document library that has a document template applied to it but the file that gets created by the workflow is corrupt and cannot be opened.
    I created a document library and edited the document template by adding some text to the header and changing it to a Word docx file instead of a Word dotx file. I tested the document template by clicking the files tab in the ribbon and then clicking new
    document which opens the document template in Word and allows me to edit and save the document back to SharePoint. Then I created a SharePoint 2013 site workflow in SharePoint Designer that contains a single Create List Item action, and that action creates
    an item in the document library with the name field statically defined. I published the workflow and then manually start it on the site. The workflow completes successfully and when I navigate to the document library the document has been created by the workflow.
    When I click on the document to open it in the Word Web App it throws the error pictured below and if I open it in the Word client application it just opens a blank document and not the correct document template.
    I also tried using a SharePoint 2010 workflow with pretty much the same results. Opening the document in Word Web App gives the same error as above and opening the document in the Word client application gives the error pictured below.
    Come on Microsoft creating a Word Document in a SharePoint Document Library from a SharePoint Workflow should just work! Is this a bug or does anyone have any ideas on what is causing the this issue?

    I had the same problem with corrupted document - this worked for me:
    1. Create a 2010 Workflow which creates the list element in a document library
    (you may start this workflow from your 2013 workflow if applicable)
    2. In the Create New List Item properties - make sure to set ContentTypeId to your content type
    ("Id for indholdstype" is Danish for "Contenttype ID")
    3. Your Content Type template should be a ".docx" file - NOT a ".dotx" file...!
    (I have always created my templates for content types as .dotx files - seems Microsoft wants us to use ordinary .docx files as template files for content types)
    Hope this helps you!

Maybe you are looking for

  • How can I view form details in a popup window?

    Recently, something called Babylon assist took control of Firefox and I was forced to reset Firefox to get rid of this. As a consequence, I lost the ability to right click on a page and select from a list that allowed me to view form details in a pop

  • URGENT: how to get the database error message into application?

    Hi, pls give some idea: For example, the database is MS Access. When insertion failed, the getMessage() method of SQLException will print "General error", while the log file created by ODBC will be "[MICROSOFT][ODBC DRIVER]column ID no found in stude

  • Dv7-1130us - Quick Launch buttons not working - though they light up correctly

    I'm trying to enable wifi, though the quick launch buttons are no longer working. They used to work, though I've had my laptop repaired at the service center (to replace the keyboard), and I also immediately upgraded to windows 7 once my laptop was r

  • REF CUR within FUNC

    I'm trying to check if rows exist on table_a - I'm using ref curs b/c need for dynamic FROM clause - getting message : PLS-00455: cursor 'L_REF_CUR' cannot be used in dynamic SQL OPEN statement vers 8.1.7.2.0 Thanks for help. CREATE OR REPLACE FUNCTI

  • MOVED: Adding mSATA/mSSd to a MSI GT70 2OD-407US

    This topic has been moved to MSI Notebooks & Netbooks. https://forum-en.msi.com/index.php?topic=175845.0