2006 Jun 27 4:47 AM
i know, how to create table in bottom-up approach?
but i don't know, how to create table in top-down approach?
please guide me? i am new to abap
i know, how to create table in bottom-up approach?
but i don't know, how to create table in top-down approach?
please guide me? i am new to abap
2006 Jun 27 4:52 AM
Hi,
This is called as forward navigation.
You start first by creating the table.
You add a field to it.
You realise that the data element to the field is not there.
You write the data element name and double click on it.
It forward navigates to the Create data element screen.
You want to have a new domain.
You enter the domain name and double click on it.
It takes you to Create domain screen.
You now create domain.
Go back and assign it to data element.
Go Back. You now have a field with the required data element.
Hope that helps!
Regards,
Tanveer.
<b>Please mark helpful answers</b>
2006 Jun 27 5:15 AM
2006 Jun 27 5:22 AM
Hi,
In bottom up approach, you would
1. Define a domain.
2. Define Data element and assign it to a domain.
3. Create a table and assign the fields appropriate data element.
Regards,
Tanveer.
<b>Please mark helpful answers</b>
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |