‎2008 Aug 27 5:13 AM
hi all
I want all BDC Tcodes and Program names in SAP , is there any easy method to see all BDC Tcodes ?
psrao
‎2008 Aug 27 5:14 AM
‎2008 Aug 27 5:15 AM
hi
You can goto se37 and used where used list for BDC_OPEN_GROUP function module with Z and Y name space.
you will find all programs and than goto se11 put all the programm name in to TSCT table you will find t-codes.
Hope this will help.
Regards,
‎2008 Aug 27 5:17 AM
Hi
Well,let me clear you we do BDC recording for every transaction and and the t-code for BDC recording is SHDB .
Regards
Pavan
‎2008 Aug 27 5:23 AM
Hi Sreehari,
You can have BDC for every TCode. The Tcode for BDC is SHDB, where you can perform the recording.But recording for Njoy(eg: ME21N, VL03N...) transactiions is not possible.
Regards,
Chandra Sekhar
‎2008 Aug 27 5:35 AM
there is no such tcode named for BDC,
BDC is nothing but batch data conversion
it means from the client side they will be having set of data to be uploaded it may be master data or it may be a transactional data
and previously they might be using some other ERP softwares
for uploading datas into SAP
these are the methods followed Direct input method,LSMW,BDC's
BDC has its data table known as BDCDATA it is used for validating the data in the file which we are going to upload into database through a transaction
i.e.., say for example if they are going to upload vendor master data, these datas will be first passed into bdcdata structure and later on after validating it will passed to screen fields of XK01 transaction and after committing it, it will be uploaded into the data base
‎2008 Aug 27 5:45 AM
thanks for your answar . It is very usefull to me. I am using TSTC insted of TSCT table. thank once again
Regards
PS RAO