Need small help in data retriving

Hi ALL...
I have the ship_to_party no. In this ship to party no i have multiple deliviries. In the deliveries i have mutiple material numbers.
These ship to party and delivery no are populating form these strctures.
VBDPL-MATNR (Material Number) -- item
VBDKL-KUNWE (Sold 2 party) --- header
now i need to populate the KDMAT feild from LIPS. So what should i do to populate the feild.
regards
arjun

Hi,
could you tell me the name of the object you are using ?
Regards
Shiva

Similar Messages

  • Need small help

    Hi,
    I need small help in sql*loader.I get data-files which has a particular identified on the 1st record( header ), based on which I've to load a constant for the 1st column of every row. How do I set in the control file.
    Appreciate if someone can give me directions on this.
    Thanks in advance,

    Hi again!
    I hope that a little shell script will do the thing for you.
    1.) Create the following BASH-Script
    #!/bin/bash
    export CUSTNO=""
    export CUSTNO=$(awk -F"," '{print NR " " $3}' datafile.csv | grep 1 | cut -d" " -f2)
    sed -i 's/#x#/'$CUSTNO'/g' controlfile.datI've use datafile.csv as the name of the datafile to load and controlfile.dat as the name of your controlfile. Please change this to fit your needs.
    This script looks for the occurrence of your constant value and stores this value in the variable CUSTNO. Then it look for a string #x# in your controlfile and changes #x# to the value of CUSTNO.
    So in your controlfile there should be a line for custno like that:
    custno                     CONSTANT '#x#'This line will be replace in your example to:
    custno                     CONSTANT '35642'To get this to work I assume that:
    1.) Your constant value is always at the third position in the header of your datafile.
    2.) You've made the change with #x# in your controlfile.
    I hope that this is really usefull to you.
    Best Regards
    Florian W.

  • Help need small help

    ferst this is my pc
    4.09.00.0904 (DirectX 9.0c) ante-HA0X2NT8F0  : CPU الـ Intel Pentium 4 530, 3033 MHz (15 x 202) MSI 848P Neo-V (MS-6788) (5 PCI, 1 AGP, 2 DDR DIMM, Audio)  Intel Breeds Hill i848P ram512 mb(DDR SDRAM) BIOS نوع الـ AMI (11/29/04) Communications Port (COM1) ECP Printer Port (LPT1) RADEON 9250 - Secondary (128 mb) RADEON 9250 (128 mb) ATI Radeon 9250 (RV280) Plug and Play Monitor [NoDB] (105169121) : sound cart Intel 82801EB ICH5 - AC'97 Audio Controller
     : IDE  Standard Dual Channel PCI IDE Controller Floppy disk drive HDS728080PLAT20 (قب 80, 7200 RPM, Ultra-ATA/133)   CD-ROM Drive SMART
    now
    1-my pc restart it self after 4 or 5 h....
    no cbu hot
    no fan error cut i test all
    2-i wanna get update all driver
    i try with the msi brogram and that brogram give me an old v. :((
    3-is my pc (top)(good)(strong) if not i will buy new msi one only tell me
    waiting

    when take look thare i see 12v_____
    euer-power tx 12v
    pl-350 8a 5a max 200w (isthat good )?
    hi Din
    let me ask how i can do this ?(memtest )????
    pls i wanna small help and i wanna know >is my pc good or bad cuz it cust me mush
    and all my pc from MSI !.
    HI Ralphdb
    (((Do you know what temp your Cpu is running)))) no i dont know that i am not professional  in pc hard..so pls be soft with me and explain  ...

  • Need URGENT help on DATA PACKAGE

    Hi team,
    When we extract the data from the data source it's getting as a package by package before start process i need to add all the packages into one internal table .
    How do i do that ?.
    Pl help me it's URGENt appreciate your response. thanks.
    Regards,
    Senthil

    hi,
    you need to do the process in source system or BW.
    if it is in source system, extract through program/function module that coolects all the data package and process there and push to BW once procee is over.
    if it is to be done in BW- i hope in the start routine u can do only by package by package.
    please give ur actual requirment so that others can give suggesstion.
    Ramesh

  • Need some help with date

    Hi everyone!
    I have an application in Flex AIR and I'm having problems with dates, I could't found an example on internet until now.
    I tried this for insert (database is embeded sqlite)
    insertManager.parameters[":mydate"] = mydate.selectedDate.time; // type of this column is INTEGER (in my table) and store a number (milliseconds from 1/1/1970) ex: 1265079600000
    Then when I need read records
    mydate.selectedDate = new Date(mydateprice); //it supposed show me DD/MM/YYYY but in every case display 1/1/1970
    If I replace mydateprice for mydate.selectedDate = new Date(1265079600000); // it brings me the right date
    So I don't know what happed, and I'm not sure if it's the best idea to store a date in Flex AIR
    I'll appreciate any help, information or example to find a solution.
    Regards!
    Mara.-

    Thank you so much VIKASH!!! it works!!!
    Now I'm trying to format this value 1265079600000 in my datagrid column:
    <mx:DateFormatter id="dateFormatter" formatString="DD/MM/YYYY"/>
    <mx:DataGridColumn width="140" textAlign="left" headerText="DATE" dataField="myDateColumn" labelFunction="formatDate"  />
    public function formatDate(item:Object,column:DataGridColumn):String
    return dateFormatter.format(item.myDateColumn);
    but this column appear empty....
    Regards and thanks again!
    Mara.-

  • Need  some help on data selection

    Hi all,
       In COST dbtable there are fields TKG001, TKG002, ... TKG016.
    From this i need to select one according to month.
    ie., if month is January i need to select TKG001,
                         June    i need to selct TKG006 and so on.
    How can i do this. Please help me in this.

    Write one select to fetch all the fields and in the program, filter out from he internal table only those ields that u require..

  • Hi friends.....i need a help regarding date manipulations

    I want to know that how can i get the week date ranges of a specified month.
    for example: the input is month = 6 and year = 2007
    i need the output as 01.05.07 - 07.05.07
                                  08.05.07 - 14.05.07
                                  15.05.07 - 21.05.07
                                  21.05.07 - 27.05.07
                                  27.05.07 - 30.05.07
    Waiting for your positive response.
    Kesavadas T

    parameters : month(2), year(4).
    data : date type sy-datum.
    data : last_date type sy-datum.
    data : day(2) value '01', last_day(2).
    data : from_date type sy-datum, to_date type sy-datum.
    concatenate year month day into date.
    CALL FUNCTION 'SG_PS_GET_LAST_DAY_OF_MONTH'
      EXPORTING
        day_in                  = date
    IMPORTING
       LAST_DAY_OF_MONTH       = last_date.
    last_day = last_date+6(2).
    from_date = date.
    to_date = date + 6.
    while to_date <= last_date.
      write : / from_date, '-', to_date.
      from_date = to_date + 1.
      to_date = from_date + 6.
    endwhile.
    if from_date <= last_date.
      write : / from_date, '-', last_date.
    endif.
    This works fine. Hope this solves your problem.
    Regards
    Anil Madhavan

  • Need some help on data encryption in Forms 6i with Oracle Database.

    Hi,
    Here is my requirement:
    I have a username and a password field, and i can add new users to it and ofcourse set a password for it.This password will be visible as asteriks on the forms but i want it to entered in the encrypted format in the database in the designated table.Can anyone help me with this.(hope my question is clear!!!)
    Thanks,
    Aparna.
    null

    Hi,
    try it in the follwing very simple way:
    translate each character of the password to it's ascii value and add a constant value you like. e.g. i = asc(substr(pwstring,i,1)) + k. concatenate each char-value of i(whitch have to be a fix length string of f.e. 4 digits) to build op the encrypted string. you can rich up this by calculating k in differents ways like:
    K = offset + i. and by the way this encryption can call n times, mean encrypt the encryption, if you want.
    the decryption is yout turn ;-)
    hope this will help you...
    Regrads
    biki
    null

  • I need a help for DATA transfer

    i want to data transfer ITAB to application server(linux)
    through OPEN dataset.
    i face a problem with error:
    u see the code:
    OPEN DATASET W_EXTRACT FOR OUTPUT FILTER 'compress'.
      IF NOT T_FINAL[] IS INITIAL.
        LOOP AT T_FINAL.
          transfer t_final to '/dataintg/kltcm/test.txt'.
        ENDLOOP.
      ENDIF.
    plz tell me
    what is the problem with code.

    OPEN DATASET W_EXTRACT FOR OUTPUT FILTER 'compress'.
      IF NOT T_FINAL[] IS INITIAL.
    *Transfer the data from internal table
        LOOP AT T_FINAL.
         transfer t_final to '/dataintg/kltcm/test.txt'.
          TRANSFER T_FINAL TO W_EXTRACT.
          IF SY-SUBRC <> 0.
            MESSAGE E999(ZMM) WITH 'File not Transfered'(011).
          ENDIF.
        ENDLOOP.
      ENDIF.
    *For Close dataset.
      CLOSE DATASET W_EXTRACT.

  • Need More Help on Date Conversion

    Hi All,
    Could you please let me know how can I get the number of seconds lapsed till date from jan 1 1970, that is input will be sysdate and it return the number of seconds...
    Thanks,
    Janki

    Hi
    select (sysdate - to_date('19700101', 'YYYYMMDD'))/24/60/60 from dual;
    Ott Karesz
    http://www.trendo-kft.hu

  • I need small "HELP" who is good on scripting

    explame:
    if iframe "www.site.com" = true then /Means! that "www.site.com" is currectly on browser navigator HTML url..
    iframe navigate "www.site2.com" /If "www.site.com"  is true on navigator HTML url. then they navigate another url "www.site2.com"
    Can u translate it in script (dreamweaver)
    explame:
    if (text)
    ( text )
    any helps?

    I'm not sure but maybe the OP is asking how to make a link inside an iframe launch a 2nd website in a new window.
    Nancy O.

  • Need Small Help with Arrays.

    I have this question i wanna ask...Could anyone help me with this code.
    Assume that the array arr has been declared. how do i write a statement that assigns the next to last � element of the array to the variable x , which has already been declared.

    Of course, if you don't know the size until run time, you'll want to check that the array size is greater than 1, else there won't BE a next to last element.

  • Need small help with idvd

    im useing idvd to finish this hight light i have made for my aunt and uncles 6man football team and they have 9 players on their team and on the template im useing only has 8 drop boxes i would like to add one more so i can put the players football pictures in there in front of the team photo and dont want to leave one player out if anyone could help me that would be awesome
    thank in advance

    There's a theme titled Portfolio with 10 photo spaces in the menu drop zone.  You could use that and fill in the other 3 with group shots or something similar.
    OT

  • Need charting help - multiple data points between major ticks

    Hi,
    I am trying to create an AreaChart in which the data shows a
    consumption rate over the course of a week. The major points along
    the x-axis will be Monday, Tuesday, ... , Sunday (the days of the
    week). However, there are multiple data points between each day. I
    only want the days of the week to show on the axis but I want to
    plot all of the data points. How would I go about accomplishing
    this task?
    Thanks in advance,
    Brent Schooley

    Thanks, it is getting closer now. My only problem now is that
    the data points do not line up correctly with the tick marks. I've
    look through the documentation and I can't figure out what to do to
    ensure this happens. Here are the relevant portions of my code:
    [Bindable]
    public var energyDataAC:ArrayCollection = new
    ArrayCollection( [
    {date: "2007, 7, 27, 0", saved: 0},
    {date: "2007, 7, 27, 12", saved: 50},
    {date: "2007, 7, 28, 0", saved: 35},
    {date: "2007, 7, 28, 12", saved: 0},
    {date: "2007, 7, 29, 0", saved: 0},
    {date: "2007, 7, 29, 12", saved: 46},
    {date: "2007, 7, 30, 0", saved: 39},
    {date: "2007, 7, 30, 12", saved: 0},
    {date: "2007, 7, 31, 0", saved: 0},
    {date: "2007, 7, 31, 12", saved: 44},
    {date: "2007, 8, 1, 0", saved: 45},
    {date: "2007, 8, 1, 12", saved: 0} ]);
    public function myParseFunction(s:String):Date {
    // Get an array of Strings from the comma-separated String
    passed in.
    var a:Array = s.split(",");
    // Create the new Date object.
    var newDate:Date = new Date(a[0],a[1],a[2],a[3]);
    return newDate;
    <mx:AreaChart id="Areachart" height="100%" width="100%"
    paddingLeft="5" paddingRight="5"
    showDataTips="true" dataProvider="{energyDataAC}" >
    <mx:horizontalAxisRenderer>
    <mx:AxisRenderer styleName="myAxisStyle"/>
    </mx:horizontalAxisRenderer>
    <mx:horizontalAxis>
    <mx:DateTimeAxis alignLabelsToUnits="true"
    dataUnits="hours" labelUnits="days" dataInterval="12" interval="1"
    parseFunction="myParseFunction"/>
    </mx:horizontalAxis>
    <mx:series>
    <mx:AreaSeries yField="saved" xField="date"
    form="segment" displayName="Energy Saved"/>
    </mx:series>
    </mx:AreaChart>
    <mx:Legend dataProvider="{Areachart}"/>
    Any ideas?
    Thanks,
    Brent

  • Need qucik help  regarding date

    Hi, I have table A which has column report_month
    its has values like 10/1/2012, 11/1/2012,12/1/2012
    I try to do the following, apparently both are not working, I just want to retrieve 11/1/2012
    select * from A ehere report_month like (11%)
    or
    select * from A ehere report_month like ('11%')

    Hi,
    949523 wrote:
    Hi, I have table A which has column report_month
    its has values like 10/1/2012, 11/1/2012,12/1/2012
    I try to do the following, apparently both are not working, I just want to retrieve 11/1/2012
    select * from A ehere report_month like (11%)
    or
    select * from A ehere report_month like ('11%')You mis-spelled WHERE.
    If report_month is a DATE (which is the most reasonable data type), then
    SELECT  *
    FROM    a
    WHERE   EXTRACT (MONTH FROM report_month) = 11
    ;will display rows dated November of any year.
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ {message:id=9360002}

Maybe you are looking for

  • Hyperion Planning Classic vs. BPMA 9.3

    Hi, We are on Hyperion Planning 9.3 (including all latest patches). We are in the process of building a new Planning application. Currently we donot have an ETL tool and it doesnt seem we will get one for the next few months until our new Planning ap

  • Tac code error in MIRO

    Hi! Guys, I am facing an issue with MIRO transaction with zero value tax code v0. The error i am getting while posting the invoice is "Tax code V0 country IN does not exist in procedure ZTXNJ" Message no. FF713 I have copied and created a new tax pro

  • JARs inside my JAR

    Hi Folks, I'm creating a JAR file for my application. My app uses another JAR file and I want to package it inside my jar. I tried to use "Path-Class" attribute in MANIFEST.MF file but without success. Any help would be appreciate. TIA. Romualdo Rube

  • Ipod randomly skipping to the end of songs

    when playing certain songs on my ipod (5th gen 60gb), the song will play fine until there are about 45 seconds left, at which point the ipod will skip until there is one second left, and freeze for about a minute. this problem does not occur when pla

  • Send data Over Internet through SQL database .

    Hey I am using VB to developing my Windows Phone Application. I have to send my data generating from my App to a Online Database. I have domain , so C Panel, there I have database. can Any one suggest me the VB code for it? Or suggest me the link for