2006 Apr 14 9:07 PM
Hi All,
Is there some way I can import data from a file into Z table without creating BDC for SM30 transaction. Is there some facility in SM30 itself which will allow me to do mass data imports?
Thanks for reading
Hi All,
Is there some way I can import data from a file into Z table without creating BDC for SM30 transaction. Is there some facility in SM30 itself which will allow me to do mass data imports?
Thanks for reading
2006 Apr 14 9:16 PM
2006 Apr 14 9:59 PM
If you have LSMW , You can upload data using LSMW. But if you dont have much validations i suggest upload via BDC only.
Hope this helps.
Thanks,
Vamshi
2006 Apr 14 10:35 PM
I wish there can be upload utility ..But BDC is only a good option OR you can write a program which reads your file INSERT in DB .
After that You can compare the view using tr.SCMP and adjust in other clients OR Transport the entries ..
Hope thisll give u some help!!
Dont forget to award the points !!
Thanks
2006 Apr 16 10:42 PM
Think you are much better off writing a simple program using Insert. If you are going to use program frequently then Insert DB statement is definately better in performance then BDC.
2006 Apr 17 12:27 AM
Hi Srikrishna,
Check the link below, its a utility tool available on SDN itself and you can use this tool to upload data to any z table.
Ofcourse the best way is to write a simple piece of code but at time we need to work smarter ;-).
<a href="/people/alvaro.tejadagalindo/blog/2006/03/16/taking-good-care-of-z-data & Download data from any Z table</a>
Hope this helps.
Cheers
VJ
2006 Apr 17 5:14 AM
Hi Srikrishna,
1. Does this Z Table have an associated
Program (MOdule Pool)
for data entry purpose ?
2. If yes, then its always better
to put data in Z Table via BDC.
<b>3. Other wise its not necessary at all !</b>
4. After uploading data in internal table,
Loop at ITAB.
MODIFY dbtab FROM itab.
Endloop.
regards,
amit m.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |