2008 Aug 05 4:34 AM
hai
i have ztable that contains 8 fields .. i want to update this table through bdc recording (shdb) ,,, how will i do it...
2008 Aug 05 4:44 AM
Hi,
are you developed any screen program to update the ZTable? if yes you can record the screen and upload the data. otherwise there is no option to upload the data using SHDB.
if it is ztable, best way to update data are insert, update and modify statements.
Regards,
Boobalan S
2008 Aug 05 5:52 AM
Hi,
First goo for Tabel Maintanance Generator.... it will creat an screen for Ztables.. 1s u create the screenn then U can record it and upload the data into Ztable....
this will Help u out
Raghunath.S
2008 Aug 05 8:03 AM
Hi,
BDC Recording is done by using the transaction SHDB. Select New Recording and give the transaction Code to which the recording to be done.
In our case, If we have the transaction code for the ztable , use that one, ortherwise go to se11 and start recording. Utilities->Create table entries and give the necessary field values. After doing the recording save it and click back button until it reaches the shdb transaction. This has the whole recording done in se11. Save the recording , using this recording , we need to create a program. Choose create program and select the option transfer from recording. Then the new program will open in se38 then we can write the logic we need to fill the values of the field for the table.
After populating the internal table, use it in the exact place where we have given values for the field while recording.
This program can either be executed by call transaction or session method. Give the mode A to display all the screen through which it pass.
Regards,
Rosy.
2008 Aug 05 12:23 PM
Hi
First do could you please clarify whether you are upload to an Ztable or an update .If earlier is the case than in tcode shdb .you get the recording you have carried down to upload.You need to Go from shdb to program and write an bdc program.You need an Internal Table where you can download your records using bdc program.There are lot many sites where you could find sample bdc programs .
Rgds
Somnath
2008 Aug 05 12:39 PM
Hi,
If you want ot update data through Screen , you should develop the screen according to our requirment , after that you will use transaction SHDB , Click New Recording button , enter the transaction for custom screen.
Thanks ,
Satya.
2008 Aug 05 12:58 PM
Hi,
First go for Tabel Maintanance Generator.... it will creat an screen for Ztables.. 1s u create the screenn then U can record it and upload the data into Ztable.
Thanks & Regards,
Mani
2008 Sep 05 11:53 AM
Hi,
Can a recording done for bdc methods in a client be visible in another client?