Regarding invalid characters

HAI
I have data in Oracle tables which contain so many special characters.
now im loading Attributes for one characteristic.
I have 15 atrributes for one characteristic .
Im writing ABAP code for each Infoobject or field in Transfer Rules .It needs alot work .
Is it possible to write the ABAP Code at 'Start ROutine' of the transfer rule . If it is write then how can i write ???
Im writing the following ABAP CODE for each field in transfer rules like below
DATA: L_USER_ALLOWED_CHAR TYPE RSALLOWEDCHAR,
L_ALL_ALLOWED_CHAR(140) TYPE C,
L_RESULT_STR_LEN TYPE I,
L_STR_INCREMENT TYPE I.
CONSTANTS C_SAP_ALLOWED_CHAR(58) TYPE C VALUE
' !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
IF L_ALL_ALLOWED_CHAR IS INITIAL.
SELECT SINGLE * FROM RSALLOWEDCHAR
INTO L_USER_ALLOWED_CHAR
WHERE ALLOWKEY = 'S'.
CONCATENATE C_SAP_ALLOWED_CHAR
L_USER_ALLOWED_CHAR-ALLOWCHAR
INTO L_ALL_ALLOWED_CHAR.
ENDIF.
RESULT = TRAN_STRUCTURE- PEQCMT2.
TRANSLATE RESULT TO UPPER CASE.
L_RESULT_STR_LEN = STRLEN( RESULT ).
L_STR_INCREMENT = 0.
WHILE L_STR_INCREMENT <> L_RESULT_STR_LEN.
IF NOT RESULT+L_STR_INCREMENT(1) CO L_ALL_ALLOWED_CHAR.
RESULT+L_STR_INCREMENT(1) = ' '.
ENDIF.
ADD 1 TO L_STR_INCREMENT.
ENDWHILE.
I have 15 fields like RASET ,
DESRT,FGESRT,GHJJDE,AHFJR,FJGKE,RHEKR,NRJRJ,
So can i write ABAP code for all these fields at a time at start routine of tranfer rules .
plls tell me
i will assign the points
txs
rizwan
I got this suggestion
Are you replacing all non-allowed characters to spaces (or null)?
You can do it one time in start routine. Do a loop at data_package, and do it for each required field (data_package is the itab containing your transfer structure fields). Modify the data_package record before ending the loop. If you want to avoid repetition of code, you can create an FM that takes a input string and translates it as required. You can call this FM in the loop for each field.
pls give the ABAp code
I wil assign the points
bye
rizwan

Hi,
Use a transfer routine, add the following coding:
DATA: l_s_errorlog TYPE rssm_s_errorlog_int.
replace '~' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '`' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '!' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '@' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '#' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '$' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '%' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '^' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '&' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '*' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '(' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace ')' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '_' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '-' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '+' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '=' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '[' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '{' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace ']' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '}' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '\' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '|' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '<' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '>' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '/' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
replace '?' with ' ' into TRAN_STRUCTURE-<FIELD NAME>.
translate TRAN_STRUCTURE-<FIELD NAME> to upper case.
RESULT = TRAN_STRUCTURE-<FIELD NAME>.

