P2P State versus Installment Plan State

Hello Collections Experts,
Can someone explain the difference between the 'state of a Promise to Pay versus the state of an Installment Plan please? We cretaed a P2P as an installment plan. When we did this the state under tab 'Promise to Pay' column 'State of Promise To Pay' was recorded as 'Open'. If we click on Installment Plan the column 'State of Installment' was recorded as 'Open'. In table FDM_P2P_ATTR the state was recorded as 0 (Open) and in table UDM_P2P_ATTR the state was recorded as 0 (Open).
Later when the P2P was overdue, the state under tab 'Promise to Pay' column 'State of Promise To Pay' is showing as 'Installment is Overdue'. While under the Installment Plan itself the column 'State of Installment' is showing as 'Not Paid On Schedule'. In table FDM_P2P_ATTR  and table UDM_P2P_ATTR the state is recorded as 6 (Partially Kept Not On Schedule).
See attached.
We don't know why tab 'Promise to Pay' column 'State of Promise To Pay' is showing as 'Installment is Overdue' while the Installment Plan column 'State of Installment' is showing as 'Not Paid On Schedule'.
Are there different states for a P2P versus Installment plan and can anyone advise what DB tables these 2 seemingly different states are recorded/stored in?
Thanks and regards
Michael

Hi Michael
There are different states for the P2P and for the installment plan associated with it.  The program FDM_P2P_JUDGE evaluates both the P2P and and each installment and assigns the appropriate state to each one, for example you may have one installment that is paid in full & on time and another that has not been paid and the due date has passed, these would required different states, the P2P itself will have a different state.
If you go to table UDM_P2P_ATTR and do a dropdown on the field "FIN_P2P_STATE" you can see the list of states and their descriptions, these are the states that are applied by program FDM_P2P_JUDGE during evaluation, those with the word "schedule" will appy to the installment and the others will apply to the P2P, take a look at the attached for more information, regards
Evaluating Promises to Pay - SAP Collections Management (FIN-FSCM-COL) - SAP Library

