In cycle KEU2, how to maintain group Acct asgnmt grp in tab sender/receive?

Hello everyone.
in cycle transaction code KEU2.
in tab Senders/Receivers
our users want to have group for Acct asgmt grp and group for brand group ?
they want to have these group for allocate.
please specify transaction code for maintain .

Hi,
If you want to maintain a group for a characteristic  then provide a group name in KEU2 and then go to extras -> create group to proceed.
regards
Waman

Similar Messages

  • How to maintain format in html email using the send email....

    Does anyone know how to maintain the format in a HTML email using the Send E-mail To Recipients From Recordset behavior?
    When text only is selected instead of HTML text on the Options tab the format of the input is maintained, but when HTML text is selected the email has no format. I have tried to use a replace \n with
    as I have done when hand coding PHP, BUT I am trying to learn to use ADDT. I also tried to use a Custom trigger without success.
    Help!

    Hi Dave,
    in my snippets folder I have this thing which I found on the old MX Kollection forums and which was suggested by the Interakt staff:
    //trigger SendEmail (write content)
    function Trigger_SendEmail(&$tNG) {
    ob_start();
    include("myDynamicContentFile.php");
    $mailcontent = ob_get_contents();
    ob_end_clean();
    $emailObj = new tNG_Email($tNG);
    $emailObj->setTo("[email protected]");
    $emailObj->setFrom("[email protected]");
    $emailObj->setSubject("A new User was added");
    $emailObj->setContent($mailcontent);
    $emailObj->setEncoding("UTF-8");
    $emailObj->setFormat("text");
    $emailObj->setImportance("Low");
    return $emailObj->Execute();
    //trigger SendEmail (write content)
    The only modification is the possibility to include a dynamic PHP file rather than some static text or a HTML file which will also render textarea contents on one line:
    ob_start();
    include("myDynamicContentFile.php");
    $mailcontent = ob_get_contents();
    ob_end_clean();
    That said, it should be possible to define all the "rendering" options in the external PHP file, what would mean to apply the nl2br function there, e.g.: nl2br($row_queryname['columnname'])
    What I´m not sue about is, if you will have to strip the external file´s head and body tags before it´s getting included -- however, please give this a try and tell us how it worked.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • How to maintain the characterstics of the values tab of limits maintain.

    Hi SAP ALL,
                     Hi how to maintain the characterstics point of valu scales maintain activally i want the P R release authorsiation limit increase.
    Thnaks

    The Class Type of PR & PO Release is 032 and for Class Go to SPRO-MM-Purchasing-Purchase Order-Release Procedure-Release Strategies and Here you will find the Class.
    Else Go to Release Strategies-classification using the same above path and Change the Chareceteristic Values and Save.
    Regards,
    Ashok

  • File adapter - how to make shure a file is complete for sender/receiver?

    Hi everybody,
    I want to use the file adapter and a question arises for both sender and
    receiver:
    On the sender: How does the PI know when a file is complete for reading?
    Can this be a problem (PI starts reading the file when it is not complete?)
    On the receiver: How does the receiver know when a file written by
    PI is complete? Does PI support some kind of write to tmpfile then rename
    schema?
    Thanks for any suggestions
    Best regards
    Stefan

    Hi Stefan,
    On the sender: How does the PI know when a file is complete for reading?
    Can this be a problem (PI starts reading the file when it is not complete?)
    Yes, it could be a problem: Have a look at below from help.sap
    Advanced Mode
    To specify additional parameters in the adapter configuration, set the Advanced Modeindicator.
    ●      Msecs to Wait Before Modification Check
    Enter the number of milliseconds that the adapter must wait before it checks whether the files have been changed.
    This parameter is not available if you have selected File Content Conversion as the Message Protocoland then made an entry under Recordsets per Message that splits an input file into several messages.
    This parameter is applicable only for the File adapter. If you enter a value in this field when configuring the sender FTP adapter, it will have no effect.
    Regards,
    Carlos

  • How do I set up my Itouch 4gen to send/receive TISCALI emails

    Please can someone help. I am flying out of the country tomorrow and bought yesterday an ipod touch 4g so that I can keep in touch re an urgent matter at home. I want to add my tiscali email account. I am entering all the details exactly onto my touch 4g as it says in properties of my outlook express tiscali account.
    I am selecting the POP 3 option
    Incoming
    Address [email protected]
    Description tiscali.co.uk
    Host name pop.tiscali.co.uk
    user name [email protected]
    Password (I am entering the correct password)
    Outgoing
    Host name smtp.tiscali.co.uk
    I press save then it moves to veriifying then I get an error message Cannot connect using SSL. Do you want to try setting up the account without SSL. I am not sure what this means so I enter yes
    It moves to verifying again
    I then get an error message saying 'The user name or password for pop.tiscali.co.uk is incorrect.  They are both correct!!!!
    Can anyone help me please

    There is nothing to 'set up' on the phone. Contact your carrier as ckuan suggests. Your account will need to be provisioned to allow International messaging. This usually costs more money. Make sure the number you enter in messages contains the country code of the person you want to message.
    If you want to send an iMessage to someone with another iOS 5 device, there is no provisioning on the account needed and no cost involved.

  • How to maintain TEXT ID GROUP (table TTXERN)

    Dear SAP,
    I am having a problem on how to maintain TEXT ID GROUP (table TTXERN). Where is it configured and why after upgraded to ECC6, this table doesn't cover all data availbale in table TTXER?
    Your expert advice is realy much appreciated. will give points for those who help me out this problem.
    TQ
    Regards,
    Nazrul

    You need to run the program SDTXT1AID, it will list all entries present in TTXER but missing in TTXERN.
    It is very common to come across this issue during SAP upgrade.
    You can refer to the std documentation of the program &/or Google it to find further details

  • How to maintain master record for a user before assigning it to group?

    Hi!
    how to maintain master record for a user before assigning it to group?
    I am in SQ03 and would like to assign user to a group, but SAP sais that my user has no user master data... where it is maintained?
    Help will be appreciated,
    Mindaugas

    I  guess  it will be SU12 Transaction.
    Thanks
    Seshu

  • How to Maintain the Pricing Condition Records in CRM

    Hi
    I am new to the CRM
    How to maintain the pricing condition records in crm for the particular condition type?
    as we do in SD(VK11)
    Thanks

    Hi Binu,
    First of all, you could maintain pricing conditions in the following places:
    1. In General Condition Maintenance (GCM)
    2. At the product maintenance level
    3. At the 'Price agreement' tab of Contracts
    4. As manual conditions during order processing at item level
    Now, if you want to maintain conditions using GCM, you first have to maintain a condition maintenance group in the customizing where in you can assign condition table and condition type for different counter values. I am assuming that you have done this activity successfully.
    When you run the transaction '/SAPCND/GCM', for application 'CRM', your condition maintenance group name and context 'GCM', you will be initially taken to a screen where in you'll have an item area which would be blank and then condition fields would be displayed in a tree on the left.
    Here, select the field 'Condition type' and click on icon 'Select records'. You would get a dialog prompting you to enter condition type. Here you can specifiy the condition type for which you want to maintain/view condition records.
    If no condition records are available, item area would be left blank. Here, you can choose a condition type using the standard F4 help. Depending on condition types that are assigned to condition maintenance group, different condition types would be displayed in the F4-help using which you can maintain condition records.
    Hope this helps.
    Regards,
    Pavithra
    **PS: Please reward points if this helps.

  • How to maintain the data in the view cluster

    we are doing upgrade, we have one view cluster app_log in this object scwb
    and subobjects is swtlo1,02,03 like i have some subobjects in 4.6c we transported the view cluster to ecc6.0 in ecc 6.0 i have object scwb  but subobjects doesn't exist how to maintain the subobjects in view cluster.

    Definition
    A view cluster is a group of maintenance dialogs which are collected in one maintenance unit for business or technical reasons. They allow related data in more than one table/view to be maintained consistently.
    Use
    Whereas only 1:1 relationships can be processed in maintenance views (except for language-dependent texts), key extensions and relationships of cardinality N:M can also be handled in view clusters. Maintenance dialogs with no key, or partial key-dependence, can also be combined into view clusters.
    Grouping dialogs into one maintenance unit has the following advantages for data maintenance:
    Navigation: A view cluster contains convenient standard navigation between the individual maintenance dialogs. This simplifies the maintenance of the data in a view cluster.
    Consistency: The view cluster ensures data consistency when deleting, copying, saving, retrieving and manually transporting data. For example when an entry in a higher-level view is deleted, , it automatically ensures that all dependent entries in lower-level views are also deleted.
    You can first split tables with a lot of fields into various views and then collect them into a view cluster.
    Use tabs to format very wide tables with a lot of fields.
    Structure
    Navigation in a view cluster is usually based on the hierarchy of the tables/views on which the dialogs are based. A view cluster usually consists of one or more root dialogs and the at most 14 maintenance dialogs which depend on them. A view at a lower level has one or more additional fields in its key compared its higher-level view. Each data record at the higher level has several dependent data records below it.
    Each maintenance dialog is an independent unit consisting of an overview screen or an overview and a detail screen, depending on the dialog type. As well as the data to be maintained, the overview screen contains a navigation area, in which you can go to higher or lower level maintenance dialogs.
    One-level maintenance dialogs only contain one screen, the list screen, in which all existing data records are displayed in a table. In a two-level maintenance dialog, double-clicking on a data record in the list screen takes you to the detail screen, which displays all the fields in the selected data record.
    Generate a maintenance dialog for each view before you call the cluster maintenance (SM34). When you generate the maintenance dialog, flag the key fields which are identical in the view and its higher-level in the cluster, with the maintenance attribute S. The system fills the key fields when you go from the upper to the lower level, with the values of the data record selected in the upper level. Go to the transaction SE54 to define a view cluster.
    <b>Rewards point if useful.......</b>
    regards....
    Abhaysingh.

  • How to maintain calibration process in qm

    sir,
    i am new in qm module n and i m going to implement for qm module.
    so pl tell how i maintain qm configuration data n calibration process of qm.

    Hi
    It is a Huge data but Inshort I can tell you
    1.Create Equipment using IE01
    2.Create task list in IA01/IA05
    3.Create Maintainance plan using IP01
    schedule the equipment in the same with fix cycle.
    4.Schedule through IP30.
    Also In customization against PM order define the Inspection lot origin 14
    After scheduling Inspec lot of 14 will be created
    Then Do RR & DR
    This is how it will be used
    REgrads
    Sujit

  • In scope of planning ( md01), How to maintain MRP areas in scope of plg?

    Hello PP members,
    In scope of planning ( md01), How to maintain plant or MRP areas in scope of planning ?
    What is the transaction code for maintaining plants or MRP areas in the scope of planning
    I tried transaction code SAMP, Also went to SE93( Maintain transaction) for any related transaction codes for maintaining plants in scope of planning, it wasn't much help
    Thanks for your time,
    Thanks Again,
    Suren R

    Hi,
      we can use Total planning(MD01) for a single plant or use scope of planning to control whether total planning is to be carried out for single plant/sevaral plant/ for one MRP Area/sevaral MRP areas/ combination of plant and MRP Areas.
    Steps :
    1.Group together the plants which are to be planned in spro in --->Define scope of planning.(OM0E)
    2. Define the scope of planning as 999 for ex and give description. 
    2. Now select that and Specify the sequence in which Plants and  MRP Areas are to be planned,
    3.Goto new entries and enter the plant as 1000/MRP Area as 1000 with counter 1 and plant as 1100 with counter 2 and save.
    4.Execute the total planning either as online job or as background job.
    5.The planning run has to be always started with paralle processing.
      In SPRO in define parallel processing in MRP enter the destination for parallel processing for ex your server name and enter the no .of sessions as 1 and save.
    6.Tcode MD01 enter the scope of planning group and selet the parallel processing and enter.
    7. All the materials to be planned in the plant / mrp area will be planned now.
    Regards,
    nandha

  • How to maintain a table without authorization

    Hi
    Can anyone let me know how to maintain a ztable without authrozation
    Thanks
    Venkat

    Hi
    table maintanance Generator is used to manually
    input values using transaction sm30
    follow below steps
    1) go to se11 check table maintanance check box under
    attributes tab
    2) utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    3)
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    6) save and activate table
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
    /message/2831202#2831202 [original link is broken]
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    Reward points if useful
    Regards
    Anji

  • How to maintain alternative material in a BOM for a component.

    how to maintain alternative material in a BOM for a component.if stock for existing bom component is less then it should consider other alternative material in the same BOM

    HI,
    You can maintain alternate material for BOM Component by specifying Alternate Item group as below;
    Go to CS03/CS02--> Items-> Select Component and go to details->Basic Data Tab--> General Data
    Pls. find more details about Alternate Item group maintainance as below:
    Alternative item: group
    Consolidation of alternative items within a BOM. Every material in the assembly can be included in the alternative item group.
    Use
    As soon as you enter an alternative item group, you see an additional dialog box with the following data: ranking order, strategy, usage probability.
    You can maintain alternative items in the following situations:
    Alternative positions with specific usage probability
    These alternative items are incorporated with a specific usage probability. Enter the usage probability for each alternative item in the group, so that:
    dependent requirements are determined in requirements planning
    dependent requirements are changed to a reservation in the production order
    Alternative positions as information
    You can enter an alternative item for information purposes. This item would then, for example, only be taken into account in situations involving missing parts.
    As there should be neither dependent requirements nor a reservation for this item, enter no usage probability.
    Procedure
    Enter the same character string to denote the alternative items of an alternative item group.
    Enter the same strategy for all alternative items in the alternative item group.
    Dependencies
    Alternative items are valuated in the following way:
    Dependent requirements determination
    Requirements planning determines the dependent requirements according to the usage probabilities that have been entered.
    If the usage probability is 0%, then no procurement is planned for the item. For information purposes, however, dependent requirements with 0 as quantity are created.
    Withdrawal posting
    You can control the withdrawal posting for the resevation in the production order in the following way:
    Withdrawal according to usage probability (manual change is possible)
    Withdrawal if there is 100% availability
    (Check ranking order and strategy)
    Example: See Strategy for alternative position
    Further you can also maintain alternate material if you want to stop using this material at certain time as below:
    In material master of the material ,
    Go to MRP-4 View----> Under Discongtinued parts specify
    Discontinuation Indicator
    Eff-out.
    Follow-up matl
    So system will automatically consider follow up material in BOM as per the settings you have maintained for the material to be replaced.
    Hope this helps.
    Regards,
    Tejas

  • Slo mo videos show entirely in slo mo once transferred in to iPhoto, not in the regular/slo mo/regular speed in iPhone 6. Any ideas on how to maintain this?

    Slo mo videos show entirely in slo mo from beginning to end once transferred in to iPhoto, not in the regular/slo mo/regular speed in iPhone 6 (adjustable). Any ideas on how to maintain this?

    Hi. I don´t use Iphoto, but after trying too upload from the Facebook app, I found out that the video isn´t saved as a finished video. (you can still edit it)
    I used the iMovie  app to save the movie as new finished movie. Open iMovie , those video, select your video, click the share button i down right corner. Push create movie (I guess, mine is in danish) play the movie or not, push the back button, change the name or not, push the share button, save the the movie. Now I think the movie can be exported to iphone. It also can also be shared in the Facebook app i closed groups, so you don´t have to put in on your wall first.
    Hope this helps
    Maby there are other ways i don't know

  • How to maintain sales employee as a customer master

    How to maintain sales employee as a customer master not like sales employee responsible for sales

    Hi Prem,
    For storing the sales employee details, we need an HR master record.
    The controlling factor while maintaining Customer Master data is Account Group. Try creating a custom Account group and link the Sales Employee to it.
    regards,
    Raj

Maybe you are looking for