Updating record that exist in master data target but not master data sourc

HI,
I have PLANT key value "0004" that exist in my master data target ZPLANT, but this value has never sended by my source system, it was added only when I loaded my Infoprovider.
My problem is that  this key value "0004" haven't text, and I would like put automatiquely the text of another value '0005' for this value '0004'.
I'm in BI7 for information.
Do you have any idea please? ABAP, Start routine or End routine?
Andcould you give me please the ABAP code to do that?
Radj.

Thank you for your answer, but the source system doesn't contain the value '0004'.
Can'I add this value while loading ZPLANT master data from source system?
If yes, How can'I do it, and How can I maitain (automatiquely not manually) the text of '0004' key value?
PS:
The text of '0004' key value is the same as the text of '0005' key value'.
Thank you.
Radj.
Edited by: Radjech Radjech on Jul 26, 2009 8:53 AM

Similar Messages

  • How to display records that match user input date

    hi all,
      i need to display records that match user input date (i.e., for example if the difference between user input date and record date is less than 5 years then display those records) , this is for hr bw. any exit is there to check for validation for records to be displayed based on some abap coding.
    vijay

    I just see getApplication method but "Retrieves a list of all the deployed applications."
    My scenario is: I get user, end i want to discorver how application this user i enable to see.

  • Include those records that have Null End Dates

    I have to pull a report that show those who are currently working so we are assuming those with no End Dates are still working. When I put '0' or '0/0/00' for the End Date I get an error stating I need to put in a date.
    How do I only include those records that have Null End Dates? Ultimately I need a count of those currently employed. So I'm assuming once my report only shows those records I can add a running total field.
    I have Crystal XI.
    Thanks

    Try entering some default value for null like enter a default date "1/1/1900" which means that the end date is null.
    Now in the record selection write the condition like this
    if {?EndDateParameter}=date(1900,1,1) then
    (isnull(datefield)=true or totext(datefield)="")
    else
    datefield={?EndDateParameter}
    Regards,
    Raghavendra

  • Capture and Save SQL Command that Ran in OLEDB Data Source

    Hi,
    My company is using SSIS to occasionally generate a file that is then being loaded into a transactional system.  At this point, things are not fully automated; the SQL query that is used for the data source is manually altered, SSIS is run, and the
    file is uploaded to the other system.  Every time the SSIS package runs, a log entry is created with summary information.
    I'm wondering: is it possible to capture the SQL command that runs in the data source, and save it with the log entry as part of the package run?  This would provide an accurate historical record of what filters were applied to the data that was loaded
    to the transactional system.
    Any thoughts/comments would be appreciated.

    Hello Smith,
    What I understood from your question that you want to know the query which is running in SSIS Data Source and same you want to insert into a table.
    Below query gives you what all queries are currently running on a specified DB:
    USE [SAMPLE_DB_NAME]
    SELECT  distinct getdate(), command, s.text, start_time, percent_complete, CAST(((DATEDIFF(s, start_time, GetDate())) / 3600) AS int) AS Long, CAST((DATEDIFF(s, start_time, GetDate()) % 3600) / 60 AS int) as LongMin, CAST(((DATEDIFF(s, 
                          start_time, GetDate())) / 3600) AS varchar) + ' hour(s), ' + CAST((DATEDIFF(s, start_time, GetDate()) % 3600) / 60 AS varchar) + 'min, ' + CAST((DATEDIFF(s,
                           start_time, GetDate()) % 60) AS varchar) + ' sec' AS running_time, CAST((estimated_completion_time / 3600000) AS varchar) 
                          + ' hour(s), ' + CAST((estimated_completion_time % 3600000) / 60000 AS varchar) + 'min, ' + CAST((estimated_completion_time % 60000) 
                          / 1000 AS varchar) + ' sec' AS est_time_to_go, dateadd(second, estimated_completion_time / 1000, getdate()) AS est_completion_time, blocking_session_id, r.status, last_wait_type,
    r.open_transaction_count, r.session_id, client_net_address, 
     CONVERT(VARCHAR(20), sp.host_name) as hostname, 
     CASE WHEN program_name = '.Net SqlClient Data Provider                      ' THEN 'Reporting Service'
     ELSE CONVERT(VARCHAR(50), program_name) 
     END as program_name,
     sp.login_name as name
    FROM         sys.dm_exec_requests r CROSS APPLY sys.dm_exec_sql_text(r.sql_handle) s INNER JOIN
                          sys.sysusers u ON r.user_id = u.uid
    INNER JOIN sys.dm_exec_connections dec ON dec.session_id = r.session_id INNER JOIN SYS.dm_exec_sessions sp on r.session_id = sp.session_id
    WHERE text not like 'SELECT     getdate(), command, s.text, start_time, percent_complete%'
    AND text not like '%sys.sp_trace_getdata%'
    AND text != 'sp_server_diagnostics'
    ORDER BY start_time
    You can schedule this query to run in 2-3 second and can capture the T-SQL and insert into a table.
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Why is my audio recording that has been burnt to CD-R not playing on other audio equipment - its says no file or cant play.

    Why is my audio recording that has been burnt to CD-R not playing on other audio equipment - its says no file or cant play.
    What is the correct steps for burning the CD. I followed the help guide and done excatly what is said.
    Can someone please help?
    Thnks.

    did you burn it as a CD for audio CD players....or as a data disk?  big difference.
    Also could be the media type (seen that issue endless times)....... try a diff. CD media.  There are countless burn layers and CD blank media, no player or burner on earth can read or write to them all.
    burn another blank CD to make sure it wasn't a bad CD,.......reject ratio on bad CD and DVD is about 5-15% depending on type.
    Ive burned enough reject DVD and CD to fill a house

  • Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers.

    Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers. Is there an efficient way to this?
    I'm thinking I can convert the files with Compressor and place them in a new folder with their original file names (not sure how to get compressor to do this yet) and then do a major "Reconnect Clip" afterwards.
    Not sure if there's a more efficient way to get all the clips in the timeline to compressor. I want the full files, not a sequence export. I can go through one clip and a time and add the master file. I'd rather not.
    The more automated processes the better.
    Thank you. I'm currently working so I don't have the time to scour the forums. Help or links to help would be greatly appreciated.
    B

    yeah Media reconnect can be an issue.
    Will Media Manager convert files? Another thing I was thinking was to Media Manage the sequence out, copying all the used files to a new folder, and then running that through compressor. But it still leads to a massive reconnect. Fine tuning all those edits would be less involved than re-editing the whole thing, I hope.

  • Updated iTunes to latest version can'tairplay music but not a rented movie, is there a fix for this?, updated iTunes to latest version can airplay music but not a rented movie, is there a fix for this?

    updated iTunes to latest version can'tairplay music but not a rented movie, is there a fix for this?, updated iTunes to latest version can airplay music but not a rented movie, is there a fix for this?

    Do you really mean the latest, as in 11.0.1?  That was supposed to include a fix for Airplay.

  • [svn:fx-4.x] 15099: Setting truncateToFit to false so that chart labels would get scaled but not truncated if space is not enough

    Revision: 15099
    Revision: 15099
    Author:   [email protected]
    Date:     2010-03-29 07:00:06 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Setting truncateToFit to false so that chart labels would get scaled but not truncated if space is not enough
    QE notes:
    Doc notes:
    Bugs: FLEXDMV-2359 (Axis labels are clipped in sdk 4.1, since label is used instead of UITextField)
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDMV-2359
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer.as

    Welcome to the forum Oreckel!
    The best way to work with FCP's media files is to not overthink it. It's all done from the "Scratch Disk" settings. Just select a DRIVE for media captures and renders to go to. FCP handles the rest. It creates a folder called "Capture Scratch", another called "Renders" and a third called "Audio Renders". In each of these folders it creates a folder for each project file containing the media that is associated with that particular project, and it names these folders the same as your project files' names. Couldn't be easier.
    Autosave Vaults, Waveforms, and Thumbnails should be kept on your startup disk in your documents folder. You probably already have one there named "Final Cut Pro Documents" If it's there just select the Documents folder and FCP will put these three folders in the one named "Final Cut Pro Documents".
    Jerry

  • HT204053 when I attempt to log in to my i Cloud account I get a message that my Apple ID is valid but not an iCloud account.How do I log in?

    When I try to log in to iCloud I get a message that my Apple ID is valid but not an iCloud account.How do I log in?

    Hi reswaikiki,
    Usually if it says your Apple ID is not an iCloud account, that means you have not yet enabled your Apple ID as an iCloud account.  So you did set it up correctly on your iPod touch?
    If not yet, please see Set up iCloud on all your devices.
    ivan

  • HT204053 iclou wont let me login with my apple id. it says that my apple id is valid but not an icloud account

    icloud wont let me login with my apple id. it says that my apple id is valid but not an icloud account

    To use iCloud, you must first set it up with your Apple ID on a device with iOS 5 or a Mac with OS X Lion.
    On an iOS 5 device go to Settings>iCloud and sign in using your Apple ID.

  • HT204053 I have tried to load iCloud onto my Vista opperated pc but do not get a control panel with which to set it up. Each time I use my iTunes id to log into the iCloudI am told that it is an apple id but not set up for the Cloud. How do I get the cont

    I have tried to install iCloud on to my Windows Vista pc. No control panel is present and when I try to login to iCloud using my iTunes id, I am told that it is an Apple id but not set up for the cloud. without the control panel where do I set up my iCloud id?

    You can not setup a new iCloud account using a PC. You must use an Apple device (Mac or iPhone/iPad) to create the account, then sign into it using your PC.

  • HT4914 Can I use music that is on my iPhone 4 but not on iTunes down load to imatch

    Can I use music that is on my iPhone 4 but not on iTunes? and down load to I match,  then to all my apple devices?

    Welcome to the Apple Community.
    Yes, content purchased on your phone (or any device for that matter) will be added to iTunes Match and be made available on all other devices.

  • I have a bluetooth headset that only works in phone feature but not in itunes or apps on my iphone, please help

    I have a bluetooth headset that only works in phone feature but not in itunes or apps on my iphone, please help.
    It works fine through my macbook, can't find anything in settings on iphone to resolve problem

    The headset has to have A2DP capability, which most (I believe) do not.
    http://en.wikipedia.org/wiki/Bluetooth_profile

  • I have a macbook air and  and hdmi that i have used many times, but not all of a sudden the tv won't recognize the hdmi. The computer flashes when it is plugged into the hdmi but the tv says "no signal" and the airplay displays option says "no device"

    I have a macbook air and  and hdmi that i have used many times, but not all of a sudden the tv won't recognize the hdmi. The computer flashes when it is plugged into the hdmi but the tv says "no signal" and the airplay displays option says "no device detected" and the drop down bar is grey and locked.

    I have a macbook air and  and hdmi that i have used many times, but not all of a sudden the tv won't recognize the hdmi. The computer flashes when it is plugged into the hdmi but the tv says "no signal" and the airplay displays option says "no device detected" and the drop down bar is grey and locked.

  • Operating system os x 10.6.8 safari 5.1.10. am told on checking that 16.0.305 is installed but not listed in applications. have downloaded install app but cannot carry out the installation. am informed flash player is blocked.

    operating system os x 10.6.8 safari 5.1.10. am told on checking that 16.0.305 is installed but not in application. have downloaded install app but cannot carry out the installation. can anyone help? am unable to use any application requiring flash player.
    thank you!

    Hi Anne,
    Your version of Safari is still supported.  Please see Adobe Flash Player | Tech specs for supported OS and browsers.
    If the Flash Player plugin is in the Plug-ins (disabled) folder it's because it's an older version that Apple has disabled in Safari.  This has nothing to do with whether or not Flash Player supports the browser.
    I'm not sure what you mean by "when i click on flash player itself i am told there is no application to open it."  Flash Player.plugin only works in the browser to view Flash content in the browser.  The plugin does not open files outside of the browser.  If you have SWF files you'd like to view outside of the browser, then you'll need the Flash Player projector. However, based on your previous comments this doesn't appear to be what you are trying to do.
    Google Chrome does embed Flash Player in it, while Firefox does not.   Mozilla has also recently started blocking older versions of Flash Player in Firefox similar to what Apple is doing in Safari.
    Following the 'clean install' instructions should result in you having the latest version of Flash Player installed that will not be blocked by the browser.
    Maria

Maybe you are looking for