BELNR not being filled in PTRV_DOC_IT

Hi Experts!!
We have a travel expense created with 5 receipts (line items). Now we have implemented BADI TRIP_POST_FI to change a few fields in PTRV_DOC_IT. However, to relate line items in PTRV_SADD (receipts) and PTRV_DOC_IT, we are using fields RECEIPTNO and BELNR respectively. We implemented the BADI and tested successfully. Now, after 2 months, when we try, this is not working. And it's found that BELNR is not being filled in with receiptno in PTRV_DOC_IT table, at all.
Can somebody help me figuring out, why it's happening so now? Should there be some settings done?
When will this BELNR be filled normally? Please help me out.
Your help is highly appreciable.

Solved.
In PRFI selection screen, under Size/Summarization, we should select first radiobutton (per Travel Doc.) under Cust/Vend Accoutn Summariz. and Expense/Account Summariz. This will automatically fill in BELNR.
Thanks.

Similar Messages

  • BPM Correlation from Dynamic Configuration not being filled

    Hey guys,
    I'm having the following problem with BPM correlation.
    In my correlation definition, I have 2 fields: one which is filled with information from the message payload, and another one which is filled with a context object (which was created with adapter metadata and filled with dynamic configuration, as refered here: /people/michal.krawczyk2/blog/2006/10/09/xi-dynamic-configuration-in-adapter-modules--one-step-further).
    All instances of BPM are with error status. And when I go into the workflow log for these processes, if I check the correlation object, it is like this:
    <?xml version="1.0" encoding="utf-8" ?>
    <CorrelationKey Version="001">
    <Field1 />
    <Field2>123456789</Field2>
    </CorrelationKey>
    Field1 is the one read from context object, and is not being filled (thus I think the error comes from here). Field2 is from payload and is being normally filled.
    Any ideas on this matter?
    Maybe the problem is not from the correlation. If not, what else could be the case? The BPM crashes on the very first step (one more reason to think that the correlation is the issue).
    Thanks in advance,
    Henrique.

    HI,
    In general Correlation , concept, whatever we configured in Correlation editor , i mean in runtime which xml element should filled with which element of which interface ..as you said you have configured the local correlation to block, in block it is the first receive step, while receiving the first message which is relevent to first recieve step , i mean if it receives the one message which is related to first receive step inteface .. the respective element data will be filled in correlation id and it will assign on giud for processing , so while assign the runtime data to correlation element ( imean filling stage) check you said two elements in correlation does the first message contains these two elements ??
    if so ok , no then check , and try to use the IM before calling the IP to fill the payload.
    Regards
    Chilla
    Oh closed!!
    Message was edited by:
            Chandra Sekhar Chilla
    Message was edited by:
            Chandra Sekhar Chilla

  • Component and Object are not being filled automatically when filling IBase

    Hello all,
    When filling the Ibase number in a Service Order (Reference Objects), the component and the object ID are not deing filled automatically. But if I fill the component instead of the IBase ID, the Ibase and the object are being filled.
    Can anyone help me with this issue, please? I would need the component and the object being filled automatically when entering the Ibase number.
    Thank you and Regards.

    Hi,
    Do you have the component assign to a client?
    Best regards,
    Rui Mariano

  • Internal table -Select statement -2nd plant is not being filled

    Hi,
    Second field for plant WERKD is not getting filled in this table.I am using into corresponding fields of table ITAB statement.
    I need both plants and in single select statement.
    Any ideas?
    DATA: BEGIN OF T_STOF OCCURS 0,
        VBELN LIKE LIPS-VBELN,
        ERNAM LIKE LIPS-ERNAM,
        WERKS LIKE LIPS-WERKS,
        NTGEW LIKE LIPS-NTGEW,
        GEWEI LIKE LIPS-GEWEI,
        EBELN LIKE EKKO-EBELN,
        WERKD LIKE EKPO-WERKS,
        LGORT LIKE EKPO-LGORT,
        EBELP LIKE EKPO-EBELP,
        MATNR LIKE EKPO-MATNR,
        TXZ01 LIKE EKPO-TXZ01,
        AEDAT LIKE EKPO-AEDAT,
        KNUMV LIKE EKKO-KNUMV,
        END OF T_STOF.
      SELECT  LIKPVBELN LIKPERNAM LIPSWERKS LIPSNTGEW LIPS~GEWEI
      EKKOEBELN EKPOWERKS EKPOLGORT EKPOEBELP EKPOMATNR EKPOTXZ01 EKPOAEDAT EKKOKNUMV
      INTO CORRESPONDING FIELDS OF TABLE T_STOF
      FROM LIKP
      INNER JOIN LIPS
      ON LIKPVBELN EQ LIPSVBELN
      INNER JOIN EKKO
      ON LIPSVGBEL EQ EKKOEBELN
      INNER JOIN EKPO
      ON EKKOEBELN EQ EKPOEBELN
      WHERE LIKP~VBELN IN S_VBELN
      AND LIKP~ERNAM IN S_ERNAM
      AND LIPS~WERKS IN S_WERKS
      AND EKKO~EBELN IN S_EBELN
      AND EKPO~WERKS IN S_WERKD
      AND EKPO~LGORT IN S_LGORT
      AND EKPO~MATNR IN S_MATNR
      AND EKPO~AEDAT IN S_AEDAT
      AND BSART = 'UB'.
    Or am i doing in wrong?
    Regards
    Praveen

    Hi,
    If you use INTO CORRESPONDING then the fieldname in the internal table has to match the selecting field name..
    To avoid this you can use INTO TABLE...
    SELECT LIKPVBELN LIKPERNAM LIPSWERKS LIPSNTGEW LIPS~GEWEI
    EKKOEBELN EKPOWERKS EKPOLGORT EKPOEBELP EKPOMATNR EKPOTXZ01 EKPOAEDAT EKKOKNUMV
    <b>INTO TABLE T_STOF</b>
    Thanks,
    Naren

  • Creator  Tomcat MySQL Deployment Table Not being filled by  DB

    Hi All,
    I am deploying a Creator app called test3.war which uses a MySQL db called RemoteFocalPoint.
    When I try to browse to the url : http://65.99.196.145:8080/test3/ The page wont load I have also had the error JasperException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
    I can get the table to be filled from the RemoteFocalPoint db on a sun pointbase server running locally with the following parameters :
    Data Source Name : RemoteFocalPoint
    User ID : root
    Password ; ****************
    Data base URL jdbc:mysql://65.99.196.145/RemoteFocalPoint
    Driver Class : org.gjt.mm.mysql.Driver
    Validation table : Validation
    I have installed Tomcat Administrator for the production Tomcat (v5.5) environment.
    The settings I have on Tomcat Administrator for http://65.99.196.145:8080/test3/ are
    JNDI Name: jdbc/RemoteFocalPoint
    Data Source URL: jdbc:mysql://localhost/RemoteFocalPoint
    JDBC Driver Class: org.gjt.mm.mysql.Driver
    User name jim
    Password *****************
    Max. Active Connections: 4
    Max. Idle Connections: 2
    Max. Wait for Connection: 5000
    Validation Query: SELECT ALL VALIDATION.Test FROM VALIDATION
    If anyone could shed any light on this I would be grateful. There is a lot of contradictory information on the web about this issue.
    Regards
    Jim Ascroft

    I think that his has been answered better than I can elsewhere in the forum and
    on the web. It's something that people frequently run into.
    But effectively, I think you need to edit a <project>/web/META-INF/context.xml
    file, adding something like this:
    (replace "oms" with your project name).
    Unfortnately, posting xml just doesn't work for me, but you ought to be able to google
    for context.xml, tomcat, resource and maybe database.
    I believe Dion Almaer has a post in his blog about it.
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/oms" >
    <Resource
            auth="Container"
            description="Nrg database"
            name="postgres/nrgdb"
            type="javax.sql.DataSource"
            driverClassName="org.postgresql.Driver"
            url="jdbc:postgresql://localhost/nrgdb"
            username="dms"
            password=""
            maxIdle="2"
            maxWait="5000"
            validationQuery="select * from users;"
            maxActive="4"
            removeAbandoned="true"
            removeAbandonedTimeout="30"
            logAbandoned="true"
        />
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
        <WatchedResource>META-INF/context.xml</WatchedResource>
    </Context>

  • Opmn logs not being written

    Hi All,
    We are facing an issue.
    No logs are being written to the opmn/logs directory. It was being written correctly till 4th December and then stopped all of a sudden.
    Are there any configuration files which may have been affected.
    Best regards,
    Brinda

    To clarify.
    We are now rotating the logfiles with the linux/unix command logrotate. I suspect that this is what is causing the issue that the logs are note being filled after rotation and we need to restart opmn for the logs to start getting populated.
    So I think we need to configure rotating logs in opmn.xml.
    The Application server version is 10.1.3. This is the log line in our opmn.xml.
    <log path="$ORACLE_HOME/opmn/logs/opmn.log" comp="internal;ons;pm" rotation-size="1500000"/>
    So the question is how do we activate opmn to rotate the log so that we do not need to use logrotate.
    In this document it says that you have to activate ODL for log rotation to work:
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b14432/logadmin.htm#sthref370
    Is this true or can we rotate text logs as well. This is what we would prefer.
    Best regards,
    Gustav

  • Home directory is not being backed up in Time Machine

    Problem: It turns out my home directory does not have any backups in Time Machine for the last year.  I've never received any error message indicating it wasn't doing the full backup.
    Goal: I'd like to get Time Machine to back up my home folder (which contains 100% of the content I care about) again, ideally in a way where I can keep my history from the last time it backed up successfully.
    How I found out:
    - I opened Time Machine and realized all the "pink bars" were dimmed all the way back up to Sept. 2011 when I navigated to my home folder or any folder within it.
    - I cloned a file within my home folder, did a manual Time Machine back up, opened Time Machine and verified that the backup volume did not contain the cloned file.
    - I did this again while watching the Console and verified that it did not make a large enough backup to include the cloned file.
    - I explored all the backups in Finder and realized that indeed all the backups that corresponded to the dimmed pink bars in Time Machine had no home folder.
    - I did an "ls -a" in the backup volume in Terminal and realized that it was not the case that the home directory was present but merely hidden.
    What I've tried:
    - I created a new admin account, logged into that and did a manual Time Machine backup from there.  The new account was backed up, while the original home directory still wasn't.  This continues to be true in subsequent backups made while logged into the main account.
    - I examined the exclusions list in Time Machine preferences.  The only items were the backup volume itself and another partition of that external drive I use for other backups, as expected.
    - I did a "Full Reset of Time Machine" (http://pondini.org/TM/A4.html), with a reboot before re-enabling Time Machine.  The plist file did change to become much simpler, but the home folder is still not being backed up.
    Other notes:
    - I run Dropbox, and have those contents in a folder one level under the home directory
    - I run Git
    - The existing backups have only used 500GB or so of a 1TB partition, so it's not filling up.
    - I ran Verify Disk in Disk Utility on both my backup volume and the mac's HD.  The backup volume appeared OK, but the mac HD was "found corrupt and needs to be repaired".  I could boot into the Recovery HD and repair it, but I feel like this is a risk and I'd like to have a working backup before I do that (I don't have another external HD around to make a temporary backup).  Could the corrupted drive be the reason Time Machine has been silently skipping the home folder?
    - My home folder is named "apple".  Might this be a problem?  I'd rename it, but that's a risk and I'd like a verified backup before doing that.
    - The Time Machine plist file in /Library/Preferences is pretty hard to read in pico, TextEdit, etc (maybe this is normal?)
    I've scoured the forums and pondini's very thorough troubleshooting pages to no avail.  Please let me know if anyone has ideas.  Thanks.

    Latest update: Bought a new external harddrive, set that up as the new Time Machine volume, but got the exact same results (all but my main user directory are backed up).  This is after another Time Machine reset (deleting the .plist), starting up in Safe Mode, and trying to initiate the backup from both the account that doesn't get backed up and another administrator account.
    Here is some of the output from the Console when filtering messages for "backupd":
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Backup content size: 481.57 GB excluded items size: 11.31 GB for volume Macintosh HD
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Found 1437613 files (470.25 GB) needing backup
    10/5/12 2:51:23.573 AM com.apple.backupd[13529]: 564.3 GB required (including padding), 1.5 TB available
    10/5/12 2:51:23.581 AM com.apple.backupd[13529]: Waiting for index to be ready (100)
    10/5/12 3:40:33.297 AM com.apple.backupd[13529]: Copied 763432 files (21.54 GB) from volume Macintosh HD.
    Put the relevant parts in bold.  No messages about why it only backed up 21.54GB when it found 470.25GB that needed to get backed up.
    Does this make sense to anyone??

  • Error while Creating new Position-Data fields have not been filled (no. 5A135)

    Dear Consultants,
    My client using SAP HCM form 2008, now they want to create new positions to the existing system,
    To create new positions I am using T Code : PP03, while creating I am getting error "Date Fields have not been filled- Error Message No - 5A135", I want to create the positions valid from 01.04.2014. please do needful why this error is coming
    Regards,
    Naresh

    Hi,
    It is mandatory to give the org unit to which the position is being associated with.
    Give the org unit and try saving it.
    Thanks,
    Sriram

  • Username and password not automatically filled in

    The problem I have with Firefox is that when I log in to one of my email services (I use two different ones).
    In the past when I opened the log-in page my login and password (saved in FF) were already filled in so I just had to click "log in" button - it still is that way on the other email service. I had it set up this way for years, since many FF versions back (I have automatic updates on in FF so it is always up to date). Recently I was changing my passwords and I got confused when updating saved password so I decided to delete saved passwords for one of the email services and just logged in typing the password in manually and clicked 'save password' when FF password manager asked me. From that point on when I open the log in page from my bookmarks, the details are not there anymore, so I have to click on 'username' field to get the autocomplete list, choose my login name (there is only one) and then the password gets filled in and I can log in, so it's not the issue of password not being saved or filled in for my login but the fact that these details are not filled in from the point I open the login page from bookmarks, like it used to be and like it still is with the other service (for which I didn't delete and re-save password).. Now this might not be a big deal you might think but it is really annoying that I have to do extra step just to log in to my email especially that I log in to it frequently during the day and that I like things to work the way they are supposed to.
    I have tried removing cookies for that website, deleting and re-saving the bookmark (with fields already filled with details), deleting all saved password for that website and saving it again and nothing seemed to help.
    I will appreciate any help if anyone has the solution. Please do not suggest alternatives like using add-ons or using email client etc.
    Not sure links are allowed but this is the link to the screenshot showing and describing the problem:
    http://screencast.com/t/TKWVVogzmqI
    I'm on win 7 pro 64, latest Mozilla 29.0.1

    OK. I tested it with the name and password in the bug report.
    This looks like a problem with the submit URL.
    The form uses a submit URL action="/login.html"
    <pre><nowiki><form action="/login.html" method="post" name="login" id="loginForm"></nowiki></pre>
    There runs a script that changes this to a secure version
    <pre>loginForm = $('#loginForm').attr('action', 'https://profil<i></i>.wp<i></i>.pl/login.html'),
    </pre>
    That makes the Password Manager not working properly.
    It should work if you open the login page via a secure connection https://profil.wp.pl/login.html
    You can also use the Saved Password Editor extension to edit the form and modify the submit URL to use <b>http://profil<i></i>.wp<i></i>.pl</b> to make the Password Manager work.
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • HBOgo "StageVideo is not being used"

    I just updated flash today, November 25 2013, which gives me version 11,9,900,152.  The problem I'm having seems specific to the HBOgo.com site.
    The problem occurs in all three browsers that I've tried, Firefox (my preferred browser), Chrome, and IE 9.  Also, I've tried the various suggested troubleshooting suggested on the Adobe site as far as enabling Flash addon in IE after disabling (unchecking) the choice for ActiveX filtering.  I've tried uninstalling/reinstalling all 3 browsers, reinstalling flash, resetting all video card settings to default, going through the Device Manager and uninstalling the device entirely, making sure it has no errors or conflicts anywhere and the same thing for the network devices, they all indicate that they are working properly.
    My device is an HP Pavilion dv7 Notebook PC running Vista Home Premium Service Pack 2.  It has 4 GB of memory and the video card is an NVIDIA GeForce 9600M GT.  The drivers are all up to date and so is every application and its associated add-ons that I will mention.  Also, it shipped with a Blu-Ray player which I've used to display Blu-Ray content on an external monitor with no issue.  (If it can do that, then shouldn't it just be some software issue preventing it from playing back a video stream of inferior quality from hbogo?)
    Regarding Flash Player, I've watched videos on YouTube and Hulu (and countless other sites which stream Flash Video) at resolutions of 720 and 1080 which played at framerates between 25 and 30 fps and which also did not use hardware acceleration but nevertheless maintained CPU usage of less than 70%.  So, the computer can certainly do it even without the help of the GPU, and it can do it from other sites that use flash, but not from HBOgo.  That's a second problem, even when flash video plays well, it's still not using hardware acceleration, but first I want to know why HBOgo's flash player is so much worse than everyone else's player.
    Here is the specific issue:  I navigate to HBOgo.com, pick any video to play and begin playback.  Playback usually begins at a relatively low resolution (I'd guess 480 or so based on its obvious pixelation), and then steps up the resolution gradually.  Usually after a minute or so, it will have reached its best resolution and that's when it starts dropping frames like crazy and pinning the CPU at 100%.  The video looks terribly choppy and the audio skips the more choppy the video is.  When I click pause or hit the spacebar for a pause, it will take two or three seconds as it spits out the last few video frames before finally showing the paused icon on the last frame.  Those two seconds seem to corrolate with CPU processing since there is no noticable delay when pausing video anywhere else under any other conditions.  Of course, CPU useage will drop back to 5 or 10 while the video is paused.
    Right-clicking the screen lets me choose "Show Video Debug" which in turn tells me:
         StageVideo enabled in OSMF: Yes
         StageVideo is supported.
         StageVideo is not being used, regular video 'probably' is.
    This is where I got the information about dropped frames.  If it matters, when paused, the buffer will fill to about 400 Mb plus or minus about 10 percent of that, perhaps.  Also, during playback, the buffer maintains approximately the same amount, indicating that my ISP has no problem sending that much data to my device.  The buffer seems fill to a lenght of time, about 60 seconds; so, as the video resolution goes down, the total buffer drops accordingly... sometimes it is at 200 Mb for 60 seconds with lower resolution, etc...
    Speaking of my ISP, I have Verizon FiOS (I don't know why it would matter, but I'm in King of Prussia, which is near Philadelphia, PA).  I just tested my bandwidth and it tells me that my IP is 71.175.97.244 and my download rate is 57.98 Mbps from some server in Matawan, NJ.  I don't think networking issues factor into this at all.  I say that because, digging into the developer tools (all 3 browsers show the same network activity: Firefox, Chrome, and IE) and clicking on the "Network" column, it consistently shows low latency for all the stream components.  For example:
         path: http://hds.pro12.lv3.hbogo.com/videos/PRO12/e2/hbo/feature/728425/hbo_821867_PRO12_f4m/hbo _821867_PRO12_8-Seg1-Frag858
         method: get
         type: video/f4f
    Timing Tab show:
         Sending: 0     Waiting: 89mg     Recieving: 159ms
    This seems to indicate that I'm getting the data sent to me without any problem, so forget about network issues, right?
    Also, regarding information available in Developer Tools, I can see that the flash video object has the paramater "wmode" set to "transparent".  I already wasted time messing with this before I realized that the paramater is irrelavent while in fullscreen mode -- besides the fact that even when it is changed to direct or gpu when not in full screen, it does nothing to help matters.  I think this was covered in one of the last discussions talking about lack of hardware acceleration on HBOgo -- the same discussion that ended with a few people saying that they were going to "throw in to towel".
    What am I missing here?  Why is StageVideo supported but not used?  Why do other players which use flash play videos with better quality despite still not using hardware acceleration?
    Windows Vista = updated
    NVIDIA Video Drivers = updated
    Flash Player = updated
    Flash Addons (pepper flash, etc...) = updated
    Firefox, Chrome, IE = all updated
    There's got to be something I can do.  What is it?

    Hello Sarvanan,
    What do you mean by "the respective field not having the Unit/Curr Objects"..?..some of them are of the type "number" whereas others are CHARS.
    Everytime when i add some field i cannot re-create the whole transformation. There has to be some inconsistency as my mapping of source-target field is correct. I have also raised this to OSS but as usual they are taking thier own sweet time to reply.
    Surprisingly the transformation got activated yesterday and the dataload too was successful. Today again the same ols problem of "parameter is not being used"..!!
    still could you pls throw some light on Unit/Currency objects that u mentioned..??
    Thanks in adv.
    Sucheta

  • SQL alerts not being sent

    I have set up an alert in SQL 2008 R2 to send an email if the tempdb encounters error 1105 (primary file group full) or 9002 (log full). I specified the database as "tempdb". Even though the condition is occurring, the alert is not being triggered
    unless I change the database to "all databases". When it's set to "tempdb" the email is not sent, and the history tab shows 0 occurrences even though I can see them in the SQL Server Logs.
    How to I get these alerts to work with the database set to "tempdb"?
    TIA
    Chuck

    I see the error message in the error log showing "tempdb" as the DB who's primary file group filled.
    Error: 1105, Severity: 17, State: 2.
    Could not allocate space for object 'dbo.#mytable' in database 'tempdb' because the 'PRIMARY' filegroup is full.
    I think I've also figured out whats happening. Whether or not the alert fires is based on the session's database context,
    not the database who's primary file group filled. :( On a test server I ran the following...
    -- prior to running this, I set tempdb's primary file
    -- group to 10m and disabled autogrowth
    use master
    set nocount on
    create table #mytable (x char(8000))
    while 1 = 1
    insert into #mytable values ('x')
    If I set the alert's database to "tempdb" and run the code, the alert does not fire. If I set the alert's database to "master", it does fire.
    This is not the behavior described in BOL :(.
    Chuck

  • Flash CC crashes after publishing iOS app + publish settings are not being saved to file

    I have two issues:
    1. Flash CC crashes every time I publish an iOS app
    2. My Publish Settings are not being saved
    1. Flash CC crashes every time I publish an iOS app
    Since yesterday Flash CC keeps crashing right after I publish an iOS app. The app is published correctly though. I tried everything from restarting my MAC, reinstalling Flash, removing the folder "Flash CC 2014" inside Application Support/Adobe. But all this did not work.
    2. My Publish Settings are not being saved
    Since the first day I installed Flash CC, it did not save my publish settings along with the .fla-file. I never had this issue with Flash CS 5.5. This was not a very big issue, but now every time I publish an app and Flash CC crashes I have to fill in all the publish settings manually. Now I'm getting frustrated. Even saving my settings as a preset, storing it inside a folder and importing it again, won't help. Then I will get the message: "Import failed: invalid profile file."
    Can please anyone help me with these issues? It is quite time consuming to continuously enter the settings manually after every crash.
    Thanks!

    reset your preferences -
    after effects:  http://helpx.adobe.com/after-effects/using/preferences.html
    dreamweaver:  https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs6-cc.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    illustrator:  http://helpx.adobe.com/illustrator/using/setting-preferences.html
    indesign:  https://forums.adobe.com/thread/526990
    photoshop:  https://forums.adobe.com/thread/375776
    photoshop elements:  http://www.photokaboom.com/photography/learn/Photoshop_Elements/troubleshooting/1_delete_p references_file.htm
    premiere pro: http://www.mediacollege.com/adobe/premiere/pro/troubleshooter/trash-preferences.html

  • HT4623 My messages are not being sent. Can someone help?

    My messages are not being sent. Can someone help?

    Alan, how you're doing?
    You already know issue is not with the email account, since it's working on another devices.
    Now you have to define whether it is a user specific or system wide issue.
    Create another user account through system prefereces > users and groups. Try to set up account on the new test user.
    If it works, get back to your main account, open mail application, go to menu > Window > open activity and connection doctor (Make sure you organize these tools in a way that allows you to see both mail windows and activity/ connection doctor... Now, try to send a test email and you will see where the issue is.
    Then...
    Go to mail preferences > select your email account > click the - button to remove it and + to readd account.
    Fill your full name, email address and password. Now, hold down option key and press continue... Insert incoming and outgoing information.
    Any doubts, feel free to ask.

  • Apex_collection not being updated?

    Dear all,
    I have created a collection. When i fill a value and click on the 'vorige' button, i'm being diirected to a different page. When i come back to the page with my collection, I don't see the values I've inserted.
    I have searched the forum, and tried different solutions, butting my values are still not being retained. Could someone please help me with this?
    I placed my application on apex.oracle.com.
    Workspace: dianap
    Username: [email protected]
    password: diana
    application: 25944
    page:3
    Thanks,
    Diana

    Hi,
    Your page 3 process "update collection" have condition "Value of item in expression 1 is not null" and Expression 1 is empty.
    When I change process condition to none, process fires but some other problems in your app that I did not check
    Regards,
    Jari
    Edited by: jarola on Sep 22, 2010 5:34 PM
    PS: you could use APEX_COLLECTION.CREATE_OR_TRUNCATE_COLLECTION api, instead loop and delete members
    http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/apex_collection.htm#CJAGGCJD
    Edited by: jarola on Sep 22, 2010 5:37 PM
    And I noticed you have process Before Regions "Oprichters" that delete all members from collection.

  • Field not being updated in Master Data table

    Hi guys,
    I'm pulling data from master data in BW... specifically 0ven_compc. I haven't added any new fields to this maser data table, and one field that I'm trying to pull is not being populated. In the master data table this field is blank, but in the PSA there are values. Somehow the values are not being loaded into the master data table. I've checked the transfer rules and communication structure and everything looks fine. Why is this happening?
    Thanks,
    Anthony

    Hi Anthony,
    The problem may be that there is an inconsistency with the target master data infoobject. Please make a dummy change to the target infoobject (i.e you can change the description), save this change and then click on the activate icon. Please then check if the field is filled with the next load.
    If the problem still exists please let us know your BI version and support package level.
    Best Regards,
    Des.

Maybe you are looking for