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

BDT implementation

Former Member
0 Likes
1,918

Hi,

Can anyone please explain me what is BDT, where is it used and how is it implemented?

5 REPLIES 5
Read only

Former Member
Read only

Former Member
0 Likes
856

Hi

Go through the link given below :

http://help.sap.com/saphelp_nw04/helpdata/en/eb/e8dbbde53d11d4b36c0050da429303/content.htm

With Regard

Nikunj Shah

Read only

Former Member
0 Likes
856
Read only

Former Member
0 Likes
856

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

Read only

Former Member
0 Likes
856

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.