TRM-TM How to assign flow to corporate action?

Excerpted from the SAP HELP, the system posts a corporate action by default with the flow types that have already been determined for the relevant flow categories in Customizing.
http://help.sap.com/erp2005_ehp_04/helpdata/EN/1a/04e989a2dd11d1a52e0000e839d005/content.htm
Can someone tell me how to assign flows to corporate action?

Hi,
For all the corporate action you mentioned - stock split, capital increase and capital decrease, no FI document would be generated.  If you check the book value average, it would have changed.  But the overall acqusition value for the ID is not going to change.  Hence there would be no FI document generated.  In the case of Stock swap, a FI document would be generated.  Check for this and assign corresponding update types for this corporate action.
If you can check the corporate action in TPM40, then it is correct.  Only a TR subledger document would be posted and not a FI document.
For the actions you specified, what is happening is correct.
Regards,
Ravi

Similar Messages

  • How to assign FSV to Cash flow?

    How to assign FSV to Cash flow?
    Regards
    Sap Guru

    1. S_ALR_87012272 for getting in Cash Flow Statement
    2. Execute any Report
    3. Click Form button
    4. You are taken to Report Painter: Display Form
    ===>>> There is a direct T.Code FSi5 and FSi6 to get here.
    5. Edit --> Gen Data Selcn --> General Data Selection
    6. Change the FSV here
    Pls assign points.
    Cheers.

  • Account Determination and G/L Accounts Assignment Flow

    Hello Guru's,
    Can anyone help me in finding Account Determination and G/L Accounts Assignment Flow with T Codes. I am new to SAP SD and I want to maintain G/L accounts for my company. Thank you.
    Regards,
    Pranava

    There are mainly links, sdn thread & message, sdn wiki & doc flowing around.
    Only thing required from your side is to put afford to search them.
    Thus, kindly put an afford to search for the topics search you want and if you find any problem in that then post your query on any of the respective forum.
    For instance, follow the following links:
    - [Account Determination|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=ERPLO&title=Account+Determination&decorator=printable]
    - Re: Account Determination
    - [Account Determination|http://wiki.sdn.sap.com/wiki/display/ERPLO/SD+FAQ#SDFAQ-2.AccountDetermination]
    Hope you are aware of rules & regulation of SDN forums.
    -Welcome and Rules of Engagement
    -Read this before posting
    Kindly corporate.
    Regards
    JP

  • How to assign Function key in Module Pool Program

    Dear all,
             I have created the program in MPP.  I have to assign function key for this program.  How to assign it?
    With Regards,
    Baskaran

    HI
    Double Click on your Screen and then Elements Tab, give OK_CODE of OK_CODE.
    Now in Click on Flow Logic Tab , uncomment MODULE STATUS_YOUR_SCREEN_NUMBER. Create this.
    Here you find SET PF_STATUS Just Double click on this this will enable you to Assign Function Keys.
    If you want to Assign Function Key to the Push Buttons that you created Double Click on the Push Button then on the Attributes Screen you can enter the Funciton Code for this Push Button,
    Hope this is Very Clear to you.
    Cheers
    Ram

  • How to assign BOM & Routing to Prod Version.

    Dear Frndz,
    Pls tell me how to assign BOM & Routing to Prod Version.This is to execute the REM flow.
    Regards,
    Srini

    Hi,
    Step1. Create Material MM01
    Step2. Create BOM CS01
    Step3. Create Rate Routing CA21
    Step4. In MM02 for the above material, go to MRP4 View and click on production version pushbutton, and give Version Number and description and the validity dates and rem allowd indicator and then double click on the version line, it will take u to another screen, there you Select rate routing and assign the group & group counter in Planning Data and then in BOM Data u enter Alt BOM & BOM Usage details. For rem tick on REM Allowed check box and then click on Check, if all the assignment is OK then it will give you a message saying BOM & ROUTING available. Save the material master.
    Regards
    Vinod

  • How to assign infoobjects to infocube

    I am currently working on BI 7.0, implementing xRPM scenarios as given in the
    BI Content for SAP xRPM.Of the various scenarios, in Cost and Time Analysis scenario, the Flow diagram shows Infoobject assigned to Infocube
    Eg. Infoobject 0RPM_TASK, 0RPM_PROJ assigned to infocube 03.
    The BI Content Link is:
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/800ebe94d6ea4dbccb269e3f0dada7/frameset.htm
    Can anybody please tell me how to assign these infoobjects to infocube

    Hi Experts
    1. once we have uploaded data with init of delat, can we reinit how? What is ReinitlizatioN, at what circumstances we will go for Reinit? Plz explain with Scenario's?
    2  I have a cube using since last 3 years i want to insert new infoobject what i have to do ? (is the cube must be empty to do this?)
    3. can we Customize the infoobject plz expalin with scenario ?
    4. In my Cube i have some Junk Chars(invalid chars) how to remove it ?
    5. 105,106,107 are requests,can we do compression on a particular requst ?

  • How to assign numbers in external number range?

    Dear experts,
    Since NUMBER_GET_NEXT can only be used to assign numbers in internal number range, how to assign numbers in external number range?
    So far, I only know the NUMBER_CHECK function module to deal with external number ranges and it only check a number whether it lies in any external number range or not, but it doesn't update any number range status. What I need is a function module like NUMBER_GET_NEXT that supports external number range.
    Thanks in advance.
    Regards,
    Haris
    Edited by: harissahlan on Oct 19, 2011 5:44 AM

    With external number range, there is no updating of the number range objectt. The only thing you need to know is whether the number you wish to assign is allowed according to the external number range. And also check if there isn't already an object/document with the same number in the database.

  • How to assign a task to Reuestor in OIM 11g

    How to assign a task to a requestor (who has raised a request for other user).
    I created a Task assignment adapter and mapped variable in Process definition as
    Map To: Request Info
    Qualifier: Requester User Login
    Still it returns null and default task is assigning to System adminstrator. I am pasting the Task Assignment code here. User key value coming as Null.
    Do you have any idea what is the exact mapping required in Process definition.?? Pls note: I am using OIM version 11.1.1.5.0
    public class TaskAssignmentToUserAdapter {
         Logger logger = Logger.getLogger("COM.IDM.PROV.COMMON.ADAPTERS");
         public String getTargetType(String targetType){
              return targetType;
         public String assignTaskToUser(String userKey,tcDataProvider dataProvider ){
              System.out.println("The user key value:" +userKey);
              return userKey;
         }

    Not sure what sample code I can give you, but you need to do a query in your adapter like:
    select REQUEST_KEY from OIU where ORC_KEY='?'
    Here ORC_KEY should be mapped to the process instance key.
    Once you have the Request key, you can use RequestServcie APIs to get the requester information. http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/request/api/RequestService.html#getBasicRequestData_java_lang_String_
    Or if you don't care then get the requester key from the request table. Thus you can have the final query as:
    select USR_LOGIN from USR where USR_KEY=(select REQUESTER_KEY from REQUEST where REQUEST_KEY = (select REQUEST_KEY from OIU where ORC_KEY='?'))
    HTH,
    BB

  • How to assign an order to a GL account

    Hi all,
    Can anybody please let me know how to assign an order to the GL account?
    Thanks,
    S.Sumana.

    Hi,
    There is no such an assignment. When you post a document, you define your G/L accounts and cost objects. If you want to make a default internal order for certain cost element, you can go to KA02 or OKB9 and define the defaults there.
    Regards,
    Eli

  • How to Assign a Constant Value to a Dim. Member when pulling Master Data?

    BPC Gurus:
    I am trying load Vendor and Customer Master data into BPC dimension.  My Dimesnion has memebrs: ID, EVDESCRIPTION, PARENTH1, TYPE.  I have successfully pulled the ID and the description from 0CUSTOMER and 0VENDOR.  However, I
    need to have a ttext value for 'PARENTH1' and 'TYPE'.  For Customers, I want to add a FIXED value "'CUSTOMER' for every
    Customer ID pulled in and also for "TYPE", I want a value of "CUSTOMER".  When I maintainthe Dimension, I want to see
    th followingvalues:
    ID                          EVDESCRIPTION                                   PARENTH1                         TYPE
    0000000001         WALMART                                            CUSTOMER                        CUSTOMER
    0000000002          TARGET                                               CUSTOMER                        CUSTOMER
    and so ON
    Since we have Vendor Numbers in the same Diemsnion, when I pull Vendors, I need to have similar values as:
    ID                          EVDESCRIPTION                                   PARENTH1                         TYPE
    0000005050         ABC Supply Inc.                                   VENDOR                            VENDOR
    0000005051         BASF                                                    VENDOR                            VEDOR
    and so ON
    How can assign a Fixed value to the member Propert?  Can I achieve it in Conversion file....? 
    ( My atempts failed...).
    Any suggestion recommendation would be gretaly appreciated.
    Munna.

    Hi,
    For adding fixed values to the properties, you can use the transformation file. In the mapping section, you can specify a constant value. This value will be written to properties of all the members while importing master data. However, for parenth, its a bit different. First thing is that, you need to have a member called CUSTOMER, then only you can have CUSTOMER in the parenth column. Even if you add it and use the mapping section for this purpose, then it will write CUSTOMER to parenth for all the members (even to CUSTOMER member). And this will be wrong. So, you will need to write it manually.
    Hope you got the idea.

  • How do I delete a corporate e-mail account?

    How do I delete a corporate e-mail account?

    What phone do you have?  Is it a company phone?  If it is, you may not be able to delete the account.
    If it is your own phone, and you no longer need the company email, it should be a matter of finding the account list for the phone (Settings, Accounts - or Settings, Email - knowing which phone you have will help up give you more specific steps) and removing, deactivating, deleting the account.
    If it's the Google account that is the backup and app connection for the phone, you may lose much of the functionality until you set up an alternate Gmail address/account.

  • How to assigne multiple value in key of read table

    Hi gurus,
    I want read table xxxx with key field1 = ' xxx' or field1 = 'yyy'.
    how to assign multiple value as key for the same field while reading internal table.
    Regards
    sagar

    Hi ,
    You can loop the internal table like
    loop at  <table xxxx> where field1 = ' xxx' or field1 = 'yyy'
    or you can write two read statements to read the internal table in wrk area.
    read table   <table xxxx> with key field1 = ' xxx'.
    if sy-subrc <>0
    read table   <table xxxx> with key field1 = 'yyy'.
    if sy-subrc = 0
    endif.
    else.
    do your data processing.
    endif.
    Thans.

  • How to assign a variable value to crystal report viewer formula with CR2008

    Hi ,
    I am using crystal reports 2008 and i am not able to find how to assign  variable value  to crystal report viewer formula.
    In CR 8.5 , i used to have crystalreport1.Formulas(0) = variable1
                                             crystalreport1.Formulas(1) = variable2
    but, i don't find similar kind  in crystal reports 2008.
    How can i achieve the same functionality using crystal reports 2008.
    Thanks in Advance
    Regards,
    Ramnath

    Hi,
    Can i anyone help me out with this.
    I am generating crystal reports in vb6 using CR 8.5 and vb6 and below is the code snippet for the same
    CrystalReport1.Formulas(0) = "PrintTitle= '" & strMyTitle & "'"
    CrystalReport1.Formulas(1) = "FromDate= '" & MskFromDate.Text & "'"
    CrystalReport1.Formulas(2) = "ToDate= '" & MskToDate.Text & "'"
    Please let me know how the same functionality can be achieved in VB.Net using Crsytal reports 2008
    Any code snippet would be of great Help.
    Thanks in Adnvance.
    Ramnath

  • How to assign the dynamic value of PV to Sip Header in ICM?

    Hi everybody,
    I would like to ask your help, please. We are working on Temporary IVR Handoff (ICM+CVP). I need to add/modify a customer Sip header in ICM transfer script. The value for that header is dynamic and stored in the one of ICM Call Peripherial Variables (PV9, for examle).
    Is it possible somehow to assign the value of that PV9 to Sip header (Set Variable Call.SipHeader)? I tried to do it but unfortunally without any success. I can assign any static string, but how to assign the value of the PV??? That's the question...
    For static string assignment the syntax of the Set Variable Node (Call.SipHeader) looks like that:
    "IVR-Handoff~add~It's Cisco"
    and it works fine.
    For dynamic value (PV9) I tried:
    "IVR-Handoff~add~Call.PeripherialVariable9" - it add Call.PeripherialVariable9 as a string, but not it's value;
    "IVR-Handoff"~add~Call.PeripherialVariable9 - returns a syntax error;
    Call.PeripherialVariable9 - no Sip header is added.
    What do you think? Is it doable at all?
    Any ideas, answers or examples how to do it would be much appreciated.
    Thank you in advance.
    Dmitriy.

    Hi Senthil,
    Yes! It works, but with the little difference. The right answer is:
    "IVR-Handoff~add~"&Call.PeripherialVariable9
    (Call.PeripherialVariable9 is without quotes, otherwise it insert the name of the variable, but not it's value)
    The other solution is shown here (thanks to Paul Tindall):
    http://developer.cisco.com/web/cvp/forums/-/message_boards/message/15627744?p_p_auth=6psgR8ML
    concatenate("IVR-Handoff~add~",Call.PeripherialVariable9)
    Thank you so much for the idea! I very appreciate your help and vote you.

  • How to assign a dynamic value to the value property of a button ?

    Hi Folks,
    I have a need, can i know how to assign a dynamic value to the value property of a button. Scenario is like follows...
    This is a struts based web application
    1. I have a file which consists of login user details (user name and his previlages) for a web application.
    2. I got those user details, into a List.
    3. When a user logged into the web app, in the home page there are few buttons. The type and number of buttons shown depends on the type of user/ user. (Buttons have different combination and the number of buttons available are not constant, they will vary from user to user).
    4. for each button, there will be a different action. I can pass the value of a button to an action class, but here button must have a dynamic value.
    Here is my test code:
    <%
    if (List != null)
    for (int i = 0; i <List.length; i++)
    %>
    <html:submit property="rduname" value= "<%=List%>" onclick="return submitRdu('<%=List[i] %>');"/>
    <%
    %>
    But my problem is how to assign a dynamic value to the value property of the button ( i know 'value= "<%=List[i]%>" ' will not work, just wanted show you guys).
    Thanks in advance,
    UV
    Edited by: UV_Dev on Oct 9, 2008 2:15 PM

    Let me try i know am not good at JSP but do we need double quotes here
    value= <%=List%>i think JSTL should help you about the dynamic thing                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • SAP R/3 4.7 IDES DVD

    Hi, I recently got certification in ABAP and looking for IDES DVD to learn IDOC & LSMW. I already have miniSAP but it not good for IDOC etc. I will appreciate if somebody tell me how I can get the DVDs. Currently I am not working in SAP so cannot ask

  • New Photos not appearing in iPhoto but are in Show Contents

    Hello, I am have a few issues with iPhoto. 1. My last two imports of photos do not appear.  the Last import is showing photos from back in 2013.  If I Show Contents I can drill down and see in Master, Original a 2014/04/12  & 13 folder with sub folde

  • CA / NDES Virtual Directory Structure Missing in IIS 7 unable to implement SSL for ADMIN sites

    We've recently finiallized both an Enterprice 2008 R2 CA and NDES service installtion configuration.  All services are running, to include web enrollment for both.  CA sits on a DC, as required, and the NDES roll sits on a standalone machine.  All se

  • CS 4 Bridge,

    Hello all, Does anyone know if there is a way to add to or modify the contents of the "File/Open With" panel. Mine is showing multiple copies of the same packages and some software I'll never use to open pictures with, "Opera, Firefox, Safari and oth

  • Bootstrap a base Arch Linux on another distro

    Hi! I needed to install an Arch Linux environment on a Debian server, so I searched the wiki and found this page: http://wiki.archlinux.org/index.php/Archbootstrap Unfortunately, the script is outdated. So I wrote a new one: http://tokland.googlecode