How can I get customer classification characteristics?

Lots of examples in SDN on materials but very limited on customers for this.
I have a functional spec that says to get the user ID I must "take the ZANALYST characteristic of the class ZDEDUCTION on the customer master record".
Okay so the "Z" values are unique values we are using here at the client's site.
I have found that I need to use the FM 'CLAF_CLASSIFICATION_OF_OBJECTS' but how and what to pass is greek to me.
One link here says to "Use CLAF_CLASSIFICATION_OF_OBJECTS. Pass the customer number (internal format) to Object Id, and the KLART value, you will get the values.".
What is meant by the internal format of the customer number and where do I get this?
What is the KLART value?
I know this FM is used for material characteristics but how do I tell it this is for customer characteristics?
What customer tables (tables not structures!) have the values I need to determine
the values required to pass to this FM?  Can I start with KNA1, KNB1, etc?
If any one has sample code on how this is used  - I will ensure you get max points!
Thanks!
Scott

Hi,
Try to use fm VC_I_GET_CONFIGURATION. (This is for  object you want to read is configurable (Class types 200, 201, 300). all others use BAPI_OBJCL_GETDETAIL.
if above not possible
I think
Object table comes from TCLA-OTAB. and your class type TCLA-KLART drives it.
I think for every class there will be unique entry in TCLA based on your class type select the TCLA-OTAB
May this will help you
aRs

Similar Messages

  • How can i get customer material??

    if i just have a material number and the plant which the material is belong to and material group 4(mvgr4),how can i get this material's customer-material(knmt-kdmat).
    if the knmt-kdmat is null,how can i do??
    ths.

    just put this in sequence ,,
    <b>u want customer material for vkorg\vtweg\kunnr\matnr</b>
    or
    <b>customer  for vkorg\vtweg\matnr</b>
    or just tell me ur fields and what to fetch (customer / customer material).
    regards,
    VIjay
    VBAK, VBAP is sufficient for ur query ..
    just explore this tables ..

  • How can I get customer service?

    How can I get costumer service

    Hi Iris and welcome to the Skype Community,
    Please follow the instructions here to contact Skype customer service
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • How can you get custom sounds for when you sign into iChat?

    When you sign into my friend's iChat account on her computer, a computer voice says "Sarah is awesome!", and she obviously custom made that, and I was wondering how you can make custom sounds like that when you sign in.
    Thank you so much, I appreciate it!

    It can be done two ways.
    1) as the other poster describes in making an Alert Sound and placing it in Users/(your account)/Library/Sounds and then selecting it in iChat > Preferences > Alerts fro the action you want.
    2) In Tiger/iChat 3 only
    Go to the iChat Alert Preferences details above and there is an option to have iChat Speak a text phrase which you can type in the Phrase. (this is not there in iChat 4)
    8:14 PM Saturday; April 19, 2008

  • How can I use a SCH-LC11 device in CHINA which bought from ebay. I am not Verizon customer but I prefer to using your 4G LTE Router . How can I get the unlock code? The device may have a bad ESN but I only use it in CHINA. Kindly looking forward your repl

    How can I use a SCH-LC11 device in CHINA which bought from ebay. I am not Verizon customer but I prefer to using your 4G LTE Router . How can I get the unlock code? The device may have a bad ESN but I only use it in CHINA. Kindly looking forward your reply. Thanks!

    It's good to read Antoniad's post.  It reassures me that I can use my new iPad as an international communication device which is the reason I purchased the thing.  However, I called Verizon today (my provider of cellular data) who told me that I can't just pop in a SIM card as you suggested.  He also said that he was from the "Pre-Pay" division of Verizon and he was certain that I couldn't do what I planned to do.  I was extremely disappointed as I had called Apple prior to buying the iPad and I read the algorhythm on the website for choosing an iPad before purchasing.  Those sources were quite specific and the information seemed clear.  I would be able to use my iPad to communicate through cellular connections while traveling on the road, literally, abroad.  I was told that I could pop in a data card wherever I was, just as you indicated in your message above, and voila I was good to go.  The Verizon rep definitively rained on that parade, but said that I might be able to do this if I have a "Post-Pay" account, a different area of Verizon.  I haven't had the chance to talk to this division yet, so I looked to Apple's Support for answers.  Maybe I will find out that I can use my iPad as an international communication device while traveling on the road afterall, however, it appears I may need a different type of account (Post-Pay), something I was never warned about. Can I switch to this kind of account?  I don't know.  I have to find out.  If you have any information about this issue, it would be good to share since I strongly suspect there are others who bought the iPad for the same purpose that I have.

  • How can I get the last updated email address of the customer ??

    Dear All,
    Please let me know, How can I get the last updated email address of the customer ??
    Also, I am trying to read CDHDR table where OBJECTCLAS is ADRESSE, however what value should be passed into OBJECTID field, looks like it is ADRNR with a Suffix BP.
    Please confirm me what value should be passed into OBJECTID field.
    Thank you.
    Anitha

    Hi Anitha,
      Check if this is something that helps you:
    Change documents in BAS
    CDHDR
    address type 1
    objectclass = ADRESSE             
    objectid = addrgroup + addrnumber     (ADRC-ADDR_GROUP + ADDRNNUMBER) !!
                     'BP  000xxxxxx'
    private address (address type 2)
    objectclass = ADRESSE2
    objectid =  'BP  000xxxxxx000yyyyyyy'   
                            persnumber+adrnr private
    address type 3
    objectclass = ADRESSE3
    objectid =  'BP  000xxxxxx000zzzzzzz'
                              persnumber +comp.address
    The above details is from the link: http://wiki.sdn.sap.com/wiki/display/ERPLO/LO-MD-BP
    Regards,
    Swarna Munukoti

  • How can we get the value of the key field in a custom data model using governance API?

    Dear Team,
    How can we get the value of the key field in a custom data model, to be used for manipulation of the change request fields using governance API?
    Any kind of help would be sincerely appreciated.
    Thanks & Regards,
    Tushar.

    Hi Michael,
    Thanks for direction. Let me give more context on this as I'm interested to get more details..One of the issue was to read cross entity field values on UI based on user action and set other entity field behaviour...It is similar to what is being posted here.
    For ex: Reading MTART from Basic Data UIBB in MM MDG UI and set the field properties in some other custom entities say ZZETEST. This cannot be done using UI BADI as it only supports single entity at a time and not cross entity. So alternatively we found a solution where we can enhance existing PLMB feederclass cl_mdg_bs_mat_feeder_form by reading the model and the entity as needed as it it proved that it supports cross entity UI field behaviours and so business requirements.
    This is a workaround for now.
    So the question is How do we achive it using governance API for cross entity field behiaviours.?or what is the right way doing this.
    Can we do that using governance API and its' methods?
    In the Governance API doc you provided below has referring to below external model as part of gevernance API.
    The active or inactive data (before or during the derivation or the check) can be read
    with the external data model interface IF_USMD_MODEL_EXT with the method READ_CHAR_VALUE and
    the corresponding READ_MODE parameter. To avoid unnecessary flushes (derivations), the NO_FLUSH
    parameter should b
    e set to ‘X’.
    Thanks
    Praveen

  • How can I get an ucropped image in a Custom Package when using Stroke and/or Border??

    How can I get a picture in a Custom Package that has a Stroke and/or a border and get the image shown fully, and not cropped in one way or other?
    When I add the stroke/border it adds them inside the cell, thereby altering the ratio of the area for the picture inside it, which crops it in some way. How can I get the image to be uncropped?  The controls available seem to all be for the ration of the outside of the cell, but my image is inside the stroke/border and nothing seems to work on it directly ... 
    Many thanks,
    Gary

    Perhaps I misunderstood your requirement.  I have been frustrated by LR print module and labs effectively squeezing individual shots into existing frames. So I have used LR2Mogrify to export (and then re-import) a 'new image' which manages the discrepancy between a crop and a cell of a different aspect ratio by adding padding - usually 'white' - around the image to a canvas corresponding to cell dimensions. Adding stroke borders can be accomplished in Mogrify inside or outside the image.  A custom package, with multiple cell dimensions can be populated with images created in the corresponding aspect ratio(s) for the relevant cells.
    I'm not aware of a way of automating the creation of cells in a page to dimensions which change with the crop as discovered  - drag and drop images onto a blank page creates cells of the same standard size.  

  • How can I get a credit card re-instated with ITunes/Apple Store?  It was blocked due to an ITunes billing error.  Called customer (lacking in) service, but they were no help!

    How can I get a credit card re-instated with ITunes/Apple Store?  It was blocked due to an ITunes billing error.  Called customer (lacking in) service, but they were no help!  The rep emailed that I had to get a new credit card   No way.... --PB

    Only Apple Account Security could help at this point. You can try calling Apple Support in Canada - you'll have to find one of the several ways, such as Skype, to call an 800 number from outside of the relevant country - and ask for Account Security and see if they can help. Or you can find a friend who speaks Chinese and ask them to help you talk to Apple Support in China. There are really no other options that I know of.
    Note, by the way, that these are user-to-user support forums. You aren't speaking with Apple when you post here.
    Regards.

  • How can I get a tooltip to show up on a custom button obj on a dashboard?

    I have added a ClearAll button object (to clear the filter criteria) on a dashboard that I am working on, and have added some text in the comments section of the properties. I can see the resulting tooltip when I hover over the button in the Client Side IR studio tool; however, when I upload the .bqy to the server and view the report in the web EPM version, the tooltip does not show. I can see the other tooltips for the buttons that were originally on the dashboard template I used, but I cannot see the one for the custom button I added. Does anyone have any ideas how I can get this to show up?
    Thanks in advance,
    Cindy

    I copied an existing clear filter object (I believe this is an image object, but not sure how to confirm) from the provided square tab sample template in Express Template.bqy. After your post, I took a second look at the object and remembered I had changed the name from picClearAll to ClearAll. I had changed the name because the button was continually disabled when navigating within the dashboard before I renamed it. I am assuming this is because the object picClearAll in the provided templates is associated with results filters. I do not have any results filters, so it was showing as disabled. I have filters on the query itself, and was hoping to use this same image on my button to clear the query filters (I put java scripting behind the button to do this).
    Another interesting thing about this is that when I change the name of the object back to picClearAll, and during runtime force the button to be enabled, I DO see the tooltip I am trying to get to work; however, as soon as I navigate or refresh the dashboard in some way, the button goes back to disabled.
    How can I get the button to be enabled (without having filters on my results), and still show my tooltip?
    I am using Hyperion version 11.1.1.3.0.956.
    Thank you for your help,
    Cindy

  • How can i get localecontext within customer validator?

    Hi,
    I want to localize my error message ,so I need to get entity attribute label
    within customer validator,I write code as follows( eo is entityImpl object eo=valCtx.getSource();)
    String attributeLable=eo.getStructureDef().findAttributeDef(tempAttrName).getUIHelper().getLabel();
    but getLabel need localeContext parameter,How can I get it or where can set it ?
    thanks very much
    lixz
    2006/12/5

    Hi,
    try this:
    DefLocaleContext dlc = new DefLocaleContext();
    String attributeLable=eo.getStructureDef().findAttributeDef(tempAttrName).getUIHelper().getLabel(dlc);

  • After getting my software update for safari yesterday (version 6.0) I've lost the google search bar on my menu bar.  I've tried customizing the menu bar by dragging the google search bar to the menu bar, but no luck.  How can I get the google search bar b

    After getting my software update for safari yesterday (version 6.0) I've lost the google search bar on my menu bar.  I've tried customizing the menu bar by dragging the google search bar to the menu bar, but no luck.  How can I get the google search bar back?

    You can't. It's now integrated with the URL bar. It's a search/URL combo.

  • How can i get a refund for unauthorised purchase made by my 6 years old child? I tried in customer service and told me to write a email but I don't know where i have to.

    How can I get a refund for unauthorised purchases made by my 6 year old son. And he purchase games 1200€ With in 3days. How it's possible?

    I'd follow the "report a problem" link
    http://www.apple.com/support/itunes/account/

  • How can i get rulefiles name in  appllication with using custom java code.

    Hi.
    I want to get rulefiles names from analytic service with using java api.
    How can i get rulefiles name. Which api can i use for this issue?

    Hi,
    Use IEssCube.getOlapFileObjects() api to retrieve rule files.
    Insert this code snipid in your code, it will list all the rule files.
    IEssCube cube = olapSvr.getApplication("Sample").getCube("Basic");
    IEssIterator itr = cube.getOlapFileObjects(IEssOlapFileObject.TYPE_RULES);
    IEssBaseObject[] rfs = itr.getAll();
    System.out.println("Rule file count: "+rfs.length);
    for (int i = 0; i < rfs.length; i++) {
         System.out.println("RuleFile"+i+": "+((EssOlapFileObject)rfs).getName());
    you can also list data files and other file objects by changing IEssOlapFileObject.TYPE in getOlapFileObjects()
    Regards
    Rajeev Singh

  • How can I get an mp3 into the music section on iPad without using a computer?

    The situation is this: I have no access to a computer. The iPad is all that I have to use. So I have never synced it to iTunes or anything.
    I am trying to make a video using the movie making app Pinnacle Studio (iMovie doesn't do enough for what I want) and when it comes to choosing audio files, it shows what's stored in the music library of my iPad.
      But here is the problem. The audio is a track I have sent to my own email address as mp3. I want to be able to save it from email into my music folder so that it can then be imported into Pinnacle Studio. But when I click on the mp3 in the email it gives me only options to open it in iMovie or Dropbox. How can I get to use this piece of audio when I can't access a computer? Thanks a lot for any help.

    If you don't have iTunes you will need to buy the song from the iTunes store and download it that way. If it is a custom track you may be out of luck.  The only way to get a song on your device without iTunes involves jailbreaking it. 
    iOS is set up to prevent people from emailing each other songs, videos, movies, books, etc. This is how Apple got their contracts with the content providers by promising that they would do what ever it takes to prevent people from sharing content that they didn't pay for.

Maybe you are looking for

  • Firefox crashes all the time, even in safe mode. Unable to even bring up profile manager

    This just started a few days ago, when it updated to 33.0. Windows 7 on a laptop I have run a malware scan and it found nothing. I've tried uninstalling and reinstalling, still crashes I've tried to create a new profile, and profile manager won't sta

  • EWM- serialnumbers posting goods recipt, error in qRFC queue.

    Hello We have a problem and dont know where to look at the moment. The problem is we make a purchaseorder, for a serialized material, we make an inbounddelivery in vl31n where we specify the serialnumbers. This delivery is transferd to SCM system and

  • Is it possible to have a splash page that you only see once?

    Hello, I was hoping to find out if it's possible to have a splash page for a sign up form that you would see just once. If you skip the sign up form it takes you to the regular site and you never see the splash page again. Is something like that poss

  • Wheres the WiFi on my desktop windows 7 home premium

    I been looking for my WiFi on my windows 7 home premium it wont show up if tired nearly all that i know and well i don't think its much but i connect my desktop to the Ethernet with a cable but i want to move it around but the WiFi wont show 

  • Get Root Path

    Hello All, I run the following code on my computer but, return me the location of JRE and not the root path of program? public class GetRootPath {      * @param args      public static void main(String[] args) {           String path = ClassLoader.ge