2024 Oct 04 4:12 PM - edited 2024 Oct 04 4:16 PM
Hi,
I created a custom structure and I need to add it in append inside a standard table.
but if I click the "Append structure" button it tells me that the structure already exists:
I don't want to create the structure, because it already exists, but I just need to add it to the standard table. How can I do that?
thank you
Request clarification before answering.
Menu Edit > Include > Insert, or just type .INCLUDE followed by the name of the structure.
SAP Library > ABAP > ABAP Dictionary > Database Tables > Making Changes to Tables > Inserting an Include: https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_752/ec1c9c8191b74de98feb94001a95dd76/cf21ebd6446011d...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to create an append structure, it must not exist. If you have created it, delete it, and recreate via the menu to create an append structure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need to insert a custom structure in multiple standard sap tables.
The custom structure is already created, but now I need to add it in multiple standard tables
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To add your existing custom structure to the standard table, go to--> the standard table definition and use the "Include" or "Append" option, selecting your custom structure from the list. If it shows as existing, ensure you’re referencing the correct structure name in the table’s definition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.