Help regarding mapping field "EBELN".

Hi experts
I want the field EBELN (PO No) of the DataSource"  0FI_GL_14 "  to be populated to DSO "  0FIGL_O14 " . Can you please tell me to which InfoObject of the DSO "  0FIGL_O14 "  I should map the field EBELN of  the DataSource"  0FI_GL_14 "  .
Regards.

holy devilz wrote:
HI
> Yes I have check the datasource in table RSOSFIELDMAP in BI. It is not available. And the field  0OI_EBELN is not present in the DSO  0FIGL_O14 .
> Any other clue ??
If your R/3 data source has the value EBLEN, then all you need to do is REPLICATE METADATA in BW side. If you still do not see the field 0OI_EBELN, you can manually add that and customize it.

Similar Messages

  • Help regarding mapping

    Hi Guys,
      Please see the below message. I done mapping like if multiple rows in the source then it mapped to the correctly. But I faced another problem like there are multiple<Statement_response> which contain mulitple rows, how to achieve this.
    <b><u>Source</u></b>
    <Statement_response>(1to unb)
    <row>(1 to unb)
    <name>j</name>
    <place>M<place>
    </row>
    </Statement_response>
    <u><b>Target</b></u>
    <Message>
    <row>(1 to unb)
    </row>
    </Message>
    Example:
    <i><u><b>Source</b></u></i>
    <Statement_response>
    <row>
    <name>j</name>
    <place>M<place>
    </row>
    <row>
    <name>l</name>
    <place>n<place>
    <row>
    </Statement_response>
    <Statement_response>
    <row>
    <name>o</name>
    </row>
    </Statement_response>
    <b><i><u>Target</u></i></b>
    <Message>
    <row>
    <name>j</name>
    <place>M<place>
    </row>
    <row>
    <name>l</name>
    <place>n<place>
    </row>
    <row>
    <name>o</name>
    </row>
    </Mesage>
    Best Regards,
    J

    Hello Guys,
      Plz look my below scenario and tell me ur suggestion.
      My input file will be like the below format:
    Case 1:
    <Test_Message>
      <row>
      <Emp_id>10003</Emp_id>
      <Emp_name>J</Emp_name>
      </row>
      <row>
      <Emp_id>10004</Emp_id>
      <Emp_name>K</Emp_name>
      </row>
    </Test_Message>
    Case 2:
    <Test_Message>
      <row>
      <Emp_id>10003</Emp_id>
      <Emp_name>J</Emp_name>
      </row>
      <row>
      <Emp_id>10003</Emp_id>
      <Emp_name>J</Emp_name>
      </row>
    </Test_Message>
      So based on the Emp_Id I'll use create Sql query using UDF and will fetch data from the database. The mapping is done such a way tht for each row based on <Emp_ID> I'll create sql query(using UDF) and will fetch the data. My scenario works fine with the case 1 input. But if u look into case 2, I don't want to create two sql queries since the emp_id's are same,instead I've to create single sql query. How to achieve this.
    Best Rgds,
    Raj

  • Need help regarding text field

    Hi ,
    I have a text field in my form which will contains a numeric value.Based on this value i have to show those many text fields to enter the name.
    I have tried this code by keeping the texfield in a sub form and try to display subform  using instance manager .see the below script.
    Textfield.NewState.presence="visible";
    var oSubform = xfa.resolveNode("form1.Page1.Textfield");
    oSubform.instanceManager.setInstances(3);
    form1.Page1.Textfield.instanceManager.addInstance();
    but this code is not working.
    Please help me!!
    Thanks in advance
    bharathi.

    you can't use the instanceManager for a TextField.. your oSubform should represents a Subform not a TextField
    you can use instanceManager only for containers such as rows and subforms

  • Help regarding  structure field for BAPI

    Hi all,
    I need to select print GR/GI slip and Collective slip in the initial screen of MB1A.
    I am using bapi BAPI_GOODSMVT_CREATE.Can anyone tell the corresponding fields for the above things, so that i can pass to BAPI.
    I looked at the structure related to bapi, but i could not figured it out.
    Anyhelp would be greatly appeciated.
    screen field RM07M-XNAPR -to pront gr/gi slip
                 RM07M-WVERS3-collective slip
    i need to pass X to this fields and then bapi
    Thanks

    use these fields in the header
    VER_GR_GI_SLIP
    VER_GR_GI_SLIPX
    also check this thread:
    BAPI_GOODSMVT_CREATE: printing GR/GI slip

  • Re: Help regarding Compact Field Point ao-200

    Regarding the cFP software,do Labview provides a VI icon similar to the DAQ assistant icon which allows us to choose which channel we want and the range of current?Or is there any way or template available to get a VI similar to that?
    Hope someone know how to solve it as i'm stuck on this hardware and do not know how to proceed with it.. thanks=D

    SG_SP_OLED,
    There's a great fieldpoint express vi that is similar to the DAQ assistant and is located on the fieldpoint palette. Let us know if you have other questions.
    Chris C
    Message Edited by Chris_C. on 09-21-2006 04:16 PM
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect
    Attachments:
    fp assistant.JPG ‏15 KB

  • Query regarding F4 help on a field in Selection Screen.

    Hi all,
    I am trying to attach a F4 help on a field in Selection Screen.
    The code fragment I wrote for this purpose is:
      AT SELECTION-SCREEN ON VALUE-REQUEST FOR m_cbu.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
      EXPORTING
      DDIC_STRUCTURE         = ' '
        retfield               = 'CBU_MANAGER'
      PVALKEY                = ' '
       DYNPPROG               = sy-cprog
       DYNPNR                 = sy-dynnr
       DYNPROFIELD            = 'M_CBU'
      STEPL                  = 0
      WINDOW_TITLE           =
      VALUE                  = ' '
       VALUE_ORG              = 'S'
      MULTIPLE_CHOICE        = ' '
       DISPLAY                = 'F'
      CALLBACK_PROGRAM       = ' '
      CALLBACK_FORM          = ' '
      MARK_TAB               =
    IMPORTING
      USER_RESET             =
      tables
        value_tab              = tb_cbu_m
      FIELD_TAB              =
        RETURN_TAB             = t_return
      DYNPFLD_MAPPING        =
    EXCEPTIONS
      PARAMETER_ERROR        = 1
      NO_VALUES_FOUND        = 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.
    Still, I am unable to get any F4 help?
    Please point out the mistake..
    Thanks in advance.

    Hi Thien,
    My entire code is as follows-
    TYPES:
          BEGIN OF cbu_m,
          cbu_manager TYPE uname,
          END OF cbu_m.
    DATA:
    tb_cbu_m            TYPE TABLE OF cbu_m,
    wa_cbu_m             TYPE cbu_m.
    wa_cbu_m-cbu_manager = '123'.
      APPEND wa_cbu_m TO tb_cbu_m.
      wa_cbu_m-cbu_manager = '234'.
      APPEND wa_cbu_m TO tb_cbu_m.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR m_cbu.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
      DDIC_STRUCTURE         = ' '
          retfield               = 'CBU_MANAGER'
      PVALKEY                = ' '
         dynpprog               = sy-repid
         dynpnr                 = sy-dynnr
         dynprofield            = 'M_CBU'
      STEPL                  = 0
       WINDOW_TITLE           = 'ABC'
      VALUE                  = ' '
         value_org              = 'S'
      MULTIPLE_CHOICE        = ' '
        display                = 'F'
      CALLBACK_PROGRAM       = ' '
      CALLBACK_FORM          = ' '
      MARK_TAB               =
    IMPORTING
      USER_RESET             =
        TABLES
          value_tab              = tb_cbu_m
      FIELD_TAB              =
         return_tab             = t_return
      DYNPFLD_MAPPING        =
    EXCEPTIONS
       parameter_error        = 1
       no_values_found        = 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.
    Here I am getting the same message "No Values Found"..
    Please point out the mistake in my code.

  • F4 help for address field

    Hi,
    In BP_CONT component, for address field I need to provide F4 help. And the F4 should contain the addresses with separate fields as (city.street,country).On selecting the row the data should flow as concatenated manner to the address field.
    Please provide some idea to achieve this.
    Thanks.

    Hi Ginger,
    I would like to add what Vinamra has said, you need to create a search help through se11 transaction. As per your requirement you need to map address field of the selected row to different fields in UI.
    In search help we have IMPORTING(IMP) and EXPORTING(EXP) Fields or parameter.
    Lets take a simple example, suppose you have three address field house no, street and city. Now you would like to apply F4 help on CITY field so you need to choose CITY field as IMPORTING and EXPORTING parameter in your search help and other fields like HOUSE NO and STREET as EXPORTING parameter only.
    Now following code you need write in GET_V_CITY() method
    DATA:
       lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
       ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
       lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
       ls_map-context_attr = 'STRUCT.CITY'.
       ls_map-f4_attr      = 'CITY'.
       APPEND ls_map TO: lt_inmap, lt_outmap. " map to input and out
      ls_map-context_attr = 'STRUCT.HOUSENO.     " Context node attribute
      ls_map-f4_attr      = 'HOUSE_NO'.                    "corresponding Field in search help
      APPEND ls_map TO: lt_outmap.
    ls_map-context_attr = 'STRUCT.STREET.     " Context node attribute
      ls_map-f4_attr      = 'STREET'.                     "corresponding Field in search help
      APPEND ls_map TO: lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'ZSH_ADDRESS'
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap.
    May this will help you.
    Regards
    Ajay

  • F4 Help on one field should populate data on another field

    Dear All....
    I am using the FM - F4IF_INT_TABLE_VALUE_REQUEST for F4 help on one field of the selection screen. Based on the selected value, a values corresponding to it should appear on another field.
    My Code -
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_svn.
      SELECT qmnum serialnr
        INTO TABLE t_qmel
        FROM qmel
        WHERE qmart  = 'ZD'.
      SORT t_qmel BY qmnum.
    Display the f4 Help Values for SVN
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield     = 'QMNUM'
          dynpprog     = sy-repid
          dynpnr       = sy-dynnr
          dynprofield  = 'P_SVN'
          window_title = text-015
          value_org    = 'S'
        TABLES
          value_tab    = t_qmel
          return_tab   = t_retval.
      READ TABLE t_retval INTO w_retval_wa INDEX 1.
      IF sy-subrc = 0.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = w_retval_wa-fieldval
          IMPORTING
            output = w_qmel_wa-qmnum.
        w_retval_wa-fieldval = w_qmel_wa-qmnum.
        READ TABLE t_qmel INTO w_qmel_wa WITH KEY qmnum = w_retval_wa-fieldval
                                         BINARY SEARCH.
        IF sy-subrc = 0.
          p_esn = w_qmel_wa-serialnr.
        ENDIF.
      ENDIF.
    But this is however not working.
    Please let me know where I am going wrong.
    I have serached SDN thoroghly but could not get my solution.
    Please guide me....
    Regards,
    Pankaj Agarwal.

    *&  AT SELECTION SCREEN ON VALUE-REQUEST FOR FIELD
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_ebeln.
      PERFORM f4_hlp_ebeln.
    *&      Form  F4_HLP_EBELN
          text
    -->  p1        text
    <--  p2        text
    FORM f4_hlp_ebeln .
      TYPES: BEGIN OF ty_ebeln,
               ebeln TYPE ebeln ,
            END OF ty_ebeln.
      DATA: lt_ebeln TYPE TABLE OF ty_ebeln.
      CLEAR: lt_ebeln[].
      SELECT ebeln
           FROM zmt_po_mic_ded
             INTO TABLE lt_ebeln.
      IF sy-subrc = 0.
        SORT lt_ebeln[] BY ebeln.
        DELETE ADJACENT DUPLICATES FROM lt_ebeln COMPARING ALL FIELDS.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield         = 'EBELN'
            dynpprog         = sy-repid
            dynpnr           = sy-dynnr
            dynprofield      = 'P_EBELN'
            value_org        = 'S'
            callback_program = sy-repid
          TABLES
            value_tab        = lt_ebeln[]
          EXCEPTIONS
            parameter_error  = 1
            no_values_found  = 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.
      ENDIF.
    ENDFORM.                    " F4_HLP_EBELN
    DATA: t_dynfields TYPE TABLE OF dynpread,
          t_valhlp    TYPE TABLE OF ty_valhlp.
    DATA: w_dynfields TYPE dynpread.
    CLEAR: t_dynfields[], t_valhlp[].
      DATA: l_ebeln TYPE ebeln.
      w_dynfields-fieldname = 'P_EBELN'.
      w_dynfields-fieldvalue = p_ebeln.
      APPEND w_dynfields TO t_dynfields.
      CLEAR w_dynfields.
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname               = sy-repid
          dynumb               = sy-dynnr
          translate_to_upper   = c_x
        TABLES
          dynpfields           = t_dynfields
        EXCEPTIONS
          invalid_abapworkarea = 1
          invalid_dynprofield  = 2
          invalid_dynproname   = 3
          invalid_dynpronummer = 4
          invalid_request      = 5
          no_fielddescription  = 6
          invalid_parameter    = 7
          undefind_error       = 8
          double_conversion    = 9
          stepl_not_found      = 10
          OTHERS               = 11.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      READ TABLE t_dynfields INTO w_dynfields INDEX 1.
      IF sy-subrc = 0.
        l_ebeln = w_dynfields-fieldvalue.
        SELECT ebeln
               ebelp
               FROM ekpo
               INTO TABLE t_valhlp
               WHERE ebeln = l_ebeln.
        IF sy-subrc = 0.
          SORT t_valhlp[] BY ebeln ebelp.
    here we get the value of ebelp depending on the selection of EBELN ***
        endif.
      ENDIF.

  • How to display f4 help for a field based on value of another field

    Hello All,
    I have 4 fields : Sales Org : VBAK-VKORG, Distrib Channel : RV50A-VTWEG, Div : RV50A-SPART, Sold-to-party : KUAGV-KUNNR.
    The second field depends on the first one, the third on the second one and the fourth on the first field.
    However, when each of the second third and fourth fields' f4 help is displayed, the values are independent of the previous fields. How do I set the f4 help to display values based on the respective fields?
    Regards,
    Mithun

    Please be sure that you are searching the forums before posting. This exact same question was asked just yesterday:
    F4 help to input field
    In particular study the section and the linked help document for ddic search helps export/importing parameters and the requirements for DDic Structure/table usage for the parameter mapping.

  • Update (All Mapped Fields) Import Action creates a new record.....

    Hi All,
    I am on MDM 5.5 sp6,and this weird thing happens everytime i run the "update all mapped fields" option in the import manager,it creates a new duplicate field with the updated value record.Is this  a bug in sp6 or I guess i am going wrong somewhere.I want to update a particular field in the qualified table and i am using a import file which has values for qualified field on the main table and the values for the qualified table itself.
    Any Help greatly appreciated
    Thanks

    Hi Aravind,
    I am on MDM 5.5 sp6,and this weird thing happens everytime i run the "update all mapped fields" option in the import manager,it creates a new duplicate field with the updated value record.Is this a bug in sp6 or I guess i am going wrong somewhere.I want to update a particular field in the qualified table and i am using a import file which has values for qualified field on the main table and the values for the qualified table itself.
    MDM should not behave in this way. I thing there is an issue with the Matching Field you have choosen.
    I think you have choosen all the FIeld as the Matching Field ( Tab) while IMporting.
    Hence any change in any value, creates another dupliacte record( which we do not want)
    Please select any Field with unique values ( like the Material ID, Customer ID etc) which will ensure that the particular records are updated with the new Values coming in.
    You will find the new value getting updated for the records which are already present. It will not create a duplicate record
    Hope it helps.
    *Please reward points if helpful
    Thanks and Regards
    Nitin Jain

  • What is "Mapping Field" / Field for Remarks or Comments in ELM

    Hi Experts,
    I have a Remarks/Comments Field in my flat file but i didn't find any relevant MAPPING FIELD / FIELD to map in External List Management.
    Example:
    In flat file i have the following fields
    -Organization-CityPhone No.----Comments
    -AngelbrosLA-545-849-7857--Excellent customer
    I can map Organization to ORG_NAME1 ( MAPPING FIELD),
    City to ORG_CITY
    Phone No. to ORG_TELEPHONE
    Comments to ?????
    Do you have any idea to which Mapping Field can be mapped Remarks/Comments.
    Can we create our own Mapping Field?
    I found the the following link for Mapping Fields.
    http://help.sap.com/saphelp_crm50/helpdata/en/1c/11b37d0f6c1347b90e00888fb55a20/content.htm
    Thx n Reg
    Shiven

    Hi Dipesh,
    I am very glad the way you explained, your solution perfectly suits if the Attribute values are Like "Eaaaaaaaa", "Gbbbbb" & "Fddddddddddddd".
    I should have been more clear in my question.
    But the Remarks Value in Flat File is more than a word and not same anywhere. Say.....
    Remarks
    BP1)----
    This customer need some samples before he can discuss something.
    BP2)----
    Would like to meet in the next quarter.
    BP3)----
    Because of festival they may release order early.
    LIke this there are around 500 Remarks differently. Its like a Notes kind of thing.
    Dipesh, How can we create for these types of Attribute Values ?
    Thanks in Advance.
    Best Regards
    Shiven

  • OCI Mapping field/table

    Hi Gurus,
    This is regarding an issue that I am facing with some materials in punchout catalog used with SRM5.0
    For some particular items, I get an error "Incomplete items in catalog, only complete items were transferred" on transferring the data from catalog to shopping cart. I checked the slg1 log and found that the error message shows "00001 E BBPWS Unit of measure D97 is not an ISO code. Item will not be transferred D97".
    For this item, the catalog shows the unit of measure as Pallets. In the CUNI transaction, the SRM system has D97 and PF having the same descirption 'Pallet'. In the 'Unit of measure' tab, the Pallet unit is maintained as 'PAL' with ISO code as 'PF'. But, I am unable to understand how the D97 UoM is picked by the SRM system while transferring data from the catalog.
    Can someone tell me where to look for the mapping fields? I mean where is the data mapping between catalogs and SC saved?
    I referred SAP note 395312 which says that  "check the mapping of the catalog attributes on the OCI fields in the SAP CartEditor (Logon to the ECManager: Administration --> Configuration -> Shopping Cart)." Can someone guide me as to where to look for this link? What does ECManager logon mean? I am unable to find this link in the web login of SRM. Please help me to find a solution to this.
    Thanks n Regards,
    Ancy

    Hi Masa,
    Thanks for the inputs. I checked the slg1 log for catalog interface log and it helped us reach into the program saplbbp_ws_api.
    My ABAP consultant tells me that this program is in-turn calling some function modules to read the data. But, he can only conclude that D97 is coming from function module BBP_WS_MAP_OCI_TO_SC and the comment on this call is 'Map from OCI or XML to the SC structure'.
    But, then again I am back to my original question: How do I see the mapping rules from OCI?
    Thanks n Regards,
    Ancy

  • Reading Micrologix I/O and Mapped Fields

    Just beginning to get familiar with Lookout. I am trying to read/write to mapped fields (B and N) in a Micrologix 1500 PLC. What is the syntax for Lookout to read/write to a channel such as B3:1/0? B3:1/0 is a mapped field for I:1.0/0. Any help is appreciated. I have included my fields list for reference. Thanks.
    Sudhi
    Attachments:
    Micrologix1500.xls ‏53 KB

    I will hopefully clarify the knowledgebase document.
    I'll use your example to try to clarify:
    If the AB PLC is I:4/0, and you are trying to read the first bit of the fourth module (assuming the fourth module is the 2nd input module), then the correct Lookout syntax would be: I:1_0 (second input module I:1 and the first bit 0).
    Remember begin counting modules with 0 and number them with respect to their type.
    With regard to your other examples, I assume these are registers or cards (input or output). Again depending on the type of card and the order in the plc, your examples would be:
    B3:0/1 = B3:0_1
    C5:0 = C5:0
    assuming these last two are registers and not i/o cards.

  • I can not map field after changing data source location

    Hi
    I have a small problem that I got a report file and database from my customer, after that I setup database, open the file and change data source to my setting. but some filed can not map. The field mapping widonw does not display all field in the table. Of course I have checked the missing fields are existing in the table.
    OS:Windows7
    DB:Oracle11
    CR:XI Release 2
    Does anyone have an idea?

    hi,
    In Map Fields window, there is an option "Match Type".
    Please Unchek that option, so that you will be able to see all the fields from that table.
    Also, while mapping please verify the datatypes of source and target fields.
    Regards,
    Vamsee

  • How to set/get the values thru Wedbynpro coding for User mapping fields

    Hi All
    In system object we have the user mapping fields like District,city,plant,Salesmanager.
    now we want to set/get the values of these usermapping fields of system object thru webdynpro coding...
    if anybody have sample codes of the same then it would be great help to me
    Thanks in advance
    Thanks
    Trisha Rani

    Hi Kavitha
    Thanks for your reply
    My requirement is exactly as follows.
    1) i have created one portal system object in system administration and also i created usermapping fields in the system object from the usermanagement  in system object.
    i created the user mapping fields like Plant,SalesManager,District etc.
    i also created the system alias name for the same system object
    2)  Now i came to persoanlize link and mapped the system object to the portal user.
    while mapping to the system object we need to enter Mapping userId, Password , once we enter these values and we can also enter the values of usermapping fields which we defined while creating the system object ( for example District,Salesmanager,Plant etc)
    once we enter all the values and click on save then these usermapping  values to be mapped to the portal user.
    3) Now my requirement is , i  want to control the usermapping field values thru webdynpro coding for setting/getting the values.
    I need sample code of the same.
    Please let me know if u need more details on the same.
    Thanks
    Trisha Rani

