Unassigned characteristics for certain record

Hi Experts,
We had a reconicilliation issue in our production system.
On further analysis we found that there are certain records with un assigned characteristcs but key figures are populated, while loading data from one DSO to another DSO by delta mode.
Since the important characteristics like GL account, Cost Center, Cost element were not assigned to the target DSO for certain records there is a reconcilliation difference.
There is no logic written to clear the characteristics for certain record
Regards
Suresh Kumar

Hi Sam,
We cannot display free chars dynamically based on Users. Instead you can try below:--
Make a copy of your Query and keep specific free chars which are suppose to be shown to set of users.
Create new role in PFCG and assign this new query to this role. Add those set of users in this role.
The users who wants all free chars can continue with already existing queries and roles.
Regards,
Suman

Similar Messages

  • List View Showing Multiple Entries for Certain Records

    I've been updating my large mp3 library with album art in order to make the list view more useful and fun to look at. With just a handful of records however I've noticed that they're getting split into multiple entries. For instance, Album X shows up twice, with one entry displaying only song 1 and the other entry displaying the rest of the songs.
    I've looked hard at the tags but I don't see any difference. All the records in question were ripped using iTunes so they're not coming from different sources either.
    Any thoughts would be hugely appreciated! Cheers.

    Thanks again; I tried the solution this morning and it fixes the problem. I've marked the thread as such. Unfortunately it's a lot of fiddly updating, but hey, it's better than no workaround at all.

  • Accept tab not activated for characteristics in result recording screen

    Hi,
    'Accept and Reject tab' is active only for few characteristics in result recording screen.After entering all the inspection data's system is manually valuating each MIC.
    Pls. help me on how to activate the 'Accept and Reject tab'  in results recording.
    Regards,
    Shrini

    Dear Gajesh,
    Thanks for your prompt reply.
    I have created a SAMPLING PROCEDURE --> QUAL-DMS.
    IN ASSIGNMENTS,
    Sampling type  --> 300 -- USE SAMPLING SCHEME
    Valuation mode  --> 1000 - ATTRIBUTIVE INSPECTION NON CONFIRMING UNITS
    (I have selected the system defined Sampling Scheme-> 252 ISO 2859-1 / Level II / multiple)
    Sampling scheme   -->      252       ISO 2859-1 / Level II / multiple( SYSTEM DEFINED)
    Determination rule    30        Use sampling scheme
    Sampling scheme       252  ISO 2859-1 / Level II / multiple
    Inspection severity -->  4   -  Normal inspection
       AQL value      -->      15.000
    THIS TABLE CONTAINS C1,D1;C2,D2;etc  --> System Defined.
    AS I have selected 252 - ISO 2859 -1/ Level II / multiple,
    all values of the above sampling scheme must be copied.
    It has calculated the sample size 40 for the sample lot 280 correctly
    --> sample size is 8
    5 samples are to be considered
    5 x 8 = 40 samples --> System calculated the 40 samples correctly
    SAMPLE LOT --> 280
    SAMPLE SIZE --> 8
    FIRST SAMPLE C1 --> 0 AND D1 --> 5;
    SECOND SAMPLE C2 --> 3 AND D2 --> 8
    THIRD SAMPLE C3--> 6 AND D3 --> 10
    FOURTH SAMPLE  C4 --> 9 AND D4 --> 12
    FIFTH SAMPLE --> C5 12 AND D4 --> 13
    I have not defined. I have selected the --> SAMPLING SCHEME 252,
    I feel that all its value have to be copied.
    Am I correct?
    Please advice.
    With Best Regards,
    Raghu Sharma

  • How to do authorizations on unassigned nodes for hierarchies

    Hi,
    Is there a white paper from SAP that shows how to do authorizations for unassigned nodes for the hierarchies? Or has anyone completed this challenge and would be willing to share their approach and strategy?
    Thanks
    Will

    Hi Ashwin,
    The characteristics are 0COSTCENTER and ZDEPT. The Hierarchy structure should be
    -Test Hierarchy
    --Cost center 1
    ---Dept1
    ---Dept2
    ---Dept3
    --Cost center 2
    ---Dept4
    ---Dept5
    ---Dept6
    --Cost center 3
    ---Dept7
    ---Dept8
    ---Dept9
    Etc.
    We have transaction data where a certain Cost center doesn't have the department and when displaying the hierarchy there would be some unassigned nodes for the BW report.
    What would happen if the following hierarchy is in place and I am trying to do authorizations for the 0COSTCENTER and ZDEPT:
    -Test Hierarchy
    --Cost center 1
    ---Dept1
    ---Dept2
    ---Dept3
    --Cost center 2
    ---Dept4
    ---Dept5
    ---Dept6
    --Cost center 3
    Where cost center 3 has no department for it?
    Thanks and regards
    Will

  • Avoiding creation of inspection lot for certain vendors.

    Hi,
    There is one requirement from my client side , that Inspection lot should not be created for certain vendors ( Issuing plant also consider as vendor here).
    The correct requirement is if it is transfered from other plants it should not create the lot and on the other vendors it should create.
    We have a have a option through maintaining the QM info record but it was not maintained earlier and newly creation is too difficult.
    I remember there is some exit is available to overcome this. Any one having the earlier experince on this...Provide the exit and FM name... High priority one.
    Regards
    Pragash

    Dear Pragash
    1) You can maintain Quality info Record in enmass using QI06. Only maintain for the vendor you need to skip.
    2) This exit can help you in controling the inspection lot
    QAAT0002 Control of acceptance lots/goods receipt  
    QBCK0003 Extended QM check for goods receipt                                         
    Regards
    Gajesh

  • Table cntrol field to be display/Change only For each record

    Hi all,
    How to set a particular Field in table control either as display only or
    change only for <b>each row</b> based on certain condition.I need to set this property for each record in table control not for the entire coloumn?.I know the procedure for setting up an entire coloumn in table control either as diplay or change only using <b>Loop at screen</b> statement.
    Conditions:
    If Material is batch managed:
    itab-batch field has to be <b>Display only</b> mode.
    if material is not batch managed:
    itab-batch field has to be <b>change mode</b>.
    <b>O/p of Table Control :</b>
    Material     Batch
    1000         Display only
    2000        Change only
    8000        Change only
    3500        Display only
    3600        Display only

    Hi Ravi,
              Thanks for your reply.I have put the code as u said. It is modifying the whole coloumn insted of  modifying Current row of the coloumn.
    I have tried to modify the screen property using  Table control attributes (TC-COLS).The following commented code is that logic.Even that also doing the same thing.Can yoy please tell me how to do it.
    MODULE tc_get_lines OUTPUT.
    LOOP AT SCREEN.
        IF screen-name = 'X_ZPINV-CHARG'.
          IF fg_batch = ' '.
            screen-input = 0.
          ELSE.
            screen-input = 1.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    LOOP AT tc-cols INTO tc_wa
      WHERE screen-name = 'X_ZPINV-CHARG'.
       IF x_zpinv-matnr IS NOT INITIAL.
         CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
           EXPORTING
             input  = x_zpinv-matnr
           IMPORTING
             output = v_matnr.
         SELECT SINGLE * FROM marc WHERE matnr = v_matnr
         AND werks = w_plant.
         IF marc-xchar IS INITIAL.
           tc_wa-screen-input = 0.
         ELSE.
           tc_wa-screen-input = 1.
         ENDIF.
         MODIFY tc-cols FROM tc_wa INDEX sy-tabix."    transporting screen-input
       ENDIF.
    ENDLOOP.
    ENDMODULE.                    "TC_GET_LINES OUTPUT

  • Search for certain Characters within set of Characters - in a field

    Hello -
    I know a search can be made within a field for a word, but I am not to sure, or I don't know how to accomplish this...To do a search in a field for certain characters within a larger set of charcters.
    For example: I would search, in the Call Description field, for DXXXX within CA0001DXXXXYYY or search for LXXXX within CA0001LXXXXYYY, the X is numeric characters and the Y's are Alpha characters. Can crystal accomplish this....
    Thanks for your gracious help....
    G.

    Like I said earlier, this code:
    If instr({database_field}, 'DXXXX') > 0 then "String Found" else "Not Found"
    cannot be used in a Record Selection formula.
    The following code can be used in the Record Selection formula:
    Instr({database field}, "string") > 0
    If you wish to search for 'D4444' in the field and return records where a match is found, you would use:
    Instr({database field}, "D4444") > 0
    -Abhilash

  • Urgent:1099 for certain vendors!!!!!!!!!!!

    Hi,
    User requirement here is , they want to use 1099 for certain vendors like contractors, some employees without the withholding tax code. Could anyone suggest me how to do this in vendor master records.
    Thanks

    Hiya,
    This might help:
    http://www.sap-img.com/financial/1099-misc.htm
    http://www.copacustomhelp.state.pa.us/infopak/content/fiap_y_dc1_32000315/wi/html/index.htm
    Cheers.

  • User Defined Characteristics for Operating Concern.

    Hi All...,
    I got the total list of characteristics from the core team for the Operating Concern.
    Now some of the characteristics are there in the possible entries or Selection Box. Where as for the rest, we have to create manually with User Defined Parameters.
    While creating the new characteristics in KEA0 with User defined option, it is not allowing me to enter the ORIGIN & CHECK TABLE, where it is taking the one default value T25**.
    Now how can I create the new characteristics….
    Regards.,
    Raja

    Hi,
    When you create the new Characteristic, just input the  Description, Short text & heading & the data type & length. When you click on save, system prompts you with a message " New check tables should be created for certain chars. 
    How should the entry of numbers for this table take place?"
    Click on Automatic and the system will populate the ABAP dictionary & the Check Table, Text Table & Text field values.
    If you create a Characteristic with reference to a SAP table, the Origin table & the Origin field values will get populated automatically. Origin is not relevant , if you select the User defined option while creating new Characteristics.
    Assign points if useful.
    Regards,

  • How to find if certain record exists from stored procedure

    Hello
    I am not an expert in this and am trying simple thing. I want to find if certain record exists in a table and if so set some boolean variable.
    create or replace procedure findit(param)
    AS
    return_group boolean;
    BEGIN
      myflag := false;
    --here goes my question
    -- say I have SELECT WHATEVER FROM TABLE WHERE BLA = param
    --if it returns at least one record set myflag to true;
    END;Any idea?

    THanks Satyaki_De,
    However, when I put simple SELECT statement in the body of my procedure it does not compile. Actually I should have said that before. So here is my code and where it breaks:
    create or replace procedure close_subjects(study_id varchar2)
    AS
    return_group boolean;
    BEGIN
    dbms_output.enable(1000000);
    FOR current_group IN(
       SELECT DISTINCT group_id from groups WHERE study_id=study_id
    ) LOOP
       FOR current_subject IN(
          SELECT individual_id from groups WHERE group_id=current_group.group_id AND study_id=study_id
       ) LOOP
          return_group := true;
          SELECT INDIVIDUAL_ID FROM ASSIGN WHERE DATE_TIME_ASSIGNED = ( SELECT MAX(DATE_TIME_ASSIGNED) FROM ASSIGN WHERE INDIVIDUAL_ID = current_subject.individual_id ) AND                            ASSIGN_STATUS_ID = 'A';
         IF SQL%RowCount = 0 THEN
           return_group := false;
             dbms_output.put_line(current_subject.individual_id);
          END IF;
       END LOOP;
    END LOOP;
    END;
    /If I comment out SELECT statement and leave dbms_output for testing purposes it works well. As I said I am faaaar from expert and seems to me that I cannot have SELECT in procedure BODY?

  • Characteristics for class type 001 and class 59111 - Message Re-phrased

    Hi All,
    Let me put in better words.
    The requirement is to get the list of Characteristics that are associated with a particular Class type and Class that would be entered by the user in selection screen. I have used KLAH and KSML to establish the link and got the relevant characteristics list configured. It worked for me for most of the Class type and Class combination.
    The issue is on particular class type 001 and class 59111, if I put a lookup in KSML, I don't get any records. But if we look in the configuration CL02 for the same Class type 001 and class 59111, I see a list of characteristics configured there.
    Does anyone know how to fetch the characteristics on this particular case?
    Thanks
    Rajesh.
    Edited by: Rajesh Kumar K on Jan 12, 2012 12:12 PM

    Hi Sylendra,
    Thanks for looking into it and replying with your thoughts.
    What you have mentioned about the approach on getting the characteristcs from KLAH and KSML is exactly how I have written in my program. Ofcourse your second statement of going into AUSP to get the values for characteristics for an Object (eg: material number XXXX) is also correct.
    But my issue is still on getting the relevant characteristics for the class tyoe 001 and class 59111. I need to display to user the relevant characteristics  that are configured for Class type 001 and class 59111. But when I go into KSML passing the internal class number and class type, I don't get any records. If you see, I am not searching characteristic values for an object, I am searching for characteristics itself.
    The question would be, why records are not maintained in KSML for class 59111 (though they show in CL03) . or there are any other tables to read characteristics...
    Thanks
    Rajesh.

  • Automatic POP screen for Defect Recording

    Hi,
    I am working at Result recording, my client want to record the defect at time of result recording with help of Automatic POP screen of defect overview. I did not find the assignment for automatic POP screen for Defect,
    Pl helps me for finding that solution

    Hi,
    You can get the automatic POP screen for Defect Recording after you Reject the characteristics in the result recording. For that you need to flag the Defect recording check box in the control indicators of the inspection characteristics.
    If you are using the task list then select the inspection characteristics and then click on the control indicators. Flag (check) the Defect recording check box in the tab results confirmation.
    If you are using the master inspection characteristics the click on the control indicators and flag (check) the Defect recording check box in the tab results confirmation.
    By this way you can get the pop up. You can also get the automatic defect codes assigned to your result recording after rejecting. For that you need to assign the defect code in the catalogs of your inspection characteristics or master inspection characteristics.
    Please give points if found useful.
    Regards,
    Manoj

  • I have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

    i have problem with fonts for my site, i have used "Lucida sans unicode " family for certain texts. it shows perfect in mozilla 3.5 and mozilla 4. But the font not supporting in mozilla 5.0? please help me

  • Report takes long time for few records

    hi frends,
    I m facing one problem with my Web based erp application which is developed in .net , in my application when i open the  report from my applicaiton , in my temp folder there one file gets created name is "rpt conmgr cache"
    bcoz of this for few records also my report takes too much time and opens very slow and it takes long time, and it happens in some of the reports only , other reports are working cool and its not creating any file in temp folder,,, so can u guide me whats this file and what can be the solution for it,
    Thanks
    Mithun

    hi sabhajit,
    i have already checked the sql query it is taking less then seconds.
    any other steps u want me to check then pls let me know?
    thanks mithun

  • Sales Orders not to be created for certain customers via legacy

    Hi,
    We have an inbound interface from legacy into SAP which creates Sales Orders in SAP. But we have a requirement where the business does not want sales orders to be created for certain customers in SAP via the interface.
    To prevent the sales orders from being created for those customers via the interface, we have created entries in the look-up tables (Hope other projects also use lookup tables and are aware of what are look-up tables). But still the sales orders are being created in SAP for those customers via the interface.
    What else should we do to prevent the sales orders from being created for those customers.
    Thanks in advance.
    Mick

    Hi ABAP gurus, need your help on this one. Any help would be greatly appreciated.

Maybe you are looking for

  • How to divide SAPS when having two instances on same host

    Hello I wander how to divide SAPS when having two instances on same host. By looking at st06? Thank you in advance

  • Milestone Error when changing the status of service request.

    Hi Expert. I got an issue where service request is displayed with an error "Item 10: Start and end dates must be identical for a milestone date". I took around 200 service requests and observed that in the change history, the response profile of the

  • My new sim is saying its registered to someone else

    I got a sim off ee shop eBay and requested unlock for it. Registered it in my name etc then after a few days they text and said it was registered to someone else so I couldn't unlock my phone using the sim? What is this all about?

  • Language in 'help'

    Hello, I downloaded the English-Arabic enabled trial of CS6 because I occasionally work with Arabic text. However, my main language is English, but when I click on 'help' the page appears only in Arabic. There are also some other instances where Arab

  • K8N Neo4 Platinum - Audio In not working?

    I've plugged in 3 cd players, and a ton of other things, and made sure that the volume is up on my pc and i can't seem to get any of the audio in to come through Any idea how to get it to work?