Application Development 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: 

Table Exits

Former Member
0 Kudos

Hi Guys,

Please read the following statements, they are related with Table Exits,

1. After an Append-Structure in a table we cannot append any more append-structure.

2. Same Append-Structure can be appended any many tables

Are these above statements TRUE or FLASE?

Thanks

Sid

11 REPLIES 11

Former Member
0 Kudos

Hello,

1 False

2 TRUE.

Reward Points.

Regards,

Vasanth

Message was edited by: Vasanth M

former_member181962
Active Contributor
0 Kudos

1) False

2) True

Former Member
0 Kudos

hi,

1. FALSE

2. FALSE

Thanks,

Krishna

Message was edited by: Krishnakumar

Former Member
0 Kudos

hi Siddart,

2nd statement is correct and first is false because append can be used as many times as possible ...

Message was edited by: Santosh Kumar P

0 Kudos

1)False

2)False.

Former Member
0 Kudos

Hi,

Here are the answers to your queries,

1. Yes, More than one append structure can be created,

2. No,Append structure is local to the table, if you want to use the structure in multiple tables then you will have to create a CI include,

Hope this answers your queries,

Rgds,

Former Member
0 Kudos

Explanations provided from SAP Help

1.) False

An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.

If you want to append the same fields to several tables or structures, you can store these fields in an include structure. In this case you must create an append structure for each of these tables or structures and include the include structure there.

2.) False

A Customizing include is a structure that satisfies a special naming convention. The name of a Customizing include begins with ‘CI_’ and the include is in the customer namespace.

A Customizing include can be contained in several tables or structures, so that they remain consistent when the include is modified.

-Kiran

0 Kudos

Hi,

I have experienced that after appending an structure the table gets locked and we can not add any more Appends.

Any hints??

Sid

0 Kudos

What do you mean by the table gets locked? Did you get any error message while adding more than 1 append?

-Kiran

0 Kudos

It just gets greyed out.

Ok..What I am doing is, i opened a sap repository table say MARD, and in the end of the table I am adding a structure with the APPEND button that we have on the top. After adding a structure when I tried to add another structure with APPEND button it does not work. I do not remember the message right now , but the table which was in the editable mode went to read only mode.

-Sid

0 Kudos

Add the APPEND structure as described in the link below

http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm

-Kiran

*Please reward useful answers