‎2008 Jul 11 12:56 PM
Hi,
Can anyone please explain me what is BDT, where is it used and how is it implemented?
‎2008 Jul 11 1:05 PM
‎2008 Jul 11 2:09 PM
Hi
Go through the link given below :
http://help.sap.com/saphelp_nw04/helpdata/en/eb/e8dbbde53d11d4b36c0050da429303/content.htm
With Regard
Nikunj Shah
‎2008 Jul 11 2:15 PM
Hi Divya,
Refer to the link given below:
http://sapprogramming.blogspot.com/2006/11/bdt-development.html
FOR IMPLEMENTATION:
http://sapprogramming.blogspot.com/2006/12/bdt-development-ii.html
With luck,
pritam.
‎2008 Jul 14 5:19 AM
Hi Divya Bose,
What is BDT?
The Business data toolset (BDT) is a central control tool for maintaining SAP programs. It supports
maintenance via the use of dialog techniques, direct input and/or function modules.
The BDT is basically the tool SAP use when they want to add new fields, change field names, change/add
field groups etc for specific customers, but they are now starting to allow there customers access to these
maintenance transactions
Please go through this link.,
http://www.sapdev.co.uk/enhance/bdt/bdt_intro.htm
http://www.sapdev.co.uk/enhance/bdt/bdt_gmcustom.htm
It is provided with the detailed documentation along with the screen shots. Just go through this for your reference.
Just go through this, you will be finding the documentation regarding BDT.
Just go through this also. It provides all the detailed documentation for the Businee Data Toolkit.
http://help.sap.com/erp2005_ehp_03/helpdata/EN/35/696d360856e808e10000009b38f839/frameset.htm
Reward points if it helps you.
Cheers,
Swamy Kunche
‎2008 Jul 22 1:56 PM
Dear Divya,
To ket you know BDT is used to enhance screen related with master data (For example Grants, Business Partner and many more).
I am giving you an example to enhance BP( BusinessPartner) you need to go to BUPT transaction and you will find after investigation that entire BP screen is divided into fields,fieldgroup,views,section,screen and lastly screen sequence.
If you need to enhance this BP screen ( as per the requirement ) you need to create custom fields in the database level and then map these fields in fieldgroup of BP.
then create views map these fields to views.
one or more than one views consists a section
one or more than one section consist of screen.
BDT screen is equivalent to SAP dynpro(GUI TAB).
One point I must say you need two typesof TR for the developement of BDT enhancement.
1. Customization request
2. Workbench request.
There are so many things if you need some clarification I will try to explain you from my experience.
Please reward points if helpful.