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

Urgent Please

Former Member
0 Likes
608

Hi experts!

I have some doubts if you can clear those:

1. What is the relationship between domain, data element and fileds. for exaple 1 to 1 or 1 to many or many to 1 or many to many.

2. How we can find that particular Bapi or FM is good for us.

Thanks in advance

jawad

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hi jawad,

Domain - data element - fields

1- many -many

Regarding finding the BAPI or FM, you will learn it over the experiance. As you code you will understand how to find fields, where used list and lots of other stuff.

Revert back if further query.

Reward points if useful.

Regards,

Atish

Hi jawad,

Domain - data element - fields

1- many -many

Regarding finding the BAPI or FM, you will learn it over the experiance. As you code you will understand how to find fields, where used list and lots of other stuff.

Revert back if further query.

Reward points if useful.

Regards,

Atish

5 REPLIES 5
Read only

Former Member
0 Likes
587

Hi jawad,

Domain - data element - fields

1- many -many

Regarding finding the BAPI or FM, you will learn it over the experiance. As you code you will understand how to find fields, where used list and lots of other stuff.

Revert back if further query.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
586

Hi,

1. 1 data element can have only domain.

1 domain can be in multiple data elements

2. For BAPI you can use the transaction BAPI

For function module..You can go to SE37...And search the function modules..by using wild card search..

Let's say If you want to get a function module for material..

go to SE37...give material and press F4

THanks,

Naren

Read only

Former Member
0 Likes
586

1. What is the relationship between domain, data element and fileds. for exaple 1 to 1 or 1 to many or many to 1 or many to many

it is many-many

2. How we can find that particular Bapi or FM is good for us.

See the BAPI Transaction -> here application wise -> look at one module -> see the documentation.

Read only

Former Member
0 Likes
586

Hi,

Domain can have many Data Elements but a Data Element can have only one domain.

Data Element consists of a Domain.Data Element is used to give the description about a field and Domain is used to give the Technical characteristics about a field whether it is numc, char, int etc.....

And coming to FM u will get to know as u work on it....in FM the code is already present so no need to write the code again for it....

if useful reward with points,

with regards,

Madhuri.

Read only

Former Member
0 Likes
586

thanks