Create ADF Form not insert all values

Hi to all i have been trying to develop an ADF form Using Master -> Master Detail form inside a train
on the screen i have on top customer info view object (master view)
on down side a view object using 2 entities and composite association  (master detail view)
On a train i have 2 create insert one for customer info vo (master view)
other for the master detail view
at the time to do insert not all the fields save info to the database
I have some autosummit = true and a list of values setting default values, for some reason only field with autosumit are saving info on database and the others no
<OracleSQLBuilderImpl> <buildInsertStatement> [3247] INSERT buf XXXEO>#i SQLStmtBufLen: 300, actual=100
<OracleSQLBuilderImpl> <doEntityDML> [3248] INSERT INTO TABLE(XXX,XXX,XXX,XXX) VALUES (:1,:2,:3,:4)
<ADFLogger> <begin> Entity DML
<OracleSQLBuilderImpl> <bindInsertStatement> [3249] Insert binding param 1: TALL
<OracleSQLBuilderImpl> <bindInsertStatement> [3250] Insert binding param 2: 3
<OracleSQLBuilderImpl> <bindInsertStatement> [3251] Insert binding param 3: 52452345243
<OracleSQLBuilderImpl> <bindInsertStatement> [3252] Insert binding param 4: Address
Any help will be appreciate

here is the script:
CREATE OR REPLACE PROCEDURE per_create_phone IS
l_object_version_number number :=0;
l_phone_id number :=0;
cursor c is (
select
per.PARTY_ID --party
--,pa.ASSIGNMENt_id assi
,per.PERSON_ID --person
,tmp.TELEPHONE phone
from
PER_PEOPLE_F PER,
PER_ASSIGNMENTS_F PA,
temp_emp_phone tmp
where
PER.PERSON_ID = pa.PERSON_ID
and per.BUSINESS_GROUP_ID <> 81
and primary_flag='Y'
and per.current_employee_flag='Y'
and assignment_type='E'
and pa.EFFECTIVE_END_DATE >= sysdate
and per.EFFECTIVE_END_DATE >= sysdate
and tmp.EMP_NO = per.EMPLOYEE_NUMBER);
BEGIN
for phone_rec in c
loop
apps.hr_phone_api.create_phone
(p_date_from => (SYSDATE - 365),
p_date_to => NULL,
p_phone_type => 'W1',
p_phone_number => phone_rec.phone,
p_parent_id => phone_rec.person_id,
p_parent_table => 'PER_ALL_PEOPLE_F',
p_effective_date => (SYSDATE - 365),
p_party_id => phone_rec.party_id,
p_object_version_number =>l_object_version_number,
p_phone_id =>l_phone_id
end loop;
EXCEPTION
WHEN NO_DATA_FOUND THEN
NULL;
WHEN OTHERS THEN
RAISE;
dbms_output.put_line('Error - '||SUBSTR(SQLERRM,1,500));
END per_create_phone;
what do you mean by :
2) Provide the full output when DBMS_OUTPUT is enabled
thanks for your help....

Similar Messages

  • 2lis_11_VAITM not inserting all data in ODS

    Hello Gurus.
    I'm using extractor 2lis_11_VAITM, when I test the extractor in RSA3, it is bringing me all registers of table VBAP, but when I load this extractor into an ODS in BW, It is not inserting all registers into the cube, some "return orders" are missing, how can i solved this problem ????   I'm using in ODS key Doc number and position.
    THANKS IN ADVANCED.

    Hi Sudheer, ther is no selections during data load, and also ther isn't any routine(either in transfer or update rules).  It's supposed that all registers have to be loaded to the ODS no ?? because i'm using key Doc number and positions, so I want all documents with all positions to be loaded, but this is not happening, there are missing the "'return orders'".
    Any other idea of why this is happening ??

  • Insert statement does not insert all records from a partitioned table

    Hi
    I need to insert records in to a table from a partitioned table.I set up a job and to my surprise i found that the insert statement is not inserting all the records on the partitioned table.
    for example when i am using select statement on to a partitioned table
    it gives me 400 records but when i insert it gives me only 100 records.
    can anyone help in this matter.

    INSERT INTO TABLENAME(COLUMNS)
    (SELECT *
    FROM SCHEMA1.TABLENAME1
    JOIN SCHEMA2.TABLENAME2a
    ON CONDITION
    JOIN SCHEMA2.TABLENAME2 b
    ON CONDITION AND CONDITION
    WHERE CONDITION
    AND CONDITION
    AND CONDITION
    AND CONDITION
    AND (CONDITION
    HAVING SUM(COLUMN) > 0
    GROUP BY COLUMNS

  • SelectOneChoice not showing all values from database

    Hi!
    I have to put a list of values in my select one choice. When I do the query in database, all the values are selected. But, with the same query on JPQL, the select on choice do not show all values in database. Anyone can help me, please?
    P.S.: I am using SelectOneChoice with SelectItems, in JDeveloper 11g
    Code:
    <af:selectOneChoice id="selAction" value="#{row.idCmd}"
    unselectedLabel="&lt;Selecione>">
    <af:forEach var="alertTypeNode"
    items="#{bindings.actionFindAll.iteratorBinding.allRowsInRange}">
    <af:selectItem value="#{alertTypeNode.dataProvider.idCmd}"
    label="#{alertTypeNode.dataProvider.nmCmd}"
    id="si1"/>
    </af:forEach>
    </af:selectOneChoice>

    In your page binding check the rangesize setting for the executable you use - set it to -1.

  • Parameter not returning all values

    I have a crystal report built off an oracle DB.  For one parameter it is not returning all values.  I can display data or the entire table it shows me all values, but when i build a parameter it only shows me through August.  It is a date/time field.

    check the following thread
    [Dynamic Parameter only showing 1000 records when Crystal report is run.;
    regards,
    Raghavendra.G

  • Using SQL Query for page item source does not insert populated value

    Hi All,
    Following are the attribute details of a certain page item on an edit form:
    Display As: Text Field
    Page Item Source Type: SQL Query
    Source value Expression: SELECT a from tab where id = 'ABC'
    Although the field appears populated on the screen, but the value is not inserted in the table.
    Can anyone help on this?
    Thanks in advance,
    Annie

    Annie:
    One solution is to define a pl/sql function that given a date will return the 'run-date'. Something like create or replace function get_prod_date(p_date in date) return date is
    retval date;
    begin
    select run_date into retval from tab_x where run_date=p_date;
    return retval;
    end;Change the Source Type for the page-item back to 'Database Column'
    Set Source value or expression to the 'database column name'
    Set 'Post calculation computation' to be
    get_prod_date(:pxx_date)
    Varad

  • Fnd_flex_keyval.validate_segs API does not insert FLEXFIELD value

    Hello,
    I',m using fnd_flex_keyval.validate_segs API in order to load ccid's, but having problems to insert "flexfield" value in R12. The code is as follows:
    vResult := apps.fnd_flex_keyval.validate_segs ('CREATE_COMBINATION', -- operation
    'SQLGL', -- appl_short_name
    'GL#', -- key_flex_code
    50328, -- structure_number
    '916.01.0001001.001.6104500102.000.000000' -- concat_segments
    'V', -- values_or_ids
    SYSDATE, -- validation_date
    'ALL', -- displayable
    NULL, -- data_set
    NULL,-- vrule
    NULL, -- where_clause
    NULL, -- get_columns
    FALSE, -- allow_nulls
    FALSE, -- allow_orphans
    260, -- resp_appl_id
    50678, -- resp_id
    1573, -- user_id
    NULL, -- select_comb_from_view
    NULL, -- no_combmsg
    NULL-- where_clause_msg
    Thanks in advance

    Not much clear what you are ultimately trying to achieve. On HR you may find some %util% packages that help you validate against a lookup, even considering the language of the environment. I guess it was hr_pump_utils.It has validations against lookup tables as well as other entities, bye giving the user value and returning the code or id if found.
    If not, you can create your own, passing the lookup type, the description, and optionally the language and use that to query the lookups table and validate the info received.

  • I Cant insert all values to the table But only Default Values r inserted?

    Hai,
    i can insert only default values to the database. Other values are not shown in DB.
    Steps I have done so far:
    I have created EO based on VO and VO has the query : select * from emp. Attached to AM.
    That AM is attached to the Page. The page consists of employeed details and SAVE button.
    Set controller for that page and CO-PR calls create method in AM .
    Default values for who columns and SLNo also set through sequence.
    In CO-PFR I call apply method which commits the data.
    when i run the page and giving values it is not inserted into table but only default values are inserted.
    I checked with System.out.println(getattribute("my attr").toString()). It send output correctly.
    But y other values are not inserted.?
    Anybody plz plz help me in this regard. I am struggling with this for last 1 week. I have to apply this to another realtime scenorio? Deadline is near.
    Regards,
    Lakshmi Chandiran

    Hai Prince,
    Thanks for your immediate response. pls find my codes written in EO,AM,CO.
    In VO i havent added anythig xcept the query.
    The following fields are only getting inserted in the table.
    My EOImpl code:
    public void create(AttributeList attributeList) {
    super.create(attributeList);
    System.out.println("NOW I AM IN CREATE METHOD");
    OADBTransaction transaction = getOADBTransaction();
    Number EMP_ID = transaction.getSequenceValue("Employeeid");
    setEmpId(EMP_ID);
    setCreationDate(transaction.getCurrentDBDate());
    setStartDate(transaction.getCurrentDBDate());
    setLastUpdateDate(transaction.getCurrentDBDate());
    setCreationDate(transaction.getCurrentDBDate());
    VO:
    select * from emp1
    AM:
    public void saveForm()
    OAViewObjectImpl empvo = getEMP_VO();
    System.out.println("NOW I AM IN AM SAVEFORM OF EMTS");
    if ( !empvo.isPreparedForExecution())
    empvo .executeQuery();
    Row prow = empvo .createRow();
    empvo .insertRow(prow);
    prow.setNewRowState(Row.STATUS_INITIALIZED) ;
    System.out.println("NOW I AM IN ROW CREATED");
    public void commitdata()
    System.out.println("commitMethod()") ;
    getDBTransaction().commit();
    CO:PR & PFR:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    if(!pageContext.isFormSubmission())
    pageContext.getApplicationModule(webBean).invokeMethod("saveForm",null);
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule EMP_AM = pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)EMP_AM.findViewObject("EMP_VO");
    if ( pageContext.getParameter("BtnSave") != null )
    pageContext.getApplicationModule(webBean).invokeMethod("commitdata");
    s1 = (String)vo.first().getAttribute("Empname");
    s12 = (String)vo.first().getAttribute("Emptype");
    s3 = (String)vo.first().getAttribute("Emporg");
    s4 = (String)vo.first().getAttribute("Empcity");
    System.out.println(" values are " + s1+s2+s3+s4);
    here i can get the values correctly printed in output as entered in the form.
    I dont know where the problem is.
    plz help me.
    Thanks in advance,
    Regards,
    Lakshmi Chandiran

  • How To: Use ADF Form in "Insert" Mode in jDeveloper 12c

    Hi all,
    I'm in the process of learning jDeveloper and after going through the basics, a task that I'm trying to accomplish is to have a ADF Form load in "Insert" mode rather than the default "Update" behavior. After significant searches, the closest that I could come to was Create-adf-input-form post. But since that tutorial is based on the 11g version, I'm struggling to find an equivalent of that in 12c.
    Can anyone point me in the right directly and help me in determining how I would achieve the same in 12c?
    Thanks,
    Nisar

    Nisar,
    If you want the newRow to be readily available when the page loads, you call vo.createRow() in a AM method and expose that method as a client interface. Call this method on the page load.
    The below links might help to call method on page load:
    Johny's Tips: ADF: How to execute the ViewObject with a ViewCriteria on the PageLoad in ADF Web Application
    https://blogs.oracle.com/aramamoo/entry/an_epic_question_how_to
    This link helps to know how to create VO row programatically.
    http://www.awasthiashish.com/2012/12/insert-new-row-in-adf-viewobject.html
    Let us know if you face any issue while implementing.
    Cheers
    AJ

  • Shuttle oddity - Not populating all values

    APEX 4.1
    Oracle 11g
    I have a form where you select a department, P37_PROD_DEPT_CD, select list
    Always replacing any existing value in session state
    Static Assignment
    <code>
    select PROD_DEPT_CD || ' ' || PROD_DEPT_NM d, PROD_DEPT_HIER_CD r
    from PRODUCT_DEPARTMENT
    WHERE PROD_DEPT_CD != '-1'
    order by 1
    </code>
    Now select a subdepartment, P37_PROD_SUBDEPT_CD, shuttle
    Always replacing any existing value in session state
    Static Assignment
    <code>
    SELECT prod_subdept_hier_cd || ' ' || prod_subdept_nm d, PROD_SUBDEPT_HIER_CD r
    FROM apnew.PRODUCT_SUBDEPARTMENT
    WHERE prod_dept_cd in (select substr(column_value,1,3) FROM TABLE(util.split( :P37_SUBDEPT_CD_HIDDEN, ':')))
    AND PROD_SUBDEPT_CD not in ('888')
    ORDER BY d
    </code>
    Where
    P37_SUBDEPT_CD_HIDDEN
    Always replacing any existing value in session state
    Item source = P37_PROD_SUBDEPT_CD
    Returns:
    d
    r
    936-237 OUTDOOR GAMES/TAILGATE
    936-237
    936-239 LARGE TRAMPOLINES
    936-239
    936-278 COOLERS
    936-278
    936-279 GRILLING
    936-279
    936-281 FURNITURE
    936-281
    936-287 SHELTERS
    936-287
    Now select a class,  P37_PROD_CLASS_CD, shuttle
    Always replacing any existing value in session state
    Static Assignment
    <code>
    select PROD_CLASS_HIER_CD ||' '|| PROD_CLASS_NM d, PROD_CLASS_HIER_CD r
    from PRODUCT_CLASS
    WHERE instr(:P37_PROD_SUBDEPT_CD,prod_subdept_hier_cd ) > 0
    order by 1
    </code>
    This code returns a class for all values except 936-278 Coolers.
    When I run the code in the database using the subdepartment value of 936-278, it returns the following but not in APEX.
    d
    r
    936-278-135 PERSONAL COOLERS <20QTS
    936-278-135
    936-278-136 TEAM LICENSED COOLERS
    936-278-136
    936-278-140 FAMILY COOLERS 20QTS+
    936-278-140
    936-278-145 SOFT SIDE COOLERS
    936-278-145
    936-278-150 THERMO ELECTRIC COOLERS
    936-278-150
    936-278-155 ACCESSORIES COOLERS
    936-278-155
    936-278-160 JUGS
    936-278-160
    936-278-163 MARINE COOLERS
    936-278-163
    I'm stumped.  There are no filters, I've tried adding trim to the subdepartment return and the where clause in the class selection.  Debug shows no errors.  Firebug shows the correct value in the DOM.
    Has anybody see this behavior?  How do I get this one class to populate in the shuttle?

    Finally getting a chance to get back to this issue.  It looks like you were right with the cascading LOV.  The Page items to submit was the culprit.  It was set to the wrong item and when I change it to the class cd, it fixed the problem.  It still is weird compared to the other subdepartments.  When you highlight in the left subdept shuttle, the class values appear for everything except my one problem child still.  After updating the LOV, they still do not appear until you move the subdept to the right shuttle.  But at least they appear now.  Thanks.

  • Can you create a form not using a php script?

    I need to create a contact us form on my website using DW and have researched how and understand the easiest way is using a php script.  Unfortuntately, my webhost server does not support this and will charge me an arm and a leg in order to to do it.  Is there another way to have a functioning contact form not using a php script?

    Yes and no.
    You could use a mailto link for your form action instead of a PHP script.
    There are several problems with this method though. First, when you do that, you are at the mercy of the viewer's computer set-up. Mailto links use whatever email client is installed on the machine in order to send the message. Public computers (libraries, colleges, etc) almost never have an email client installed, so when a viewer on one of those machines clicks the link, nothing happens. Secondly, your email address is open for spam harvesters, so you may end up with enlargement and nigerian scam emails flooding your inbox.
    Since your provider doesn't give you a way to do it the right way on your server, you may want to look into email form services online and see if they are less expensive than your current alternative.

  • Freight Carrier Form not showing all records

    The Freight Carrier form is not showing all of the data that shows in the table
    (ORG_FREIGHT). For the Organization that I am in (#23) the table shows 108 records but the form only shows
    35 records. Why? How can I make the form see all of the records in the tables? I am in the middle of converting 11.0.3 to
    11i.
    Thanks
    Shelby

    What version of Visual Studio and the Crystal for Visual Studio SDK are you using?
    -Dell

  • Set ADF form in insert mode

    Hi
    When drag and drop data control block as ADF form, its be as update mode (display data in text), i need to be in empty form to insert new record, how can i do that?
    Regard

    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2128)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3126)
         at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2823)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2809)
         at oracle.adfinternal.controller.util.model.DataBindingActivityImpl.beforeExecute(DataBindingActivityImpl.java:108)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:969)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:878)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:777)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:242)
         at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.invokeTaskFlowByUrl(RemoteTaskFlowCallRequestHandler.java:99)
         at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.doCreateView(RemoteTaskFlowCallRequestHandler.java:64)
         at oracle.adfinternal.controller.application.BaseRequestHandlerImpl.createView(BaseRequestHandlerImpl.java:57)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:95)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:572)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:280)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Filter not displaying all values

    When I attempt to filter a product code. the drop down list (under heading Expression) displays about 100 codes when in reality there are about 2000 values.
    I have changed the Maximum Rows per Page under Search Bar to 2000, but this still does not display all the codes.
    Is there a setting I am missing?

    I think that your description of the problem doesn't help a lot. Are you using interactive reports?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Report with a form not showing all form data?

    Hello,
    I have an application that is using a report with a form, and when I click EDIT on the report column, it takes me to the form page which should be populated with all the data from the previous report row.
    I have not modifed anthing from either page -- but (2) fields in particular (float) that I know have data is not getting populated. They are of the text field type and the row fetch is done automatically. What could be causing this? If I check the table I know there is data for those fields.
    Thanks for any help,
    Jeff

    Thanks for the reply. I have the columns set up just as you have suggested. I even created a new report with form wizard and tried to update those two questionable columns.
    If the columns are null, and I add values, they save. But then when I go back and update the record, but different columns, it nulls out the two I am talking about. I am wondering if a trigger is out there someplace that is causing them to get nulled out.
    Regards,
    Jeff

Maybe you are looking for

  • BUG in data grid and run script (V1 1467)

    Hi, I found a weird bug in data grid when displaying data defined as NUMBER(10,0). We have a table with a column defined as NUMBER(10,0). Whenever this column contains data >5000000000 the data in the row shows up as null (empty cell) in the data gri

  • Firefox crashes everytime I try to open a new tab

    Since today, Firefox crashes every time without fail if I open a new tab (either using keyboard shortcut or the new tab button). This more or less makes firefox unusable. I tried to reinstall but didnt work. I also attempted to disable all addons. I'

  • Editing in photoshop, then returning to lightroom

    I apologize if this has been asked before, but I've been searching for a while now and haven't found an answer. If I select the 'edit in photoshop' option in lighroom, the images opens up in photoshop as expected.  If I then save the image in PS, it

  • DVD player in HP Pavilion dv6000 won't play, just makes loud whirring noises

    My dvd player is making loud, whirring, roaring noises when I insert disks. I've tried a variety of disks, cleaned them, cleaned the DVD player, but no help. I'm guessing this is more a hardware problem than something to do with drivers, etc. Has any

  • ALV Classic - How to extract the selection long text of TYPE LVC_T_FCAT?

    DATA: e_dyntab_tb  TYPE lvc_t_fcat,           e_dyntab_wa TYPE lvc_s_fcat,           t_line_reftab   TYPE REF   TO data. *Populate ALV fiels of TYPE LVC_T_FCAT MOVE: c_matnr      TO e_dyntab_wa-fieldname. MOVE: c_material   TO e_dyntab_wa-scrtext_l.