Urgent Correction "Ext. Reference No." Field

Hi,
I have a requirement where i need to change the text "Ext Reference No." to "Ticket No." in urgent correction header screen.
In case someone knows how it can be done please let me know.
Thanks & Regards,
Kriti Bhalla.

Hi Kriti,
The external reference field can be changed to Ticket no. for this you need to find out in which table the external refernce field is stored, then doble click on component type of External refernce field(CRMT_PO_NUMBER_SOLD), once you double click on component field it will take you to data element(CRMT_PO_NUMBER_SOLD). in data element select FIELD LABEL tab and select goto menu and select Transalation. one you click on transaltion it will ask for target language, so in target language select EN and press enter then one more screen appears there you can change the field name and save it.
Pls revard points .
Thanks&Regards
Sitaramaraju.P

Similar Messages

  • How do I reference a field in form portlet?

    I created a simple form portlet in Oracle Portal using the wizard.
    I want to execute a custom pl/sql query using simple select statement. (e.g. select emp from scott where ...)
    I created a new Button item.
    In the PL/SQL Button Event Handler I put the select statement.
    Now I have 2 questions.
    Question 1. Do I have to use the Query or Custom button.
    Question 2. In either way I get PLS-00428: an INTO clause is expected in this SELECT statement.
    I guess the fundamental question here is how do I reference a field in the form?

    If I understand you correctly you want to click on the button and then display a value selected from the database, right?
    1. You have to use the Custom button - query is exclusive for the form query.
    2. You will have to select the value into an interim PL/SQL variable and then set the form field using the portal session attribute.
    The following principles apply:
    * To set a field you have to use code like
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_RFS_ID',
    p_value => 30);
    p_session.save_session;
    where
    - p_session is available in most custom PL/SQL blocks - I'm not sure if its in the custom block for a button - this type of code is used mostly in the "cusom pl/sql before form is displayed" (last tab) - if its not available you might have to jump through some more hoops !:). It refers to a portal stored session that is used to store all the internal variables.
    - block_name is either DEFAULT for simple forms or MASTER or DETAIL for master/detail forms
    - p_attribute_name is the name of the field you want to set BUT (very important) prefixed with A_
    - p_value is the actual value - here you will use your pl/sql variable.
    so try something like:
    l_number number;
    select anumber into l_number from atable where ....;
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_field1',
    p_value => l_number);
    p_session.save_session;

  • Urgent Correction: Release transport request (transport is red)

    Hello!
    Has some one experience to solve the problem bellow:
    By an urgent correction it is not possible to release transport. In the field "Task" I can see a red point that not allow to proceed.
    If I release the transport manually in the satelite syytem, without CharM, my import runs with error:
    AGR_1016 table class is 'C'. Entries are only imported to client '000'.
    AGR_1016B table class is 'C'. Entries are only imported to client '000'.
    AGR_PROF table class is 'C'. Entries are only imported to client '000'.
    AGR_USERT table class is 'C'. Entries are only imported to client '000'.
    AGR_TIMEB table class is 'C'. Entries are only imported to client '000'.
    Main import
    End date and time : 20071115141115
    Ended with return code:  ===> 8 <===
    The question is:
    I would like to copy some existing role to  cutomer's namespace Z... save the rolle and transport the role via CharM.
    Is it usual to get the error I get?
    Thank you very much!
    regards
    Thom

    Hi Liza:
    You cannot delete released transport requests.
    Don't import them into QAS or PROD.
    If you already imported them, then your only option is to delete the Objects manually in DEV, capture the deletes in a new request and transport th enew one.
    As you know if you released a request, you can ignore it without moving it anywhere.
    Ram Chamarty
    Message was edited by: Ram Chamarty

  • ChaRM External Reference Number Field

    Hi
    In ChaRM, we have used external reference number field for information. When a ChaRM CR is created, the requester fills required information in the field. In Normal Correction, this information is not automatically taken from the CR document to the correction document. When we search a normal correction by external reference number, it does not give any result, as the information is only shown in the CR document. This however works as expected in Ur.gent Corrections.
    What could we do about this?
    Many thanks for your answers in advance.
    BR Li

    Hello,
      you need to check the mapping rules for field External Reference Number in copy control for Normal Corrections.
    Go to the IMG: Scenario specific->change request management->Extended config->change trans types->copy control
    Define Mapping rules.
    Regards,
    Raquel

  • Make "Reference Document" field as mandatory in Confirmation

    Hi Experts,
    I have a requirement in confirmation to make "Reference Document" field as mandatory. I have done the config and able to see  ' * ' (mandatory) in the reference document field in confirmation. However, system is not validating for entry in that field, I am able to save or post the confirmation w/o the entry in the reference document field.
    Version: SRM 7.0 SP05 with EP
    SPRO -> SRM Server -> Cross Appl... -> Extension and Field Control (Personalization) -> Configure Field Control -> Configure Control for Fields on Header Level --> Metadata for Fields on Document Headers
    Structure Field Name : REF_DOC_NO
    Bus. Object Type      :  BUS2203
    Bus. Object Subtype : CF
    Transaction Type      : CONF
    Field Visible               : X
    Field Enabled             : X
    Field Required           : X
    Please advice.
    BR,
    Siva

    Schuffelen,
    Your suggestion is exactly correct.  I have to use DOC_CHECK badi for this.
    Reply from SAP on this below,
    The flag in the property will not generate an error message. This flag only renders the red asterisk on the screen. The actual error has to be generated on your code
    After you have done the customizing to get the field to be shown as mandatory, you have to write a code in your BADI (like DOC_CHECK) to check the value for this field and generate the error message if the field is empty
    Thanks for your help!!!!!!
    BR
    Siva

  • Urgent Correction Completion status

    Dear all,
    We are using Charm,and when i complete a urgent correction the status of the urgent correction is changed to "withdrawn" instead of "completed".Did any one faced this problem?Please help ASAP.
    Thanks and regards,
    Avinash.

    pls follow:
    spro-mm-purchasing--purchase requisition-define document type---here u see the field selection assigned with the document type.
    no w again follow spro-mm-purchasing--purchase requisition-define screen layout at document level-select the field selection u have seen assigned with the document type-choose details-here in the next screen u select thefield selection group and choose (F2)-in the next screen u can select the field table as per ur requirement.
    regards,
    indranil

  • HOW to include a reference currency fields in a view ?

    Hello Experts,
    <b>I am having Currency fields error in generic extraction</b>
    I have table where I am trying to extract data to BW via generic extraction. When I tried
    to extract with the TABLE its giving me an error
    <b>Invalid extract structure template RPSCO of DataSource ZBW_REP3_TEST
    You tried to generate an extract structure with the template structure RPSCO. This operation failed, because the template structure quantityfields or currency fields, for example, field WLP00 refer to a differenttable</b>.
    Now I created a view with all the fields same as my table.
    But its still giving me the same error and taking all the fields as a primary keys. I have over 12 currency fields in the table. I am confused how to fix this issue and add a currency field to my view?
    hOW to include a reference currency fields in a view ?
    All inputs are much appreciated.
    Thanks and Regards,
    Harish

    Thank you for your responce,
    Can you please check my view and let me know where I am going wrong     
    View    Table   Field  Dataele  Data
    field                    type                                            0                                                                
    WLP01     RPSCO     WLP01     BP_WPL     CURR     15     Period value in ledger currency
    WLP02     RPSCO     WLP02     BP_WPL     CURR     15     Period value in ledger currency
    WLP03     RPSCO     WLP03     BP_WPL     CURR     15     Period value in ledger currency
    WLP04     RPSCO     WLP04     BP_WPL     CURR     15     Period value in ledger currency
    WLP05     RPSCO     WLP05     BP_WPL     CURR     15     Period value in ledger currency
    WLP06     RPSCO     WLP06     BP_WPL     CURR     15     Period value in ledger currency
    WLP07     RPSCO     WLP07     BP_WPL     CURR     15     Period value in ledger currency
    WLP08     RPSCO     WLP08     BP_WPL     CURR     15     Period value in ledger currency
    WLP09     RPSCO     WLP09     BP_WPL     CURR     15     Period value in ledger currency
    If I add a
    Table TCURC against any field what would be the view field and data element
    Do I need to tick MOD?
    Please suggest.
    Kapadia,
    If I do that its still taking all the fields are a primary keys and bringing 6 lakh records to where I originally have 49 records in a table
    Thanks and Regards,
    Harish

  • Question about Web Shop, Reference User field.

    Hello,
    In web shop, under General Settings tab, should there be User Management tab?
    I need to enter the B2CREFUSER which I created in Reference User field.
    Or is that field removed now?
    Thanks,
    Harsha

    Hi Harsha,
    The particular field is no more available in webshop, if u want ot provide ur reference user u have to assign the refernce user in CRM Customising in the following path -
    IMG-- CRM--- Ecommerce -internet user--Assign refernce user for internet user B2C
    Hope this helps.
    Regards
    Bala

  • How to import a transport from an urgent correction into QAS again ?

    Hi guys,
    we're new in charm.
    We have an urgent correction document, with 1 transport.
    We've put the urgent correction in status "to be tested" so now the linked transport is imported into QAS system. But this was a little bit too soon :-s
    I had to do some manual work on QAS before importing that transport.
    Can I easily (or how can I do this at all) import that same transport again into QAS ?
    kind regards,
    David De Boel

    Hi Guys,
    We have implemented change request and upgraded for SP 15 support pack
    when the user tries to import through urgent correction by selecting pass correction to test the TP is not getting imported, when i checked the log it is saying
    System cancel RFC destination SM_BQ2CLNT100_TRUSTED, Call TMW_SET_PROJECT_SWITCHES: No authorization to logon as trusted system (Trust ed RC=2).
    You cannot import any requests for project BD2_P00001 at the moment
    Then i went to show project status switches and changed as "Request can be imported" from " request cannot be imported", then the user is able to import the UC from the task list,
    But ideally the status switches should be " request cannot be imported" so that the TP can be imported only through change request.
    kindly give ur inputs as it is very urgent.
    Regards
    Raju

  • Automatic import urgent corrections

    Hello ,
    we have a userown urgent correction (zdhf). everything is ok, but we want import the urgent correction autmaticly in the productivesystem in the evening, if the urgent correction hav the status "authorized for import".
    is it possible?
    regards
    nico
    Edited by: Nico Effenberger on Oct 21, 2008 10:16 AM
    Edited by: Nico Effenberger on Oct 21, 2008 10:27 AM

    The question is answered.
    We use now the report sap_socm_service_report with a variant. it works good.
    thx nico
    Edited by: Nico Effenberger on Oct 21, 2008 10:29 AM

  • Reference a field from master query in detail query

    Hi,
    Please tell me how do I reference a field say incident_no in my master query to a detail query.
    like
    detail.incident_no != master.incident_no
    I am joining both the queries using a link. But still I need to reference another field from the first query in my second query. I thought this was possible using formula columns or trigger's. Please help.

    Hey Vadim,
    That worked. How come.. You know I did it several times before and all it said was, that it was going to create a new parameter field called so and so.
    Good, so does it work just this time or always ? just kidding. Reports is so unpredictable, at least for me.
    Thanks Vadim,
    Joe.

  • How to reference a field statically in a program?

    Hi Everyone,
    Can any one explain me how to reference a field statically.
    As the error on Extended program check is as follows:
    Field FLAG is not referenced statically in the program   
    where as the particular field has been defined as below in the program :
    when 'SMTP_ADDR'.
              DATA: flag type i.
    I think is there a need to define the field globally.
    Thanks and Regards,
    Johny

    Hi,
    We can avoid this EPC check by deleting or putting a comment Or By passeing the EPC to it ie
    DATA:
    w_flag type i." #EPC
    we can also avoid the EPC error by this way.then this willnt be aa part of EPC check
    Thanks & Regards,
    Chandralekha.

  • Validation in f-48 for reference key field mandatory

    Hi,
    please help in Validation
    Prerequisite for validation of reference key field mandatory in f-48 for particular user
    Regards,
    Mahendra

    Hi,
    The validation will be
    Prerequisites:
    BKPF-TCODE = 'F-48' AND
    SYST-UNAME= ( Enter user name here)
    Check
    BKPF-XBLNR <> ''
    Message
    Go to message click on change Icon near message Number on next screen select individual Maintenance and right message in free number available and enter this number in ob28 message screen for this validation.
    Regards
    Edited by: MILIND on Feb 22, 2011 2:32 PM

  • Maximum size to reference text fields in report painter

    I have created a library for report painter but reference text fields were not transfered because of their size exceed 24 character long. is there some SAP procedure to extend this size at the moment we are creating the library?  Thanks in advance for support me.

    Hi Francisco
    Firstable I created a structure evaluation using SAP TC MCS7 and took the own customized table that was set up for SPL porpuses. this table contains several fields including text fields and now we would like to take them for set up several report painter but I noticed that this kind of fields are not available when I created the library using GR21 also when I tried to create the set using GS01 appeared a error "this field is bigger than 24 characters" or something like that.
    SGTXT              Text Field                      50
    ZZBKTXT          Text Head Reference      25
    ZZKIDNO          Payment Reference        30
    Thanks in advance to take time for my research.
    Regards

  • FI12 Bank Account Reference Info field doesn't show for all house banks

    We are storing some information in the Reference info. field (T012K REFZL) for bank accounts. We have several house banks defined and this field is available for edit for the accounts for those house banks. We are setting up a new house bank, but the reference field does not show up so we cannot edit its value.
    I cannot find any config that allows me to define conditions that would affect the availability of that field. The only difference I can see between the new house bank, is it has a different country than the existing house banks. Existing house banks are in FR and PL, new house bank is in NL.
    Any help would be appreciated.
    Thanks,
    Ellen

    I received one other option from outside this forum that also solves the issue.
    Based on OSS Note 1009154 the below record has to be inserted into the u201CV_TFIBLSCREENu201D data view by using SM30:
    SAPLFHBANKC, 3, 002, NL, 3.

Maybe you are looking for

  • Can we install oracle client 32 bit on Linux 64 bit

    Can we install the 32 bit applications like the oracle client on to a database server 64 bit and linux os 64 bit ?

  • Need help! White screen and hard drive

    I have a MacBook Pro A1211 I got off Craigslist. It needed a new logic board and hard drive so I got both. My problem is I just found out the hard drive has windows on it and when I power on the MBP all I get is a white screen.  My question is is the

  • SAP File System are being updated at Storage Level and as well as in Trash

    Hi Friends, We are facing a strange but serious issue with our linux system. We have multiple instance installed on it but one of the instance's file system are being visible in Trash. The exact issue is this. 1. We have db2 installed on Linux now on

  • Host name of KDC for SPNEGO?

    Hi, Is the Host name of the Key Distribution Center the same as the Active Directory Domain. We have only one active directory domain, the domain is mycompany.internal. Will the host name of  the KCD will also be mentioned as mycompany.internal in th

  • FYI Recovery to Factory Settings!! Toshiba!

    Hi! I get bored and then I get dangerous. Toshiba and most other companies give you the choice to create recovery DVD's or USB . If you choose not do do that, Toshiba will send you recovery media for 30+$. You are also given the choice to create a sy