Interest in variable interest instrument is blocked

Hi
I have created an interest rate instrument via product type 55A and
updated planned record with TJ09, though interest element is being
displayed as blocked for posting.
Kindly advise.
Thanks & Regards
Debobrato

Hi,
The message is not clear.. 'blocked'?  You are referring to flow is blocked for posting or GL is blocked for posting?  Are you getting some error while posting, may be some more detail on the error message, transaction code using will be helpful to analyse your problem.
thanks,
Kumar

Similar Messages

  • Main differences: interest instruments from FIN-FSCM-TRM vs Loans in FS-CML

    I would like to know the main differences between interest instruments from FIN-FSCM-TRM vs Loans in FS-CML.
    I have to customize Guarantees, Credits and Loans and I have to decide for one solution on the client.
    At first, credits and guarantees are gonna be implemented by FSCM (using "Comercial Paper" for Guarantees and "interest instruments/Line Credit" for Credits).
    I know FS-CML (SAP Banking) is specific for Loans, but I think I can have the same functionality with FSCM Solution (interest instrument from Money Market).
    What specific characteristhic should I take in consideration to decide between one or other solution?
    Is it possible to have relations between products made in SAP banking and others made from Money Market (FSCM)?
    Related to Loans, What kind of things can be done from SAP Banking that cannot be done using Money market?
    Thanks in advance.
    Kind regards.

  • CFM: change value date in OTC interest instruments

    hello,
    in OTC transaction like: CAP, FLOOR, SWAP, FRA and etcetera.
    there is a possibility to change of the interest (for exmpale flow 1300) in transaction TO02.
    in transaction TO02 the system enable to change the 'amount" of the interest but don't let us th change the "payment date" of the interest.
    is anyone know how i can configre the system so i can change the "payment date" of the interest.
    in CML (loans management)  there is an option to change the "payment date".
    thanks
    meir

    Hi Meir,
    basically you should be able to do this via the interest button or via the condition buttons. There you can find the area payment date which is again based on the update area. In this area it is also possible to chosse between standard and special if you want to define e.g. single dates.
    I hope this will answer your question.
    Regards
    Robert

  • Using a variable outside of the block it has been incremented

    Hello everyone,
    I came across a scenario where in I am having to use a variable (for summing up), outside of the block within which it has been incremented. Its something like below:
    -------------- Header section of MS Word RTF (repeats for every page) -----------------------
    For Each Header
    <?xdoxslt:set_variable($_XDOCTX, 'TotalTax', 0)?>
    -------------- Body section of MS Word RTF -----------------------
    <?start:body?>
    Lines Group
    Increment TotalTax for each loop
    End Lines Group
    <?end body?>
    -------------- Footer section of MS Word RTF (repeats for every page)-----------------------
    <?xdoxslt:get_variable($_XDOCTX, 'TotalTax')?>
    End For Each Group
    ---------------------------- End of template ----------------------------
    The varaible 'TotalTax' is being declared in the header, incremented within the Body and is being used in the footer section. For the above mentioned syntax, the value being displayed for TotalTax is '0', i.e the value for which it has been defaulted while declaration.
    Can someone please help me in getting it fixed such that TotalTax would display the value it was assigned in the Body rather than '0'.
    Thanks,

    Hello and thank you for responding.  I checked out the link you provided; however, my problem is not reviwed there.
    I am setting a variable inside a <?start:body?>.  Inside the body are several loops - which is fine.  But it ends with <?end body?>.  If I reference my variable BEFORE <?end body?> it retains it's value from the calculations within the program.  But if I try to use the variable AFTER the <?end body?>, it give me an error "NULL" value or similar.
    Any thoughts?
    Rob

  • RT jitter! Can multiple reads to a variable / cluster cause a blocking condition?

    Howdy do.
    While incrementally developing and testing an application on a crio9068 (linux RT)  I've begun to see the 'finished late?' indicator in my main timed loop flicker. Starting to pull my hair out trying to figure out how to prevent this from happening. I made a 'hold max' vi and can see the longest execution time for each frame.
    The application runs fine at about 75% processor load with the front panel open, and the majority of iterations execute in time. Occasionally, I'll have a 'spike' in execution time, and all four frames in the timed loop take significantly longer than normal to execute, and the 'late' indicator says so.
    A couple questions I've had build up while chasing this:
    -If I use local varables to pass data between loops, but only write to the variable in one place, can I still cause a blocking condition/jitter by competing reads of that memory space?
    -If I use an FPGA read/write node to pass data between the timed loop and the FPGA, should I expect this to cause a problem? I selectively disabled a lot of my code, and it seems like this is where some of the delay occurs. What stumps me is that these parts of the code haven't changed in recent development and the thing never used to run late.
    -On the topic of the FPGA read/write node, I previously assumed that I shouldn't write to the same FPGA FP item in different subvis. However, the code is set up so that there are multiple parallel calls to the read/write node, just with different elements selected. Is this BAD?
    -Similarly, if I unbundle and read the same element from a cluster control in a 'parallel' fashion, can this cause a blocking situation, or is it the same as unbundling and wiring from there to multple places?
    -I am using the recently renamed "NI software calibration and management toolkit (SCM)," formerly Drivven CalView, to handle communication between the RT and a windows host. It also does neat fault management stuff. Anybody else using this, and is there any possibility I'm getting jitter by having too many calpoints in my deterministic loop?
    Any guidance on any of the above points would be greatly appreciated. If I don't make sense on any of the above points I can make example snippets to describe.
    Solved!
    Go to Solution.

    Tom,
    Thanks for your input(s). I'll stop obsessing over the local variables and the branched cluster wires for now.
    I didn't realize that all the code in the timed loop would be serialized beyond normal execution. In fact, this brings up another question I have. Somewhere I read that the overhead of multithreading would cause an issue. Since the 9068 has two cores, I had previously been setting the CPU selector in the timed loop to 'automatic', which seemed to load both cores roughly equally. Doesn't this mean that the process is being multithreaded? Funny thing is that even when I do select cpu 0 or cpu 1, they both are roughly equal in utilization while the timed loop is running.
    The period for the timed loop is set at 15ms, and the execution of all the frames usually occurs in less than 10ms. After several seconds I'll get a 'spike' in execution time, and it will take 20-30ms to complete an iteration. I'm not positive if my benchmark is valid, but if I look at the execution time for each frame and 'hold' the maximum time, it seems like they all (four frames) take extra time at this one instance. So that hasn't helped to narrow it down much. 
    It sounds like you have a method in mind for 'caching runtime data'. If you can point me in a good direction to gather more information about what the thing is doing it would help. I have run a strip chart of execution times, attached.
    How much should I expect having the front panel open will affect the determinism of the loop? I realized it added overhead, but since the overall CPU load is less than 60% (each) with all the bells and whistles (other loops) disabled, I thought it wouldn't be having an effect like this.
    Again, thanks for throwing ideas around, it really helps.
    Matt
    Attachments:
    iteration execution.png ‏16 KB

  • Global variable in Instrument Drivers

    Hi,
    We are designing an Instrument Driver for our devices. We do have VI's that does the same operation but with different Inputs and this Input is a cluster of references.
    I would like to gain knowledge if all this VI's can be clubbed together by making those clusters as global variables. Through this way I hope we will significantly optimizie our code.
    We are also looking for the drivers to get certified by the NI so looking for any sort of solution if making global won't be a good solution for achieving optimization.
    Thanks In Advance,
    VIvek
    Solved!
    Go to Solution.

    I don't quite understand what you mean by "clubbed together". Using global variables will not magically make your code more efficient. There's uses for global variable, and there are places where they should not be used. A reasonable use is to hold data used by muliple processes, though a queue is in most cases a better way to go.
    The best way to see how to write an instrument driver is to download recent instrument drivers from the NI Instrument Driver Network. Look for the ones that are project-based as these are done in 8.x and are quite recent. Don't bother with the old drivers - they're a mess. You should be able to find something that's similar to your instrument and use it as a template. There's also an Instrument Driver Wizard that comes with LabVIEW. Another source of information is the NI Knowledge Base. Do a search, and you'll find lots of information. Like this: Developing LabVIEW Plug and Play Instrument Drivers.
    You should also read over Ben's nugget on Action Engines. 

  • Use Variables created in script block outside of script block

    hello
    I have a code like:
    $command= { param($p1,$p2) if (Test-Path "D:\$p1") {
    $s=$p1+ "_" +$p2 } }
    Invoke-Command -session $sesion -ScriptBlock $command -ArgumentList 1,2here session is already created with remote server. Invoke-Command runs that script block on a remote server.Now I want to use that variable $s after invoke-command like $command= { param($p1,$p2) if (Test-Path "D:\$p1") { $s=$p1+ "_" +$p2 } }
    Invoke-Command -session $sesion -ScriptBlock $command -ArgumentList 1,2write-host $sif ($s -eq "ZTE_3G") {Write-host True} else {write host false}But here value of variable $s comes as null.Could you please help me how can i use value of that vairable?

    You need to return $s in your scriptblock and then save the output of Invoke-Command to a variable in order to test.
    Something like this may work:
    $command= {
    param($p1,$p2)
    if (Test-Path "D:\$p1") {
    $s=$p1+ "_" +$p2
    $s
    $s = Invoke-Command -session $sesion -ScriptBlock $command -ArgumentList 1,2
    write-host $s
    If ($s -eq "ZTE_3G") {
    $True
    } else {
    $False
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI | PoshRSJob
    PowerShell Deep Dives Book

  • Override the GROUP system session variable within an initialization block

    Hi,
    We're trying to override the GROUP system session variable and having no luck. We've created an initialization block to return the semicolon-separated list we're looking for but when a user logs in, it seems like it is overridden with the default. When we change the name of the variable to something other than GROUP, it works great and we get the expected value. Is there something we're missing with overriding the particular value?
    Here is the query we're attempting to use for the variable:
    Select 'GROUP',
       ListAgg(OBI_ROLE, ';') Within Group (Order By USER_EMAIL)
    From CSS_OBI_USER_ROLE
    Where USER_EMAIL In (':USER')
    We also tried:
    Select
       ListAgg(OBI_ROLE, ';') Within Group (Order By USER_EMAIL)
    From CSS_OBI_USER_ROLE
    Where USER_EMAIL In (':USER')
    We made sure that the variable name was 'GROUP' as well.
    Not sure if it's important to note or not, but the returned values do correspond to existing applications groups already defined within OBI.
    Any help is greatly appreciated!
    Thanks,
    Jas

    since you have value as OpsReviewViewer;OpsReviewAuthor:BIAdministrator
    my not help row wise setting
    try to handle ; part using sql query so that you get those number of records to use row-wise
    so this
    Select 'GROUP',
       ListAgg(OBI_ROLE, ';') Within Group (Order By USER_EMAIL)
    From CSS_OBI_USER_ROLE
    Where USER_EMAIL In (':USER')
    with row-wise show work

  • How to a session variable in another initialisation block?

    Hello all,
    I think I overlook something. So hope someone please can help me out.
    I have 2 initialisation blocks.
    The first one has as a source a LDAP server.
    Now I fill a session variable called mail by the LDAP server.
    When I click on test I will see my mail address.
    lets say I see [email protected]
    No I want to do something with that subdomain.
    So I made a new initialisation block with the database as the source.
    And made a query
    select case when upper(:mail) like 'subdomain%' then A else 'NO Domain found' END from dual
    but this doesn't work, and really don't understand why!! (and ofcourse I am using the executed precendence option to initialise first the other initaialisation block)
    also when I change the query in:
    select case when upper('[email protected]') like 'SUBDOMAIN%' then A else 'NO Domain found' END from dual
    then it al works fine..
    Hope anyone can help me out!!
    Best regards,
    Remc0

    Does the Init Block really fails? Could you please set the logging level to 2 in that user and review both the NQuery and Presentation Services log files? Can you try with a simply select statement:
    SELECT upper(VALUEOF(NQ_SESSION.MAIL)) FROM DUAL
    to make sure the new variable is getting initialized? It could be that the value from the LDAP server has trailing or leading spaces?
    Also I don't see why you need to put the domain on another session variable, you could do your filter using the case statement directly. Unknown to many a CASE statement can be used in a WHERE clause as well. Sample SQL:
    WHERE COLUMN = (case when upper(VALUEOF(NQ_SESSION.MAIL)) like '%SUBDOMAINY%' then 'SUBDOMAINY' else 'NO Domain found' END)

  • Retriving a cookie variable in a init block

    Hello
    I configured obiee for sso.
    Here is my instance config:
    <Auth>
    <SSO enabled="false">
    <ParamList>
    <!--IMPERSONATE param is used to get the authenticated user's username and is required -->
    <Param name="IMPERSONATE" source="cookie" nameInSource="SSOUSERNAME"/>
    <Param name="NQ_SESSION.TICKETID" source="cookie" nameInSource="TICKETID"/>
    </ParamList>
    </SSO>
    </Auth>
    Here is my init block in the repository
    SELECT ':USER' FROM dual where obiee_auth_api.validate_and_expire_ticket(':USER', ':NQ_SESSION.TICKETID') = 'Y'
    When I run that, I dont get logged in.
    If I replaced ':NQ_SESSION.TICKETID' by a hard-coded ticket id like 'xxx-xxx-xxx-xxx' it works and I'm logged in.
    So I guess I'm not retrieving the variable value correctly.
    Does someone know how to do that?
    Thanks

    Do the cookie names match exactly with the cookie generated on your system? It is case sensitive.

  • Passing unix variable value to plsql block

    hi..
    i want to pass the value of a unix variable to a pl/sql block. I dont know how to go about it.
    My code is
    for all the files in the directory, ( say $i as the file name )
    sqlplus -s <<!
    cmdp_rdev/cmdp_rdev@cmdp
    declare
    no number:= 0;
    BEGIN
    no := run_owb_mapping('CMDP_RDEV','LOC_PROC_FLOW','PROCESS','PROCESS_HOTEL_DATA',CUSTOM_PARAMS='FILE_NAME=$i');
    end;
    In the above example, i want the file name ( if x.txt ) to be passed to the procedure call as :
    no := run_owb_mapping('CMDP_RDEV','LOC_PROC_FLOW','PROCESS','PROCESS_HOTEL_DATA',CUSTOM_PARAMS='FILE_NAME=x.txt');
    How do i do this..
    thanx in advance

    thank you for the reply..
    well that will not work.. since values concatenated to strings cannot be passed as parameters.
    for the file Oct_2005.csv, the following was the output
    no := run_owb_mapping('CMDP_RDEV','LOC_PROC_FLOW','PROCESS','PROCESS_HOTEL_DATA'
    ,p_custom_params=>'FILE_NAME='''||Oct_2005.csv||'');
    ERROR at line 4:
    ORA-06550: line 4, column 115:
    PLS-00201: identifier 'OCT_2005.CSV' must be declared
    ORA-06550: line 4, column 1:
    PL/SQL: Statement ignored
    ------------------------------

  • Save in a variable an instrument handle out

    Hello,
    I wanna create a sequence in teststand using labview step. the problem is the VI of my labview step has a function with instrument handle in and instrument handle out. How can I store those instrument handle out in a variable to be able to use that variable as the input of an instrument handle in in another VI and if it's possible wich kind of variable should i use in both labView and teststand.
    Thanks in advance for your answer
    Christelle

    You can use the Session Manager. There's an example (in 3.1 anyway), in the SessionMgr\Lv\LVDMM.seq.

  • Error in repository variables use in initialization blocks on Solaris 64

    Hello,
    I noticed a strange problem on OBIEE 10.1.3.4.1 installed on Solaris 64: it seems that it cannot convert the string 'VALUEOF(+repository variable+)' into the actual value of the parameter.
    For example, this is an initialization block to populate current fiscal project date variables (from NQQuery.log):
    +++Administrator:fffe0000:fffe0c3e:----2010/04/12 12:29:29
    -------------------- An initialization block named 'Current Project Variables', on behalf of a Session Variable, issued the following SQL query:
    select C.MCAL_PERIOD_NAME as MCAL_PERIOD_NAME
    ,C.MCAL_PERIOD as MCAL_PERIOD
    ,C.MCAL_PER_NAME_QTR as MCAL_QTR_NAME
    ,C.MCAL_PER_NAME_YEAR as MCAL_YEAR_NAME
    ,PAGO.MCAL_PERIOD_NAME as MCAL_PERIOD_AGO
    ,QAGO.MCAL_PER_NAME_QTR as MCAL_QTR_AGO
    from
    VALUEOF(OLAPTBO).W_MCAL_PERIOD_D C
    ,VALUEOF(OLAPTBO).W_MCAL_PERIOD_D PAGO
    ,VALUEOF(OLAPTBO).W_MCAL_QTR_D QAGO
    where C.adjustment_period_flg = 'N'
    and C.W_CURRENT_MCAL_PERIOD_CODE = 'Current'
    and C.MCAL_CAL_WID=valueof(NQ_SESSION.MCAL_CAL_WID_PROJ)
    and C.mcal_period_ago_wid= pago.row_wid
    and C.mcal_qtr_ago_wid=qago.row_wid
    and c.mcal_cal_wid= pago.mcal_cal_wid
    and c.mcal_cal_wid=qago.mcal_cal_wid
    Returned 0 rows. Query status: Failure
    As you can see, VALUEOF(OLAPTBO) should be substituted by the repository session variable, but instead it seems that the BI Server simply issues to the database the initialization block statement as-is!
    Any idea?
    Thanks in advance for the help,
    Vincenzo Maggio

    As a test, I tried to add the filter to the individual user first. In the Repository I went under Manage-Identity. Clicked on my User and hit permissions button.
    I created the filter of:
    "Testing and Assessments"."Student SOL Testing"."Teacher Employee Number" = VALUEOF(NQ_SESSION."VAR_EMPLOYEE_NUMBER")
    That didn't work. I still see all data when I log in as that user. If I hard-code it to the users Employee Number (see below), it does work. What now?
    "Testing and Assessments"."Student SOL Testing"."Teacher Employee Number" = '19983758'

  • While local variable initialized inside try block compiler throws error???

    Check out this code where two local variables(one String and the other int type) is declared at the beginning of the method and initialized inside try block. now when i compile this app, it gives an error sayin' that Variables not been initialized. Can anyone tell me why compiler is throwin' an error message?
    Many thanks.
    import java.io.*;
    public class Test{
    public static void main(String[] args){
    String aa;
    int c;
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    System.out.println("EnterAnything:");
    try{
    aa = in.readLine();
    c = 1;
    catch(IOException e){
    System.out.println(e.getMessage());
    System.out.println(aa);
    System.out.println(c);
    }

    jfbriere,
    Thanks to u all.
    that every reference to the variable is necessarily preceded
    by execution of an assignment
    to the variable.But I've initialized the variable c and aa inside try block before referencing it as a parameter of println()?
    Can u clarify this?
    --DM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • XML variables wrapped in CDATA block

    I have a process that is exposed as a web service, which I am calling from a form. I am using an XML process variable as an "out" parameter of my web service. When I get the value, it is wrapped in a CDATA block. As a result, it is not valid XML. I am calling the web service from a PDF form, and I would like to bind the XML to a subform, but I cannot because of this CDATA problem. Any ideas?
    Thanks.
    Jared Langdon

    Hi Jared
    We've always had difficulties doing what you're proposing.
    Even if the data coming back from the web service is valid, we've never been able to bind an entire XML snippet to a sub-form.
    You can validate this by writing a simple web service that returns a hard-coded string (containing xml data), and try binding that. If you do manage to do the binding, we'd really love to know how you achieve that in your form coding, so please post your experiences here.
    What we usually do is rather than returning an entire xml packet, we return a number of discrete values, and bind each of those explicity to fields. Repeating fields are a bit more problematic, and for those we usually use comma-separated fields.
    You can find a description of this pattern (not quite what you want, but should give you some ideas) at:
    http://www.adobe.com/devnet/livecycle/articles/populating_dropdown_form_sqlplus.html
    Howard
    http://www.avoka.com

Maybe you are looking for

  • Cannot install itunes on computer

    I don't have internet on computer.  I downloaded itunes newest version and saved to flash drive.  When i try to install onto computer, I get this error message. "The version of this file is not compatible with the version of Windows your running.  Ch

  • Audio: Record Audio doesn't see mic since last upgrade

    Since the last upgrade (10.0.8) Record Audio does not see the mic input to my Saffire Pro 24 DSP - the Saffire is selected as input, mono mic on Channel 1. The Saffire is working and a signal appears on its level meters and headphones. It used to wor

  • Replace 10g form in application server

    hi all i have my application running in AS10g release1. when i do some changes in my forms and want to replace in application folder (at application server ) it didnot allow me to replace a form while user is accessing it. gives me message cannot cop

  • Fix position of 3D graph in front panel

    Hi I haev used 3D graphs in my VI but whenever I open my vi I see that the position of 3D graph has changed in my Front Panel  and it takes a lot of time to rearange everything again. It also change the position of the other things like pics or  Tab

  • ESS team claendar appears extremely slow

    Hello, we use employee self services with a SAP NetWeaver Portal 7.0. A few days ago we installed patch level 38 to our SAP HR 600. Since then the team calendar view in our portal appears extremely slow. We get no error message and the leaving times