Modify positions using MV45AFZZ

Hi SAPGurus,
I am attempting to add a verification to the user-exit MV45AFZZ that, accorting to parameters it will clear the field VBAP-PS_PSP_PNR.  I am not sure how to do this as there are various tables, xvbap, yvbap for example.  I have tried modifying all of them with no luck, is there a flag that has to be marked to carry out the update?
Regards,
Simon

>
Suneel Kumar Gopisetty wrote:
> Hi ,
>
>  What is verfication you need to add ??
>
> Regards,
> Suneel G
This is what I have now;
IF vbak-faksk EQ 'ZC'.
    loop at xvbap.
    clear xvbap-ps_psp_pnr.
    modify xvbap.
    endloop.
    ENDIF.
I had it in the FORM USEREXIT_PRICING_PREPARE_TKOMP also I tried in USEREXIT_SAVE_DOCUMENT and USEREXIT_SAVE_DOCUMENT_PREPARE.

Similar Messages

  • Error message: The preset used by one or more sequences in this project requires third-party components that could not be located. These sequences will be modified to use a custom sequence setting instead. To continue editing using the original preset, qu

    Hello all,
    I can't open a PP project without this error message appearing:
    "The preset used by one or more sequences in this project requires third-party components that could not be located. These sequences will be modified to use a custom sequence setting instead. To continue editing using the original preset, quit the application without saving the project, reinstall any third-party components that are required and reopen the project".
    What I had been doing before this occurred was editing a PP project using ProRes sequences and multi-camera editing. Multi-camera was not working very well and after a few attempts to fix that I gave up and finished the job cutting 3 layers of video instead. AME refused to render the three finished sequences of over 1hr duration so rendered final videos from the PP sequences.
    I tried deleting plists for AME, PP and QT, repairing disc permissions and rebooting but there was no improvement.
    Client is satisfied for now but will want to come back to this job at a later date so decided to uninstall and re-install AME and PP in the hope both would be ready to work properly when needed again. AME works fine in conjunction with a different PP project but now I can't open the PP project in question without the above error message appearing.
    Having searched the net it would seem that the problem may be caused by ProRes but I haven't been able to find a definitive solution for the problem. Does anyone know either:
    1. How to fix this?
    2. If I chose the "modified using a custom sequence setting", can I be sure that my sequences will look the same even if they don't use ProRes? The final deliverable format will be mp4 so as long as the overall look doesn't change then I can  afford a change in the edit codec. It's just that with three sequences over an hour long, I don't want days of work to be ruined.
    Other older PP projects of mine open and work fine.
    Premiere Pro CC 8.2.0
    Media Encoder CC 8.2.0.54
    OSX 10.10.2
    Any help would be greatly appreciated.
    Duncan.

    Adobe web chat come up with a solution.
    Open the PP project.
    Export your sequence or project as a Final Cut Pro XML file.
    Set up a new PP project.
    Import the Final Cut Pro XML file.
    This will get you back up an running.
    Since getting back to editing this project I have found that some things will be lost or change in using XML:
    You will lose position key framing, black video clips, dissolve fx, audio levels, audio dynamic fx, the ability to open a multi camera clip and change the camera view.
    You will keep cut points, crop fx.
    Not perfect but only took a couple of hours to save 3 days work.

  • Saving Modified Photos Using Elements Version 11

    I recently upgradedfrom "Elements 2" to Version 11.  I previously saved all my edited work in JPEG format and to the "My Pictures" folder.  I was then able to open all modified photos and share them with another computer without resorting to any specialised program.  I wish to continue to do the same using Version 11.  Having made several attempts without success to save modified photos using my well tried and successful method and having read the Manual to see why the process is not successful with Version 11 I am now exteremely frustrated.  Each attempt to save a modified photo results in a Thumbnail icon being loaded into the "My Pictures" folder with the elements 11 logo.  I then are only able to open the photo (which incidently does not carry the modified file name from the original) by way of the elements 11 program.  What am I missing/doing wrong?

    Dear swharton07, 
    Thank you for these thoughts.
    When you say:
    "Do you have your preferences set to save the files in My Pictures?", did you mean going to the "Edit" heading in Elements 11 workspace and then selecting "Preferences" then "Saving Files" and then "File Saving Options". I have done that and on the three Dialogue Boxes have the following active:
      a.. "On First Save" - Ask if Original
      b.. "Image Previews" - Always save
      c.. Have also ticked "Save as to Original Folder"
    I have not been able to find a Preference selection that allows me to specifically set "save the files in My Pictures".
    By way of additional background here are the details of what I have been doing with a failure on every occasion.
      a.. My O/S is "Windows XP Home"
      b.. I open Elements 11 program
      c.. Import a photo direct from My Photos" with File Name IMG_1234
      d.. Modify the photo
      e.. Select File then "Save As"
      f.. In dialogue box select save position in a sub folder of My Pictures and rename modified photo IMG_1234.1
      g.. Select format as  "JPEG"
      h.. Tick box "Include in Elements Organiser
      i.. Quality "High"
      j.. Format option selected as "Baseline (Standard)"
      k.. Save
      l.. Close modified photo in Elements 11
      m.. Go to My Pictures and the desired sub-folder
      n.. All I can see is an Icon with no photo depiction and icon has same file number as original photo (that is not the modified file number)
      o.. Try to open photo using Adobe Photoshop Album Starter Edition 3 Get message "Items listed were not imported -File is damaged or an unsupported format and then there is a further message showing C/: etc and last past of that message is showing the modified file number.
    I am at my wits end as to what the problem might be and becoming increasingly frustrated to the point of wondering why I should be bothering  with as well having paid  for Elements 11 in the first place.

  • Unable to modify Report using JRC alone

    Hi
    I am trying to modify the report generated thru Crystal reports 2008 programmatically using JRC.
    I dont see any API in com.crystaldecisions.reports.sdk.DataDefController to modify filters,groups,parameters,sort objects and summaries.
    I could find Controller API to modify the above in com.crystaldecisions.sdk.occa.report.application package part of RAS SDK which requires RAS to be installed.
    WIll it be possible to modify report using JRC alone?
    because when i use com.crystaldecisions.sdk.occa.report.application.ReportClientDocument class to open a report, it thorws
    ReportSDKServerException: There is no server specified exception.
    and i am not sure what need to set for ReportClientDocument.setReportAppServer()
    Pls help me .

    Hi,
    Thanks for your help.
    I am getting the below  exception when I am trying to open a report programmatically using  com.crystaldecisions.reports.sdk.ReportClientDocument.
    oReportClientDocument.open(reportName, 0);
    I am not sure how to resolve this issue.
    I have even created a new rpt file. I am getting the same exception/
    I could open this report directly thru Crystal Reports.
    12/16/10 16:19:57:376 IST] 10c3f2a6 WebGroup      E SRVE0026E: [Servlet Error]-[The document is being opened.]: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The document is being opened.---- Error code:-2147215349 Error code name:docNotReady
    Error code:-2147215349 Error code name:docNotReady
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
         at com.crystaldecisions.client.helper.ObjectState.a(Unknown Source)
         at com.crystaldecisions.client.helper.ObjectState.if(Unknown Source)
         at com.crystaldecisions.client.helper.ObjectState.stopping(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.close(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.close(Unknown Source)
         at com.crystaldecisions.reports.sdk.ReportClientDocument.close(Unknown Source)
         at org.apache.jsp._CrystalReportViewer._jspService(_CrystalReportViewer.java:389)
         at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java:89)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:344)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:662)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(
    Pls help me.
    Edited by: D.Sangeetha on Dec 16, 2010 12:33 PM

  • How do i find coordinates (latitude longitude) of a particular place or my position using my iPad2.

    How do i find coordinates (latitude longitude) of a particular place or my position using my iPad2.
    It shows the current position but cant it tell cordinates as well.

    Get this app http://itunes.apple.com/jm/app/lat-long/id425984240?mt=8
     Cheers, Tom

  • Creating new Positions using RH_CREATE_POSITIONS?

    Hi
    I tried to use the RFC rh_create_positions to create new positions using C#. But
    i get an error:"Screen output without connection to user".
    Well is there any work around for it or is there any other RFC/BAPI i can use to create positions under an org unit.
    any suggestions are welcome!!!!!
    thanks

    Yes, the BAPI doesn't create the position ID.  You need three tables to be populated for update
    1. hr_object_header - one entry for entire update
    2. hr_infotype_header - one entry for each infotype record update
    3. pd_object - required if you have IT1000 in hr_infotype_header
    4. pd_object_relationships - required if you have IT1001 in hr_infotype header
    Similarly all other tables need update based on records on hr_infotype_header.
    Regards

  • Can the mailer.cbx file in 6.2 be modified to use port 1025?

    Can the mailer.cbx file code in vs. 6.2 be modified to use port 1025?
    We need no authentication, only a port change to 1025 to allow the mailer object to work for us. Had it working for several months until ISP blocked port 25. We currently have no email alarm reporting to us from over 100+ alarm events!
    Thanks for any suggestions!

    Thanks both Arnis and Mike --
    Interesting suggestions from both of you.
    Arnis, we're putting the cleanup utility on the back burner for the moment, since in our company, we can get in trouble using third-party software. However, it's good to know about this utility and we will use if it we have to. (Occcasionally we are forced to put our careers on the line for issues like this...)
    Mike, we created a folder called "PDFSettings" in the 7.2 "fminit" folder and copied over the six joboptions files from 9.0.  Rebooted, rePDFed and voila, that worked. (Mind you, we can't say for sure that's what worked, because as I said in my original post, the simple act of rebooting "sometimes works, sometimes not...")
    Eventually this problem will go away by itself because eventually we will get rid of 7.2 -- it's only deadline time-crunches that have made us reluctant to jump fully-clothed into 9.0...
    I really appreciate the two of you taking your time to offer suggestions and help. I can't imagine life in the FrameMaker world without you!
    Cheers,
    Gay

  • Creating credit memo with two positions using Bapi

    Hi all, i are creating a credit memo using BAPI_BILLINGDOC_CREATEMULTIPLE with manual price condition for each position and have a problem.
    All the positions use the last condition value of the CONDITIONDATAIN table.
    Thes is an example code used.
    t_billing-salesorg    = 'SI01'.
    t_billing-DISTR_CHAN  = '05'.       
    t_billing-DIVISION    = '01'.
    t_billing-DOC_TYPE    = p_dtype.             " ZC07 o TA
    t_billing-ORDBILLTYP  = 'ZC06'.              " ZC06 o FX
    t_billing-SOLD_TO     = p_clie.              "'0000200002'.
    t_billing-ITEM_CATEG  = 'ZG2N'.              " ZG2N o TAN
    t_billing-PLANT       = '1100'.
    t_billing-BILL_TO     = p_clie.              "'0000200002'.
    t_billing-PAYER       = p_clie.              "'0000200002'.
    t_billing-SHIP_TO     = p_clie.              "'0000200002'.
    t_billing-MATERIAL    = '0000000000300003'.
    t_billing-REQ_QTY     = p_cant.              "'1.000'.
    t_billing-item        = '1'.
    APPEND t_billing.
    t_conditions-DATA_INDEX = '1'.
    t_conditions-COND_TYPE  = 'ZCON'.
    t_conditions-COND_VALUE =  '12.0000'.
    append t_conditions.
    t_billing-salesorg    = 'SI01'.
    t_billing-DISTR_CHAN  = '05'.               
    t_billing-DIVISION    = '01'.
    t_billing-DOC_TYPE    = p_dtype.             " ZC07 o TA
    t_billing-ORDBILLTYP  = 'ZC06'.              " ZC06 o FX
    t_billing-SOLD_TO     = p_clie.              "'0000200002'.
    t_billing-ITEM_CATEG  = 'ZG2N'.              " ZG2N o TAN
    t_billing-PLANT       = '1100'.
    t_billing-BILL_TO     = p_clie.              "'0000200002'.
    t_billing-PAYER       = p_clie.              "'0000200002'.
    t_billing-SHIP_TO     = p_clie.              "'0000200002'.
    t_billing-MATERIAL    = '0000000000300004'.
    t_billing-REQ_QTY     = p_cant.              "'1.000'.
    t_billing-item        = '2'.
    APPEND t_billing.
    t_conditions-DATA_INDEX = '2'.
    t_conditions-COND_TYPE  = 'ZCON'.
    t_conditions-COND_VALUE =  '24.0000'.
    append t_conditions.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
      EXPORTING
        CREATORDATAIN         = t_creator
      TABLES
        billingdatain   = t_billing
        CONDITIONDATAIN = t_conditions
        return          = t_return
        success         = t_success.
    In these example, the first position have a value of 12 and the seccond a value of 24.
    The generated document have a value of 24 for the two positions.
    Do you helpme??
    Regards
    Adrián Callejón
    Message was edited by:
            Adrian Callejon

    Thank you Jack. That's exactly what I needed to know.
    Now it works. As an example I attach some code that also uses the credit card functionality
    pos-salesorg  = 'EESP'.
    pos-distr_chan = 'ES'.
    pos-division  = 'TI'.
    pos-ref_doc    = '1'.
    pos-material  = mat10.
    pos-req_qty    = 1.
    pos-itm_number = 1.
    pos-ref_item  = 1.
    APPEND pos TO billdata.
    pos-material  = mat11.
    pos-req_qty    = 1.
    pos-itm_number = 2.
    pos-ref_item  = 2.
    APPEND pos TO billdata.
    lincond-data_index = '1'.
    lincond-cond_type  = 'PR01'.
    lincond-cond_value = '1.85'.
    lincond-cond_curr  = 'EUR'.
    APPEND lincond TO conddata.
    lincond-data_index = '2'.
    lincond-cond_type  = 'PR01'.
    lincond-cond_value = '1.70'.
    lincond-cond_curr  = 'EUR'.
    APPEND lincond TO conddata.
    lincard-cc_type    = 'VISA'.
    lincard-cc_number  = '4560000000000038'.
    lincard-cc_valid_t = sy-datum + 90.
    lincard-cc_name    = 'Pedro Pérez'.
    lincard-authamount = '1.85'.
    lincard-currency  = 'EUR'.
    lincard-auth_flag  = 'X'.
    lincard-auth_date  = sy-datum.
    lincard-cc_auth_no = 'autno10'.
    lincard-bill_value = '1.85'.
    APPEND lincard TO carddata.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
    * EXPORTING
    *    CREATORDATAIN        =
    *    TESTRUN              =
    *    POSTING              =
      TABLES
        BILLINGDATAIN    = billdata
        CONDITIONDATAIN  = conddata
        CCARDDATAIN      = carddata
    *    TEXTDATAIN        =
        ERRORS            = t_errores
        RETURN            = t_bapiret
        SUCCESS          = t_success.

  • Modify Positions at save

    Dear all
    I have to check and modify if needed KDMA from vbap. I try to use Userexit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ.
    I do following:
          LOOP AT xvbap.
            IF xvbap-kdmat IS INITIAL.
              xvbap-kdmat = w_norepar.
              modify xvbap transporting kdmat.
            ENDIF.
          ENDLOOP.
        ENDIF.
    I check at the end and in xvbap all kdma are filled. When I goto VA02 after, the field is still empty.
    can you help?
    thank you
    Herbert

    The user exit may require the code to be triggered in various places depending on the keys that are pressed and when you want the move to occur.
    I suggest debugging to see that indeed the logic is being triggered at the correct time and that the value you are passing is populated.
    As for the modify statement, try something more along these lines
                     modify xvbap index sy-tabix transporting kdmat.
    When processing the record the position is key to updating the correct record.

  • Starting a report in different positions using parameters

    Hi buddies.
    Here is the situation. When generating mailing labels sometimes we could end up with just printing one label in a page. So for the next one we have to get a fresh page(paper). Instead if we have parameter which says a label number and using that we should be able to select the position inside a page and print there instead of the default starting position. But there is no such system property through which we can change the default position in a page. Can anybody throw some light on this issue.
    Thanks in advance,
    VaradhaRajan.

    Hi Guys
    I have found out the solution by myself.
    I inserted dummy records (empty) according to the number entered number of records will be inserted. So the position is determined with the number of empty records preceeding it.
    Thanks

  • How can I get Firefox 3.6 to startup and load at a particular screen position - using cmd-line or other, in a Solaris SPARC/UNIX env? The xterm program uses the -geometry args as a manner of specifying position on the screen.

    I am running Firefox 3.6 - on Solaris 10 SPARC env.
    I am using the X11 - TWM(X-windows Manager). I have tried to alter the .twmrc files for the WM, but I need firefox to declare the position in the client program, else the TWM will force me to place it every time. When I use the xterm with the "-geometry" I can specify the position the xterm is opened and positioned there automatically. I have tried using the Xresource configuration settings(maybe I am doing something wrong here), but the X-server ignores it... so I believe that only firefox app can manage the positioning?
    I am out of ideas, I suppose the next step is to question the source... Any ideas of how I can achieve this auto positioning in TWM. (I have been looking into X-events to manage the placement, but this is messy)

    The version of Apache that comes default with Solaris might not be compiled for that I am not positive though. I downloaded and compiled Apach 2 and compiled mod_ssl and got it working with no problems you might want to try that.

  • Update only the row in DB where the cursor are positioned using Write Back

    Hello,
    I need to have the possibility to create/change values (insert or update data back into the database), dynamically or by typing, in some columns of the physical DB that are mapped in a report request, and that new or changed values could be used as a filter columns in another report request.
    So, I have created a new report request in a Subject Area where a certain column of the request result could be editable to make possible change the present value and then write it back in the physical DB.
    I have implemented for the column name ‘MOV_VALUE’ the value interaction type format Write Back, and every time I changed any value on this column it updates all rows with this same value from the table ‘MOVEMENTS’.
    See below the Template file used in the Write Back table properties:
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name= "UpdateMovementData">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> </insert>
    <update> UPDATE MOVEMENTS SET MOV_VALUE=@{c4} </update>
    <!-- <postUpdate>COMMIT</postUpdate> -->
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Is there any possibility to only update the record from where it is the cursor positioned by using the Write Back in the Answers report?
    Is necessary to create any condition to the where clause for the update statement? Which conditions?
    Thanks in advance.
    Regards,
    Pedro Resende

    You might try posting to a BPM forum. BPM is a layered product that happens to use WL JMS, but I think most of the folks on this forum aren't familiar with BPM.
    Tom

  • How to modify position in the contract with BAPI_CUSTOMERCONTRACT_CHANGE

    Hi experts,
    I m facing a problem when i modify a contract with BAPI BAPI_CUSTOMERCONTRACT_CHANGE, indeed it adds new position for the same material instead of collecting its quantity, is there another BAPI to do so or should i copy this BAPI and modify it?
    Thanks in advance.

    Hi,
    system details:
      ST-PI:       2005_1_46B
      ST-A/PI:     01G_R3_46B
      SAP_NOTES:   46B
      SAP_HR:      46B
      SAP_BASIS:   46B
      SAP_APPL:    46B
      SAP_ABA:     46B
    Content of LOGIC_SWITCH:
      PRICING         KNPRS           CHAR    1
      ATP_WRKMOD      ATP_WRKMOD      CHAR    1
      SCHEDULING      CHAR1           CHAR    1
      NOSTRUCTURE     XFELD           CHAR    1
    Sergej

  • Modifying SQL used by ADF Business components

    How can we modify the query used by ADF Business components that are generated from database tables by dnd in JDeveloper?

    I would like to change the where clause at runtime based on some configuration that can be changed while application is up and running. Can I just over ride the getWhereClause of the ViewObjetcImpl for that?

  • How to know no of records(in Internal Table) modified after using Modify statement

    Hi Experts ,
    I am using statement Modify internal table transporting XYZ FIELD.
    I just wanted to know how many Records/Count (assuming more then 1 ) get updated just after successful execution of this command.
    Is there any system field exist?
    if yes please let me know?
    Warm Regards,
    Santosh

    Hello Santosh,
    Try like below and it works for me.
    Count will have the number rows changed.
    DATA: itab_mara TYPE STANDARD TABLE OF mara,
          itab_mara1 TYPE STANDARD TABLE OF mara,
          str_mara TYPE mara,
          str_mara1 TYPE mara,
          diff LIKE IREF-IIND,
          count TYPE int2.
    SELECT * FROM mara INTO TABLE itab_mara UP TO 10 ROWS.
      itab_mara1[] = itab_mara[].
      str_mara-lvorm = 'X'.
    MODIFY itab_mara FROM str_mara TRANSPORTING lvorm WHERE VPSTA = 'KVB'.
    LOOP AT itab_mara INTO str_mara.
      READ TABLE itab_mara1 INTO str_mara1 WITH KEY matnr = str_mara-matnr.
    CALL FUNCTION 'COMPARE_STRUCTURE_DATA'
      EXPORTING
        i_ddic_name       = 'MARA'
        i_rec_old         = str_mara
        i_rec_new         = str_mara1
       I_CHECK_MODE      = 'Y'
    IMPORTING
       E_IS_DIFF         = diff.
    IF diff = 'X'.
      count = count + 1.
    ENDIF.
    ENDLOOP.
    WRITE:/ count.
    Regards,
    Thanga

Maybe you are looking for

  • Phone and my husbands iphone ring at the same time when only one of us is being called. How can I stop this from happening?

    Both my iphone and my husbands iphone ring at the same time when only one of us is being called. How can I stop this from happening?

  • Mass Maintenance of Container

    Dear all, I have to develop a mass maintenance of the container number in the positions. The mass maintenance button (TA: /SAPSLL/CL_CUS_02 ) does not offer the field "CNTNO" as mass maintenance. Has anybody an idea how to find a solution for this? C

  • Tabbed Panel (default)

    Hi, I need some help. I created a tabbed panel with 3 tabs. In tab 3 I have got a google map. that works fine, if i set the tab3 as default. but this is what i dont want. if i set tab1 default the map is not centered. now my question. how can i leave

  • IPod 5G Photo Transfer

    Hello, Does anyone could help, how to transfer photo to IPod 5G (Ipod video) without use PC, direct from the card reader? and please advise, which card reader compatible with IPod Video? Thanks Clarissa Smith

  • Phone keeps deleting contacts.

    I have an iPhone 4 (without the latest iOS update), and I keep having issues where while using different apps, my phone just suddenly closes them unprovoked. When I turn the phone off and on to fix that, my contacts disappear. Is there a fix for this