ChaRM: Customizing of SAP smart formular CRM_REMINDER_MAIL_01

Hi!
I would like to customize the smart formular CRM_REMINDER_MAIL_01 in order to notify change request manager that the urgent correction status has been changed from "Created" to "In Development".
The formular has originally the following view and will be generated as PDF:
Title: Reminder Mail
Text:
One of your activities is overdue.
Number: &orderadm_h-object_id&
Description: &orderadm_h-description&
Please do not respond to this mail, as it was automatically generated.
Best Wishes - System Administration
How can I customize the formular as follows?
Title: Urgent correction &orderadm_h-object_id&
Text:
The urgent correction numer &orderadm_h-object_id&
has changed their status from &???status_A& to
status &???status_B&.
Other question:
What are the settings in tcode SCON to send the mails with formular name CRM_REMINDER_MAIL_01 as txt not as PDF?
Thank you very much!
regards

Hello,
please look here:
Subject of the Email (CHARM/ServiceDesk)
It should helps.
Kind regards
Marc

Similar Messages

  • Use of SAP Smart Forms - Text Modules

    Hi!
    One or two questions regarding the SAP Smart Forms text modules.
    First: In which table the text name is saved? Is there something like the STXH table for SapScript Objects?
    Second: Is it possible to use SmartForm text modules in the text determination for SD (Invoice e.g.)?
    I´m looking forward for many answers
    Greetings
    Mark

    Hi,
      From STXL table u can get the text object, id n name pertaining to a text .These things put in FM 'READ_TEXT'. u get the long text...
    Instead in smartforms, u can directly include texts using Create-Text, Type Include text...enter the id, name ,lang and object....
    Also, for text names, objects and ID..u go to the place where long text has been entered, enter the sapscript editor from there, goto Header...u ll get all the detaails..
    hope it helps,
    Regards,
    Bikash

  • SAP Interactive Forms and SAP Smart Forms for Human Capital Management

    Hi gurus,
    pls help me understand what are SAP Interactive Forms by Adobe and SAP Smart Forms for Human Capital Management (HCM)?
    regds
    jack

    read here
    http://wiki.sdn.sap.com/wiki/display/ABAP/SAPInteractiveFormsbyAdobe#SAPInteractiveFormsbyAdobe-WhatarethedifferencesbetweenSmartFormsandAdobeForms%3F
    What are the differences between Smart Forms and Adobe Forms?
    For both of them, SAP dynamically creates a function module that must be called from an ABAP program to generate the form
    In Smart Forms, it is possible to add ABAP code during generation of the form, that is not possible with Adobe Forms
    It is possible to add javascript or FormCalc code in Adobe Forms, which is executed during the generation of the form
    Other differences are indicated in Note 1009567 Functional differences SAP Interactive Forms/Smart Forms
    Smart forms Vs PDF print forms - pros and cons, by Francois Gendebien, 2007/04/30
    Use smartforms compatible interfaces with PDF forms, by Francois Gendebien, 2007/03/16

  • "Customer Exit", "SAP Exit"

    Hi,
    In BEx, while creating a new variable, I see the options such as "Customer Exit", "SAP Exit" etc. What is the purpose of these options and what functionality do they provide?
    Reg,
    Sbastian

    Customer exit are used to automaticcaly fill variable value.You can check the code as follows:
    GO to SE37
    Enter EXIT_SAPLRRS0_001
    Double Click ZXRSRU01 .
    Check where your varible's code is embedded. If you don't know where it is, try doucle clicking on the INCLUDEs and your code should start with WHEN <your variable name>.
    Hope it helps.
    Regards

  • Add own Customizing in SAP Reference IMG

    Hi all,
    i want to add some of my own customizing into the SAP Reference IMG Tree.
    I created with transaction SIMGH a new structure for my things.
    But how will i get this structure into the SAP Reference IMG  Tree?
    I want to have it under the node "Logistic Execution->Shipping->Picking"
    I want to do this in my developing system, and transport it to customers.
    When i use transaction S_IMG_EXTENSION , it warns me that i will do a modification, is this the right way ?? can i transport this modification to customer systems?
    Regards
    Steffen

    Hello Steffen,
    Ofcource you can add your own customizing in SAP Standard IMG.
    If you want to do any changes in SAP delivered IMGs, then you should do it using enhancement ID. The transaction for this is S_IMG_EXTENSION..
    If you do any changes in standard SAP customizing and if you later apply any SP or upgrade, then there are changes that your changes will be over-written by the standard SAP IMG again. But if you do it through enhancement ID then these changes will remain even after system upgrade. Enhancement ID (also known as Extension ID) can be used to encapsulate your changes to the standard objects.
    If it helps then please reward points.
    Best regards
    Mayank

  • ChaRM taking standard SAP transport layer for a project

    Hi
    After creating transport request via ChaRM, we notice that the request is assigned to the transport group where standard SAP transport layer is assigned, and not to the respective project transport group.
    I activated ChaRM for a project, by assigning logical component DEV-100 -
    QAS-200 -
    PRD-300
    When creating transport request via CR, the request is created in D10-100 and assigned to /GLOBAL/ transport group instead of /PROJ01/ group. After debugging I notice that ChaRM is sending SAP transport layer and since SAP layer is assigned to /GLOBAL/, all requests are assigned to /GLOBAL/ group.
    Is there any report or missing step which I should execute?
    Thanks & Regards
    Madhu Bommala

    Hello Madhu,
    To define what should be the transport layer used by Charm you should execute the report /tmwflow/set_track_generation ,
    if you want to use your transport layer instead SAP layer, you should set the option NO_SAP in this report.
    I hope that this information can help you.
    Best Regards,
    Diego Fischer

  • Hands on SAP Smart Forms

    Hi Frendz,
    Can you pls give me any exercise on Smart forms ? i am learning sap smart forms.
    Points for sure
    Vijaya

    Check This...
    www.sap-press.com/downloads/h955_preview.pdf
    help.sap.com/bp_presmartformsv1500/html/EXAMP.HTM
    SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output).
    According to SAP, you need neither have any programming knowledge nor use a Script language to adapt standard forms. However, basic ABAP programming skills are required only in special cases (for example, to call a function module you created or for complex and extensive conditions).
    1. Create a new smartforms
    Transaction code SMARTFORMS
    Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name    Type assignment   Reference type
    ITAB1               TYPE                  Table Structure
    Global definitions
    Variable name    Type assignment   Reference type
    ITAB2               TYPE                  Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g.  HD_GEN for printing header details,
            IT_GEN  for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by :  SAP Hints and Tips on Configuration and ABAP/4 Programming
                        http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
            INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
       MOVE-CORRESPONDING MKPF TO INT_MKPF.
       APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
      exporting
        formname                 = 'ZSMARTFORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
      IMPORTING
        FM_NAME                  = FM_NAME
      EXCEPTIONS
        NO_FORM                  = 1
        NO_FUNCTION_MODULE       = 2
        OTHERS                   = 3.
    if sy-subrc <> 0.
       WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
      TABLES
        GS_MKPF                    = INT_MKPF
      EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5.
    if sy-subrc <> 0.
       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Additional Fonts for your SMARTFORMS
    You can create additional fonts and style with transaction SMARTSTYLES
    This can then be define in the paragraph and character formats, which you can then be assign to texts and fields in the Smart Form.
    The character formats includes effects such as superscript, subscript, barcode and font attributes.

  • After deploying a customized com.sap.layouts.framework.par

    Hi all,
    after we deployed a customized com.sap.layouts.framework.par to our portal we got blank portal pages after login. Now we want to upload the SAP standard layout par file. How we can reload it? Or is it possible to deploy a patched SCA file via SDM? If this works how we can identify which software components needs to be redeployed.
    Thanks in advance for your support.
    Best regards.
    Mike

    Hi Mike,
    It is not recommended to modify directly in SAP namespace. You must always copy the standard PAR file and rename to com.<clientname>.layouts.framework.par -> customize -> upload on Portal so that standard is not affected.
    Now to recover from your current problem - do you have another Portal instance eg - QUALITY or PROD portal?,
    if so you can navigate in that system to System Admin - Support - Portal Runtime - Browse Deployment -  Download the com.sap.portal.layouts.framework.par.bak
    In the problematic system - go to System Admin - Support - Administrator Console - Archive uploader - Upload the downloaded working PAR. (You have to remove the .BAK extension before uploading)
    Hope this helps.

  • How to create CUSTOMER IN SAP

    HI,
    I AM USING NETWEAVER .I HAVE WRITEN SOME BAPIS LIKE SALES ORDER CREATE,QUOTATION,MATERIAL ....... USING  ENTERPRISE  CONNECTOR
    I AM FACING SOME PROBLEMS WHILE CREATING CUSTOMER IN SAP
    PLEASE SEND ME CODE FOR CREATE CUSTOMER
    REGARDS
    GURU

    Hi Guru,
    <<f2 862 Double Creation of Company and User Address not permitted
    >>
    me too tested that BAPI by filling sample values ..
    i got the same exception when i try to fill the details in PI_PERSONALDATA and PI_COMPANYDATA..
    i could solve this by ...
        Actually , ur above mentioned error is because , u have filled the Personal Details in
    PI_COMPANYDATA also .. i think we only have to fill these details in one of the import params  (PI_PERSONALDATA or PI_COMPANYDATA). 
    Try with these values
    Import Parameters
    1) PI_PERSONALDATA
    TITLE_P                    <u can find out this from tsad3t table itself>               
    FIRSTNAME                             
    LASTNAME                      
    DATE_BIRTH                    
    CITY                                  
    DISTRICT                            
    POSTL_COD1                                                 STREET    
    REGION                                                     COUNTRY                        IN            
    COUNTRYISO  IN                                                 
    TEL1_NUMBR                                                               
    LANGU_P                        EN           
    LANGUP_ISO                     EN 
    CURRENCY                       INR
    CURRENCY_ISO                   INR
    2) PI_COPYREFERENCE
    Here u have to fill these fields with proper values..
    Sales Organization
    Distribution Channel
    Division
    Reference customer
      these values u can find out from the kunnr table itsef..
    Regards
    Kishor Gopinathan

  • Give me details about  customer exit, sap exit using characterstics variabl

    give me details about  customer exit, sap exit using characterstics variable

    Hi,
    Customer Exit:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/content.htm
    SAP Exit:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/frameset.htm
    Characteristic Variables:
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/8db07d555411d189660000e829fbbd/frameset.htm
    SAP and Customer Exit:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Some Imp Docs:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/650ee690-0201-0010-4bb7-83c3e2a74039
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/009819ab-c96e-2910-bbb2-c85f7bdec04a
    Assign points if these are helpful.
    Rgs,
    I.R.K

  • Copy an existing SAP-Script Formular

    Hello Experts !
    How can I copy an existing SAP-Script Formular ?
    Reagrds
    Ilhan

    hi,
    Use ABAP program: <b>RSTXSCRP</b>
    It will download and upload your sapscripts as a text file in your local harddisk.
    <b>follow this navigation.</b>
    1)goto SE71.
    2)provide name for SCRIPT( begin with Z)
    3)select CREATE option.
    4)press ENTER.
    5)select FORM option(u find this option on top of the screen).
    6)from that choose MIGRATE option.
    7)then it will displays dialog screen with required field like FORM( provide standard form name) and LANGUAGE( here provide in which language form exisisting).
    8)press ENTER.
    9)select SAVE and ACTIVATE.
    or
    1) goto SE71
    2) menu..UTILITIES -> COPY FROM CLIENT
    regards,
    Ashok Reddy
    Message was edited by:
            Ashok Reddy

  • Switch transport/systemtype from CUSTOMER to SAP to access namespace

    Hi Expert,
    How to do that Any Help
    The variable 0DAT must be created in the system.
    1) Switch transport/systemtype from CUSTOMER to SAP to access namespace
    starting with 0.
    Rgds,
    Rahul

    Hi Bhanu,
    I'm getting the error message below when trying to create the Bex variable 0DAT in RRMX:
    "Select another name (resevered name range)".
    Do you know what it is?
    Thanks,
    Faian

  • How to print BAR CODE in SAP SMART FORMS

    Hi,
    I want to print inspection lot's BAR CODE in the smart form, but i dont know the way how to print this into the smartform.
    if anyone have any idea, please suggest me how to print this as it is urgent for me to complete the object.
    Thanks in advance.
    Best Regards,
    Abnish Jain

    Hello Abnish,
    Welcome to SDN.
    We are able to print barcodes from smartforms. Doing this way, we print barcodes on laser printers.
    We are also printing from sap to zebra printers using two ways:
    1. Download the data to an excel sheet, then creating a macro that opens the printer port and sending the commands to the printer through this "file". All this is done via vb script provided with excel)..
    2. The second way is creating a vbscript (an ascii file from sap) with the printer commands and then runing it using ws_execute.
    You need a barcode reader to read the barcodes, and this scanner acts like a keyboard, it sends the data scanned to the active field on screen. (which might be a notepad, word, excel or an input field or ... ).
    From 4.6c on, you can use smartforms to print barcodes without buying any barcode.dll software nor hardware extention like Bardimm on any laser/inkjet printer (Please Note that I haven't mentioned Zebra printers here!). To do this, you have to create a smartstyle -> character format with the desired barcode font (defined within sap). Then in the smartform, create a window, put the field and associate it the character format. That's all (I mean, that's all we do at least :-). I think, you have to consider the barcode specifications before sending the barcode value to the smartform (Just an example, if you're using 3 of 9, the code should start and end with an asterisk - '*' -) We're printing an interleaved 2 out of 5 barcode in our invoices due to a legal requirement, and we did it this way.
    3. If you have a barcode scanner, then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field. You can read it directly to the field you want. (unless... you have complex data coded in the barcode - for example if you're using an ean-ucc 128 compliant code and you're sending several fields in a single code ... In this case, an interface is almost mandatory because you must interpret the data fields according to the ucc standard, split the code into several fields .... and .... pure programming logic ).
    To put it clear: if you have to read, for example, a barcode that holds the legal number of an invoice using a barcode scanner and this number should be sent to migo-> bktxt then you don't need an interface. The scanner itself acts like a fast operator entering the characters using a keyboard and filling in the field.
    We're reading barcodes in several places (when we finish each pallet, when we receive an invoice, and so on. Each case is a different screen. We arent using an ascii file to read these barcodes. Furthermore, we read the invoice legal number into migo bktxt field (Head Text).
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Regards
    Naren

  • ChaRM customizing - status hangs

    Hi,
    in customizing Service Desk/ChaRM we are using Incident Tickets (type ZLPI) which are linked with Change Requests (type ZDCI). The status profile used for the Incident Tickets is the following: 
    10     OPEN     Open     10     25     1     1     ZLPI_10
    20     DESC     Problem Described     20     30     1     1     ZLPI_20     INPR
    25     REJE     Rejected     25     25     1     1     ZLPI_25     FINI
    30     PACC     Problem Accepted     20     40     1     1     ZLPI_30     INPR
    40     PESS     In Process by ECS     20     50     1     1     ZLPI_40     INPR
    50     SPRO     Solution Proposed     50     71     1     1     ZLPI_50     INPR
    60     ONHO     On Hold     50     71     1     1     ZLPI_60     INPR
    66     SAPP     Solution Approved     66     80     1     1     ZLPI_65     INPR
    71     SREJ     Solution Rejected     25     71     1     1     ZLPI_70     INPR
    80     SIMP     Solution Implemented     80     90     1     1     ZLPI_80     INPR
    90     CLOS     Closed   90     90     1     1     ZLPI_90     FINI
    99     STS     Sent to SAP     99     99     1     1     ZLPI_99     INPR
    A Change Request can be withdrawn which causes the status of the linked Incident to be set to "Problem Accepted" (via the SET_PREDOC action which works fine). The only problem we encounter now is, once the status is set to "Problem Accepted", no further statuses can be set.
    Additional information:
    - the system status remains "In Process" when the Incident is set to "Problem Accepted"
    - the status still can be changed with the CRM_SOCM_SERVICE_REPORT (sequence of status profile is maintained)
    - Linked Change Requests can only be created when the incident is in status "Solution Approved" meaning every incident with a withdrawn change request already reached status Solution Approved (stat.nbr 66) before
    Has anyone encountered a similar problem with status profiles which 'hang' at a certain status ?
    Thanks in advance,
    Tom

    Correct,
    the following statuses - which should be shown - are not shown:
    - Problem Described     
    - Rejected     
    - In Process by ECS
    Regards,
    Tom

  • How can I send many invoice documents to one customer in SAP B1?

    Hi
    Now I can send e-mail through sap b1 to customer by using outlook_integration add-on.
    But I want send many invoices to a customer in one email.
    Can I do it in sap b1?
    Thank u
    Theerawat

    Hi Julie, will this work for electronic invoices also used in Mexico?
    Regards

Maybe you are looking for