Similar Messages

  • VM in Running (Installing Extensions) state - it seems it's failing to enable the Microsoft.Azure.Diagnostics.IaasDiagnostics plugin

    My VM is in the follow state "Running (installing extensions) state. In the dashboard it appears that the IaasDiagnostics extension is not enabled. The message displayed in the dashboard is:
    Enable failed for plugin (name: Microsoft.Azure.Diagnostics.IaaSDiagnostics, version 1.2.0.0) with exception Command C:\Packages\Plugins\Microsoft.Azure.Diagnostics.IaaSDiagnostics\1.2.0.0\DiagnosticsPluginLauncher12.exe of Microsoft.Azure.Diagnostics.IaaSDiagnostics has exited with Exit code: -3
    How can I get this working?

    Hi,
    Thanks for your feedback.
    Can you RDP into the VM? If yes, you can check the log in the path below to see if you can find any root reason for this issue:
    C:\WindowsAzure\Logs\WaAppAgent.log
    I also tried to use the Remove-AzureVMDiagnosticsExtension cmdlets to do that and got the same results as yours:
    I am sorry to say that I haven't found any ways to remove the DiagnosticsExtension in Azure PowerShell at present. I recommend you to feeback this on the Azure feedback
    link below:
    http://feedback.azure.com/forums/216843-virtual-machines
    By the way, you can access the
    preview portal by going to Browse Virtual Machines, select the VM, select
    Extensions, select the extension to remove and click Delete. After it has been deleted, go back and select
    Add and add it back.
    In addition, if you restart the VM and still encounter this issue, please contact Azure support by requesting a support ticket in the link below:
    http://azure.microsoft.com/en-us/support/options/
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • To install BI Stats cube in 7.0 - BI Admin Cockpit necessary?

    Hi Guys,
    Just curious to know, to install BI Stats cube (0TCT*) in BI 7.0, is installation of BI Administration Cockpit necessary? We would like to install BI Stats cube from Business content and start collecting Stats.
    Did anybody face problems activating BI stats cube in BI 7.0?
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 12, 2008 1:44 PM

    Its the reverse, To have BI Admin Cockpit, BI Stats cubes (0TCT*) are necessary!!
    VJ

  • My Mac Book Pro has just had a new memory and solid state drive installed. After the installation, the Lightroom tools all became grey. There is no longer any color on the screen other than my picture. Even the color sliders are grey.  Can you please help

    My MacBook Pro just had a new memory and solid state drive installed. Since the installation, the Lightroom tools are now all grey. Even the color sliders are grey. Please help!

    My guess is that your operating system got updated to Mavericks and that you are running an old version of Lightroom:
    Sliders are white, look different | Mac OS X 10.9 Mavericks
    Be aware of a Lightroom bug with color management in mavericks that makes shadows too deep in the Develop module: Jao's photo blog: Serious color management bug in Mac OS 10.9 "Mavericks" and Jao's photo blog: Further quantification of the Mavericks color management problem.

  • INSTALLING SOLID STATE HARD DRIVE ON EXISTING MAC

    How difficult is it to install solid state hard drive on an existing mac, you can buy the solid state hard drive from crucisl and someon will put it in, anyone ever done this?

    Yes I have. It is very easy to do yourself. If you can turn a screw driver and unplug then replug one cable you can do it yourself.
    The hardest part is having a current backup or clone of your original drive, that is if you don't want to do a clean install of OS X and programs, and then restoring either to the SSD. Although that is fairly easy also.

  • [SOLVED] updating aur package "install: cannot stat ...: No such file"

    This is my first attempt at creating a new package so I decided to update the orphaned crtmpserver package and I'm getting an error where makepkg cannot locate a file...
    I'm test building the package in /var/abs/local/rtmpd directory which contains two files PKGBUILD and rtmpd.service.
    PKGBUILD:
    pkgname=rtmpd-svn
    pkgver=811
    pkgrel=1.1
    pkgdesc="High performance rtmp streaming server"
    arch=('i686' 'x86_64')
    url="http://www.rtmpd.com"
    license=('GPL')
    depends=('openssl')
    makedepends=('subversion' 'cmake' 'lua')
    provides=('crtmpserver')
    conflicts=('crtmpserver')
    _svntrunk='https://svn.rtmpd.com/crtmpserver/trunk'
    _svnmod='crtmpserver'
    _svnbuild='crtmpserver/crtmpserver'
    source=('rtmpd.service')
    md5sums=('SKIP')
    build() {
    msg "Starting SVN checkout"
    svn co --non-interactive --no-auth-cache --username anonymous --password "" https://svn.rtmpd.com/crtmpserver/trunk crtmpserver
    cd $_svnmod/builders/cmake
    sh cleanup.sh
    cmake -DCRTMPSERVER_INSTALL_PREFIX=/usr
    make
    package(){
    cd $_svnmod/builders/cmake
    make DESTDIR="$pkgdir" install
    install -dm644 "$pkgdir/etc/crtmpserver"
    mv "$pkgdir/usr/etc/crtmpserver.lua.sample" "$pkgdir/etc/crtmpserver"
    rm -rf "$pkgdir/usr/etc"
    install -D -m644 "rtmpd.service" "$pkgdir/usr/lib/systemd/system/rtmpd.service"
    Here's the output from running makepkg
    [ourhome@server rtmpd]$ makepkg > log
    ==> Making package: rtmpd-svn 811-1.1 (Sun Feb 8 14:42:27 PST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found rtmpd.service
    ==> Validating source files with md5sums...
    rtmpd.service ... Skipped
    ==> Extracting sources...
    ==> Starting build()...
    ==> Starting SVN checkout
    A crtmpserver/3rdparty
    A crtmpserver/3rdparty/lua-dev
    A crtmpserver/3rdparty/lua-dev/lundump.h
    A crtmpserver/3rdparty/lua-dev/lapi.h
    A crtmpserver/sources/androidapplestreaming/src/variantconnection.cpp
    A crtmpserver/sources/androidapplestreaming/src/jniwrapper.cpp
    Checked out revision 811.
    -- The C compiler identification is GNU 4.9.2
    -- The CXX compiler identification is GNU 4.9.2
    -- Check for working C compiler: /usr/bin/cc
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Install the project...
    -- Install configuration: "Debug"
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libtinyxml.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libcommon.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libthelib.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/flvplayback/libflvplayback.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/appselector/libappselector.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/samplefactory/libsamplefactory.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/vptests/libvptests.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/admin/libadmin.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/proxypublish/libproxypublish.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/stresstest/libstresstest.so
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/sbin/crtmpserver
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/etc/crtmpserver.lua.sample
    -- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/man/man1/crtmpserver.1
    install: cannot stat ‘rtmpd.service’: No such file or directory
    ==> ERROR: A failure occurred in package().
    Aborting...
    and that's the mystery to me.  Makepkg finds rtmpd.service when it starts but cannot find it when it's time to package.
    Where's it looking ?
    Last edited by gillecaluim (2015-02-08 23:36:50)

    The service file is in $srcdir, not $_svnmod/builders/cmake.
    You're using an outdated PKGBUILD template too. The svn source should be included in the source array and not checked out manually during the build process.
    EDIT: since this repository requires authentication, perhaps the correct format won't work.
    Last edited by WorMzy (2015-02-08 23:07:59)

  • Database locking (state versus stateless) and indexes on oracle database

    Does anyone have a link to a document talking about database locking (state versus stateless) and talking about indexes in oracle database?

    No version information and no information as to what you mean by "locking" so no help is possible.
    You could mean LOCK TABLE in version 7.3.4 or SELECT FOR UPDATE in 11.1.0.7 or something else entirely.

  • Ins-08109 unexpected error occurred while validating inputs at state 'quick install'

    Dear All,
    I successfully configure clusterware for 2 node rac db. But when i try to install Oracle DB Software i am getting below error on 4 step .
    ins-08109 unexpected error occurred while validating inputs at state 'quick install'.
    Kindly advice over the same.
    Thanks in advance.

    Thanks John for your update,
    Actually whenever i ask a question on OTN and Sybrand replied over the same every time instead of giving solution or advice he always try to insult other. I know that he is very senior to me and i am here posting query not to waste important time of anyone but to get the solution. Yes i forgot to update the i goggled and applied the recommendation before posting my query here. But this is not the correct way to advice anyone. Infact he also cross out this level where i am. If you think i hurt sentiments of anyone i feel sorry for that. But this is not the right way to advice in fact you all are seniors and we are coming here to learn from you guy's. OTN is not private property of anyone.
    One thing more to say like you advice me calmly it's better to understand me how to do things accordingly now i will do that. Thanks again for your help and i will take care of all these things in future.
    Actually the problem mentioned above i faced first time and after google i didn't get any blog or site with the same mentioned error instead it will give me link mentioned below:-
    [Ins-08109] Unexpected Error Occurred 'Installoptionsui'.
    But mine was
    [ins-08109] unexpected error occurred while validating inputs at state 'quick install''
    I tried one of the blog that states that similar problem occurs when clusterware is not up. First i check whether clusterware is up or not i found that it is up. But still i restarted it and try the installation again but getting the similar problem again.
    In one blog it is mentioned that due to listener misconfiguration the problem occurs. I crosschecked listeners are configured from grid home.
    So applied both the sol which i get by typing the same error which i mentioned above but not successful to get the solution.
    In some website it is suggested that try to contact Oracle Support for the same.
    Ok the problem is sorted out,I do a fresh installation of OS, Clusterware and DB, now i am not facing the same problem. I think the problem is related to group permission. Now this time i mention all the details what i do and what is the result i think now its better to understand.

  • NEED HELP ADOBE READER WOULD NOT INSTALL. STATES "ACCESS DENIED"

    ADOBE READER WOULD NOT INSTALL. STATES "ACCESS DENIED"

    Hi dharamsishah,
    Are you still facing this issue?
    The computer you trying to get Reader installed on it. Is it your own computer or work computer?
    It seems you might not have permission to install application.
    You may try to create a new user profile with admin rights and then try installing again.
    Regards,
    Ajlan Huda.

  • HT4623 I am updating my school's operating system for my iPads.  I have been able to complete 2 carts of 30 (60 total). The next cart I was able to download the IOS6.3.1 update but it states the install is not available. Good internet connection.

    I am updating my school's operating system for my iPads.  I have been able to complete 2 carts of 30 (60 total). The next cart I was able to download the IOS6.3.1 update but it states the install is not available. Good internet connection.  Please advise.....
    Thanks!

    Hi nytesinger,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    Apple Configurator Help: About Apple Configurator
    http://help.apple.com/configurator/mac/1.3/#cadf1802aed
    Apple Configurator Help: Prepare devices
    http://help.apple.com/configurator/mac/1.3/#cad96c7acd6
    Cheers,
    - Judy

  • Online banking statement and credit card statements will not display in FF 4.0 on either Win 7 or XP. Falling back to 3.6 fixes problem on both computers and sites.

    After upgrading to FF 4.0 I am not able to access or display my bank statements or credit card statements. I have a laptop running Win 7 and a desktop running Win XP and have same problem on both. Statements are in Adobe PDF. Upgraded Adobe to vers. 10 at banks suggestion but did not help. I have now fallen back to FF 3.6 on both PC's, and it now works on both PC's, one running Adobe Reader 9 and the other running Adobe 10.
    Additionally, my email provider (bbwi.net) "Squirrel Mail" times out and logs me off every 15 minutes or so in FF 4.0, even when I am actively composing mail. Falling back to FF 3.6 also fixed this problem

    1st, you will not be able to activate your PPro1.5 on ANY new computer, see next link for the special version you MUST use
    CS2 (and earlier) Activation Server http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    2nd, you already mentioned Virtual XP, so if a direct install doesn't work, that would be the way to go... or, to just do what SHOULD work from the start, just do Virtual XP

  • Installment Plans

    Hi All,
               Actually I am working on FICA: Installment plans. There are 3 standard datasources for the Installment plan.
    0FC_IPL_HEAD_01--- Installment Plan Header Data for Business Warehouse
    0FC_IPL_ITEM_01 --- Installment Plan Items for Business Warehouse
    0FC_IPL_ORIG_01---- Installment Plan Original Items for Business Warehouse
    The problem I am facing is I am not able to get any records in the header extractor (0FC_IPL_HEAD_01) and Original Items extractor (0FC_IPL_ORIG_01). But I am getting data in Items ( 0FC_IPL_ITEM_01 ) extractor. In the base header table of Installment plan I am able to find some records.
    To pull the data to BW we have to scheduled a run in Tcode - FPIPBW. Where it is not giving any records in Header extractor.
    If anybody have worked on FICA Installment Plans please guide me through this.
    Regards
    Karthik

    Hi,
    First execute init for the data source and then run tcode-FPIPBW.
    Now you will find data in the corresponding tables.
    Refer the below link which will be of some hlep.
    http://help.sap.com/saphelp_nw70/helpdata/EN/8a/3478f0c38fcf4c8287a5d4a4777a24/frameset.htm
    Regards,
    Sandeep.

  • Using a different default component state within each page state

    I am using a custom component in multiple page states but would like to have a different default state (for the same custom component) within each page state.
    Is there anyway to use a different default component state within each page state .
    When I change the default state at a component level it seems to go across all my page states.  Any solutions?
    Thank you

    I guess I can just add that interaction for that component!
    I think my brain is just catching up

  • Error while Installment Plan creation

    Dear friends ,
    When i am saving the installment plan i am getting this error can anyone please let me know how to rectify this error
    Internal error: Incorrect use of a function module
    Function module FKK_TAX_EXEMPT_KEY_DETERMINE was called with incomplete parameter specifications. One of the following entries is missing in transfer structure I_FKKTAXEXC:
    Tax code
    Company code

    Hi,
    You check the a/c determination for Inst Plan in EK01 & EK02.
    I beleive that the G/L a/c is incorrectly assigned.
    Regards,
    T

  • Application is in 'Prepared' state instead of 'Active' state.

    I m using below code to deploy an application on weblogic 11g
    import java.io.*;
    import java.util.Hashtable;
    import weblogic.deploy.api.tools.*;  //SesionHelper
    import weblogic.deploy.api.spi .*;  //WebLogicDeploymentManager
    import javax.enterprise.deploy.spi.TargetModuleID;
    import javax.enterprise.deploy.spi.status.ProgressObject;
    import javax.enterprise.deploy.spi.status.DeploymentStatus;
    import javax.enterprise.deploy.shared.ModuleType;
    import javax.enterprise.deploy.spi.Target;
    import javax.management.MBeanServerConnection;
    import javax.management.remote.JMXConnector;
    import javax.management.remote.JMXConnectorFactory;
    import javax.management.remote.JMXServiceURL;
    import javax.naming.Context;
    public class WeblogicTest
         public static void main(String ar[]) throws Exception
              System.out.println("Start Deploying");
              WebLogicDeploymentManager deployManager=SessionHelper.getRemoteDeploymentManager( "t3", "10.0.0.47", "7003", "weblogic",
              "weblogic123");
              System.out.println("Deploy Manager  :  " + deployManager);
              DeploymentOptions options = new DeploymentOptions();
              options.setName("TC33");          //TODO
              Target targets[] = deployManager.getTargets();
              System.out.println("Target  :  " + targets);
              Target deployTargets[]=new Target[1];     
              int temp=0;
              for (temp=0; temp < targets.length; temp++){
                   if(targets[temp].getName().equals("managed_2")){
                        deployTargets[0]=targets[temp];
              ProgressObject processStatus=deployManager.distribute(deployTargets, new                
                        File("\\\\10.0.0.47\\Builds\\VertexTest\\domain1\\tc3.3b74_6.2.2011.19\\test.ear"), null,options);
              DeploymentStatus deploymentStatus=processStatus.getDeploymentStatus() ;
              System.out.println("UnDeploymentStayus.getMessage(): "+deploymentStatus.getMessage() );
    System.out.println("Start sleeping");
              Thread.sleep(10000);
    System.out.println("End sleeping");
              TargetModuleID[] targetModuleIDs=deployManager.getAvailableModules(ModuleType.EAR, deployTargets);
              System.out.println("\n\t targetModuleIDs [] = "+targetModuleIDs);
              for (int j=0;j<targetModuleIDs.length;j++){
                   System.out.println("\n\t "+targetModuleIDs[j]);
                   deployManager.start(targetModuleIDs);
                   deployManager.start(targetModuleIDs);
    }This code successfully deployed my application on desired managed server but my application is in 'Prepared' state instead of 'Active' state.
    Currently, I have to manually update my application's state to 'Active'.
    Can anybody tell me if I am missing something in my code.

    It actually looks fine, but what could be the problem is the time to deploy your application and
    the sleep command of ten seconds. When your sleep is finished, is your application deployment finished?
    Maybe you can add a while loop using the isCompleted method of the DeploymentStatus class, for example,
    ProgressObject processStatus = deployManager.distribute(deployTargets, new File("\\\\10.0.0.47\\Builds\\VertexTest\\domain1\\tc3.3b74_6.2.2011.19\\test.ear"), null,options);
    DeploymentStatus deploymentStatus = processStatus.getDeploymentStatus() ;
    while (!deploymentStatus.isCompleted()) {
        Thread.sleep(1000);
    TargetModuleID[] targetModuleIDs = deployManager.getAvailableModules(ModuleType.EAR, deployTargets);
    System.out.println(targetModuleIDs);
    if (targetModuleIDs.length > 0) {
        deployManager.start(targetModuleIDs);
    }Or something else along those lines.

Maybe you are looking for

  • ICloud Email Issue: Messages sent to same account

    Issue: When sending an email from my (personal-email)@me.com to the same account, with an attachment, email doesn't show up on any devices, even Apple mobile devices. Troubleshooting Attempts: - Sending emails on iMac machine with attachments from (p

  • Receive mail body content

    I have problem with receive mail. IOException "no content". My code: Folder folder = store.getFolder("INBOX"); folder.open(javax.mail.Folder.READ_ONLY); Message[] message = folder.getMessages(); for (int i =0; i< message.length; i++) { Part messagePa

  • Startrfc - SAP utility to invoke ABAP programs from External systems

    We have used the startrfc uitlity that comes along with the SAP Presentation CD. This is bundled with the SAP RFC SDK kit. The startrfc utility can be used to invoke ABAP programs from external systems or servers. When using the startrfc from the SAP

  • Lightroom 5 prep materials for ACE exam?

    Hey everyone - can anyone point me towards any good prep materials before I sit the Lightroom 5 ACE exam.  I've used LR since the first beta so consider myself fairly proficient, but I know there will be nooks and crannies I don't use myself much whi

  • Mass user creation in NW 2004s

    Hello Experts, I am trying to setup mass users in SAP NW2004s which is the backend for xRPM system. Normal method of doing this using SCAT does not seem to work. Please let me know for possible options for mass user setup in such a system. Thanks for