Assign and increment

I have a code that add the amount from period 1 up to period 16 to get the total
"determines what periods have been requested and sums them accordingly
LOOP AT s_perio INTO wa_perio.
    IF wa_perio+6(3) = space.
      w_low = wa_perio+3(3).
      w_high = wa_perio+3(3).
    ELSE.
      w_low = wa_perio+3(3).
      IF wa_perio+6(3) = 12.
        w_high = 16.
      ELSE.
        w_high = wa_perio+6(3).
      ENDIF.
    ENDIF.
  ENDLOOP.
  wa_times-sign = c_sign.
  wa_times-option = c_option_bt.
  wa_times-low = w_low.
  wa_times-high = w_high.
  APPEND wa_times TO times.
  ADD st_linerec-wog001 THEN st_linerec-wog002 UNTIL st_linerec-wog016
         GIVING w_total ACCORDING TO times.
Now i want to change the code from add then until... to ASSIGN and INCREMENT (since the first one is not used in classes, an obsolete statement).  Am i supposed to use field symbol? and i'm not sure how to use INCREMENT for it.
Thanks.

Hi,
try this.
w_total = w_total + : st_linerec-wog001,
                               st_linerec-wog002,
                               st_linerec-wog003,
                               st_linerec-wog004,
                               st_linerec-wog005,
                               st_linerec-wog006,
                               st_linerec-wog007,
                               st_linerec-wog008,
                               st_linerec-wog009,
                               st_linerec-wog010,
                               st_linerec-wog011,
                               st_linerec-wog012,
                               st_linerec-wog013,
                               st_linerec-wog014 ,
                               st_linerec-wog015,
                               st_linerec-wog016 .

Similar Messages

  • Appraisal and Increment

    Hi Pals,
          I would like to get the exact information and difference between Appraisal and 
          increment. if u know please share and also give me the technical detail - how
          to do the both.
               i'm in urgent need. Advance Thanks for ur work.
    Regards,
    Manian.

    Hi Balaman,
    I Can say this is this process is combination of Appraisal and Compensation. Generally once we perform the Appraisal. We will get the Appraisal results in the IT 0025, Similary We will create the compensation plans as merit increase and We will give the Matrix and Martix dimensions. We will assign the Default Percentage, Minimum and Maximum increase percentage for each of this Appraisal Rating (i.e., Segments),
    Now, based on your appraisal results you can default the increaments. we have standard report to update the increased salary in IT 0008. But this we will good if your country is having ANSAL concepot.
    Regards
    <u><i><b>Sam</b></i></u>
    <i><b>Reward the Points if my answers help you out</b></i>

  • Understanding Windows Small Business Server 2008 Backup - Full and Incremental with 2 Backup Destinations

    Hi,
    I am re-posting a question from the following page here as I have the same problem now and I can't seem to find the answer even though the question has been marked as solved: http://social.technet.microsoft.com/Forums/en/windowsbackup/thread/daff108b-effa-4dad-807a-d604345975dd
    Below is a copy of the question:
    I have 2 backup drives, (Backup Drive 1 and Backup Drive 2)
    Lets assume I have never performed a backup, so Day 1 is the first backup of the server.
    Backup Drive 1 connected on Day 1 it performs a FULL Backup - this is expected.
    Backup Drive 1 connected on Day 2 it performs an INCREMENTAL Backup - this is expected.
    Backup Drive 2 connected on Day 3 it performs a FULL Backup - this is expected.
    Backup Drive 1 connected on Day 4 it performs a FULL Backup - WHY? my understanding is that is should perform an Incremental Backup from Day 2
    Backup Drive 2 connected on Day 5 it performs a FULL Backup - again why is it not performing an Incremental Backup from Day 3?
    This means that in normal operation (Backup Drives alternate every day) We are performing FULL Backups everyday. In a few months this wont be an acceptable backup strategy; it will take too long.
    I've used 'Configure Performance Settings' in the Windows Server Backup mmc to specify 'Always perform incremental backup' - it makes no difference.
    If I look at the Backup Drive Disk Usage details it confuses me even more. It may be performing Full Backups everyday but it's definitely not storing Full Backup copies on the Backup Drives.
    It seems to be that even when a Full Backup is performed, only the deltas are written to the Backup Drive so even though it takes longer it has the same effect as an incremental  (so why doesn't it just perform an incremental?)
    I don't understand Microsoft's use of Full and Incremental, it seems obtuse to provide a choice that appears to have no effect on the actual data written to the Backup Drive.
    My real-world experience is at odds with that statements made in
    The Official SBS Blog  it states "every backup is incremental from a storage point of view" as well as "Because the wizard schedules differential-based backups' (nowhere in the Backup mmc have I seen any reference or options for differential),
    "Backup runs quickly" and "...works the same for multiple disk rotation." (This is simply not the case with a 2-disk rotation. It runs a lengthy FULL Backup every time.)
    The backup has been configured using SBS Console, runs once a day at 16:00. 2 Backup Drives, alternating daily.
    Can anyone clarify Windows Backup operation for me?
    I'd appreciate any feedback at all, thanks.

    Optimizing Backup and Server Performance
    (Windows Server 2008 R2)
    http://technet.microsoft.com/en-us/library/dd759145.aspx
    Even if you choose the option to create incremental backups, Windows Server Backup will create a full backup once every 14 days, or after 14 incremental backup operations, to reduce the risk from disk corruptions.
    Of course, this is for R2.
    Merv  Porter   [SBS-MVP]
    ============================
    "Merv Porter [SBS-MVP]" wrote in message
    news:a1ca618e-ad66-4770-8c39-21285a08f671...
    Interesting post...
    WBAdmin to remote backup server
    http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/764fe9a4-960e-4e90-b8fb-8e7581752a9d#520f38fe-149c-4424-9c0b-54695297e919
    In Windows Server 2008, there are several reasons which may cause the backup to be full instead of incremental
    1. Backup on the target is deleted/not present.
    2. Source volume snapshot is deleted, from which the last backup was taken.
    3. 7 days have passed or 6 incremental backups have happened since the last full backup.
    4. Churn on the backup source is high (more than 50%)
    Abhinav Mathur[MSFT] Microsoft
    Merv  Porter   [SBS-MVP]
    ============================
    "Les Connor [SBS-MVP]" wrote in message
    news:0053cd83-75d1-4dbc-8182-ae67cadf4780...
    I believe it's how backup is designed, as I see the same thing. Why it works
    the way it does is another story though, I don't know the answer to that.
    Les Connor [SBS MVP]
    "Kurni" wrote in message
    news:[email protected]...
    > Hi Les,
    >
    > Thank you for your reply.
    >
    > Are you saying that that's how the backup is designed? What I (and the
    > original poster of the question) have in mind is actually different (each
    > disk should have their own base backup).
    >
    > Quoting from the original question:
    >
    > Backup Drive 1 connected on Day 1 it performs a FULL Backup - this is
    > expected.
    > Backup Drive 1 connected on Day 2 it performs an INCREMENTAL Backup - this
    > is expected.
    > Backup Drive 2 connected on Day 3 it performs a FULL Backup - this is
    > expected.
    > Backup Drive 1 connected on Day 4 it performs a FULL Backup - WHY? my
    > understanding is that is should perform an Incremental Backup from Day 2
    > Backup Drive 2 connected on Day 5 it performs a FULL Backup - again why is
    > it not performing an Incremental Backup from Day 3 ?
    > Please let me know if I actually misunderstand how windows server backup
    > work.
    >
    MVP - SBS

  • Can i use iCloud keychain with my own passwords and not with what is assigned and stored?

    Can i use iCloud keychain with my own passwords and not with what is assigned and stored?

    tammersalem wrote:) <-HDMI-> (HDTV)
    My main concerns are:
    -If I use iTunes on my main computer, will it then be available to Apple TV?
    -If I use Apple TV to download will it be available to my Main computer?
    -Can the Apple TV use a media server for storage over LAN (using NTFS Samab or otherwise)?
    Basically iTunes feeds AppleTv with media either syncing (copying to it) or streaming live.
    Media must be compatible with AppleTV.
    AppleTV requires a proper iTunes instance running - it cannot access a NAS directly.
    If you store media in a folder on a NAS and it's part of the computer iTunes library (just stored on the NAS vs internal/external drive), then when running iTunes makes this content available to AppleTV.
    Data will travel:
    NAS > network > iTunes > network to AppleTV
    As the path is potentially slower than internal/external attached drive > iTunes > network > AppleTV, it may or may not work robustly for streaming.
    If AppleTv is set to sync (it can also stream in this mode), when you purchase direct on AppleTV, the media should sync back to where the itunes library is stored (via iTunes) to keep things in sync and to allow you to backup the media.
    You cannot drag/drop media to/from AppleTv across the network, nor can it directly access storage itself - iTunes is an essential cog in the wheel.
    The majority of commercial 'in-built iTunes media servers' will not work directly with AppleTV as it has to be 'paired' with iTunes by entering a numerical code in iTunes and does not simply see 'shared libraries'.

  • Merge several PR line into into 1 PO line item with ME57-Assign and process

    Our process is run MRP to generate Purchase requisition, system generate 1 PR number for each materials. Happening that there are multiple PR for a same material number and same delivery date. When we convert PR to PO using tcode Me57 - Assign and Process PR, system always generate different line item for each PR even the materials and the requirement date is the same.
    How to merge 2 or a few PR line items for a same material and same requirement date into 1 purchase order line item?

    Hi,
    You should use the "shopping cart'' in the "Delivery Schedule" Tab page of the PO to achieve your requirement.  Basically, in this case, you should use ME21N transaction with ''Document Overview" feature to select related PR line items and drag them into this shopping cart.
    Cheers,
    HT

  • A problem while assign and process purchase requisitions using Me57

    Hello everybody:
           Today I used me57 to assign and process purchase requisition of 0010000732, but there is only one vendor when assign automatically , however two vendors were assigned with me01 when maintained source list,  what's the possible reason of the problem,  Thank you everyone in advance, cheers.

    hi,
    Check in source list ie ME04 whether fixed vendor is ticked.
    Thanks
    suresh

  • ME57- assign and process

    Hi,
    When i execute ME57- assign and process PR T-code, i get POP UP with options having Info records and contracts maintained for the material in particular PR. But If that contract is with some account assignment category its not getting proposed. What way i can get the contracts called having account assignment category. Right now i am getting contract in that POP UP list which are not having any account assignment.
    Regards,
    Sachin

    Hi Muthu
    You can do that with variant option ME57 --> goto variant --> variant save as
    1. Assigned Purchase Requiesitions---make required field
    2. Released Requisitions only---- default value check box
    if it solve pls reward and close
    Thanks
    bala

  • How to assign and transform or how to deal with xsd:anyType elements in 10g

    Hi,
    Any Update on this please...
    Hi,
    we are using canonical model as part of 10g, here I am not able to assign or tranform elements of type xsd:anyType to/from to other type elements. Solution with an example and quick reply is appreciated.
    =========================================
    Hi,
    By using copy-of xslt construct again input element structure is getting copied into the target mapper file, by using value-of xsl:construct just the value is getting assigned. Can you please elaborate on how to use this xsd:anyType elements in assign and tranform activities, overall how to use these elements in 10g, while implementing the canonical model.
    ex:
    xsl file: by using value-of
    <xsl:template match="/">
    <ns1:abstractRef>
    <ns1:amount>
    <xsl:value-of select="/ns1:BPELProcess1ProcessRequest/ns1:input"/>
    </ns1:amount>
    </ns1:abstractRef>
    </xsl:template>
    Result:
    <abstract1>
    -<abstractRef xmlns:ns1="http://xmlns.oracle.com/BPELProcess1" xmlns="http://sample/test">
    <ns1:amount>6556</ns1:amount>
    </abstractRef>
    </abstract1>
    Here amount is of type xsd;anyType which is present in the abstract complexType.
    xsl file: by using copy-of:
    <xsl:template match="/">
    <ns1:abstractRef>
    <ns1:amount>
    <xsl:copy-of select="/ns1:BPELProcess1ProcessRequest/ns1:input"/>
    </ns1:amount>
    </ns1:abstractRef>
    </xsl:template>
    Result:
    <abstract1>
    -<abstractRef xmlns:ns1="http://xmlns.oracle.com/BPELProcess1" xmlns="http://sample/test">
    <ns1:amount>
    <ns1:input>6556</ns1:input>
    </ns1:amount>
    </abstractRef>
    </abstract1>
    and while using it on assign activity, it is not assigning the input value to the xsd:anyType element, please provide an example on how to do this activity along with tranform.
    Edited by: user12679330 on Mar 1, 2010 4:46 AM

    >
    Try bpelx:append as a copy rule.
    >
    Since this thread is over three years old it will be interesting to see if OP is still waiting for a reply. ;)

  • What  is difference btw project Assignment, Resource Assignment and task Assignment.

    Hi,
    I am new project accounting Module .
    what  is difference btw project Assignment, Resource Assignment and task Assignment.

    Project Assignment, Resource Assignment refers to the resource management part and Task assignment is basically the work assignment to the resource.
    An assignment/requirement is created in PJR for create demand for the resource requirement of the project and when the resource is aligned he can be assigned to the task in the work plan.
    Refers to the top down approach in this case.
    Additionally a resource can be assigned to the work plan and a assignment can be created to get the resource allocated to the project.
    Refers to the bottom up approach in this case

  • Regarding assign and transform

    Hi all,
    iam doing a task, in which the data from one (oracle 10g) is moved to another database(oracle 12i ),
    source table contains around 30 columns and destiantio contans some N number of columns.
    I just used data polling for source . when data is inserted in the source side ,it is automatically picked and inseted in to destination.
    Around 22 columns are directly mapped , and remaining are validated based on some conditons and then inserted to desinaiton.
    iam using transform activity for direct mapping , and remaining columns are mapped with assign activity(after chcecking the conditions).
    Promblem is only transform values are getting inserted in the destination table.
    can't we use both assign and transform in one bpel process .
    can't we use two transform activities in same bpel process.
    regrads,
    ramakrishna

    HI Buddy,
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Thu Oct 16 16:11:42 GMT+05:30 2008
    Author: 703036713
    Purpose: Empty BPEL Process
    -->
    <process name="assing_transform"
    targetNamespace="http://xmlns.oracle.com/assing_transform"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/assing_transform"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/source/"
    xmlns:ns6="http://xmlns.oracle.com/pcbpel/adapter/db/top/source"
    xmlns:ns7="http://xmlns.oracle.com/pcbpel/adapter/file/source/"
    xmlns:ns8="http://www.emp.org"
    xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/db/dest/"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/soure/"
    xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/db/top/dest"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/soure"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <partnerLink myRole="dest_role" name="dest" partnerRole="dest_role"
    partnerLinkType="ns2:dest_plt"/>
    <partnerLink myRole="Read_role" name="source"
    partnerLinkType="ns7:Read_plt"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <variable name="input" messageType="ns7:emp_msg"/>
    <variable name="output" messageType="ns2:EmpCollection_msg"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <receive name="Receive_1" partnerLink="source" portType="ns7:Read_ptt"
    operation="Read" variable="input" createInstance="yes"/>
    <assign name="Transform_1">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('Transformation_2.xsl',bpws:getVariableData('input','emp'))"/>
    <to variable="output" part="EmpCollection"/>
    </copy>
    </assign>
    <assign name="Assign_1">
    <copy>
    <from variable="input" part="emp" query="/ns8:emp/ns8:empdet/ns8:name"/>
    <to variable="output" part="EmpCollection"
    query="/ns4:EmpCollection/ns4:Emp/ns4:empname"/>
    </copy>
    </assign>
    <invoke name="Invoke_1" partnerLink="dest" portType="ns2:dest_ptt"
    operation="insert" inputVariable="output"/>
    </sequence>
    </process>
    THIS IS MY BPEL FILE , CREATED FOR TESTING PURPOSE
    IN WHICH I HAVE TAKEN THREE FIELDS IN XML FILE AND TRIYING TO SEND TO DATABASE
    FOR TWO FIELDS IAM USING TRANSFORM
    AND FOR ONE FIELD ,IAM USING ASSIGN
    THE BPEL PROCESS SUCESSFULLY DEPLOYING , BUT IT IS GIVING RUNTIME (CHECKING IN BPEL CONSOLE PROCESS FLOW)
    THE ERROR IS ASSIGN ACTIVITY SHOWING ERROR IN BPEL SPEC 1.1 SECITON 14.3
    COULD U SUGGEST ME , IS THERE ANY OTHER ALTERNATIVES TO SOLVE THE ISSUE
    THANKS AND REGRADS
    RAM

  • Assign and define name in numbers version3.2

    how to assign and define a name.
    In excel I created a table with exchange rates assigning a name to sfr/euro, sfr/us$, sfr/can$ and so on.
    When actualizing the exchange rate in the three above colums I could obtain the actualisation of the entire file (100 colums in 14 sheets).
    I cannot find anything similare in numbers version 3.2.
    Thank you.

    Numbers doesn't have an equivalent to named ranges, exactly. but if you turn on "use header names as labels" then use absolute referencing, lock the cells, it will almost duplicate the same feel.
    Jason

  • DBI Initial and Incremental request sets

    Dear All,
    We have installed EBS R12 vision instance as well as Blank instance(2 different instances)
    As we have one utility in EBS R12 i.e DBI (Daily Business Intelligence) and there are so many Initial and Incremental request sets to populate the materilized views and summary tables for fiancials, HRMS, procurment etc.
    We can see these request sets in EBS R12 vision instance however we are not able to see these request sets in blank instance.
    So my question is that do we have to enable or is there any configuration or setup to view those request sets in DBI or we have to create all the request sets manually in blank instance.
    Thanks in advance.
    Regards,
    Tarang Jain

    Tarang,
    Please refer to [Oracle Daily Business Intelligence Implementation Guide|http://download.oracle.com/docs/cd/B40089_09/current/acrobat/120dbiig.zip], Page 2-74 -- Create Initial and Incremental Request Sets.
    Regards,
    Hussein

  • I wrote an 2500 words assignment and saved in Microsoft word 97-2003 and by mistake replaced with another word file.How can i retain my original work?

    I wrote an 2500 words assignment and saved in Microsoft word 97-2003 and by mistake replaced with another word file.How can i retain my original work? 

    Hi,
    Does this happen to all 97-2003 Word files?
    Word 2013 now has lots of updates compared with earlier version of Word, lots of features have been updated. Use Word 2013 to open documents created in earlier versions of Word (Word 97-2003 format), you will probably encounter unexpected problems,
    expecially for those heavily formatted files.
    We would suggest you to convert your document to the Word 2013 file format, then you will be able to access the new and enhanced features in Word 2013.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How do full and incremental Informatica workflow differ?

    Hi:
    I've read that a custom Informatica workflow should have full and incremental versions. I've compared the incremental and full versions of several seeded OBIA workflows, but I cannot find how they differ. For example, when I look at the session objects for each workflow they both have a source filter that limits a date field by LAST_EXTRACT_DATE.
    Can someone shed some light on this?
    Thanks.

    To answer your question, they differ in various ways for various mappings. For most FACT tables which hold high volume transactional data, there may be a SQL override in the FULL session that uses INITIALEXTRACT_DATE and a different override in the INCREMENTAL (does not have Full Suffix) that uses LASTEXTRACT_DATE. For dimension tables, its not always required that you have a different logic for FULL versus incremental.
    Also, all FULL sessions (even if they have the same SQL) will have a BULK option turned on in the Session properties that allow a faster load since the table is usually truncated on FULL versus Incremental. As a best practice, for FACTS, it is best to have a FULL versus INCREMENTAL session. For Dimensions, depending on the volume of transactions or the change capture date field available, you may or may not have different logic. If you do a FULL load, however, it is better to use BULK to speed up the load.
    if this is helpful, please mark as correct or helpful.

  • Business partner account assignment and G/L account assignment different

    Hello Experts,
    I am facing the issue of "Business partner account assignment and G/L account assignment different" Message no. FKKFMCHK039, while I am processing the Check lot (FP25).
    Notable points are:
    01) We are using the functionality of Interest, if customer pays the outstanding after due date, payment will post the interest on the outstanding;
    02) I cross checked the account balance of business partners for which I am facing this problem, if payment amount is more then the outstanding balance then only we are facing this error, however under clarification processing if we post the payment with option of Post on account , payments are getting posted.
    Looking for your valuable inputs.
    Regards,
    Anurag

    Hello Experts,
    Thanks for your support. However, I have regular interaction with SAP regarding above issue, and we have found there is program error, for which they have released the note number 2014364.
    Regards,
    Anurag sharma

Maybe you are looking for

  • Why wont iphone connect to itunes 11? please help

    We have upgraded to itunes 11 and now none of our iphones or ipods will connect to itunes. What can I do to link them back up again please?

  • AS3 works on one CS4 machine, not on another

    Hi, Have Flash Pro CS4 trial. Simple hello world type AS3 code compiles and publishes on one machine but not another, same publish settings, same .fla file. Reinstalled, messed with publish settings, still no working AS3. When editing AS3, the compil

  • Converting magazine pdf to online pdf magazine viewer

    I tried to search to look for this info but the search feature has been throwing errors for me the last couple of days. What I'm trying to do is see if CF has features or functions that would allow me to use the pdf files used for print production of

  • Hard drive suddenly lost 1/2 size

    My external hard drive was 60gb last nite now my computer reads it as 31.4gb, my pc also reads it the same. I had some back up errors so i decided to delete the files on it and format it. well that didnt help, when i run the disk utility it say there

  • Rights for all table

    Hi, I have a Role with the name siud_Data (select, insert, update, delete in shema Data). When a User has this Role, he can Select, Insert, Update and Delete in the shema Data. Now i have the problem that evry time i create a table in Data i must gra