Data in generic datasouce can't be transferred to BW

hi everyone,
I've created a generic master data datasource in R3 on  the base of a view.
I've also appended a field to the extract structure and fill the field wih data in EXIT_SAPLRSAP_002(INCLUDE ZXRSAU02).
While running RSA3, I can find that the appended field in I_T_DATA is filled. But after I excuted an infopackage in the BW side, the appended field was not filled with data while others were.
Codes in EXIT_SAPLRSAP_002 as following, can anyone find out the reason?
  WHEN 'Z1DS_PCSX' .
  DATA :  LS_Z1DS_PCSX TYPE ZOXR3D0153,
           L_ZZGG type STRING.
   LOOP AT I_T_DATA INTO LS_Z1DS_PCSX.
      l_tabix = sy-tabix.
     CALL FUNCTION 'Z_GET_BATCH_ATTRIBUTE'
       EXPORTING
        MATNR = LS_Z1DS_PCSX-MATNR
        WERKS = LS_Z1DS_PCSX-WERKS
        CHARGE = LS_Z1DS_PCSX-CHARG
       IMPORTING
        CHAR_OUT = L_ZZGG .
     LS_Z1DS_PCSX-ZZGG = L_ZZGG .
     MODIFY I_T_DATA FROM LS_Z1DS_PCSX INDEX l_tabix.
    ENDLOOP.

Please check sample code here
have enhanced the 0MAT_PLANT_ATTR datasource from MBEW and RESB tables. While i scheduling the master data for full load it is taking to every long time.
****************************START OF CODE***************
tables: MBEW, RESB, MARA.
data: l_s_ZEXTSTR_PLT like BIW_MARC_S.
data: l_t_ZEXTSTR_PLT like table of BIW_MARC_S.
data: l_t_mara like table of mara with header line.
data: l_t_mbew like table of mbew with header line.
data: l_t_resb like table of resb with header line.
l_t_ZEXTSTR_PLT[] = i_t_data[].
select matnr
werks
verpr
peinh
lbkum
salk3
from mbew
into corresponfing fields of table l_t_mbew
for all entries in l_t_ZEXTSTR_PLT
where matnr = l_t_ZEXTSTR_PLT-matnr
and bwkey = l_t_ZEXTSTR_PLT-werks.
sort l_t_mbew by matnr bwkey.
select matnr
meins
from mara
into corresponfing fields of table l_t_mara
for all entries in l_t_ZEXTSTR_PLT
where matnr = l_t_ZEXTSTR_PLT-matnr.
sort l_t_mara by matnr.
select werks
waers
from resb
into corresponfing fields of table l_t_resb
for all entries in l_t_ZEXTSTR_PLT
where werks = l_t_ZEXTSTR_PLT-werks.
sort l_t_resb by werks.
loop at l_t_ZEXTSTR_PLT into l_s_ZEXTSTR_PLT.
l_tabix = sy-tabix.
read table l_t_mbew with key
matnr = l_s_ZEXTSTR_PLT-matnr
bwkey = l_s_ZEXTSTR_PLT-werks
BINARY SEARCH.
if sy-subrc = 0.
l_s_ZEXTSTR_PLT-verpr = l_t_mbew-verpr.
l_s_ZEXTSTR_PLT-peinh = l_t_mbew-peinh.
l_s_ZEXTSTR_PLT-lbkum = l_t_mbew-lbkum.
l_s_ZEXTSTR_PLT-salk3 = l_t_mbew-salk3.
endif.
read table l_t_mara with key
matnr = l_s_ZEXTSTR_PLT-matnr
BINARY SEARCH.
if sy-subrc = 0.
l_s_ZEXTSTR_PLT-meins = l_t_mara-meins.
endif.
read table l_t_resb with key
werks = l_s_ZEXTSTR_PLT-werks
BINARY SEARCH.
if sy-subrc = 0.
l_s_ZEXTSTR_PLT-zzwaers = l_t_resb-zzwaers.
endif.
modify l_t_ZEXTSTR_PLT from l_s_ZEXTSTR_PLT index l_tabix.
endloop.
refresh i_t_data.
i_t_data[] = l_t_ZEXTSTR_PLT[].

