Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc recording

Former Member
0 Likes
999

hai

i have ztable that contains 8 fields .. i want to update this table through bdc recording (shdb) ,,, how will i do it...

hai

i have ztable that contains 8 fields .. i want to update this table through bdc recording (shdb) ,,, how will i do it...

7 REPLIES 7
Read only

Former Member
0 Likes
972

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

Read only

Former Member
0 Likes
972

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

Read only

Former Member
0 Likes
972

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.

Read only

Former Member
0 Likes
972

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

Read only

Former Member
0 Likes
972

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.

Read only

Former Member
0 Likes
972

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

Read only

Former Member
0 Likes
972

Hi,

Can a recording done for bdc methods in a client be visible in another client?