CRM Service Quotation-display the configured smartform output-in SAP GUI ;

Hi All,
I have displayed the SAP CRM Service Quotation using SAP Transaction crmd_order (in SAP GUI not from web UI);
Appreciate if you let me know how I can display the configured smartform output - in SAP GUI ;
I am about to do some changes to the smartform but I dont know how to test;
Thank you very much
Iver - Sorry I am new to SAP CRM

Hi Iver
I think following should work
Go to  transaction Data->Actions tab in CRMD_ORDER transaction.
If action is already defined then you can select the action adn see the preview
Regards
Naresh

Similar Messages

  • Report painter report in portal - Excel output in SAP GUI for HTML

    Dear sirs,
    I need your expertize. I would like to let my users display (Excel in place)/ save the result of my report painter reports into MS Excel. I have found notes 499262 a 314568, but didn´t understand the message (or there is no message:)). Does that mean I cannot use Excel in place together with Report painter and SAP GUI for HTML?
    Second question: is there a place (user exit in generated code? I don´t even know what I am looking for) to get the data provided by the report painter engine and send the retrieved data to some custom function (to be able to call the Adobe form, to save it as a text file or any option how to manipulate the resulting data...?).
    thank you for your time and effort,
    regards Otto

    Hi Otto,
    You can send print the report to the spool and then use RSTXPDFT4 program to convert this spool to PDF file. Alternatively, you can export the spool to spreadsheet or ASCII file via SP01 transaction.
    Additinally, I'm not aware of unability to use Excel output with SAP GUI interface.
    Regards,
    Eli

  • An issue using the COM components supplied with SAP GUI 6.2 or 6.4

    We are having an issue using the COM components supplied with SAP GUI 6.2 or 6.4.  We used to have SAP 4.6c and now we have 5.0.  When we were on 4.6c, we used these COM components to logon and execute RFC calls and we had much success.  Now that we are on 5.0, we can’t seem to instance any SAP functions that have something to do with SAP Workflow.  We have experienced this problem when using VB6 or .NET, but our existing code that always worked is in VB 6.0.
    SAP Components used:
    o     SAP Logon Control
    o     SAP Function Control
    o     Librfc32.dll
    o     Other supporting C DLLs and/or COM object supplied with the SAP GUI installation.
    For example, if we want to call the RFC ARCHIV_CONNECTION_INSERT, this code fails in VB6 when the “Set objworkflow = objFuncCtrl.Add(strFunction)” line of code executes.  Instead of returning an instance of the object ARCHIV_CONNECTION_INSERT function, no object is created.  In 6.2, SAP raises no errors, but the object we are trying to create is still “Nothing”.  If we use 6.4, SAP raises an error “SAP data type not supported” via a message box and then the object is still = Nothing.  Interestingly enough, the 6.2 GUI COM controls don’t display the error dialog.  The message box that is shown comes from the SAP Function COM Object "SAP.Functions" (wdtfuncs.ocx).
    Now, what is interesting is if we use the same code to call a standard function or custom function that doesn’t have anything to do with SAP Workflow, then the code works fine.  Again, all of our code used to work just fine on an SAP 4.6 system.
    Here is the code that fails:
        'SAP Logon control - object for creating connections to an SAP system
        Dim objSAPLogonCtrl As Object
        'SAP connection object
        Dim objConnection As Object
        'Object that will represent the SAP function called
        Dim objSAP As Object
        'SAP function control object - object factory for creating other SAP function objects
        Dim objFuncCtrl As Object
        'Create instance of an SAP logon conrol
        Set objSAPLogonCtrl = CreateObject("SAP.Logoncontrol.1")
        'Create a connection object
        Set objConnection = objSAPLogonCtrl.NewConnection
        'Define connecion parameters
        objConnection.ApplicationServer = "sapvm"
        objConnection.SystemNumber = "00"
        objConnection.Client = "800"
        objConnection.User = "iissap"
        objConnection.Password = "tstadm"
        objConnection.Language = "E"
        objConnection.TraceLevel = 10
        'call the logon method of the connection object
        If objConnection.Logon(0, True) = False Then
            MsgBox Error
            Exit Sub
        End If
        'Create an instance of the SAP Function control object
        Set objFuncCtrl = CreateObject("SAP.Functions")
        'Set the function control connection object
        Set objFuncCtrl.Connection = objConnection
        'Function name to be generated and called
        Dim strFunction As String
        strFunction = <b>"ARCHIV_PROCESS_RFCINPUT"</b>
        'Create an instance of the function defined in strFunction
        Set objworkflow = objFuncCtrl.Add(strFunction)
        If objworkflow Is Nothing Then
            MsgBox "Could not create object " & strFunction
        Else
            MsgBox strFunction & " object created."
        End If
    If anyone has seen anything like this or has any ideas, please help!
    Mike and Hameed
    <b></b>

    Hi,
    documentation on the Scripting API is available at ftp://ftp.sap.com/pub/sapgui/win/640/scripting/docs/
    This API is a replacement of the existing, obsolete COM interfaces.
    Best regards,
    Christian

  • How can I get HyperTrend to display the numeric value output of a CHOOSE statement?

    I have non-linear values I need to display on a HyperTrend graph.  I'm currently converting the input raw signal to a Units (Engineering) value and then looking up the actual value (from a calibration chart) using a CHOOSE statement in order to display the actual value on a panel, but I need to display the values output by the CHOOSE statement on a HyperTrend graph, along with other similar values.
    How can I do this?

    I have non-linear values I need to display on a HyperTrend graph.  I'm currently converting the input raw signal to a Units (Engineering) value and then looking up the actual value (from a calibration chart) using a CHOOSE statement in order to display the actual value on a panel, but I need to display the values output by the CHOOSE statement on a HyperTrend graph, along with other similar values.
    How can I do this?

  • Can I create a Dashboard in CRM OD that Displays The Periodic Revenues?

    Hi,
    I would just like to ask how to create a Dashboard Report that displays Sales Revenues on a Monthly Basis?
    Currently, our company is displaying revenues on a per quarter or per fiscal year basis. However, the sales people wants to fine tune the display into monthly basis.
    What triggers should I activate in order to display the revenues as per the desired report?
    Appreciate your inputs. Thanks.
    - Tony

    There are several ways to do this. The third chapter in the
    cookbook is a good place to start.
    All things in ActionScript are based on objects. Constructing
    them with the data needed for the ui information you will need and
    then binding that data to your dashboard objects is basically what
    you are going to be doing.
    For me it makes the most sence to have an idea of what
    different types of objects you will be creating and create some
    extended components for those objects. Then when you recieve your
    data, binary or xml, you can digest the configuration settings from
    the layout and populate the constructor for each of your
    components.
    It sounds like you need to organize your layout structure in
    a heirarchy and from that you can walk each branch and create each
    set of things as you parse your data.
    Without a bit more information as to what you are
    specifically doing that is about as far as I can go minus adding in
    some code along some line that I think might work.
    Hope that helps some.
    -D

  • How to Display the configurable product in E-Commerce application

    Hi Gurus
    Need the Help
    How to dispay the configurable products in E-commerce application.How can u differenciate the Normal products and Variant configured products,If any one having any idea please respond fast.
    Currently we are using 2007 version of CRM.
    Regards
    Satish

    Hi
    We need to create a configurable material in R/3 the same has to replicated to CRM using middleware.
    In short we require to do the following.
    The SAP tasks for setting up a new KMAT are outlined:
    Routings
    Smart Table
    MVC changes
    MVX changes
    ISA
    Create KMAT
    Create Class
    Create Characteristics
    Create Configuration Profile & add procedures
    Create Super BOM
    Create Pricing rules
    Regards,
    Sumit

  • Displaying the message in output of BDC program.

    Hi,
    I have developed the BDC program for running the MMPV and MMRV transaction code in that in output want to display the message that for which company code posting is done or some error is occurring. Below shown message is populate in when standard transaction code MP is execute.
    AL O G
    Mode: Check and close period
    Client: 140
    Period entered (month/year): 11 2007
    Incorrect period in control recd. of CoCd 1306; no conversion The current period (month/year) of the control record is 11 2007
    Period closing complete; log issued.
    E N D
    I want like this message to be display in output of the program, currently I am using the function module FORMAT_MESSAGE. It is displaying the message which is appearing on status bar only. I am not able to capture the message which is shown above.
    In this problem can any body can guide me

    I am using the Call transaction method.I use the internal table of 'bdcmsgcoll' in the program but  I am not able to get the message in internal table  other than the message which is appearing on the on the status bar, the message  which I  shown in mail it's an log message which is coming after running the standard MMPV transaction code.
    below shown is the code which I written.
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
          messages of call transaction
    DATA:   MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
             chetan
           W_MESSTAB LIKE BDCMSGCOLL .
          error session opened (' ' or 'X')
    DATA:   E_GROUP_OPENED.
          message texts
    DATA:   session LIKE apqi-groupid VALUE 'X',  " VALUE 'GAN'.
            GROUP TYPE APQI-GROUPID,
            USER TYPE APQI-USERID value 'SY-UNAME',
            KEEP TYPE APQI-QERASE,
            HOLDDATE TYPE APQI-STARTDATE,
            SMALLLOG(1) TYPE C VALUE ' ',
            CTUMODE LIKE CTU_PARAMS-DISMODE VALUE 'N',
            CUPDATE LIKE CTU_PARAMS-UPDMODE VALUE 'L', "'L'
            E_GROUP(12) TYPE C,
            E_USER TYPE SY-UNAME,
            E_KEEP(12) TYPE C,
            E_HDATE TYPE SY-DATUM.
    FORM BDC_TRANSACTION USING TCODE.
      DATA: L_MSTRING(480).
      DATA: L_SUBRC LIKE SY-SUBRC.
      DATA: L_Message(255) TYPE C .
      REFRESH MESSTAB.
      CALL TRANSACTION TCODE USING BDCDATA
                       MODE   CTUMODE
                       UPDATE CUPDATE
                       MESSAGES INTO MESSTAB.
      L_SUBRC = SY-SUBRC.
      IF SMALLLOG <> 'X'.
        LOOP AT MESSTAB.
          CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              ID        = MESSTAB-MSGID
              LANG      = sy-langu
              NO        = MESSTAB-MSGNR
              V1        = MESSTAB-MSGV1
              V2        = MESSTAB-MSGV2
              V3        = MESSTAB-MSGV3
              V4        = MESSTAB-MSGV4
            IMPORTING
              MSG       = L_MESSAGE
            EXCEPTIONS
              NOT_FOUND = 1
              OTHERS    = 2.
          IF SY-SUBRC <> 0.
            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.  "'-D'
          ENDIF.
          wa_tab-v_message = l_message.
        ENDLOOP.
      ENDIF.
      REFRESH BDCDATA.
    ENDFORM.                    "BDC_TRANSACTION
    FORM   mmpv_tcode .
      SELECT bukrs lfgja lfmon
      INTO table t_tab
      FROM marv
      WHERE bukrs IN s_bukrs AND
            lfgja IN s_lfgja AND
            lfmon IN s_lfmon.
      IF SY-SUBRC <> 0.
        MESSAGE 'NO TABLE  ENTRY FOUND FOR MMPV' TYPE 'I'.
        Leave list-processing.
        v_check = '1'.
      ENDIF.
    MMPV Program execution of all the company codes using loop.
      LOOP AT t_tab INTO wa_tab.
        perform bdc_dynpro      using 'RMMMPERI' '1000'.
        perform bdc_field       using 'BDC_CURSOR'
                                      'I_LFGJA'.
        perform bdc_field       using 'BDC_OKCODE'
                                      '=ONLI'.
        perform bdc_field       using 'I_VBUKR'
                                      wa_tab-bukrs.
        perform bdc_field       using 'I_LFMON'
                                      wa_tab-lfmon.
        perform bdc_field       using 'I_LFGJA'
                                      wa_tab-lfgja.
        IF R_XCOMP = 'X'.
          perform bdc_field       using 'I_XCOMP'
                                        'X'.
        ENDIF.
        IF R_XINCO ='X'.
          perform bdc_field       using 'I_XINCO'
                                      'X'.
        ENDIF.
        IF R_XMOVE = 'X'.
          perform bdc_field       using 'I_XMOVE'
                                        'X'.
        ENDIF.
        IF R_XNEGQ = 'X'.
          perform bdc_field       using 'I_XNEGQ'
                                      'X'.
        ENDIF.
        IF R_XNEGV = 'X'.
          perform bdc_field       using 'I_XNEGV'
                                      'X'.
        ENDIF.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE'
                                      '=BABA'.
        perform bdc_dynpro      using 'RMMMPERI' '1000'.
        perform bdc_field       using 'BDC_OKCODE'
                                      '/EE'.
        perform bdc_field       using 'BDC_CURSOR'
                                      'I_VBUKR'.
        perform bdc_transaction using 'MMPV'.
        wa_tab2-v_code = wa_tab-bukrs.
        wa_tab2-v_fyear = wa_tab-lfgja.
        wa_tab2-v_period = wa_tab-lfmon + 1.
        wa_tab2-v_message1 = wa_tab-v_message.
        APPEND wa_tab2 to t_tab2.
        clear wa_tab2.
      ENDLOOP.
    ENDFORM.                    " mmpv_tcode
    I want that log message is to be displayed in the output.
    Currently I am getting the output like this.
    Report for posting MM period
             Company Code        Financial year                Period open for posting       Message
    I want the message should e display under 'message' coloum.
             1306                2007                          12

  • The user session for a SAP GUI for HTML could not be created/generated.

    Hi,
    May I know what could be the issue for the above issue?
    We are trying to request for a ITS in a c#.net program with the following codes.
    HttpWebRequest request = (HttpWebRequest)WebRequest.Create(strURL);
    request.Method = "Get";
    request.ContentType = "application/x-www-form-urlencoded";
    HttpWebResponse response = (HttpWebResponse)request.GetResponse();  <<<<<< This line is throwing error >>>>>>  
    Stream responseStream = response.GetResponseStream();
    However, in our legacy system of classic ASP script, we are not encountering any issues and manage to get the response from the ITS. Accessing the url on IE is also working fine.
    set xmlHTTP = CreateObject("Microsoft.XMLHTTP")
    xmlHttp.open "GET", URL , false
    xmlHttp.send()
    str = xmlHttp.responseText
    Any help is much appreciated.
    Thanks.
    Bertina

    From the little information available here I can suggest following:
    1.     Check the Account validity and authorizations of the User used for authentication from DOT NET. If possible, assign SAP_ALL in Development and repeat tests. Later we can narrow down the access easily.
    2.     There is a known Kernel issue with ICF logon message handling, described in SAP Note 1241566 - Set of corrections: Logging on 1/2008. Check if the recommended Kernel patch level is already applied.
    If none of the above helps, please send me the following:
    1.     Trace file for the work process 0 in transaction ST11 on the application server spsisd_ISD_00
    2.     Generate trace files with the highest trace level (3) as per SAP Note: 507994 - Generating plug-in trace files for troubleshooting and send it over.
    We can look at various Kernel and Service level calls from trace files which should help us identify the root cause.

  • Problem In SMARTFORM printging From SAP GUI

    Hi Exeperts
    I have developed smartform by coping standard Invoice Print to dot matrix printer with custom page format.
    while printing invoice multiple pages are not printing.
    last page table footer is merging with first page table data. It is printing only one page.
    In preview it is showing all pages.
    Regards
    Jagadish

    Hi,
    You can make use of Additional Events in Conditions tab provided for window (main/secondary).
    In ur case., footer window which shud come only after main window  - at the end of table  ,shud have
    third option ticked in Addtional event so that it prints  footer window only after main window  .
    Hope this helps.
    Regds,
    AS

  • Unable to view Spare Part Components in SAP CRM Service Order

    Hello All,
    We are implementing CRM 7.0 Ehp 2.0
    As per the following video it is now possible to integrate the spare part components in the CRM Service Order, using the BOM replication and Product Proposal functionality in SAP CRM
    SAP CRM 7.0 - Integration of ERP BOM Information in the CRM Product Proposal
    However in our case we are not able to achieve the desired results.
    Following configurations are done
    1) The BOM is replicated from ECC to CRM the same can be viewed in commpr01
        Material 4561 is the main product and 4562 is the component
    2) The item category for the main product is YRVS where the customization for structure scope is done
    3) For the Product Proposal customization's, I have created a new method schema
    4) The transaction type and the sales org are assigned to the method schema
    5) However now when I am creating the service order, I enter the sold to party, the product id
    6) Next  I go to the line item to click on product proposal.
    7) The system issues the below message
    Please advice if I am missing on any configurations.
    Kind Regards
    Atul

    Hi Raghavendra,
    Thanks for your reply, appreciate the same, I have now added the relationship objects as per your post above in comm_hierarchy for the particular category
    Now  in the product master , I am now able to view the tabs(screen shot attached)
    Next I create my BOM in ECC with BOM Usage 5 and save the same
    Next I run the initial download for the adaptor object  BOM in SAP CRM
    When I check in commpr01 for the material 4561 the component and the main material have not come.
    Can you please advice further.
    Kind Regards
    Atul

  • PDF Conversion of Smartform Output

    Hi All,
    Requirement : Be able to provide customers with reprinting old invoices.
    As Is : We have a standard way of doing it by reissuing a print of the Invoice by going into transaction VF02. But in doing so we have a chance that if some master data changes for that customer or the material those changes will get reflected in the new smartform output.
    To Be : We want to be able to exactly reproduce the invoice which was sent out at the time of invoice creation, what I mean to say is on initial issue of the print output, is there any way we can store that output(may be as raw data) and retrieve it and issue a print at a later stage.
    Any help in this regard would be greatly appreciated.
    Karthik

    hi
    check this link...it will help you
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=sendalvtomailas+pdf&cat=sdn_all
    or
    REPORT zsuresh_test.
    Variable declarations
    DATA:
    w_form_name TYPE tdsfname VALUE 'ZSURESH_TEST',
    w_fmodule TYPE rs38l_fnam,
    w_cparam TYPE ssfctrlop,
    w_outoptions TYPE ssfcompop,
    W_bin_filesize TYPE i, " Binary File Size
    w_FILE_NAME type string,
    w_File_path type string,
    w_FULL_PATH type string.
    Internal tables declaration
    Internal table to hold the OTF data
    DATA:
    t_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
    Internal table to hold OTF data recd from the SMARTFORM
    t_otf_from_fm TYPE ssfcrescl,
    Internal table to hold the data from the FM CONVERT_OTF
    T_pdf_tab LIKE tline OCCURS 0 WITH HEADER LINE.
    This function module call is used to retrieve the name of the Function
    module generated when the SMARTFORM is activated
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_form_name
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    fm_name = w_fmodule
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Calling the SMARTFORM using the function module retrieved above
    GET_OTF parameter in the CONTROL_PARAMETERS is set to get the OTF
    format of the output
    w_cparam-no_dialog = 'X'.
    w_cparam-preview = space. " Suppressing the dialog box
                                                        " for print preview
    w_cparam-getotf = 'X'.
    Printer name to be used is provided in the export parameter
    OUTPUT_OPTIONS
    w_outoptions-tddest = 'LP01'.
    CALL FUNCTION w_fmodule
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = w_cparam
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    output_options = w_outoptions
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    job_output_info = t_otf_from_fm
    JOB_OUTPUT_OPTIONS =
    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.
    t_otf[] = t_otf_from_fm-otfdata[].
    Function Module CONVERT_OTF is used to convert the OTF format to PDF
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    MAX_LINEWIDTH = 132
    ARCHIVE_INDEX = ' '
    COPYNUMBER = 0
    ASCII_BIDI_VIS2LOG = ' '
    PDF_DELETE_OTFTAB = ' '
    IMPORTING
    BIN_FILESIZE = W_bin_filesize
    BIN_FILE =
    TABLES
    otf = T_OTF
    lines = T_pdf_tab
    EXCEPTIONS
    ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    ERR_BAD_OTF = 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.
    To display File SAVE dialog window
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
    EXPORTING
    WINDOW_TITLE =
    DEFAULT_EXTENSION =
    DEFAULT_FILE_NAME =
    FILE_FILTER =
    INITIAL_DIRECTORY =
    WITH_ENCODING =
    PROMPT_ON_OVERWRITE = 'X'
    CHANGING
    filename = w_FILE_NAME
    path = w_FILE_PATH
    fullpath = w_FULL_PATH
    USER_ACTION =
    FILE_ENCODING =
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    NOT_SUPPORTED_BY_GUI = 3
    others = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Use the FM GUI_DOWNLOAD to download the generated PDF file onto the
    presentation server
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE = W_bin_filesize
    filename = w_FULL_PATH
    FILETYPE = 'BIN'
    APPEND = ' '
    WRITE_FIELD_SEPARATOR = ' '
    HEADER = '00'
    TRUNC_TRAILING_BLANKS = ' '
    WRITE_LF = 'X'
    COL_SELECT = ' '
    COL_SELECT_MASK = ' '
    DAT_MODE = ' '
    CONFIRM_OVERWRITE = ' '
    NO_AUTH_CHECK = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    WRITE_BOM = ' '
    TRUNC_TRAILING_BLANKS_EOL = 'X'
    WK1_N_FORMAT = ' '
    WK1_N_SIZE = ' '
    WK1_T_FORMAT = ' '
    WK1_T_SIZE = ' '
    IMPORTING
    FILELENGTH =
    tables
    data_tab = T_pdf_tab
    FIELDNAMES =
    EXCEPTIONS
    FILE_WRITE_ERROR = 1
    NO_BATCH = 2
    GUI_REFUSE_FILETRANSFER = 3
    INVALID_TYPE = 4
    NO_AUTHORITY = 5
    UNKNOWN_ERROR = 6
    HEADER_NOT_ALLOWED = 7
    SEPARATOR_NOT_ALLOWED = 8
    FILESIZE_NOT_ALLOWED = 9
    HEADER_TOO_LONG = 10
    DP_ERROR_CREATE = 11
    DP_ERROR_SEND = 12
    DP_ERROR_WRITE = 13
    UNKNOWN_DP_ERROR = 14
    ACCESS_DENIED = 15
    DP_OUT_OF_MEMORY = 16
    DISK_FULL = 17
    DP_TIMEOUT = 18
    FILE_NOT_FOUND = 19
    DATAPROVIDER_EXCEPTION = 20
    CONTROL_FLUSH_ERROR = 21
    OTHERS = 22
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards
    Ansumesh

  • SAP CRM Service - Global role out

    Hi Yaa,
    We have implemented SAP CRM Service currently and the client want me to assist in roll out of SAP CRM service into other country.
    Could some one tell me what are the neccessary steps that needs to be taken into consideration .
    What is the methodology that needs to follow, does SAP provides and solution to this kind of implementation.
    I would appreciate your valuable inputs.
    Points will be rewarded for the gur's who replied me promply, this is very urgent please please advise.
    Thanks in advance
    Regards
    Vani

    Hi Vani,
    You must consider below points for new roll out in different countries.
    Initial phase is - information gathering about Master data.
    1. Setting Org model - Get the info on number of org units, positions and it's attributes. This will help you to design Org determination profile.
    2. Business Partners - Various types / Roles. Here you have to define different number range/ BP roles etc., You must also consider downloading of BPs from ECC if your landscape has it. You have to plan data migration as well.
    3. Products - Needs to be downloaded from ECC
    Transactions:
    Copy master transactions and configure them to suite business needs.
    This is in brief about new roll out.
    Remember that the success lies in information gathering.
    Rgds
    Hari

  • Replicating ISU Installation Facts into CRM Service Contract

    Hi All,
    Is the Replicating ISU Installation Facts into CRM Service Contract is standard way of working or we need to use some other approach?
    Cheers,
    Suraj

    Nick:
    Installation Facts change in ISU does not correspond to any replication object in CRM.  It is a task performed in a standalone environment.  If you are talking about an integrated CR&B environment, there are several factors that one should consider while changing installation facts.  For example, your client has to decide on which system to be the system of record for Contracts.  If you consider CRM as the s-o-r for Contracts, may be you should advise them to initiate the corresponding CRM process to change installation facts from within CRM.  We consider the configurable attribute on a product in CR&B as corresponding parameter of installation fact.  Hence, you have to recommend a Contract Change which in turn will let you change the configurable attributes on a proudct for a given Contract.  When this changed contract triggers the middleware and MDT, you can handle the installation facts. It is also worth advising your client the new features released by SAP in EhP1 of CRM around building rules on product configuration using BRR+ (in case you are using CRM 7.0 EhP1).
    Ramana

  • 'register with shared services' option missing while configuring eas

    I am facing some issues while configuring a new epm system:
    While configuring eas 11.1.2.0, I am not getting the option' Register with Shared Services'. but otherwise, the configuration is successful. As a result, I don't see the Business Rules option in Shared Services/Application Groups. But we are able to use eas console and do see business rules node in eas console.
    How do I get configurator to show this option?
    I was able to configure and register all other Hyperion applications.
    Thanks,
    Edited by: 784749 on Mar 28, 2012 12:35 PM
    Edited by: 784749 on Mar 28, 2012 12:59 PM

    One way is to use the registry tool though make sure you backup the shared services database before running the utility.
    It is located in <MIDDLEWARE_HOME>/user_projects/<instancename>/bin
    to change the status for EAS for HSS then run the following
    epmsys_registry updateproperty BUSINESS_RULES_PRODUCT/system_tasks_configuration/@hubRegistration Pending
    Now if you run the configurator again it should let you select just Essbase Administration Services, you dont need to select the child components.
    It should then registry with Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • PR created through CRM service should have receipient field as blank

    Hello All,
    We are doing enh for receipient field blank when PR creates through CRM service but when the PR creates by CRM badi we are able to generate this receipient field as blank but it overwrites by STD  Bapi in R3
    Can anyone tell me how i can make this field blank by any R3 badi/user exit  or nay other wayout
    Regards
    Pratap

    >
    Paul Clarence wrote:
    > Hi all,
    >
    > Would be grateful for any advice as to what are the steps that should happen with this type of revenue recognition. I have read through the SAP Help documentation but this really describes just the customizing and not the process.
    >
    > THanks
    > Paul
    Hi, Paul!
    In CR700 materials there is the next explanation: "Service-based revenue recognition (value/quantity contracts with a target quantity) means that the revenue is realized based on an event. Events are releases that are reflected as service orders or service confirmations. Once again, the billing document is posted to an accruals account first and the revenues are transferred to the revenue accounts in a second step."
    Hope it helps
    wbr
    Vladimir

Maybe you are looking for

  • Firefox 15.1 storing Downloads in Temp folder despite being set to save into Downloads?

    OK so I'm running Windows 7 64 Bit and Mozilla Firefox 15.1 Downloads is set to save to "Downloads" but, they are in fact saving to a firefox temp folder? checked the about:config and browser.download = C:\...\Downloads I read an answer on here that

  • Moving/Exporting Seeburger configurations/objects from QA to Production

    Hi, I need some expert advise in moving Seeburger configuration objects like splitter adapter,AS2 adapter configurations from QA to Prod. Our scenario is like this , in the Seeburger message splitter we have defined the splitter adapter based on the

  • Riddle Me This! Looking for Plug-In or Handy Hint

    Good Day, Illustrator Forum Folk: I'm looking for a freeware or shareware plug-in (or maybe just a handy hint that I'm unaware of) for ai CS5 that will show me the transform pane's coordinates of a PREVIOUSLY selected item. In other words, I select a

  • Picture too big

    Randomly throughout my Aperture library I have picture that are showing only a portion of the full image. I can't make them any smalled to get the whole picture to display. I see a similar problem back in 2009, but repairing the permissions and the d

  • No Contract on the 3G

    Can I purchase the 3G from the apple store without a contract from ATT? If so how much would the phones cost? Thanks