Profile and profile types?

What is profile and Profile types ?
Thanks,
srinivas.

Hello
1) You need to add MMSL for sure, since thats the only way, SAP is going to recognize for material movements whether you will need a serial no. or not.
2) for specific movement types to be prompted, you have to define the -"Define flow type groups" in spro. you do the following:
       a) you can define a Movement Type Group for Serial Number Profile here and assign that.
       b) you can simply add a new entry for Serial no. profile-procedure (mmsl) - <<new mvt grp >> - serial no.usuage ( 03, 02 based on your requirement) - eq usage (03, 02 based on your requirement)
3) Now, you go to "Assignment of Movement Type Group to Movement Type" and for individual movement types, you assign the mvt group that you created in step 2.
Now only for the mvt types you have specified, it will or will not ask for serial nos. I have implemented it the same way, works just perfect for me.
thanks

Similar Messages

  • Dynamic profile DP90: Tranfer personnel number and activity type

    Hi gurus,
    We have a process here where we need to tranfer personnel number and activity type to the Billing request created through DP90. Any idea how to do it?
    Thanks,
    VML

    Hi Joshua,
    thanks for your answer.
    Could you please be a little more specific? the process we have is as follows:
    Service Order (client) --> times notification to service order (using CATS) --> billing request --> Invoice
    We need to link the data in the billing request/invoice items (which correspond to the times notified by CATS) to the rest of data not trasfered existing in CATS.
    Can you please explain the difference between those characteristics that are used to create the dynamic items and those that can actually be transfered to the SD Document?
    We are able to transfer today to the SD documents the service order number but that is not enough. Additionally we would need in the SD doc. the time confirmation number or another variable so we can find the rest of information for that item (personnel number, activity type...)
    Thanks for your help in advance!
    VL

  • Profile Type Privilege Assignments through IDM roles are stuck in Pending State

    Hi Everyone,
    We are getting a strange problem in our project in IDM 7.2 SP8. We use IDM role based concept where backend system specific technical roles, profiles (called as privileges in IDM) combined into IDM roles and these IDM roles are assigned to users.
    Events are configured on the privileges level (i,e backend system specific technical roles, profiles) in IDM so that once a IDM role is assigned to a user the corresponding privileges are assigned to user in IDM and these assignments triggers provisioning to associated backend systems.
    Now for role type privileges the provisioning is working fine. But for profile type privileges the provisioning status is always showing as pending and nothing happening and even no logs are showing in job log.
    I tried with execution of the mc_analyze_assignments stored procedure that came with SP08 to find the logs at least but still no information appearing. Looks like the triggering itself is not happening.
    I also compared the member events definition for the profile type privileges with the role type privileges (for which the provisioning is working fine) and looks like the settings are exactly same.
    Can any one suggest any other things that we are suppose to check? Any help is highly appreciable.

    Hello Venkata,
    did I understand correctly: You have business roles, that have SAP-profiles & SAP-roles (both privileges in IDM) assigned. Now you assign such a business role to a user, but only the SAP-roles are provisioned to the backend system and the SAP-profiles are not?
    Since you can see them in the UI for the user as pending, it looks like at least the provisioning is triggered, just not completed.
    You could check with the following SQL-statement, if they are waiting for the sucessful completion of another task and work your way from there:
    select * from mxp_provision where msg like 'Wait for%'
    The MSG-column gives you the audit-id of the "blocking" task and you can find more information about that one via
    select * from mxp_audit where auditid=<auditid>
    to see, what is going on there.
    Also do you have access to the Monitoring-tab via http://<portalurl:port>/idm/admin? In the provisioning-audit you might find some clues for those operations, too.
    Regards,
    Steffi.

  • Function Profile Type

    Dear friends,
    Can any one tell me what is the purpose of the function profile type and what is the different between ic webclient profile and framework profile?
    Best regards,
    Mohamed
    Moderation: Locked. Please, try to find an answer first. See rules of engagement.
    Edited by: Joaquin Fornas on Feb 20, 2012 9:28 AM

    It defines which functions you're using.
    For example function profile 'IC_INBOX' defines the settings you're using for the Agent Inbox.
    The value is the link to the settings profile. In this case for example, you could use value 'Z_INBOX_SET'

  • User Created with profile type null

    I am trying to create a new user by writing following line:
    createUserControl.createUser(getUsername(), getPassword(), super.getRequest());
    But user_security table doesn't insert any new record and console displays message
    saying:
    UserName created with Profile Type null.
    Any suggestions?
    Ajay

    user560883 wrote:
    Hi
    DB Version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OS RHES 5U2
    I created a profile MYPROFILE and set the value of Concurrent Sessions (Per User) to 30. DB was bounced after creating the profile. I made this profile default for a particular user "MYUSER". I verified that by querying DBA_USERS (select profile from dba_users where username like 'MYUSER';) I checked v$session with that particular user after sometime and noticed that it was showing 34 sessions. Some ACTIVE and some INACTIVE.
    My question is, if I have set the maximum limit of concurrent sessions per user to 30 in myprofile and made this the default profile for MYUSER, then how come i am still able to see more than 34 sessions of myuser regardless of the status? I am not sure if this is relevant or not but the IDLE TIME is set to 15 minutes.
    Thank you for your helpDid you set the parameter resource_limit=true ? You must do it before you test sessions_per_user. You can do so like the following,
    alter system set resource_limit=true;After this again try and post the feedback.
    HTH
    Aman....

  • Creating multiple profiles, using unified profile types, to store multiple values for same properties

    Hi All:
    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.
    The scenerio is,
    define unified profile types (Business, Vacation) using Personalization
    admin tools, using com.beasys.commerce.axiom.contact.User,
    com.beasys.commerce.axiom.contact.UserHome,
    com.beasys.commerce.axiom.contact.UserPk,
    com.beasys.commerce.axiom.contact.User for Profile Class, Home, Pk class,
    JNDI name respectively.
    Define Property set 'HotelCommerce' with property
    HotelProp as single, restricted, text (valid values Single, Double)
    Now you can use the attached jsp files to login as a user and try to set the
    property value for HotelProp for each profile. As per my understanding, I
    was expecting that I can set different values for the property 'HotelProp'
    for each profiles. But unexpectedly, all the profiles get the same value.
    Question. is it the correct behavior? if yes, how can I achieve this
    functionality?
    if not, do you see any problem in my scripts?
    your answer asap is appreciated. we need to make decision on using
    Personalization server v/s developing our own Personalization server!!!:)
    thanks,
    -rajesh
    PS: I have tried 'Unified Profile Example' type too, but that did not work.
    [propsettest.jsp]
    [home.jsp]

    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.Hello Rajesh,
    This is not the purpose of the UUP. The UUP is used to allow existing
    database schemas to be aggregated with the existing Weblogic Personalization
    Server database schema to provide a single, customized user profile with which
    to maintain the user properties (
    http://e-docs.bea.com/wlcs/p13n/users.htm#1068901 )
    If you want to have properties that change value based on some "profile" or
    classification of a user, then you should use classifier rules to change the
    user from "OnVacation" to "AtWork" or "AtHome". You can use these classifier
    rules to select content for the user or conditionally execute logic (
    http://e-docs.bea.com/wlcs/p13n/rules.htm )
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • Profile Type in WLPortal4.0

    I like to create custom profile types and add users/groups to only these profile
    types. Is it possible to do?
    Right now, I can create many property sets for User Profile in ebcc. But I like
    to attach a particular user to a particular profile during login. Please help.
    Thanks

    Hi Sai,
    It was never intended for customers to be able to change the profile types. Additionally,
    user properties are not placed in the database until they are set. Therefore,
    there really isn't much of a penalty for the user profile type having many property
    sets.
    -John Bimson
    "Sai S Prasad" <[email protected]> wrote:
    >
    I like to create custom profile types and add users/groups to only these
    profile
    types. Is it possible to do?
    Right now, I can create many property sets for User Profile in ebcc.
    But I like
    to attach a particular user to a particular profile during login. Please
    help.
    Thanks

  • Nexus 6004: Question about port-profile type port-channel

    I'm setting up a new deployment of Nexus 6004 switches and want to utilize port-profiles as much as possible to simplify management down the road.
    All uplinks to other switches, routers and firewalls will be connected using VPC:s. On the port-channels (vpc) the only thing that will change over time is the allowed vlans.
    It seems that port-profiles of the type port-channel does not behave in the same way as those with type ethernet, at least not when adding vlans.
    If I modify the port-profile using "switchport trunk allowed vlan add XXX" it will delete the previous config and only retain "switchport trunk allowed vlan add XXX", and not merge it with the previous config as is expected. 
    Question: Is this a bug or is it working as intended?
    RH_N6K4_01(config-sync)# switch-profile rh
    Switch-Profile started, Profile ID is 1
    RH_N6K4_01(config-sync-sp)# port-profile type port-channel FIREWALL-UPLINK
    RH_N6K4_01(config-sync-port-prof)# switchport trunk allowed vlan 3
    RH_N6K4_01(config-sync-port-prof)# verify 
    Verification Successful
    RH_N6K4_01(config-sync-sp)# commit
    Verification successful...
    Proceeding to apply configuration. This might take a while depending on amount of configuration in buffer.
    Please avoid other configuration changes during this time.
    Commit Successful
    RH_N6K4_01(config-sync)# show port-profile 
    SHOW PORT_PROFILE
    port-profile FIREWALL-UPLINK
     type: Port-channel
     description: 
     status: enabled
     max-ports: 512
     inherit: 
     config attributes:
      switchport mode trunk
      switchport trunk allowed vlan 3
     evaluated config attributes:
      switchport mode trunk
      switchport trunk allowed vlan 3
     assigned interfaces:
    ===================================
    RH_N6K4_01(config-sync-sp)# port-profile type port-channel FIREWALL-UPLINK
    RH_N6K4_01(config-sync-port-prof)# switchport trunk allowed vlan add 84
    RH_N6K4_01(config-sync-port-prof)# verify 
    Verification Successful
    RH_N6K4_01(config-sync-sp)# commit 
    Verification successful...
    Proceeding to apply configuration. This might take a while depending on amount of configuration in buffer.
    Please avoid other configuration changes during this time.
    Commit Successful
    RH_N6K4_01(config-sync)# show port-profile 
    SHOW PORT_PROFILE
    port-profile FIREWALL-UPLINK
     type: Port-channel
     description: 
     status: enabled
     max-ports: 512
     inherit: 
     config attributes:
      switchport mode trunk
      switchport trunk allowed vlan add 84
     evaluated config attributes:
      switchport mode trunk
      switchport trunk allowed vlan add 84
     assigned interfaces:
    Expected behavior here would be "switchport trunk allowed vlan 3,84". This only occurs when using "port-profile type port-channel" not when using "port-profile type ethernet"

    <> is template syntax and is generally the type of object a container holds..   So it is defining that the MSGQUEUE type is a deque holding struct_buffer*'s.

  • Send cost centre and attendence type not filled automatically

    Hello,
    I am configuring the time recording in ESS. I configured the recording profile and in cats2 it looks good. The send cost centre and attendence type get filled automatically. But when I do the same thing in ESS the values are not populated. Is there something I have to take into account in order to get this done?
    Thanks a lot, Vanessa

    Dear Venessa,
    Please note that in contrast to personal templates, which enable you to prefill the data entry area when you start time recording, the system first displays default values when you create a new account assignment row with one receiver object and at least one working time.The system only proposes default values when you create a new account assignment row. In ESS, this is correct, because it does not make sense to provide default values for the sender cost center and activity type if you are only entering an attendance or absence type.
    Hope this helps,
    Regards,
    Roy

  • Multiple customers for same message type "invoic" and idoc type "invoic02"

    Dear Experts,
    I have SAP ALE process configured for single customer u2018Au2019 where I send invoic02 idoc (message type invoic) to the customer via PI server. Now I need to add one more customer u2018Bu2019 which require recepient determination. I am not sure whether this resolution of customer address at PI level or config is required at R3 itself.
    I tried to maintain partner profile type as KU but it generates the error "No partner profile is maintained". For existing customer u2018Au2019 I am keeping the partner profile type LS.
    I want to know the following:
    a.Whether the recipient determination at R3 (config of partner profile we20)- if so what are the essential steps. Do I really need to shift partner profile type as KU?
    b.Whether config is required at PI level itself- if so is there any pre-requisite config in R3 to support that in PI.
    I hope my question is clear since this is my maiden attempt to seek solution from expert group.
    Regards & Thanks

    Hi ,
    if you want to trigger the idoc  two times for basic type& Extension..
    1 ) you need to maintain  WE20 Partner Profiles (This is good already you did)
              --> But the Output type for Bsic type & extension type is same so output type is triggered Once so idoc is created One.
    2) try to create another Output type in T-code NACE for extension then two Idocs is created one for Basic and another for Extension.
    Regards,
    Prabhudas

  • ST03 Export: How to export all instances and task types?

    I am exporting ST03 data using SAP GUI
    I can export data for a single task type and a single instance.Is there a way I can export the Time Profile data for all instances and all task types in a single export? Can I do a single export rather than NxM exports?
    Also, when I export to a text file, there is a header that reports the instance, data, and task type. When I export to excel file I only get the table, not the header info. Is there a way to to get the header info into the excel export?
    Is this the appropriate forum for these questions?
    Any help is appreciated.
    Thanks.
    Tim

    I moved this question to an ABAP forum. Here's the [thread|ST03 Export: How to export all instances and task types?;.
    Tim

  • Timesheet Booking - Master record for CC and Activity Type

    Hi All,
    We have maintained the Personnel number HR Master Data for Info Type = 315 as follows:
    Period: Start 01.02.2010 to 31.12.9999
    Sender Cost Center: 101067106
    Activity Type: 007000
    Period: Start 01.05.2009 to 31.01.2010
    Sender Cost Center: 101067101
    Activity Type: 006240
    I am trying to book/edit the time for Week 04.2010 [Data Entry Period 25.01.2010 - 31.01.2010] in CAT2 Transaction Code then getting an error message as-
    u201CCreate a master record for 101067106/007000u201D
    Message no. KL001
    Also Price Planning is not yet done for new/latest combination of CC and Activity Type i.e. Period: Start 01.02.2010 to 31.12.9999
    I think system is picking up latest/current Cost Center and Activity Type in an error message and not according to Data entry Period entered CC and Activity type in CAT2.
    Also one thing we have observed that in CAT2 Transaction Code CC filed is showing current Period cost Center only for all Period.
    Is it standard behaviour from Logic point of view.?
    Please suggest the solution regarding the above mentioned situation.
    Many Thanks in advance.
    Swapnil Kharul

    note that
    When are default values used from the employee master record?
    The default values are only used for new CATS records, not for changing,
    not for copying. If you also want to use the default values changing,
    not for copying. If you also want to use the default values from the
    employee master record when changing and copying from the work list, you
    can use SAP enhancement CATS0002.
    The system only uses default values, if you enter a number of hours and
    choose 'Return'.
    The cost center from infotype 0001 ('Organizational Assignment') is
    proposed, if in Customizing of the data entry profile, you selected the
    'Master cost center' field in the 'Default values' area.
    The system proposes the cost center and the activity type from infotype
    0315 ('Time Sheet Defaults'), if in Customizing of the data entry
    profile you selected the 'Cost center' field (or the 'Activity type'
    field).
    If you have chosen both fields, the cost center from infotype 0315 has
    priority, if you have defined it for the corresponding period.
    read the note 333884 it explains that only creating new values the data from 0315 defaults

  • Stock on posting date with storagelocation,batch and stock types informatio

    Hi,
    I'm needing a report (similar funtion of MB5B) which must reveal the stock postion (closing balance) of the materials on a particular date alongwith storage loactions, batches and stocktypes (Unres/Q/Blkd).As such MB5B either gives the output either by storage location or by batch, not the combination of both.
    Else provide any possibilty means( Database tables) from where i could arrive these mention outputs.
    I could be able to get the information by collecting the values from MKPF & MSEG tables. But this information only suffice the material movements carried on that particular date.. And i will be not having the closing balance as a whole.
    I even wonder to get any such a kind of information in which i could able to get the stock with stock types(Unres/Q/Blkd).
    Any light on this matter is highly appreciable.
    Regards
    Prasanna

    Hi Amit Bakshi,
    Thanks for the reply..
    I executed the suggested program but i found the same kind of information aslike in MB5B..
    The information all i'm looking is to get the closing balance of the given material with storagelocations, batches and stock types on a given posting date.
    For eg.
    On 15 / 03 / 2011
    Material A
    Batch       Slocation       Stock type               Closing balance Qty.
    A1              S001               Unres.                             50
    A1              S002               Unres                            120
    B1              S001               Quality                             15
    C1              S003               Blocked                            30
    In MB5B i could able to get the values of closing balance either Storage location level or by batch level but is it possible to get the combination of both along with stock types?
    Reg
    Prasanna

  • Diff b/w reference type and elementary type

    hi all
    can any one what is the diff b/w reference type and elementary type in data element ....
    thanks
    lokesh

    The data type attributes of a data element can be defined by:
    Specifying a domain whose attributes are copied by the data element.
    Specifying a build-in type where the data type, number of places, and possibly decimal places can be directly specified.
    Specifying a reference type, i.e. reference to a class, an interface, a type defined in the Dictionary, a built-in type, or a generic reference to ANY or DATA.
    In the maintenance screen you can set the option you require by setting the appropriate flag (domain, built-in type, reference type) and filling in the corresponding input fields.
    A reference type is a reference to another type. There are the following kinds of reference types:
    Reference to a class or an interface
    Reference to a type defined in the Dictionary
    Generic reference to ANY, OBJECT, or DATA
    Reference to a built-in Dictionary type with specification of the length and possibly also the decimal places
    You can use a reference type to define the data type properties for a data element, or for typing the component of a structure or the line type of a table type.
    In the field Referenced type, enter the name of a class, an interface, the generic references DATA, OBJECT, ANY, or the name of a type defined in the Dictionary. If the reference type is to be a predefined Dictionary type, choose the reference to the predefined type. Enter the number of characters and, if required, the number of decimal places.
    where as
    The data class describes the data format at the user interface.
    If a table field or structure field or a data element is used in an ABAP program, the data class is converted to a format used by the ABAP processor. When a table is created in the database, the data class of a table field is converted to a corresponding data format of the database system used.
    You can find a detailed description of the data classes allowed in the ABAP Dictionary in Overview of the Data Classes.

  • Implicit and explicit Type conversion using Type object in heap

    Hi,
    I am surprised how Implicit and explicit Type conversion works using Type object in heap. for example when implicit type conversion occur what pointer it returns to object and similarly with explicit type conversion.

    Hello,
    >> I am surprised how Implicit and explicit Type conversion works using Type object in heap.
    For Implicit conversions: Typical examples are conversions from smaller to larger integral types, and conversions from derived classes to base classes. For the first one, the reference would be different which means it would return a different pointer to
    a new object. For the reference type, it actually points to the same memory location, you could use the object.ReferenceEquals() to check it.
    For Explicit conversions (casts):Typical examples include numeric conversion to a type that has less precision or a smaller range, and conversion of a base-class instance to a derived class. For first one, it would perform the same with implicit conversions.
    While for the conversion of conversion of a base-class instance to a derived class, actually, there's no built-in way to do this conversion.
    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.

Maybe you are looking for

  • Move a digital signature

    I have signed a document, in 3 locations and would need to move the signature. How can I select and move the signatures to the correct field? Most helpful thing I found was that I can clear them. Mac  Adobe Acobat X

  • Black strip at bottom of display (retina)

    Hi all, Just out of curiosity, does anyone else have some "give" in the black plastic strip at the bottom the display on their Macbook Pro Retina? I only notice because as I took it out of the box (obviously whilst the MacBook was closed), I could fe

  • No values from selection screen

    Hi ppl, I have written a report program which has 3 parameters on the selection screen (Personnel number - pernr, trip number - reinr and status - abrec). I have a subroutine to check for the validity of the personnel number entered on the screen. Th

  • FM for creating Cash Journal Entries

    Hi guys, What is the FM for making Cash Journal Entries? Thanks, Chirantan

  • Urgent - STO - Third Party Carrier ex: FedEx / UPS - Outbound Delivery

    Hi Gurus, I am working on an issue in which when an UB/UD order type STO is created, the Third Party shipping-Carrier info. ex: FedEx 1 day, 2 days, 5 days / UPS 1 day, 2 days, 5 days, etc., is entered in the Partner Tab. This needs to be pulled into