Set "Contractual User Type" when creating user in AS ABAP

Hello
For our productive landscape we use "mySAP ESS" user-types, see "Licence Data" in SU01 or table TUTYP.
In IdM 7.1 SP3 I have not seen any option for reading or setting these kind of values.
Is there any way to use this parameter in IdM? How?
Will it be implemented in future releases?
Regards
Michael

Hi Michael,
The connector supports this setting:
Just uppdate the configuration with these attributes, and valid values.
(This sample is from a toSAP-pass)
# UClassLicType                  %MX_LICENSEDATA_LIC_TYPE%
# UClassSpecVers                 %MX_LICENSEDATA_SPEC_VERS%
# UClassCountrySurcharge         %MX_LICENSEDATA_COUNTRY_SURCHARGE%
# UClassSubstituteFrom           %MX_LICENSEDATA_SUBSTITUTE_FROM%
# UClassSubstituteUntil          %MX_LICENSEDATA_SUBSTITUTE_UNTIL%
# UClassSysid                    %MX_LICENSEDATA_SYSID%
# UClassClient                   %MX_LICENSEDATA_CLIENT%
# UClassBnameChargeable          %MX_LICENSEDATA_BNAME_CHARGEABLE%
Best Regards,
Matt

Similar Messages

  • Test Note (Documentation Type) when creating Test Plan

    Hi Gurus.
    After we upgraded our SolMan 7.0 system from Support Pack (ST component ) level 19 to level 25,  I noticed this new field "Test Note" (Dcoumentation Type) when creating a Test Plan in transaction STWB_2.
    Initially, when I haven't chosen any project yet, this field has a list-of-values (i.e. Test Case Note, iTutor Document) but when I choose a project, the list-of-values only showing "ST". I also tried choosing another project and there is no value in the list.
    Does anyone know where this list is coming from or how I can configure this?
    It looks like project-related and but I couldn't find any settings for this.
    Can this field be turned off so it will not show in the screen?
    Thanks,
    Tess

    Hi Tess,
    The documentation type ST is the standard documentation type for test notes.
    Test notes are needed by testers to document results in detail during/after testing a test case.
    In SOLAR_PROJECT_ADMIN  there is the text menu 'GOTO - Project Template - Implementation Projects'
    and then there to the tap 'Documentation Types' to do the default settings for 'ST' for all implementation projects.
    Otherwise you'll have to change settings in the administration for each project!
    There you can assign your own documentation template for ST in the central settings.
    If you are using other project types for testing you'll have to do the same for each project type.
    Regards,
    Adelbert

  • Set valuation type when create or change po

    In our po line item on the screen, there have a check box to mark those item as free and set the unit price as zero. Now i get a reqirement that want to set the valuation type to FOC once the checkbox is check. I would like to know can i achieve the requirement by userexit? if yes. which userexit should i use. Thanks!

    check oss Note 844949
    Solution as per Note :
    Call transaction BUSP and generate the subscreen containers for the application objects BUPA, FICA and BUPR. To do this, set the "All screens" indicator under "Generate All Screens or Just Selected Screens".
    If this does not correct the incorrect display, use transaction BUPT for the business partner or transaction CAWM for the contract account to make sure that the fields are not missing due to the field modifications. (If you cannot call these transactions, exit the SAP Easy Access menu by using /n and then call BUPT or CAWM).

  • Limit transaction types when creating follow-up transactions

    Hi! We are operating in CRM 5. We have a requirement to only display certain tasks when creating followup document from an existing activity. Now, I thought that the copy control configuration would do the trick but I still see a big list of tasks, activities and sales transaction types appearing on the screen (as good as creating a new independent document). Can someone please confirm whether this requirement is at all possible in CRM 5?
    Cheers!
    SF

    Hi,
    We had a similar requirement. We used implemented CRM_ORDER badi and used the method ENQUEUE.
    We wrote  a logic to check the object type and process type of the transaction and also its doc flow.
    If there is no doc flow available a logic is written to throw an error message as no standalone document can be created.
    You can try implementing this badi and write a code in it.
    Also you can throw custom message if user tries to created standalone orders.
    Regards,
    PP

  • How to set a customer type when submitting a form

    Hello! How do I set a customer's 'Customer Type' when they submit a form? In other words, I have a form on my website and if a user completes and submits that form, I would like that user to be given a specific Customer Type.
    TIA

    You cant yet.
    Soon though.
    The output for these via liquid will be available in the release later today and hopefully the form aspects will be in the new future.

  • NESTED Tables for Sub-types when creating table for Super-type

    If I create the following types, as an example:
    Person with subtypes: Employee and Customer
    Appointment
    CREATE OR REPLACE TYPE Person_OT AS OBJECT (
    person#                         NUMBER,
    personSurname                    VARCHAR2(50),
    personForenames               VARCHAR2(50),
    personDateOfBirth               DATE,
    personAddress                    Address_OT,
    ) NOT FINAL ;
    CREATE OR REPLACE TYPE Employee UNDER Person_OT (
    empSalary               NUMBER,
    empNoSales          NUMBER,
    makes               Appointment_List_OT
    ) FINAL ;
    CREATE OR REPLACE TYPE Appointment_OT AS OBJECT (
    some attributes
    CREATE OR REPLACE TYPE Appointment_List_OT AS TABLE OF REF Appointment_OT ;
    When creating the table to hold objects of Person type, how can the requisite nested table for representing 'makes' be declared? The below approach is not correct, however the table will not compile without naming the nested tables.
    CREATE TABLE Person_TBL OF Person_OT (
    Person#     PRIMARY KEY)
    NESTED TABLE makes STORE AS Appointment_List_NTBL;
    Advice very much appreciated!

    CREATE TABLE Person_TBL OF Person_OT(
    Person# PRIMARY KEY)
    NESTED TABLE TREAT(SYS_NC_ROWINFO$ AS EMPLOYEE).MAKES STORE AS Appointment_List_NTBL
    Table created.
    SQL> select * from user_nested_tables
      2  /
    TABLE_NAME                     TABLE_TYPE_OWNER
    TABLE_TYPE_NAME                PARENT_TABLE_NAME
    PARENT_TABLE_COLUMN
    STORAGE_SPEC                   RETURN_TYPE          ELEMENT_SUBSTITUTABLE
    APPOINTMENT_LIST_NTBL          SCOTT
    APPOINTMENT_LIST_OT            PERSON_TBL
    TREAT(SYS_NC_ROWINFO$ AS "SCOTT"."EMPLOYEE")."MAKES"
                           DEFAULT                VALUE                         N
    SQL>  SY.

  • Field Ref. and SRef,mat type when creating new material types

    Hi,
    While creating new material type we are giving the Filed ref. on that basis sytem find which fields are option mand. etc. below the filed ref. there is also SRef for material type , why this fileld is use ? if this is screen sequence ref. then what is use of industry sector when creating material bcoz industry sector also determines the scrren ref. then which will follow when we creat the material.
    regards,
      zafar

    Hi,
    SRef is the Screen reference .
    You have to create the Sref then it should assign depending on the transaction.
    Grouping of transactions that determines what screens are displayed depending on the transaction when you maintain material master records. It also determines the order in which the screens appear.
    The screen reference Transaction is in table T130M.
    In material master the first reference is industry sector,then specific to the industry sector what is the material type & screen sequence.
    Regards,
    Raj

  • Cannot select Item Type when creating new Backlog Items

    According to the documentation, when creating a new Backlog Item in TFS Online (https://www.visualstudio.com/get-started/create-your-backlog-vs),
    illustration #3 shows that you should be able to select the Item Type from a combo box. 
    However, I can’t.  Mine just shows “Product Backlog Item”. 
    How come I don’t have a combo box to select the Item Type? 
    I’m trying to create an item with a type of “Bug” as shown in illustration #4.

    Hi MBHunt,
    You can enable bugs in backlog by following the instructions in below picture.
    Or you can work with Bug WIT in the same level as Task WIT by selection option as below.
    Cheers!
    Chaminda

  • Place a string before a data type when creating a column in a new table

    Hi,
    I am trying to create a table in Oracle 10g called Penalty with the following Primary Key; PenaltyType. I wish to insert the word 'penalty' and a single number into each column without creating a sequence, for example penalty1, penalty2, penalty4, penalty9 etc with the number input by the user and the database automatically inserting the word before it.
    I am not sure about how I go about creating this as a constraint on the data type, could anyone possibly enlighten me?
    I am using code which forms part of a larger SQL script to create a car hire database as detailed below;
    CREATE TABLE Penalty
    (PenaltyType ???????????????
    CONSTRAINT pen_PenaltyType_pk PRIMARY KEY (PenaltyType),
    MinDay NUMBER(3),
    MaxDay NUMBER(3),
    Cost NUMBER(2, 2));
    Where the question marks would be replaced by the inserted word and single number to meet data type constraint:- "The word penalty followed by a single number (eg. Penalty1) "
    Any help would be most appreciated, hope it's not too confusing, and sorry about formatting but the forum left justifies it all.
    Thanks,
    Jason

    Something like this ?
    SQL> desc penalty
    Name                                                              Null?    Type
    PENALTYTYPE                                                       NOT NULL VARCHAR2(20)
    MINDAY                                                                     NUMBER(3)
    MAXDAY                                                                     NUMBER(3)
    COST                                                                       NUMBER(2,2)
    SQL> create or replace trigger trig_penalty
      2  before insert on penalty
      3  for each row
      4  begin
      5     :new.penaltytype := 'Penalty' || trim(to_char(to_number(:new.penaltytype),'000000'));
      6  exception
      7     when others then
      8       raise_application_error(-20001,'Wrong value');
      9* end;
    SQL> /
    Trigger created.
    SQL> insert into penalty(penaltytype) values(1);
    1 row created.
    SQL> select * from penalty;
    PENALTYTYPE                   MINDAY          MAXDAY            COST
    Penalty000001
    SQL> insert into penalty(penaltytype) values('A');
    insert into penalty(penaltytype) values('A')
    ERROR at line 1:
    ORA-20001: Wrong value
    ORA-06512: at "TEST.TRIG_PENALTY", line 5
    ORA-04088: error during execution of trigger 'TEST.TRIG_PENALTY'
    SQL>BTW, you can use tags, [pre] before text, and [[i]pre] after text, to format it.

  • How to set "Files of type" when using a "File Browse" item.

    Apex 4.0.2
    Internet Explorer 7 +
    I have a "File Browse" item on a page and need to limit the types of files display to just "text (.txt)" files. How can this be done? Currently, the "Files of type" list shows "All File (*.*)", "Pictures (*.gif,*.png)", and HTML (*.htm,*.html)". In the best case, I would like to not have the "Files of type" list and have the user just limited to text files. However, adding Text files (*.txt)" to the "Files of type" list is ok.
    thanks,
    William

    Thought i'd do a bit of research after seeing Scotts wonderful ideas.
    So it turns out, IE made the file item read only from version 8, for security reasons. Read more: http://blogs.msdn.com/b/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx
    File Upload Control
    Historically, the HTML File Upload Control (<input type=file>) has been the source of a significant number of information disclosure vulnerabilities. To resolve these issues, two changes were made to the behavior of the control.
    To block attacks that rely on “stealing” keystrokes to surreptitiously trick the user into typing a local file path into the control, the File Path edit box is now read-only. The user must explicitly select a file for upload using the File Browse dialog.
    Additionally, the “Include local directory path when uploading files” URLAction has been set to "Disable" for the Internet Zone. This change prevents leakage of potentially sensitive local file-system information to the Internet. For instance, rather than submitting the full path C:\users\ericlaw\documents\secret\image.png, Internet Explorer 8 will now submit only the filename image.png.To resetting the actual items, suggestions I found were to replace the actual item. So instead of using $s, I just replace the element, with the existing element, causing it to re-initialise.
    var htmldb_delete_message='"DELETE_CONFIRM_MSG"';
    function fileCheck(el){
        if(el.value){
            var validFile = false;
            var validExtensions = ["csv"];
            var filename = el.value;
            var fileExtIndex = filename.lastIndexOf(".");
            var fileExt = filename.substring(fileExtIndex+1, filename.length);
            for(i = 0; i < validExtensions.length; i++){
                if(validExtensions[i] == fileExt){
                    validFile = true;
                    break;
            if ( !validFile || fileExtIndex == -1) {
                alert("Invalid Extension. Permitted files must end with: " + validExtensions.toString());
                var htmlContents = el.outerHTML || new XMLSerializer().serializeToString(el);
                $('#P16_BINARY').replaceWith(htmlContents);
    }(obviously, replacing what you need to, to suit your page - i prefer scotts idea of passing in supported file types in the function, so would just pass in an array instead; but this is just for demonstration)
    with an onchange="checkFile(this)" on the element attributes.
    On a slightly un-related note, I found out IE doesn't support the wonderful indexOf function on arrays, that checks for the existence of the value in an array. Sucks.
    Edited by: trent
    Ah well, jQuery is there, maybe i should use that for searching arrays in the future.
    http://api.jquery.com/jQuery.inArray/
    Edited by: trent
    Forgot a demo link, for csv files: http://apex.oracle.com/pls/apex/f?p=45448:16
    Edited by: trent
    Modify function. Didn't work in Firefox

  • Choose a content type when creating a new list item

    Hi,
    I would like to know if there is a way how to change the "New" link in a SharePoint list.
    Problem:
    I have a list with free content types. If I click an existing item a form appears where I can change the content type. But if I create a new item by click the "New" link (directly to the link, not to the little arrow), I am automaticly creating the default content type (the first one).
    This is confusing for users. Can I change it so a user can choose a content type after he or she clicks the "New" link?
    Thanks for any advice.

    Hiya,
    I have a solution!
    If you have three set content types for a list, rather than encouraging people to click the arrow by the new button put three links on a new page that link to the new form for each content type.
    <a href="http://site/Lists/test/NewForm.aspx?ContentTypeId=CONTENTTYPEID1">Create a new item with content type 1</a>
    <a href="http://site/Lists/test/NewForm.aspx?ContentTypeId=CONTENTTYPEID2">Create a new item with content type 2</a>
    <a href="http://site/Lists/test/NewForm.aspx?ContentTypeId=CONTENTTYPEID3">Create a new item with content type 3</a>
    The main problem with this is that if you add new content types to the list, you have to add new links to the page.
    Mike
    The only thing I would add is that, the content type ID is a number (1, 2, 3.....) based on the order that the content types were added to the SP list.

  • CS4 Set default file type when placing file

    The File->Place dialog box has a default file type of 'Importable files.'  Is it possible to set the default to All files (or anything else)?  Making the change manually does not seem to stick.  I have the same general question regarding File->Open.  A search of the forums returned one hit (unanswered) in the Dreamweaver forum.
    Thank you.
    Dick Conrad

    Peter:
    Good question.  One of our editors made this request, and I believe that he works with files that lack extensions.  But controlling the default would also let us go in the other direction: quickly see only .rtf or .txt files, for example.
    Any trick would be impractical if it lived in InDesign Defaults.  All ID users get the same copy, and no two editors would want the same filter.
    Thanks for your response.
    Dick Conrad

  • Set different PO type when convert PR to PO using ME59N

    Hi SAP,
    This process is for third Party Sales Order, PR will be created after Third party Sales order is save, Then i use ME59N to convert the PR into PO. the problem is, The PR order type is "NB", when convert the PR into PO it will carry PR Order type NB for PO order type, how do i change the PO order type from "NB" to others ?

    Hi,
    Refer OSS note : 1361265
    You can use the implementation of the BAdI ME_BSART_DET to adjust document type determination according to your requirements.
    The attached sample implementation ensures that the document types that are maintained for EA-DFPS are always found in transactions ME59N and /ISDFPS/PRPLD.
    If this sample does not meet your requirements, adjust the source code according to your requirements.
    Proceed as follows:
    Call transaction SE19 (BAdI Builder: Initial Screen for Implementations).
    In the "Create Implementation" section, select "Classic BAdI", enter the BAdI name "ME_BSART_DET", and choose "Create Impl.".
    Enter an implementation name, for example, ZISDFPS_ME_BSART_DET.
    Confirm the customer namespace information and on the next screen, enter your own short text for the implementation.
    Save and activate the BAdI implementation.
    The implementing class is also specified on the "Interface" tab page.
    Double-click to navigate to this class. Implement the method IF_EX_ME_BSART_DET~BSART_DETERMINE as described in the correction instructions.
    Regards,
    Ram

  • How to set country field automatically when creating new customer??

    Hi Gurus,
    when customer number is entered in account identification, if there is no matching account, a new one is created. While creating , in the screen there is an country field and I want to set this field to a fixed value of our country. How can I do this??

    Hi everybody,
    I got a simple question. Can I use BADI: BADI_CRM_BP_UIU_DEFAULTS of Enhancement Spot CRM_UIU_BP_ENHANCEMENT
    to make the country 'US' as a default value for component: ICCMP_BP_DETAIL  (NOT: BP_HEAD)?
    Component ICCMP_BP_DETAIL is Interaction Center.
    If not which Badi or way I can use to make country 'US' as default value?
    Best Regards
    Oliver
    Edited by: Oliver Schultze on Dec 9, 2010 4:33 PM

  • Error when create client proxy in ABAP

    hi all
        when I tried to create a client proxy through wsdl: http://www.webservicex.net/geoipservice.asmx?wsdl , I got and error message "Exception occurred in library handler", what's the really matter with this error ?
    thanks very much!

    You need to copy the WSDL file to a local file and edit it.  The WSDL file contains non-SOAP bindings and that's what the generator is choking on.  Use the 'Local file' option to generate the proxy class after editing the file.

Maybe you are looking for