Similar Messages

  • Invalid characters error while ODS activation

    I have 2 queries regarding Invalid characters
    1) I got following error while activating ODS.
    Value 'HYDERABAD - IV  COMMISSIONERATE ' (hex. '48594445524142414420<b>2D</b>204956A020434F4D4D495353494F') of characteristic ZEXCRG contains     invalid characters
       I added space (ALT+255) in RSKC as suggested in other threads and activated the ODS.('-' is already there in RSKC).
    Above record did not give any error but got the same error for another record.
    Value 'SURAT – II ' (hex. '535552415420<b>96</b>204949 ') of characteristic ZEXCRG contains invalid characters     
       Can anybody tell me why there is difference between in representation(HEX) of same char and which char should I add to RSKC to solve the error?
    2) RSKC_ALLOWED_CHAR_GET lists the space as default allowed char, so why do I need to add the same again?

    Hi Vikram:
    go to RSKC: do a ALL_CAPITAL. then do the permitted charcters in BW(do a F1 and copy all and paste). also, please be advised that add <b>~</b> (tilda) and take a closer look at the error you got and insert that there.
    hope it should fix the issue.
    assign points if helpful
    kalyan

  • Error message if invalid characters entered in PM order oper.short text fld

    Hi ALL,
    I need to display a error message, when user enters the invalid characters in work order operation short text field. The error message should be displayed during work order u201CSaveu201D (during creation and change mode).
    Kindly let me know is there is any user exit / BADI can be used for this.
    Note: I have checked some user exit, such as IWO10009 but I am not getting the value of Operation short text (AFVGD-LTXA1) to compare and throw the error message
    Regards
    Ramu

    hi
    the exit is correct but don't use structure field,
    follow this to get text
    get AUFPL(Routing number of operations in the order)from  CAUFV and paa it in AFVC -AUFPLyou get the short text
    it can be usefull
    -ashok

  • Discoverer Report showing invalid characters in the report data

    Hi,
    Can you please help me. I have designed a discoverer report in discoverer desktop 4i, when it is running the data showing some invalid characters in the data like below.
    kara¿ah     L¿MAK HOLD¿NG A.¿
    I have executed the same query in sql plus at that time the data shows correctly. Please let me know, is there any settings required.
    Best Regards,
    Umamaheshwar.

    Hi Umamaheshwar
    This could be a registry setting. Let me give you some background. In the Windows registy, every Oracle Home has a setting called NLS_LANG. This is the variable that controls, among other things, the numeric characters and the language used. The variable is made up of 3 parts. These are:
    language_territory.characterset
    Notice how there is an underscore character between the first two variables and a period between the last two. This is very important and must not be changed.
    So, for example, most American settings look like this: AMERICAN_AMERICA.WE8MSWIN1252
    The second variable, the territory, controls the default date, monetary, and numeric formats and must correspond to the name of a country. So if I wanted to use the Greek settings for numeric formatting, editing the NLS_LANG for Discoverer Desktop to this setting will do the trick:
    AMERICAN_GREECE.WE8MSWIN1252
    Can you please check your settings? Here's a workflow:
    a) Open up your registry by running Regedit
    b) Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    c) Look for the Oracle Home corresponding to where Discoverer Desktop is installed. It's probably called KEY_ORANT
    d) Clicking on the Oracle Home will display all of the variables
    e) Take a look at the variable called NLS_LANG - if it is correct Exit the registry
    f) If its not correct please right-click on it and from the pop-up select Modify
    f) Change the variable to the right setting
    g) Click the OK button to save your change
    h) Exit the registry
    Best wishes
    Michael

  • Value 'KIRBYu00A0' of characteristic 0SORTL contains invalid characters

    hello experts!
    i am facing this error while activating 0vendor. data not available either in info object master neither in psa.
    Error Message: Value 'KIRBY ' (hex. '004B004900520042005900A0') of characteristic 0SORTL contains invalid characters
    Message no. BRAIN060
    Diagnosis
    Only the following standard characters are valid in characteristic values by default:
    !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ.
    Furthermore, characteristic values that only consist of the character # or that begin with ! are not valid.
    You are trying to load the invalid characteristic value 1. (hexidecimal representation 004B004900520042005900A0).
    Procedure for System Administration
    Try to change the invalid characters to valid characters.
    If you want values that contain invalid characters to be admitted into the system, make the appropriate setting in BW Customizing. Refer to the documentation describing the requirements for special characters and the possible consequences.
    For more information on the problems involved with valid and invalid characters, click here.
    regards
    vijay

    Hi Vijay,
    after KIRBY is a characteristic value which cannot be interpreted by BW properply / is not in the valid char list.
    KRIBY is hex value 004B0049005200420059
    the invalid char is hex value 00A0  -> online hex converter didn't found a ASCI match.
    To solve the problem you will need to fix the record in the source. Or you go to PSA -> delete all in teh field and re-enter KRIBY.
    Best regards,
    Axel

  • Invalid characters found in the generated out put file

    hi ,
    I had written  a report to generate a file using open dataset , And In the generated file there are invalid characters generated for few fields. can any body help me with this.
    regards
    nelakonda

    Hi,
    Try below code.
    DATA : l_w_file LIKE rlgrap-filename .
      FIELD-SYMBOLS : <l_w_record> TYPE string,
                      <l_table>    TYPE STANDARD TABLE,
                      <l_line>     TYPE ANY,
                      <l_field>    TYPE ANY.
      DATA         : new_table TYPE REF TO data   ,
                     new_line  TYPE REF TO data   .
      TYPE-POOLS : slis.
      DATA      : wa_fieldcat             TYPE lvc_s_fcat         ,
                  wa_fieldcat1            TYPE slis_fieldcat_alv  ,
                  fieldcat                TYPE slis_t_fieldcat_alv,
                  gt_fieldcat             TYPE lvc_t_fcat         .
      DATA : l_w_length TYPE i.
      DATA : wa TYPE string.
      CLEAR : p_subrc .
      l_w_file = p_file .
      OPEN DATASET l_w_file FOR INPUT IN BINARY MODE.
      IF sy-subrc NE 0 .
        p_subrc = 1 .
        EXIT.
      ENDIF .
      ASSIGN wa TO <l_w_record> CASTING.
      DO.
        READ DATASET l_w_file INTO <l_w_record>.
        CONDENSE <l_w_record>.
        IF sy-subrc EQ 0.
        ELSE.
          EXIT.
        ENDIF.
        APPEND <l_w_record> TO p_it_itab.
    *This method will create a structure required for the
    *runtime table generation
        l_w_length = STRLEN( <l_w_record> ).
          CLEAR wa_fieldcat.
       wa_fieldcat-fieldname    =  wa.
       wa_fieldcat-seltext      =  wa.
          wa_fieldcat-outputlen    =  l_w_length          .
          APPEND wa_fieldcat       TO gt_fieldcat         .
          CALL METHOD cl_alv_table_create=>create_dynamic_table
            EXPORTING
                        I_STYLE_TABLE             =
              it_fieldcatalog           = gt_fieldcat
                        I_LENGTH_IN_BYTE          =
            IMPORTING
              ep_table                  = new_table
            EXCEPTIONS
              generate_subpool_dir_full = 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.
          ENDIF.
    *The structure is assigned to the table <l_table>
          ASSIGN new_table->* TO <l_table>.
    *Structure of Work Area of the table created.
          CREATE DATA new_line LIKE LINE OF <l_table>.
    *The structure of work area is assigned to <l_line>
          ASSIGN new_line->* TO <l_line>.
          MOVE wa TO <l_line>.
          ASSIGN COMPONENT wa OF STRUCTURE <l_line> TO <l_field>.
          INSERT <l_line> INTO TABLE <l_table>.
          CLEAR : <l_w_record>.
      ENDDO.
      CLOSE DATASET l_w_file .
      IF sy-subrc NE 0 .
        p_subrc = 1 .
        EXIT .
      ENDIF .
    Refere above code as per your requirement.

  • Error occured while importing xsd.file(Name contains invalid characters: -

    Hello,
    i muss import xsd.file.  while importing this error occured:
    İFMEXTDEF CCTS_CCT_SchemaModule-2.0 | http://example.org/XXX/XXX/OUT/NOZ (SC_NOZ V001 of example.org):
    Name contains invalid characters: - .
    Only a(A)-z(Z), 0-9, and "_" are permitted
    This xsdfile name is CCTS_CCT_SchemaModule-2.0 but PI doesn't  accept "-". But i muss use this file because this file is standart. What can i do for this?
    Thanks
    Nurhan
    Edited by: Nurhan on Oct 18, 2011 11:22 AM

    HI,
      PI doestnt support special characters like '-'. first you need to change the file name as you specify '-'. to remove that and you have to give '_'. then uyou have to impot >XSD file into ESR under ExternalDefination.
    i hope this will help you.
    regards,
    ganesh.

  • The file name is not valid. The file name is a device or contains invalid characters.

    Hi ,
    I am getting below error in SSIS 2008 package when it is run through control-m
    The file name is not valid. The file name is a device or contains invalid characters.
    component "FF_SRC_InboundFidelityInputFile" (1) failed the pre-execute phase and returned error code 0xC020207E.
    although this package is working fine in dev environment from visual studio.
    control-m agent has proper permissions to the folder still it is failing. Please if anyone knows solution for this issue. I am working on this issue since more than a week but reached nowhere. Please help.
    Thanks 
    Paras Gupta

    Hi Paras,
    Based on your description, it is not the VS IDE issue, if it is related to the SSIS, I suggest you post the issue in this forum here:http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlintegrationservices
    , and there you would get better response.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to delete trailing spaces or invalid characters

    Hi experts,
    I am loading data into a DSO. But in the activation it is showin error. Data is coming upto New data table. After that it is showing error as:
    =============================================
    Value 'Eversafe ' (hex. '204576657273616665 ') of characteristic 0CUSTOMER contains invalid characte .
    Diagnosis
        Only the following standard characters are valid in characteristic
        values by default:
        !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ.
        Furthermore, characteristic values that only consist of the character #
        or that begin with ! are not valid.
        You are trying to load the invalid characteristic value Eversafe &
        (hexidecimal representation 204576657273616665 ).
    System Response
    Procedure
    Procedure for System Administration
        Try to change the invalid characters to valid characters.
        If you want values that contain invalid characters to be admitted into
        the system, make the appropriate setting in BW Customizing . Refer to
        the documentation describing the requirements for special characters and
        the possible consequences.
    ===========================================
    After i edit this in psa it is showing another record as error.
    I think we have to delete the trailing spaces. If this is the case anyone please provide me how to write routine in the transfer rules to delete the trailing space.
    Full points will be assigned.
    Thanks & Regards,
    V N.

    Hi Venkat,
    Thanks for your reply.
    How can i know what are the extra invalid characters to be permitted.
    And also i am getting a message while activating the DSO as follows:
    ============================================
    Activation of M records from DataStore object ZDSO_OO3 terminated
    Process 000033 returned with errors
    =============================================
    Please help me to solve this issue.
    Thanks & Regards,
    V N.

  • REG: Correcting error records which have invalid characters

    Hi All,
    I had couple of questions regarding DTP.
    DTP loads are failing because of the invalid characters, we are correcting the error records from the error stack and then running the Error DTP to process further. now my question is the original DTP is still red, with correct records in the RSMO showing red. Please let me know how to make the red request in to green and maintain the data integrity.
    Thanks in advance.

    I have corrected the Error stack and updated the corrected records through the Error DTP.
    I checked the Number of records which have come to the Table, it is showing correct number of records( i.e error stack data + correct records which loaded in the first shot) but the technical status is still red, so i am curious if i am change the overall status to green manually will that affect the data in any manner?

  • Invalid characters (URGENT please)

    Hello,
    I have two independent systems where in one of the systems users maintain characters like (Á É Í Ó Ú Á É Í Ó Ú Ä Ë Ï Ö Ü….etc). I am not sure how many different type of characters users maintain but I want to populate all of these in the master data.
    Because I do not know all the Special characters, I cannot mention all of them in RSKC. Is there any functional module that converts special characters like mentioned above in to English? ALTERNATIVELY, is there any other work around to sort it out
    I cannot use ALL_CAPITAL in RSKC as well.
    Thanks and Regards,
    Harish Mulaka

    Apparao,
    We created a Function Module with this code and just call it in the Tranfer Rules for the specific InfoObject with Invalid Characters issue. It replaces any invalid character by " " (space).
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_VALUE)
    *"     REFERENCE(I_INFOOBJECT) TYPE  RSD_IOBJNM
    *"  EXPORTING
    *"     VALUE(O_VALUE)
    DATA: length       TYPE I,
           index        TYPE I,
           current_char TYPE C,
           result(60)   TYPE C,
           infoobject   TYPE RSD_IOBJNM.
    CLEAR: result,
            infoobject.
    MOVE I_VALUE      TO result.
    MOVE I_INFOOBJECT TO infoobject.
    TRANSLATE result TO UPPER CASE.
    length = strlen( result ).
    index  = -1.
    DO length TIMES.
      index        = index + 1.
      current_char = result+index(1).
      CALL FUNCTION 'RSKC_CHAVL_OF_IOBJ_CHECK'
       EXPORTING
        I_CHAVL            = current_char
        I_IOBJNM           = infoobject
      I_S_COB_PRO        =
      I_T_COB_PRO_CMP    =
       EXCEPTIONS
        CHAVL_NOT_ALLOWED  = 1.
      IF SY-SUBRC <> 0.
       MOVE ' ' TO result+index(1).
      ENDIF.
    ENDDO.
    MOVE result TO O_VALUE.
    ENDFUNCTION.
    A sample call:
    CALL FUNCTION 'ZFM_ELIMINATE_INVALID_CHARS'
        EXPORTING
          I_VALUE      = TRAN_STRUCTURE-0MATERIAL
          I_INFOOBJECT = '0MATERIAL'
        IMPORTING
          O_VALUE      = RESULT.
    Hope it helps.
    Regards,
    Luis

  • Invalid characters found in PSA

    Hi Guru's,
    Can any one tell me the procedure how to resolve the invalid chars in the PSA.  I tried in RSKC and permitted the all the invalid chars.  But even then i got the same error.  How to edit the records?  This is a Customer Master data.  Your help will be appreciated.
    Thanks in Advance,
    Venkat.

    Hi Venkat
    try using ALL_CAPITAL in RSKC and load again.
    If still this does not work then write the following transfer routine in transfer rules of your customer master datasource. You should create this routine for the field(or fields) which is bringing invalid characters.
    Just replace –ZZZ with you transfer structure field.
    DATA: L_USER_ALLOWED_CHAR TYPE RSALLOWEDCHAR,
    L_ALL_ALLOWED_CHAR(140) TYPE C,
    L_RESULT_STR_LEN TYPE I,
    L_STR_INCREMENT TYPE I.
    CONSTANTS C_SAP_ALLOWED_CHAR(58) TYPE C VALUE
    ' !"%&''()*+,-./:;<=>?_0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
    IF L_ALL_ALLOWED_CHAR IS INITIAL.
    SELECT SINGLE * FROM RSALLOWEDCHAR
    INTO L_USER_ALLOWED_CHAR
    WHERE ALLOWKEY = 'S'.
    CONCATENATE C_SAP_ALLOWED_CHAR
    L_USER_ALLOWED_CHAR-ALLOWCHAR
    INTO L_ALL_ALLOWED_CHAR.
    ENDIF.
    RESULT = TRAN_STRUCTURE-ZZZ.
    TRANSLATE RESULT TO UPPER CASE.
    L_RESULT_STR_LEN = STRLEN( RESULT ).
    L_STR_INCREMENT = 0.
    WHILE L_STR_INCREMENT <> L_RESULT_STR_LEN.
    IF NOT RESULT+L_STR_INCREMENT(1) CO L_ALL_ALLOWED_CHAR.
    RESULT+L_STR_INCREMENT(1) = ' '.
    ENDIF.
    ADD 1 TO L_STR_INCREMENT.
    ENDWHILE.
    If you have loaded data in PSA -> locate the button PSA data maintenance on right hand top side and then you can maintain the data in PSA
    Hope this helps.
    Regards
    Pradip

  • Error: Topic ID "Ầ‾»¿#define" contains invalid characters.

    Hi,
    I have just upgraded to RoboHelp for Word 9. When I compile I get the message:
    Warning - HC3033: File RhubarbRhubarb.hh: The Topic ID "Ầ‾»¿#define" contains invalid characters. The #, =, >, @, !, or \Â˚haracters cannot be used in a WinHelp version 4.0 source file.
    I have 7 files in the project and there is one of these error messages for each file. I checked the .hh files and there is nothing corresponding to that as a Topic ID. I don't use any special characters in my Topic IDs anyway.
    It doesn't seem to be having any effect on my generated project but I'm uneasy about unexplainable error messages. Does anyone have an idea why they're there and how to remove them please?
    regards
    Christina

    To the best of my knowledge (haven't used Rh for Word for a long time) the only solution is sleuthing the elusive illegal character.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Error: 'InfoObject ZDATE contains invalid characters in record 1 in value'

    Dear friends,
    When I am uploading data from oracle datasource (in BW 3.5) I am getting an error 'InfoObject ZDATE contains invalid characters in record 1 in value'. There are no illegal characters in the date instead the date field is blank in datasource. There are other date fields technically the same as ZDATE with blank values but they dont throw an error when scheduler runs.
    Though when I manually upload the data, it's loaded successfully.
    Please suggest where can the error be?
    Regards,
    Amit Srivastava

    You have 2 options:
    1. Corect your data for the characteristics that give errors.
    Or
    2. go to SPRO in BW - Netweaver - BW - general settings - maintain permitted characters.
    In this screen, you maain tain any special characteristic that you the system to recognise and accept. In your case, take your characteristics that give error and add to this.
    Ravi Thothadri

  • How to create a program to eliminate invalid characters...?

    I have a navigational attribute - ZnOORDIT where i am getting frequent invalid characters
    can any one tell me how to code to eliminate invalid chars and correct it with the help of routine.

    Hi,
    For this you would need to create a routine.
    please go through this article.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50db4398-2dea-2b10-1fab-e3195bb311dc&overridelayout=true
    You can also use Function Module 'SCP_REPLACE_STRANGE_CHARS' to Replace the Invalid/Special Character with space.
    Regards,
    Rk.

Maybe you are looking for

  • Feature request

    Hi, After taking an afternoon to test Beta 2 on a complex UI design I have some suggestions: 1. You need to add the ability to create masks. I understand there are some work arounds, but masks should be a non-trivial add especially considering how ea

  • Custom tab field is missing in me21n

    hi all, i am doing one enhancement work. requirement is custom tab with custom field creation in me21n Tcode. i have created all the things using user exit and its working fine also.but now  inside the tab field is not displaying. i dont know what ha

  • My ipod freezed up...won't do anything

    my ipod is completley frozen...it won't do anything....it won't even reset i've tried plugging it into my computer but that doesn't work either. the hold won't work either please help

  • [Icons] Get inactive version

    Hi all, We can see the whole set of icons available in SAP through SHOWICON or RSTXICON programs, or even through SE16 on ICON table. But what about inactive icons? The ones we can see when the function is not available to us in the SAP Gui... Is the

  • How to use Applicant Hire in Manager Self-Service

    Hello, I was trying to use the Manager Self-Service -> Applicant Hire function. I created a requisition in Core Apps using the Business Group Name HR Set Up -> Recruitment - > Requisition and Vacancy form. I then created a vacancy against the requisi