Blank appended to the given value range

hi all,
i have created a domain and has given value range,
but while pressing f4, in the drop down list, iam getting a blank appended to it.
iam creating value range and getting descriptions of fix values as drop down.
i tried going back to the domain and tried deleting blanks and all, but still iam getting,
how many domains i create iam getting the same.
but strangely, if create a value range , with last fix value blank but description appended, then iam not getting blank and getting description in the drop down.
y is this happening?
can any one suggest me.
i hope u understood my doubt
regards
hyma

Thats SAP's Standard functionality to show a blank line so that its not mandatory to select any value form the dropdown. if you explicitly append a blank line only with the description as you have done it right now, you will get the description as a default in the dropdown. 
And, as far as your problem of "dropdown showing description only", you can change that by goin into the 'CUSTOMIZING OF LOCAL LAYOUT' which is the last icon on the standard toolbar or just press ALT+F12. In that go into options, then into Expert tab and then check the first check box. In this way u will get the values as well as the description in your dropdown.
Cheers

Similar Messages

  • Any FM to get count of each week day for the given date range

    Hi guys,
    Any FM to get count of each week day for the given date range?
    eg: If i give 14/07/2008 to 14/08/2008
    I need to find how many Mondays, tuesdays...sundays in this given date range.
    If not single FM is available, any logic that gives above result is also appreciated.
    Thanks,
    Vinod.

    hi Vinod,
    this is not a full solution, I just give you a basic idea:
    DATA : lv_start TYPE sy-datum VALUE '20080714',
           lv_end   TYPE sy-datum VALUE '20080814'.
    WHILE lv_start LE lv_end.
      CALL FUNCTION 'FTR_DAY_GET_TEXT'
        EXPORTING
          pi_date = lv_start.
    * IMPORTING
    *   PE_DAY_TEXT1       =
    *   PE_DAY_TEXT2       =
    *   PE_DAY             =
    * you have to summarize the output here somehow...
      lv_start = lv_start + 1.
    ENDWHILE.
    hope this helps
    ec

  • Get Months for the given date ranges on the Selection Screen

    Hello All,
    If I give Begin Date (Begda) and End Date (Endda) on the Selection Screen, I need to get all the months given in the selection screen ranges.
    Could any one please suggest me how to proceed further on this.
    Thanks in Advance
    Regards
    Yathish

    HI,
    Check this FM
    HR_99S_INTERVAL_BETWEEN_DATES  ---> this can help you it will return the month in this table MONTH_TAB
    HR_99S_MONTHS_BETWEEN_DATES

  • Query to Get next Highest Value for the given value passed

    Hello Gurus
    i want help with a query that would get me the next highest value from a table for a given value passed. Let say these are the values in col of a table
    col
    6000
    5000
    4000
    3000
    2000
    1000
    if i pass 2000 then the output should be 3000 or if i pass 4000 then query should result 5000. Please help

    May be this:
    WITH t AS (SELECT 6000 val FROM DUAL
               UNION ALL
               SELECT 5000 FROM DUAL
               UNION ALL
               SELECT 4000 FROM DUAL
               UNION ALL
               SELECT 3000 FROM DUAL
               UNION ALL
               SELECT 2000 FROM DUAL
               UNION ALL
               SELECT 1000 FROM DUAL)
    SELECT min(val)
      FROM t
    WHERE val > &YourVal

  • How to know if the given value is string or numeric

    I need to know the given input value is a numeric or not in the transaction. I tried the following:
    stringif( localnumber(Transaction.INPUT) == "NA",Transaction.INPUT, stringright( ("000000000000000000"&localnumber(Transaction.INPUT)), 18 )
    But in the above case, when INPUT value is "123s" (if the first character is numeric), it returns "123", not "NA".
    Is there any other way to handle this?
    Thanks,
    Sara

    <?xml version="1.0" encoding="utf-8"?>
    <Transaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <TransactionAttributes>
            <ContextItem>
                <Name>Category</Name>
                <Description>Transaction Category</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Comments</Name>
                <Description>User Comments</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>CreatedBy</Name>
                <Description>Created By</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>CreationDate</Name>
                <Description>Creation Date</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:dateTime">2007-07-30T08:33:08</Value>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Description</Name>
                <Description>Transaction Description</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Status</Name>
                <Description>Deployment Status</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string">DEVELOPMENT</Value>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>LastEditedBy</Name>
                <Description>Last Edited By</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>LastEditedDate</Name>
                <Description>Last Edited Date</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:dateTime">2007-07-30T11:05:28</Value>
                <ReadOnly>true</ReadOnly>
            </ContextItem>
        </TransactionAttributes>
        <Name>IsNumeric</Name>
        <Version>10</Version>
        <WriterRoles/>
        <ReaderRoles/>
        <Context>
            <ContextItem>
                <Name>input</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string">00000000000000000005679</Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>output</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:string"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
        </Context>
        <Local>
            <ContextItem>
                <Name>DecTracker</Name>
                <Description>Track number of Decimal point</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:long">0</Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>lntInput</Name>
                <Description>Define the length of the input string</Description>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="xsd:long">0</Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
        </Local>
        <Layout>
            <GUILayoutItem>
                <Name>Sequence_0</Name>
                <X>8</X>
                <Y>264</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>seqInputExample</Name>
                <X>944</X>
                <Y>136</Y>
                <Width>120</Width>
                <SpacingWidth>1992</SpacingWidth>
                <DescendantWidth>1992</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_2</Name>
                <X>944</X>
                <Y>264</Y>
                <Width>120</Width>
                <SpacingWidth>1704</SpacingWidth>
                <DescendantWidth>1704</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_3</Name>
                <X>1880</X>
                <Y>264</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_4</Name>
                <X>8</X>
                <Y>392</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>CalculateInputStringLength</Name>
                <X>16</X>
                <Y>408</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_5</Name>
                <X>944</X>
                <Y>392</Y>
                <Width>120</Width>
                <SpacingWidth>1704</SpacingWidth>
                <DescendantWidth>1704</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>LoopThroughTheString</Name>
                <X>952</X>
                <Y>408</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_6</Name>
                <X>944</X>
                <Y>520</Y>
                <Width>120</Width>
                <SpacingWidth>1704</SpacingWidth>
                <DescendantWidth>1704</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Tracer_0</Name>
                <X>952</X>
                <Y>536</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_7</Name>
                <X>944</X>
                <Y>648</Y>
                <Width>120</Width>
                <SpacingWidth>1704</SpacingWidth>
                <DescendantWidth>1704</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Tracer_1</Name>
                <X>952</X>
                <Y>664</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_8</Name>
                <X>944</X>
                <Y>776</Y>
                <Width>120</Width>
                <SpacingWidth>1704</SpacingWidth>
                <DescendantWidth>1704</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Switch_0</Name>
                <X>952</X>
                <Y>792</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_9</Name>
                <X>152</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_10</Name>
                <X>296</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_11</Name>
                <X>440</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_12</Name>
                <X>584</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_13</Name>
                <X>728</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_14</Name>
                <X>872</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_15</Name>
                <X>1016</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_16</Name>
                <X>1160</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_17</Name>
                <X>1304</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_18</Name>
                <X>1448</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_19</Name>
                <X>1592</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_20</Name>
                <X>1736</X>
                <Y>904</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>AssignOutPut</Name>
                <X>952</X>
                <Y>280</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>AssignException</Name>
                <X>1744</X>
                <Y>920</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_21</Name>
                <X>1736</X>
                <Y>1032</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>BreakLoop</Name>
                <X>1744</X>
                <Y>1048</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Tracer_2</Name>
                <X>1888</X>
                <Y>280</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_22</Name>
                <X>8</X>
                <Y>520</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>AssignDefaultValueforDecTracker</Name>
                <X>16</X>
                <Y>536</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Increment</Name>
                <X>1600</X>
                <Y>920</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_23</Name>
                <X>1592</X>
                <Y>1032</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>ChkNumberDecimalPoint</Name>
                <X>1600</X>
                <Y>1048</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_24</Name>
                <X>1592</X>
                <Y>1160</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>120</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>AssignExceptionForInvalidNumber</Name>
                <X>1600</X>
                <Y>1176</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>Sequence_25</Name>
                <X>1592</X>
                <Y>1288</Y>
                <Width>120</Width>
                <SpacingWidth>120</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>BreakLoopForInvalidNumber</Name>
                <X>1600</X>
                <Y>1304</Y>
                <Width>104</Width>
                <SpacingWidth>0</SpacingWidth>
                <DescendantWidth>0</DescendantWidth>
                <Height>72</Height>
            </GUILayoutItem>
            <GUILayoutItem>
                <Name>seqHeader</Name>
                <X>944</X>
                <Y>8</Y>
                <Width>120</Width>
                <SpacingWidth>1992</SpacingWidth>
                <DescendantWidth>1992</DescendantWidth>
                <Height>96</Height>
            </GUILayoutItem>
        </Layout>
        <Actions>
            <ContextItem>
                <Name>CalculateInputStringLength</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>LoopThroughTheString</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="ForNextRepeaterAction">
                    <From>0</From>
                    <Break>false</Break>
                    <To>0</To>
                    <Step>1</Step>
                    <CurrentItem>0</CurrentItem>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Tracer_0</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Tracer">
                    <Level>INFO</Level>
                    <Message/>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Tracer_1</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Tracer">
                    <Level>INFO</Level>
                    <Message/>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Switch_0</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="SwitcherAction">
                    <MatchCount>11</MatchCount>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>AssignOutPut</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>AssignException</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>BreakLoop</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Tracer_2</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Tracer">
                    <Level>INFO</Level>
                    <Message/>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>AssignDefaultValueforDecTracker</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>Increment</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>ChkNumberDecimalPoint</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="ConditionalAction">
                    <InputCount>1</InputCount>
                    <LogicalAnd>false</LogicalAnd>
                </Value>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>AssignExceptionForInvalidNumber</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
            <ContextItem>
                <Name>BreakLoopForInvalidNumber</Name>
                <Description/>
                <MinRange>0</MinRange>
                <MaxRange>0</MaxRange>
                <Value xsi:type="Assignment"/>
                <ReadOnly>false</ReadOnly>
            </ContextItem>
        </Actions>
        <Steps>
            <Step xsi:type="ActionSequence">
                <Name>seqHeader</Name>
                <Description>This transaction take a string as input and test if the string is numeric or not.
    If it is numeric, it returns the value as output, otherwise it retruns as NA as output </Description>
                <Steps>
                    <Step xsi:type="ActionSequence">
                        <Name>seqInputExample</Name>
                        <Description>input: 0000234S</Description>
                        <Steps>
                            <Step xsi:type="ActionSequence">
                                <Name>Sequence_0</Name>
                                <Description/>
                                <Steps>
                                    <Step xsi:type="ActionSequence">
                                        <Name>Sequence_4</Name>
                                        <Description/>
                                        <Steps>
                                            <Step xsi:type="ActionSequence">
                                                <Name>Sequence_22</Name>
                                                <Description/>
                                                <Steps/>
                                                <Actions>
                                                    <Action>
                                                        <Name>AssignDefaultValueforDecTracker</Name>
                                                        <Description/>
                                                        <IncomingLinks/>
                                                        <OutgoingLinks>
                                                            <Assign xsi:type="Assign">
                                                                <Name/>
                                                                <Description/>
                                                                <To>Local.DecTracker</To>
                                                                <From>0</From>
                                                            </Assign>
                                                        </OutgoingLinks>
                                                    </Action>
                                                </Actions>
                                            </Step>
                                        </Steps>
                                        <Actions>
                                            <Action>
                                                <Name>CalculateInputStringLength</Name>
                                                <Description/>
                                                <IncomingLinks/>
                                                <OutgoingLinks>
                                                    <Assign xsi:type="Assign">
                                                        <Name/>
                                                        <Description/>
                                                        <To>Local.lntInput</To>
                                                        <From>stringlength( Transaction.input )</From>
                                                    </Assign>
                                                </OutgoingLinks>
                                            </Action>
                                        </Actions>
                                    </Step>
                                </Steps>
                                <Actions/>
                            </Step>
                            <Step xsi:type="ActionSequence">
                                <Name>Sequence_2</Name>
                                <Description/>
                                <Steps>
                                    <Step xsi:type="ForNextRepeater">
                                        <Name>Sequence_5</Name>
                                        <Description/>
                                        <Steps>
                                            <Step xsi:type="ActionSequence">
                                                <Name>Sequence_6</Name>
                                                <Description/>
                                                <Steps>
                                                    <Step xsi:type="ActionSequence">
                                                        <Name>Sequence_7</Name>
                                                        <Description/>
                                                        <Steps>
                                                            <Step xsi:type="Switcher">
                                                                <Name>Sequence_8</Name>
                                                                <Description/>
                                                                <Steps>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_9</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_10</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_11</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_12</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_13</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_14</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_15</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_16</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_17</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_18</Name>
                                                                        <Description/>
                                                                        <Steps/>
                                                                        <Actions/>
                                                                    </Step>
                                                                    <Step xsi:type="ActionSequence">
                                                                        <Name>Sequence_19</Name>
                                                                        <Description/>
                                                                        <Steps>
                                                                            <Step xsi:type="Conditional">
                                                                                <Name>Sequence_23</Name>
                                                                                <Description/>
                                                                                <Steps>
                                                                                    <Step xsi:type="ActionSequence">
                                                                                    <Name>Sequence_24</Name>
                                                                                    <Description/>
                                                                                    <Steps>
                                                                                    <Step xsi:type="ActionSequence">
                                                                                    <Name>Sequence_25</Name>
                                                                                    <Description/>
                                                                                    <Steps/>
                                                                                    <Actions>
                                                                                    <Action>
                                                                                    <Name>BreakLoopForInvalidNumber</Name>
                                                                                    <Description/>
                                                                                    <IncomingLinks/>
                                                                                    <OutgoingLinks>
                                                                                    <Assign xsi:type="Assign">
                                                                                    <Name/>
                                                                                    <Description/>
                                                                                    <To>LoopThroughTheString.Break</To>
                                                                                    <From>true</From>
                                                                                    </Assign>
                                                                                    </OutgoingLinks>
                                                                                    </Action>
                                                                                    </Actions>
                                                                                    </Step>
                                                                                    </Steps>
                                                                                    <Actions>
                                                                                    <Action>
                                                                                    <Name>AssignExceptionForInvalidNumber</Name>
                                                                                    <Description/>
                                                                                    <IncomingLinks/>
                                                                                    <OutgoingLinks>
                                                                                    <Assign xsi:type="Assign">
                                                                                    <Name/>
                                                                                    <Description/>
                                                                                    <To>Transaction.output</To>
                                                                                    <From>"NA"</From>
                                                                                    </Assign>
                                                                                    </OutgoingLinks>
                                                                                    </Action>
                                                                                    </Actions>
                                                                                    </Step>
                                                                                </Steps>
                                                                                <Actions>
                                                                                    <Action>
                                                               

  • Using sql bulk copy throwing exception -The given value of type String from the data source cannot be converted to type int of the specified target column

    Hi All,
    I am reading notepads files and inserting data in sql tables from the notepad-
    while performing sql bulk copy on this line it throws exception - "bulkcopy.WriteToServer(dt); -"data type related(mentioned in subject )".
    Please go through my  logic and tell me what to change to avoid this error -
    public void Main()
    Dts.TaskResult = (int)ScriptResults.Success;
    string[] filePaths = Directory.GetFiles(@"C:\Users\jainruc\Desktop\Sudhanshu\master_db\Archive\test\content_insert\");
    for (int k = 0; k < filePaths.Length; k++)
    string[] lines = System.IO.File.ReadAllLines(filePaths[k]);
    //table name needs to extract after = sign
    string[] pathArr = filePaths[0].Split('\\');
    string tablename = pathArr[9].Split('.')[0];
    DataTable dt = new DataTable(tablename);
    |
    string[] arrColumns = lines[1].Split(new char[] { '|' });
    foreach (string col in arrColumns)
    dt.Columns.Add(col);
    for (int i = 2; i < lines.Length; i++)
    string[] columnsvals = lines[i].Split(new char[] { '|' });
    DataRow dr = dt.NewRow();
    for (int j = 0; j < columnsvals.Length; j++)
    //Console.Write(columnsvals[j]);
    if (string.IsNullOrEmpty(columnsvals[j]))
    dr[j] = DBNull.Value;
    else
    dr[j] = columnsvals[j];
    dt.Rows.Add(dr);
    SqlConnection conn = new SqlConnection();
    conn.ConnectionString = "Data Source=UI3DATS009X;" + "Initial Catalog=BHI_CSP_DB;" + "User Id=sa;" + "Password=3pp$erv1ce$4";
    conn.Open();
    SqlBulkCopy bulkcopy = new SqlBulkCopy(conn);
    bulkcopy.DestinationTableName = dt.TableName;
    bulkcopy.WriteToServer(dt);
    conn.Close();
    Issue 1:-
    I am reading notepad: getting all column and values in my data table now while inserting for date and time or integer field i need to do explicit conversion how to write for specific column before bulkcopy.WriteToServer(dt);
    Issue 2:- Notepad does not contains all columns nor in specific sequence in that case i can add few column ehich i am doing now but the issue is now data table will add my columns + notepad columns and while inserting how to assign in perticular colums?
    sudhanshu sharma Do good and cast it into river :)

    Hi,
    I think you'll have to do an explicit column mapping if they are not in exact sequence in both source and destination.
    Have a look at this link:
    https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlbulkcopycolumnmapping(v=vs.110).aspx
    Good Luck!
    Kaur.
    Please mark as answer if this resolves your issue.

  • Number of Vendor in the given date range

    Hi All,
    I have a requirement like I need to calculate Total Number of Vendors in a given Date in Report Level. Could anyone please let me know how to do this?
    Thanks in advance.
    with Regards,
    Mahi.S

    Hi Al,
    Thanks for the prompt answer.
    I tried creating a Calculated Key Figure and given Vendor as Characteristic. When I run the report I can see Count 1 for all the Vendors. But the user wants to see total number of records. FYR, please have a look at the below sample data.
    Vendor     Vendor Account Group     Company Code     Created on     Plant     Total number of Vendors
    2     ZINT     0101     07/2/1998     #     1
    3     ZINT     0101     07/2/1998     #     1
    4     ZINT     0101     07/2/1998     #     1
    5     ZINT     0101     07/2/1998     #     1
    7     ZINT     0101     10/27/1998     #     1
    12     ZINT     0101     05/6/1999     #     1
    14     ZINT     0101     05/6/1999     #     1
    17     ZINT     0101     06/7/1999     #     1
    18     ZINT     0101     06/7/1999     #     1
    19     ZINT     0101     06/7/1999     #     1
    20     ZINT     0101     06/7/1999     #     1
    22     ZINT     0101     08/26/1999     #     1
    27     ZINT     0101     09/28/1999     #     1
    28     ZINT     0101     09/28/1999     #     1
    29     ZINT     0101     09/28/1999     #     1
    30     ZINT     0101     09/28/1999     #     1
    31     ZINT     0101     09/28/1999     #     1
    32     ZINT     0101     09/28/1999     #     1
    33     ZINT     0101     09/29/1999     #     1
    42     ZINT     0101     10/1/1999     #     1
    52     ZINT     0101     10/22/1999     #     1
    53     ZINT     0101     11/16/1999     #     1
    54     ZINT     0101     11/16/1999     #     1
    57     ZINT     0101     02/1/2000     #     1
    62     ZINT     0101     04/25/2000     #     1
    63     ZINT     0101     04/25/2000     #     1
    67     ZINT     0101     05/30/2000     #     1
    72     ZINT     0101     07/6/2000     #     1
    82     ZINT     0101     09/21/2000     #     1
    Thanks & Regards,
    Mahi.S
    Edited by: SRI on Dec 20, 2011 7:57 AM

  • Fetching information within the given date range

    Hello All,
    PLease can u help me in solving this : --
    I need to fetch those employees who will complete 18 yrs within the date range specified.
    For example, if date1 = 10/21/2008 and date2 = 11/03/2008
    then i need to display information of all those employees whose birthday fall within the date range along with the date.
    Thanks in advance !

    Hi,
    16:58:25 b1>desc test1
    Name                                      Null?    Type
    AGE                                                NUMBER
    BDATE                                              DATE
    16:58:36 b1>SELECT * FROM test1
    16:58:47   2  ;
           AGE BDATE
            18 23-OCT-08
            17 23-NOV-08
    16:58:48 b1>SELECT *
    16:58:55   2  FROM test1
    16:58:55   3  WHERE  Bdate BETWEEN  TO_DATE('21/10/2008','DD/MM/YYYY')  AND  TO_
    DATE('30/10/2008','DD/MM/YYYY');
           AGE BDATE
            18 23-OCT-08- Pavan Kumar N

  • Retrieve data from a text file, incrementing the last value and save new value below

    Hi
    This was working initially. It is part of my LabView Project. I was trying to create a unique number that increments every time the adds the value to the list. It works on computer perfectly. But when I put this on a PDA, it seems to create a blank space when reading the contents of the text file after the last value, which means 0 + 1, which is not what I want.
    Please run the testUniqueNoOnPDA.vi first and change the path to C:\uniqueNumber.txt and save the uniqueNumber.txt file to your C drive and see What I am trying to do. Click the Enter button to increment.
    Why does the PDA create a blank space after the last value and a computer does not?
    I was working perfectly all week and it is not working well now.
    Help please, I think I'm missing something
    Attachments:
    uniqueNumber.txt ‏1 KB
    testUniqueNoOnPDA.vi ‏33 KB
    testUniqueNoOnPDA.lvproj ‏4 KB

    It works perfectly, it was a hardware problem. It depends on what PDA I used.

  • Domain value range

    hi
    i am changing the table field domain value range. after changing i am getting the warning msg like below. if i ignore it and transport odes it affect anyways.
    and also does anyone tell me when we transport only the structure get transported or even the values get transported?
    <b>The key length, i.e. the sum of the field lengths of all the key fields of the table,
    is more than 120 bytes.
    Note the following restricted fuctionality for this table:
    - Table contents cannot be transported by specifying key values, at
      best by specifying generic key values with a maximum length of 120
      bytes.
    - The table may not be used as the base table of a lock object.</b>

    Hi ,
    Instead of changing the domain value range ,
    create a Z Domain group say copy it from the existing one and increase the range .
    This will reflect on the field name in the Ztable . Do activate and adjust database from SE14 on the table .
    Remember that the new range of values will be overlapped to the existing version in the target system .
    for this what u have to do is for the existing domain field where used list see the tables in which it is to be used .
    and then if its not causing any inconsistencies u can transport or else the dependent tables which are referring to the domain group have to be modified .
    regards,
    Vijay

  • ECATT: Recording "Restrict Value Range" screen for CO58

    Hi,
    I need to provide PI Sheet # for CO58 (Process a material). Here, I search the PI Sheet # from Process Order # when I perform this manually. But, when recording this via TCD Mode or SAPGUI mode, I am not able to record the part where PI Sheet # is searched through the "Restrict Value Range" screen through Process Order #.
    How can I record this part?
    OR
    Is there any way to obtain PI Sheet number from PO # through some other transaction. I tried using CO60 but the values inside the table displayed there with PI Sheet # is also not getting recorded.
    Any help would be highly appreciated.
    Thanks,
    Punit Sethi.

    Hi,
    I need to provide PI Sheet # for CO58 (Process a material). Here, I search the PI Sheet # from Process Order # when I perform this manually. But, when recording this via TCD Mode or SAPGUI mode, I am not able to record the part where PI Sheet # is searched through the "Restrict Value Range" screen through Process Order #.
    How can I record this part?
    OR
    Is there any way to obtain PI Sheet number from PO # through some other transaction. I tried using CO60 but the values inside the table displayed there with PI Sheet # is also not getting recorded.
    Any help would be highly appreciated.
    Thanks,
    Punit Sethi.

  • Name of users of a particular Tcode for a given date range

    Hi experts,
    I am making an alv where inputs will be
    1> T_code(as parameter)
    2> Date Range(as Select options)
    I have to display the following fields:::
    1> User name
    2> Frequency of use the Tcode for the given Date range.
    Please give me the tables where I can get the relation of those fields.
    N.B. I know the transaction AL08 and SM04.But it won't solve my purpose.
    Thanx in advance,
    Sourav

    >
    SOURAV PAUL wrote:
    > Hi experts,
    > I am making an alv where inputs will be
    > 1> T_code(as parameter)
    > 2> Date Range(as Select options)
    by creating the report As per your this requirement you need not to create any Bulk on your SAP.Just use STAD/STAT transaction they are availabe for this purpose.
    and more you may track by security log audit by SM20 get these details.
    i'm worried about tables which sre storing these details.

  • Release By two Users for the  same Value

    Friends
    I have an existing PO rel. strategy where the range is 1-10000USD  . This is currently released by one user. Now due to business requirement  client wants to introduce one additional user to release the PO as well for the same  value range.
    In a nutshell for the value range  USD 1-10000 , There will be two approvers with two different rel. codes. How do I achieve this?
    Thanks
    samuel

    Dear,
    Check this : Release Procudure for Purchase Order
    Hope Helpful to your requirement.
    Regards,
    Syed Hussain.

  • How to capture the data within the given range of maximum and minimum values ? from csv files

    My requirement,
    1. Here, the user will provide the range like maximum and minimum values, based on this range, the VI should capture the data within the given range. ( from CSV file as attached )
    2. Then VI should calcluate the average value for captured data and export it to excel.
    This is my requirement can anyone help me on this.
    Many thanks in advance
    rc_cks
    Attachments:
    sample_short.csv ‏2439 KB

    Hi,
    Thanks for remnding me. I forgt to attach the VI, 
    Here I am attaching the VI, what I tried. 
    From attached CSV file, I have to find an average value for columns B,C,D,E,F,G,H,I and AJ, AK. ( data range will be defined  by user ), focused only on these columns
    Here, the scope is to calculate an average value for given data range by user as MAX and MIN data.  
    FYI:  I tried manually for two instance i.e column H & I.  As per H column one steady state values from  7500 to 10500 and similarly in I column 7875 to 10050. So, I gave these as a limit to capture and calculate the average value. But unfortunaltely, requirement has been modified as per below requirements.
    More Info on requirement: 
    --> The user will define the range of data by giving some MAXIMUM and MINIMUM values(for above mentioned columns induvidually), then VI should capture          that data range and it has to caculate the average value for that range of data. This is the task I have to complete. 
    --> I am stuck in creating a logic for data capturing for given range of MAX and MIN value from user, 
         Can anyone help me on this. 
    If my explanation is not clear, Please let me know.  
    Many thanks, help mw
    rc
    Attachments:
    VI_rc.vi ‏25 KB
    sample.zip ‏4166 KB

  • Getting the Month value and Name from the Ranges of the Date given input.

    Hi Techies,
    I am developing Monthly wise report in FICO. My Inputs are Company Code, Fiscal Year and Date Range. From the Date Range I have to get the month and Generate the Report.
    For Ex:
    BUKRS : 1000
    GJAHR : 2009
    FKDAT : 01.04.2008 to 01.04.2009
    From the Above Date range how can I get the individual month names or periods. As per my Knowledge I can get the month value when the date is parameter but here the date is ranges.  Is any code available for this ?
    Thanks in Advance
    Regards,
    Muralikrishna Peravali.
    Edited by: muralipsharma on Aug 31, 2010 10:30 AM
    Edited by: muralipsharma on Aug 31, 2010 12:57 PM

    DATA: lv_dat          TYPE dats,
          lv_day          TYPE c LENGTH 2,
          lv_month        TYPE c LENGTH 2,
          lv_year         TYPE c LENGTH 4.
    DATA: lv_poper        TYPE t009b-poper.
    DATA: lt_poper        TYPE TABLE OF t009b-poper.
    SELECT-OPTIONS: so_dat        FOR sy-datum.
    break fis-kemmer.
    lv_dat = so_dat-low.
    DO.
      CLEAR: lv_poper.
      CALL FUNCTION 'FI_PERIOD_DETERMINE'
        EXPORTING
          i_budat        = lv_dat
        IMPORTING
          e_poper        = lv_poper
        EXCEPTIONS
          fiscal_year    = 1
          period         = 2
          period_version = 3
          posting_period = 4
          special_period = 5
          version        = 6
          posting_date   = 7
          OTHERS         = 8.
      APPEND lv_poper TO lt_poper.
      lv_day    = lv_dat+6(2).
      lv_month  = lv_dat+4(2).
      lv_year   = lv_dat(4).
      lv_month = lv_month + 1.
      IF lv_month LE 9.
        CONCATENATE '0' lv_month INTO lv_month.
      ENDIF.
      CONCATENATE lv_year lv_month lv_day INTO lv_dat.
      IF lv_dat GT so_dat-high.
        EXIT.
      ENDIF.
    ENDDO.
    after that you have a list of all the FI periods in internal table LT_POPER.
    get the idea?

Maybe you are looking for

  • T-codes for warehouse mangement

    hi to all can anybody gives the t-codes used in warehouse management

  • Gradient mesh dying, CS 6 gradient stroke gonna take over?

    Hi just wondering, I had a look at the CS6 sneak peek video and thought to myself will there be any use for a gradient mesh now since you can use  a gradient stroke to fill in colors to the contours of a shape? Anyone played around with it enough to

  • Backlight on iphone 3G not working properly.

    the light on my iphone 3G is really really dim.  i can barely make out anything.  for a while the battery wouldn't seem to hold charge, and the phone was dead unless i plugged it in.  that problem SEEMS to have corrected itself, as i have been walkin

  • Web browsers crash

    Safari and Firefox will not load web pages 90% of the time. I can get to two different sites before they crash, but I can't get to any other sites. I can use my chat programs just fine, and there are other people sharing my wireless, so I know it's n

  • PlayBook Downloads Folder

    Hi, I can see files under file:///accounts/1000/shared/downloads. They are mp4 files but they do not appear videos application. Also I cannot see them when I connet to the shared folder in windows (through wifi sharing). Can someone please advise how