2008 Mar 04 8:24 AM
Hi,
I want to add custom fields in SAP standard table and the fill those fields using ABAP program(i.e SQL query required).It is possible to add extra field in standard table,if yes than how?
Hi,
I want to add custom fields in SAP standard table and the fill those fields using ABAP program(i.e SQL query required).It is possible to add extra field in standard table,if yes than how?
2008 Mar 04 8:27 AM
Hi,
You can add extra fields to the standard table through APPEND structure or INCLUCE structure.
Cheers,
Bujji
2008 Mar 04 8:27 AM
Hi,
You cannot make any changes to the SAP Standard table.
If you want to add extra fields then copy the SAP Standard table and then make any changes.
Regards,
Chandru
2008 Mar 04 8:28 AM
open the table in se11 and press append structure in application tool bar
press create button on pop up window.
give the append name and include the fields u required.
regards.
santhosh reddy
reward if useful
2008 Mar 04 8:52 AM
Hi
Yes, you can add the extra fields to the standard table.
Create Z-Structure with the fields needed and append the structure to the standard table by using the option append structure within table display
we can enhance the standard tables by using Append structures and customizing includes.
Append structures allow you to attach fields to a table without actually having to modify the table itself. Table enhancements using append structures therefore do not have to be planned by SAP developers. An append structure can only belong to exactly one table.
In contrast, CI_includes allow you to use the same structure in multiple tables. The include statement must already exist in the SAP table or structure. Table enhancements using CI_includes do, however, have to be planned by SAP developers
2008 Mar 04 8:58 AM
Hi,
You cannot make any changes to sap standard tables.
if your requirement is to add external fields to standard table then first you copy that standard table into customizing table and then you can add fields to that table.
for this go to se11 give table name
select copy under dictionary object menu.
give one customizing name starting with z or y.
save and activate.
now you can add fields directly or with structure.
regards,
swami.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |