Mapping Item value Default and incrementing it

Hi all
I am new to sap XI, i am doing  a file to idoc scenario,
how to map default value( for eg 0001) to an item field and keep on incrementing it by the occurence of no items in my file structure?
Full points are guaranteed .
Regards
Bhasker.

Hi,
Any default value can be mapped by using the constants in the graphical mapping.
Is your requirement is to count the no of occurance of a field i.e. item and map it to the target field..?
If so use this mapping..
items(Source) -
remove contexts(node function) -
count (Statistic function) -
item field(target)
Thanks
SaNv...
Edited by: Sãnthosh Kûmãr  V on Jul 30, 2008 10:25 AM

Similar Messages

  • Dynamic alignment of report column and page item value

    Hi friends,
    I have an interactive report which contains the columns like
    <li>empno
    <li>Name
    In the above i have "empno" with a column alignment of left and a "Name" with a column alignment of left.
    Whether it is possible to override the data alignment that we set in the report according to the value of the application item like
    If my application item value is US, then i need the column alignment of both the column"empno" and "Name" to be left and if my application item value is AR, then i need the column alignment of both the column "empno" and "Name" to be right. Whether is it possible to achieve the dynamic alignment to the report data of both the columns "empno" and "Name" according to the application page item value.
    And also in the case of page item i have a page item with a name P1_NAME in which it has a Element Horizontal/Vertical alignment to left.
    I need that element alignment of the page item to behave dynamically according to the application page item, like if the application page item is US then the element alignment of the page item has to be left and if the application page item is AR then the element alignment of the page item has to be right.
    Whether is it possible to achieve my above two scenario's friends. Kindly help me with this.
    Thanks in advance.
    Brgds,
    Mini

    Kees,
    Your approach is excellent and brilliant:-)
    I tried with your steps and i can achieve those alignment in both ways like you said(either on page load/through DA).
    But im going with the DA way. I have certain query regarding this kees.
    <li>Suppose if the report, is classic whether i can go with the same approach that i have achieved alignment with the IR report.
    <li>Currently through the DA way, i used the page item in the condition. Is it possible to use the application item instead of page item in DA. Because im going to use the application item FSP_LANGUAGE_PREFERENCE for getting the code either 'AR' or 'US'.
    <li>Finally i need this kind of restriction for the page item also, consider like i have a page item P1_X with an Element Vertical/Horizontal alignment as left. Now i need to change that alignment to right according to the application page item value, hence i can give application item condition for the page item like below
    PL-SQL EXPRESSION: :FSP_LANGUAGE_PREFERENCE = 'AR'
    i need the element alignment of the page item to behave dynamically suppose if the application item value is AR then the element alignment of that page item has to be right if the application item value is US then the element alignment of that page item has to be left, irrespective of the page item Element Vertical/Horizontal alignment that was set to it.
    Thanks for your kind help
    Brgds,
    Mini

  • PR Release Strategies - Item Value & PR Value

    I have this requirement from user. For marketing department, they want to release PR base on total PR value whereas Supply Chain want to release by item level.
    I have created 2 classes and the only different is the characteristic whether to use PR value or PR item value. The other characteristic is CREATOR_USER_ID.
    In release group for class with PR value, I have ticked the 'OverReqRel'.
    Now the problem is that the one with PR item value work fine, but the PR Value is not working.
    What could go wrong?

    hi
    you should have two release strategy.
    combining the Creator Item Value one and
    The creator and PR value one.

  • Defaulting Page Item Values

    Hi,
    I am trying to default in a number of page items on the selection of a field value using an LOV - is this possible? For example on the iProc checkout page I need to default in some of the project related fields depending on the project selected in the Project LOV page.
    Here is what I have (unsucesfully) done so far :
    - create an new VO to extend standard VO and add in required data items
    - created substitution from old VO to new VO
    - added new LOV region item for new field using personalisation (this works as is displayed on LOV region).
    - added new LOV map item using personalisation with "LOV Region Item" being name of new LOV item and "Return Item" being the name of the page item field I want to set.
    Basically this does not work. Not sure if the LOV Map can see the new VO item or this is just something that you cannot do?
    Jon.

    Firstly here is the document for the LOV personalisation which works fine:
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" version="9.0.5.4.81_481" xml:lang="en-US" customizes="/oracle/apps/icx/lov/webui/ProjectLovRN" xmlns:oa="http://xmlns.oracle.com/oa">
    <modifications>
    <move element="ProjectName" after="ProjectNum"/>
    <move element="StartDate" after="ProjectName"/>
    <move element="CompletionDate" after="StartDate"/>
    <move element="ProjectId" after="CompletionDate"/>
    <move element="HasExpenseLines" after="ProjectId"/>
    <move element="HasInventoryLines" after="HasExpenseLines"/>
    <move element="HasShopFloorLines" after="HasInventoryLines"/>
    <move element="DeliverToOrgId" after="HasShopFloorLines"/>
    <insert after="DeliverToOrgId">
    <oa:messageStyledText id="XXUOMExpenditureOrgName" adminCustomizable="true" cellNoWrapFormat="false" dataType="VARCHAR2" initSortSeq="none" prompt="Expenditure Organisation" queryable="false" rendered="true" required="no" scope="."
    selectiveSearchCriteria="false" serverUnvalidated="false" sortState="no" tipType="none" totalValue="false" userCustomizable="false" vAlign="middle" viewAttr="XxuomOrgName" viewName="XXUOMProjectPALovVO"
    warnAboutChanges="true" xmlns:oa="http://xmlns.oracle.com/oa"/>
    </insert>
    </modifications>
    </customization>
    Then here is the personalisation for the LOV Map:
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" version="9.0.5.4.81_481" xml:lang="en-US" customizes="/oracle/apps/icx/por/req/webui/CheckoutSummaryPG" package="/oracle/apps/icx/por/req/webui/customizations/site/0">
    <modifications>
    <modify element="TaskId" selectiveSearchCriteria="true"/>
    <modify element="HazardClass" rendered="true"/>
    <move element="ToProjectId" after="ToFromProjectNum"/>
    <move element="FromHasExpenseLines" after="ToProjectId"/>
    <move element="FromHasInventoryLines" after="FromHasExpenseLines"/>
    <move element="FromHasShopFloorLines" after="FromHasInventoryLines"/>
    <move element="FromDeliverToOrgIdForProject" after="FromHasShopFloorLines"/>
    <insert after="FromDeliverToOrgIdForProject">
    <lovMap id="XXUOMToExpenditureOrgName" lovItem="XXUOMExpenditureOrgName" programmaticQuery="false" requiredForLOV="false" resultTo="ExpenditureOrg" scope="." useForValidation="no"/>
    </insert>
    </modifications>
    </customization>
    I have tried using an item from the base VO rather than the substituted VO to see if this worked but no success. Also tried returning a value to a field without an LOV and again no success.
    Thanks for looking at this for me.
    Jon.

  • PAGE RADIO BUTTONS and APPLICATION ITEM VALUE

    I have several pages that use same radio button group that permits filtering the report query (of course on each page, it is a page level radio button item).
    I created an application item value to hold the last used value of a radio button item.
    On login, I would like the application item value set to a default value.
    For a given page using the recurring radio button group item,
    I would like the radio button item value set to the application item value on entry into a page.
    I would like the report to use the application item value on entry to a page.
    I would like the application item value be updated anytime the page level radio button item value is changed, so that when you move to another page,
    the next radio button group and report can use the last selected radio group button value.
    I am trying to use a variety of solutions in COMPUTATION and CONDITIONAL COMPUTATION... to include use of set_session_state procedure, and I am not getting desired result, partial success, but not complete.
    Can you have a computation item that is only for initialization of the report and radio button group on page entry?
    And a separate computation item that senses user selection of another radio button, updating the report, and updating the application level item?
    Help requested. Thank you.
    Would be nice to have application level objects, like radio button groups.

    Created Page 0
    Created an HTML region in COLUMN 2 and SEQUENCE 10.
    Selected under region CONDITION:
    Current Page is contained within Expression 1 as comma delimited list of pages
    in the EXPRESSION 1 provided the requested comma delimited list of pages that I wished the HTML region to appear.
    Created the radio button group item P0_RADIO and assigned to Page0 HTML region.
    Selected under item CONDITION:
    Current Page is contained within Expression 1 as comma delimited list of pages
    in the EXPRESSION 1 provided the requested comma delimited list of pages that I wished theradio button group to appear.
    In SHARED COMPONENTS I created an APPLICATION COMPUTATION
    In the computation I created a PL/SQL function to initialize the radio group
    BEGIN
    IF :P0_RADIO IS NULL THEN
    RETURN 'A_ALL';
    ELSE
    RETURN :P0_RADIO;
    END IF;
    END;
    'A_ALL' being the default value for :P0_RADIO
    Radio group appears on the desired pages, is initialized to the desired default value, and works properly on each page.

  • Problem accessing /config_general/null/Default.action   Reason:There is no Action mapped for namespace/ config_general and action name default

    in use:
    vRO 5.1
    eclipse 3.7.2
    vRo plug-sdk 5.1
    steps:
    1.create a plug-in project from samples(choose solar system)
    2.find the dar package and upload it by vRo configuration
    3.vRo configuration said upload successfully,but the solar system configuration is not properly configued..
    problem:
    Problem accessing /config_general/null/Default.action   Reason:There is no Action mapped for namespace/ config_general and action name default
    How to solve it??
    Thanks so much!!

    There was problem from crm side...its working now..

  • Session state and item values

    Hi,
    Is it any possibility to bring the session state and an item value to a table?
    Thank you

    Hi,
    For session id use APP_SESSION substitution string
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/concept_sub.htm#sthref160
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • How to validate the line item values in OFR - quantity , unit price and UOM

    Hi All,
    Is there any possibility to validate the line items like quantity, unit price and UOM against the DB and stops those invoices at verifier (1 batch =10 invoices) level  if yes could you please let me know the process how to proceed further.
    due to this some the invoices are coming to OFR is with incorrect quantity, UOM and unit price different from PO lines information like quantity , UOM and unit price and those invoices are not validating from the DB and these are processed to EBS and it's effecting the GL and reporting.
    Regards,
    Anil

    Hi ,
    I did not get the exact requirement.Let me bit:
    In standard AP project lines validation will try to compare the quantity , unit price and UOM of line against the database for match which actually performed on export.
    So even if match fails batch will be exported.Now if you want to correct it before EBS,i think you can do it in the business process easily that you are consuming whether BPEL/BPM process.
    We have done this in several projects
    =========================
    But If you want that to be done from OFR side i think we need to code  UserExitPONumberValidate event to  compare the line items values against database.I need to test this also.

  • How to get line item net price and net value?

    I have using "BAPI_SALESORDER_SIMULATE" to SIMULATE to create SO,
    the return table
    ORDER_ITEMS_OUT-NET_VALUE is not equals than created by VA01 .
    how to get line item net price and net value?

    Hi,
    Can u elaborate ur query ?
    By this FM you cannot create a SO . Use FM --> BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    MAdhukar Shetty

  • Update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow

    Hi,
    We have a requirement to update a column value once the item has been approved.
    Following settings have been made in the publishing articles list:
    Require content approval for submitted items : yes
    Create major and minor (draft) versions
    Who should see draft items in this document library? :Only users who can edit items
    Require documents to be checked out before they can be edited? : yes
    I have createdatu a Sharepoint 2013 workflow to check if Approval sts of current item = 0 i.e. Approved , then check out and update the item and finally checkin the item. Everything works fine till this point except that the minor version of the item is
    checked in. Due to this the updated columns are not published to others.
    Also, I created a Sharepoint 2010 workflow to SET CONTENT APPROVAL = APPROVED and started this workflow from my list workflow above, but the item does not get checked-in and always shows "In Progress" status with comment "The item is currently
    locked for editing. Waiting for item to be checked in or for the lock to be released.".
    Please let me know where I am missing out so that once the item is approved, column value gets updated and current item is still in Approved status.
    Thanks

    Hi,
    According to your post, my understanding is that you want to update Column value after current item is Approved and then publish major version using Sharepoint 2013 designer workflow.
    You will get into this kind of Catch-22 situation trying to set the Content Approval Status in SharePoint Designer workflow:
    - You must check out the document before you can change the Content Approval Status
             - You can't change the Content Approval Status once the document in checked out
    Since you set the Require documents to be checked out before they can be edited=Yes, you will need to check out the document when run the workflow on the item. But you cannot approve a document when it is checked
    out. So the logic in workflow conflicts.
    As a workaround, you can use the Start Another Workflow action to start the normal Approval workflow on the document.  The built-in Approval workflow can work with a document that’s not checked out.
    The designer approval workflow also can work with a document that’s not checked out.
    You can create two workflow using SharePoint Designer 2013.
    First, create a SharePoint 2010 platform workflow.
    Then, create a SharePoint 2013 platform workflow.
    Then when the SharePoint 2013 platform workflow start, it will start the SharePoint 2010 platform workflow to set content approval status, then the SharePoint 2013 platform workflow will update current item value.
    More information:
    SharePoint Designer Workflow Content Approval Issue
    SharePoint 2010 Approval Workflow with Content Approval
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • System generated value for a field and incrementing (using module pool pro)

    Hi,
    I'm getting system generated value for a field and incrementing (i.e done by coding) when i'm saving the screen or transaction (which is created using module pool programming) while modifying, saving its working fine, but when i'm going out of the screen or exit n again i start the screen (with some ztransco) the value for the field again starting from 0 so i want to start from the same value for a field where we exit or got out from the screen n incremented respectively while saving the screen,
    Thanks & Regards,
    MS
    Edited by: Rob Burbank on May 4, 2010 10:40 AM

    Search the forum for number range objects.
    Rob

  • Flow of Old Sales Order and item values

    Dear Gentlemen,
    Account Based COPA activated and being used since 2010 in our client system.
    As per the customer requirement,recently we have created two new charateristics ,viz;Sales Order and Sales Order  Item in COPA and values of Sales Order and its item are being flowing in to COPA.
    But customer expecting to flow the values of OLD Sales Order and its items (i.e since 2010) for the above stated new two new characteristics.
    Can anybody throw some light on this as how to bring the values of old sales oredrs and it items.
    Regards
    Su

    Hi SU
    You have created the Characteristics fields now and  you want to effect the data flow in old FY, which may not be possible effect from old fiscal year/periods.
    Can you try use KE21N -repost line items for the current period.

  • Close page using javscript and set other page item values

    hy all, i'm trying to create a sort of pop up page.. i open this page (lets say 100) from another page(lets 101).. the page number 100 is opened as a pop up window. it is a report page, so i'd like by clciking the value of one culomn set some values for the item of page101 and close it..
    i'm trying to do it with javscript, but it doesnt work..
    could u maybe help me.. thanks

    Take a look at the HowTo on creating popup pages:
    Build Custom Popup Pages in Oracle Application Express<br><br>
    After completing this How-To, you should understand:<br>
    <br>
    * How to make a custom popup window page in an HTML DB application<br>
    * Passing values from a form page to a popup window.<br>
    * Passing values back from a popup window to the opening form page.

  • CS6 New Document - Units and Increments - Ruler Units Defaulting Back to Picas

    After setting the Units and Increments prefs to inches, InDesign defaults back to picas when creating a new document. Any suggestions? Should I rebuild my prefs? Or should I just give up and revert to my conversion chart from school?

    Make the change with no files open.

  • How to combine Submit value and item values in report condition?

    What I have is a report with some input parameters, one of which is a Select List with Submit that forces population of a second Select List. There is also a GO button. Depending on the combination of the two drop-downs, one of three report regions then gets displayed. This all works fine, but the users would like the report NOT to show UNTIL they click on the GO button. I'm trying to figure out how to tweak my conditions to include a Submit value along with item values. Can someone suggest a solution?
    (PS. I'm using dependent selects because I'm still using APEX 3.2)

    Hello
    When your page is submitted due to the the parent select list's value getting changed the APEX 'REQUEST' variable is set to the name of the select list item.
    You could perhaps use this to perhaps set a hidden item on the page whose value can then be checked in the conditions that control the display of your report regions.
    varad

Maybe you are looking for

  • Major issue with 8.1.2 and Mac OS 10.4.11

    Ok, I ran Apple software update today and installed a security update and the latest iLife updates. Now whenever I open Acrobat Reader 8.1.2 it automatically starts opening (apparently) every pdf on my computer. The only thing I can do is force quit

  • FM for changing vendor Tax information

    Hello, is there any FM for changing vendor Tax information? Thanks, Moshe

  • Loading external Images in MovieClips

    Dear All, I am trying to load the external images in Dynamically created Movie Clips. Can you please help me out from this. I am trying something like this: Container_mc.image_mc ( I want to load the Images inside the imag_mc clip) Regards, Sridhar B

  • Problems with itunes and ipad syncing artwork

    Hi there, i am currently running Toshiba Satellite C50D windows 8.1 with itunes 11.3.0.54. last week i downloaded 6 new songs, edited their file details through itunes and suscessfully synced them to my ipad 3 128gb iOS 7.1.1. saturday night i downlo

  • Zoom H2n "file created" dates are WRONG

    Zoom H2n (audio files) "file created" dates are 31 December 1969 @1900 unless I DL them to Win7 box and import them.  The time and date is set correctly in the H2n.  The time and date are correct for creation in Win7. It makes the EVENTS fall into De