Maybe you are looking for

  • How to send the body of mail in html format using servlet

    Hi i developed an servlet using sun.net.smtp.SmtpClient package,my servlet receiving data from an form,i can able to send mail successfully,but my mail body part is in the text format,but i would like to send it as an html format,for ex <input type="

  • Hyperlinks in RH for Word?

    I'm trying to insert hyperlinks to documents with a URL address (example: http://abcsource/docs/1doc/nameofdocument.pdf). I've tried using the Insert>hyperlink action. After I generate the project and I roll my mouse over the action, I see the comman

  • Why is Lightroom app stuck in "Trial Mode"?

    I recently purchased the Photography plan via Amazon, and the "trial version" ran out for Lr, and I cannot seem to get the full version on my CC account. I have tried signing out and back in, several restarts and uninstalls later it's still only "Tri

  • Perchase order release

    Hi Friends.. i have used standard workflow 20000075 for PO Release.. Whenever iam creating PO it will trigger the workflow... But for me... I think some problem in settings.. some times workflow got triggered but sometime.. After creating PO it shows

  • Kernel panic (can anyone please help with this report)

    Interval Since Last Panic Report:  4422 sec Panics Since Last Report:          3 Anonymous UUID:                    18853568-2DBB-1D40-708D-732F1844D6D2 Sun Oct 20 08:29:53 2013 panic(cpu 0 caller 0xffffff7f9b27af1a): "GPU Panic: [<None>] 5 3 7f 0 0