Similar Messages

  • Data can not be transfered in "" Problem : WebService in Interactive FOrm

    Hi everyone,
    According to a tutorial I built a simple PDF Form with WebService as Data Connection (One textfield as input and one button to call the webservice). The WebService is tested in WSNavigator successfully.
    The button is defined as an execution button on server side and with operation from the WS.
    However as I clicked on the button in PDF, I got warning: Data can not be transfered in ""
    I'm not very sure what it means. From the XMLSource i didn't recongnize any error. So just want to ask, if someone has idea. Many thanks in advance.
    Br,
    Bill

    Thank you for your message. It has been forwarded to another of my mail-accounts. Therefore it might take some time to respond.
    To avoid any delays in future, please request in another mail to this address my new mail id. It is not given here as this automatic message will be sent to spam providers, too.
    Kind regards,
    Volker
    Vielen Dank für Ihre Nachricht. Diese wurde an eine weitere meiner E-Mail-Adressen weitergeleitet. Daher kann sich meine Antwort etwas verzögern.
    Um künftige Verzögerungen zu vermeinden, erfragen Sie bitte in einer separaten Nachricht an diese Adresse meine neue E-Mail-Adresse. Diese ist nicht an dieser Stelle erwähnt, da diese automatische Nachricht auch an Spammer gesandt wird.
    Viele Grüße,
    Volker Müller

  • While transferring several files to the G-Raid, the G-Raid device locks up with the following warnings:   "The Finder can't complete the operation because some data in (whatever file) can't be read or written (Error code - 36)."

    While transferring several files to the G-Raid, the G-Raid device locks up with the following warnings:   "The Finder can't complete the operation because some data in (whatever file) can't be read or written (Error code - 36).” NOt sure this is a G-Raid problem, can anyone help?

    This is likely a problem with the drive itself. This error indicates unspecified I/O errors with the drive, which can be from a hardware fault, or a formatting issue. If the drive has valuable data on it, then try connecting it to another PC to get the data off, and then try fully partitioning and formatting the drive with Disk Utility. If this corrects the error then you should be able to use the drive again as it was likely a formatting issue, but if the problem continues then it is likely a hardware fault and the best solution is to be safe and replace the drive.

  • Error Message: Data from Business Add-In ME_PROCESS_PO_CUST not transferred

    Hi All,
    I have done a BADI implementation for ME_PROCESS_PO_CUST and when I try to convert a PR to PO using ME59N in ECC u2013 AFS System I am getting below error message.
    Data from Business Add-In ME_PROCESS_PO_CUST not transferred.
    I am trying to populate certain PO fields ( ekko and ekpo ) from PR fields. But the above error occurs when I update the Ex Factory Date manual that is EKPO-J_3AEXFCM.
    I am updating this in the method PROCESS_ITEM and what I found while debugging is in the class CL_PO_HEADER_HANDLE_MM, in the implementation of IF_FLUSH_TRANSPORT_MM~START, the contents of field u2018my_iteration_countu2019 keeps increasing and becomes 10 and raises this error.
    I read few of the related questions raised by others in this forum and understood that this can happen if I try to change the field that is disabled ( greyed) in ME22N. But this field that I am talking about is enabled.
    I also tried to move my code of populating the field EKPO-J_3AEXFCM from the PROCESS_ITEM to the enhancement point just above the user exit EXIT_SAPMMO6E_018 but still it doesnu2019t resolve the error.
    (We donu2019t want to use User Exit and hence we are trying with BADIs or enhancement point.)
    Can anyone please help me with this. I also found an OSS note 1334046 but not sure if that can resolve my issue.
    Thanks in advance.
    Ameesha.

    Hi Ameesha,
    i think u need to implement the BADI ME_PROCESS_PO_CUST in SPRO settings.
    SPRO>Purchasing>Business Add-in Purchasing-->BAdI: Enhance Processing of Enjoy Purchase Order
    try this once.
    All check this link.
    [Error Message: Data from Business Add-In ME_PROCESS_PO_CUST not transferred;
    Hope it helps.
    Regards,
    Raj

  • How to extract data from generic view and function module

    hi experts,
    can anybody give me the steps to extract data from generic view and  functon modules.
    thanks and regards
    venkat

    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33
    https://websmp103.sap-ag.de/~sapidb/011000358700007535452002
    Hope it Helps
    Chetan
    @CP..

  • Can't open transferred photos in camera roll

    I transferred photos from my old 4s to 5s using backup/restore but although I can see the transferred photos as thumbnails in camera roll, I can't open them or do anything with them. The photo simply opens for a second then disappears. This only happens with transferred photos not those taken with the 5s. Any suggestions?

    I am having the same thing as well. I click the photos app, I try view the photos I have taken, it just closed out of the photos app and goes straight back to the home screen. There is another way to see the photos you have taken. You click on the camera, then you click on the photos on the bottom left corner, it works for me. I can see all the pictures I have taken.
    I've been having problems with my camera, whenever I take a picture (with/without flash) my photos turn out black, was wondering if anyone can help us out about this problem.

  • I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    If I understand you correctly, when you enter a date in the Adjust Date and Time window, the picture does not update with the date you enter.  If that is the case then something is wrong with iPhoto or your perhaps your library.
    How large a date change are you putting in?  iPhoto currently has an issue with date changes beyond about 60 years at a time.  If the difference between the current date on the image and the date you are entering is beyond that range that may explain why this is not working.
    If that is not the case:
    Remove the following to the trash and restart the computer and try again:
    Home > Library > Caches > com.apple.iphoto
    Home > Library > Preferences > com.apple.iPhoto (There may be more than one. Remove them all.)
    ---NOTE: to get to the "home > library" hold down option on the keyboard and click on "Go" > "Library" while in the Finder.
    Let me know the results.

  • TS3297 when I press the iTunes button on my ipod touch I get the message 'cannot connect to iTunes store' .  My wifi is working fine, I can connect to safari & you tube, no parental setting in place, and time and date are correct. Can anyone help please?

    When I press the iTunes button on my ipod touch I get the message 'cannot connect to iTunes store' .  My wifi is working fine, I can connect to safari & you tube, no parental setting in place, and time and date are correct. Can anyone help please? I have restored my ipod to factory settings and rest it.

    I also tried moving the date forward by a year and then moving it back to normal and it still doesn't work.  i can't find an automatic update of time zones on my itouch to turn this off.

  • Error while extracting data from Generic datasource

    Hello Gurus,
    I have encountered an error "Errors in source system" with status red while extracting data from generic datasource into DSO.
    I have done below things:-
    1. Checked the jobs in source system, the job is successfully completed
    2. The generic datasource is active and supporting delta with calender day  in source system.
    3. No TRfc error and no idocs stucked.
    4. No short dumps in source system.
    5. The delta queue(RSA7) is showing 0 with status as green.
    6. Replicated the datasource On BW side and also activated the transfer rules by RS_TRANSU_ACTIVATE_ALL
    The problem has not yet solved. Could you guys please suggest me what might be the reason for this error......
    Thanks,
    Sonu

    Hello,
    I have used the generic delta using calender day.
    Safety upper limit : - 1
    Safety lowerr limit : - 0
    I have made the entries in va01 transaction, but the delta queus is not getting updated which should show 1.
    Do Generic extraction require any job to transfer data from Database table to delta queue.
    We are not able to get the delta records on BW side. Please suggest.
    Please suggest.
    Thanks,
    Sonu

  • HT1719 When I try to drag a song to my shuffle it says "this song is in iCloud and can't be transferred. Why and what is iCloud I havsn't downloades any such thing. Help me get back to the old and simple way of transferring my songs!!!~

    When I try to drag a song to my shuffle it says " this song is in iCloud and can't be transfered. Why is it ? I never downloaded anything like iCloud. I just want to be able to move my music where and when I waNT TO. i HAVE BEEN UNTILL i DOWNLOADED NEWEST VERSION OF ItUNES. gET ME OUT OF THIS!!!

    thats tough man, yeah exchanging it is the best option. But why do people always leave a message saying" i'll probably just by an ipod" and it's usually followed by, "even though i don't like apple or ipod" . I mean fine, if u feel like giving up on the zen micro thats fine, i personally don't care if you're going to buy an ipod. for god sakes ipod isn't even the next alternati've mp3 players, theres plenty. Are u just trying to get the creative people saying "oh man we lost another one to ipod" cuz i'm sure they don't lose sleep over u wanting to buy an ipod instead of a zen. *done ranting*
    Message Edited by bleakreserve on 02-3-2005 06:34 AM

  • Hi guys, an empty folder is stuck in my trash & I get this message: "The Finder can't complete the operation because some data in the folder can't be read or written. (Error code -36). It won't shift no matter how I try to Secure Empty trash. Any ideas?

    Hi guys, an empty folder is stuck in my trash & I get this message: "The Finder can’t complete the operation because some data in the folder can’t be read or written. (Error code -36). It won't shift no matter how I try to Secure Empty trash. Any ideas?

    The Time Machines Backup is formated as Mac OS Extended (Case Sensitive, Journaled), my mac is formated as Mac OS Extended (Journaled).
    The names on the file are all Uppercase
    When I try to copy the Aperture file, it copies about 70% of the file (it's about 33GB in size), and halfway through I get this error.
    I'm able to copy 99.99% of all of the images if I open the Aperture Folder using the "show package contents" under the backups using finder (Time Machine Backups>Backups.backupdb>CQ Macbook Air>2012-04-30-070933>HD.....>Pictures>Aperture Library). The only file I can't copy is that picture, which I'm totally ok with deleting, but Finder won't delete it for me. If nothing else works, I could copy the individual masters and re-create the folders, however I'd hate to do this as I would have to go through 10,000+ pics

  • Help with "The Finder can't complete the operation because some data in "iPhoto Library" can't be read or written. (Error code -36)" Any ideas on how to fix this?

    While trying to copy my iPhoto Library (49.61 GB) to an external hard drive, I receive the error message "The Finder can’t complete the operation because some data in “iPhoto Library” can’t be read or written. (Error code -36)"
    I need to move my library because I have no more disk space.  This was going to be step 1 followed by backing up to another EHD.
    More details: iPhoto version 9.6 (910.29) OX X Yosemite Version 10.10.1 (Mid 2011 Mac Book Air).  EHD= WD Elements 1 TB (purchased at B&H Photo where the sales associate formatted it for a Mac).
    Any step by step ideas for help are appreciated!  I've read through a few threads but need more step by step directions.

    That error message is an I/O error which can mean a number of things, among them a bad file.  Here's a couple of fixes you can try:
    1 - use the free version of  iPhoto Library Manager  to rebuild the library with the rebuild being created on the  EHD as follows:
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.>Click on the Add Library button,
    2 -  select the library you want to add from those in the selection window.
    3 - make sure that in the rebuild window the checkbox  "Scavange orphaned photos" is checked.
    4 - now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option
    5 - in the next  window name the new library and select the location you want it to be placed. Click on the Create button.
    Note 1: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments. However, books, calendars, cards and slideshows will be lost.
    Note 2:  Your current library will be left untouched for further attempts at a fix if so desired.
    When iPLM finishes it will display a log file entry showing which files it was unable to use in the rebuild.  Open the old library with iPhoto, locate and delete the photos that iPLM listed in its log.  Then try dragging the library to the EHD again.
    If the above fails continue with:
    2 - create a new, empty library on the EHD.  Use the paid version of iPhoto Library Manage to copy the events (1-2 at a time) to the new library on the EHD.  At one point iPLM may run into the bad file and be unable to copy the event.  You can check iPLM's log to see what file it is.  Then open that library, delete the file and either try to copy the entire library by dragging and dropping or contine with the copying of events from the old library to the new library.

  • The finder can't complete the operation because some data on iPhoto Library can't be read or written. Error code -36

    Hi,
    Installed a new startup drive and cannot access my photos. While copying/pasting iPhoto library from old to new drive I get,
    The finder can't complete the operation because some data on iPhoto Library can't be read or written.
    Getting help from Apple senior advisor caused more problems, was unable to boot up for a while. Back up now but still can't transfer iPhoto Library.
    Anyone seen this before?
    Thank you

    Linc and Larry, could you please have a look at this thread? Sorry, it is in German:
              Re: Fehlermeldung beim Verschieben von iPhoto
    The OP is trying to copy the iPhoto library to an external drive and getting "The finder can't complete the operation because some data on iPhoto Library can't be read or written. Error code -36". This happens even when copying to the same drive.  The destination drive is correctly formatted.
    The Console is showing a message I don't understand:
    03.06.14 18:26:40,990 Finder[1154]: NSFileCoordinator: Sending of a providerCheckin message was interrupted. Details: Connection interrupted
    Any idea what this means?

  • The Finder can't complete the operation because some data in "Adobe Acrobat" can't be read or written. (Error code - 36)

    I recently did a clean install on a 2011 MacBook Pro with Mavericks. Went to install Adobe Acrobat 9 with the DVD media and about 3/4 of the way through the install, the install stopped and the following window appeared:  The Finder can't complete the operation because some data in "Adobe Acrobat" can't be read or written. (Error code - 36).  I've tried to install a few times and get the same message.  Is Adobe Acrobat 9 incompatible with Mavericks.  I've seen some posts on Apple Support Communities indicating that it is indeed compatible, but no explanation why the error pops up. 

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

  • The finder can't complete the operation because some data in "VIDEO_TS.BUP "can't be read or written (error code-36)

    the finder can't complete the operation because some data in "VIDEO_TS.BUP "can't be read or written (error code-36)

    I faced the same problem and i fixed it by going to applications - utility - disk utility and fixing the errors.

Maybe you are looking for