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

Are these Standard or customized elements?

Former Member
0 Likes
589

Hello friends,

I am trying to duplicate the work of a consultant who is not working for us any more.

I have copy and pasted the ZBAPIS and other data elements, structures etc.,

When I try to activate I am getting some messages like some of the structures and elements etc. are not found. But they don't start with 'Z' and so I think they are standard. When I try to look for it on our server I am not able to find them at all.

The error messages that I am seeing while activating these ZBAPI's.

1. FORM "FILL_OUTPUT_RETURN" Doesn't Exist

2. The field 'KOTD504' is unknown.

3. The Dictionary structure or table "A642" is either not active or does not exist.

Any response or feedback will be greatly appreciated.

Thanks

Ram

Edited by: Ram Prasad on Jan 5, 2008 6:17 PM

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
561

Hi Ram,

> 1. FORM "FILL_OUTPUT_RETURN" Doesn't Exist

Possibly you did not include a copied(?) include. Compare frame program of function group.

> 2. The field 'KOTD504' is unknown.

Where is this field used? If the error is reported in a form subroutine it may be a function parameter: In the function interface, you can globalize the parameters.

> 3. The Dictionary structure or table "A642" is either not active or does not exist.

A642 probably is a condition table which is generated as a result of customizing.

Regards,

Clemens

Hello friends,

I am trying to duplicate the work of a consultant who is not working for us any more.

I have copy and pasted the ZBAPIS and other data elements, structures etc.,

When I try to activate I am getting some messages like some of the structures and elements etc. are not found. But they don't start with 'Z' and so I think they are standard. When I try to look for it on our server I am not able to find them at all.

The error messages that I am seeing while activating these ZBAPI's.

1. FORM "FILL_OUTPUT_RETURN" Doesn't Exist

2. The field 'KOTD504' is unknown.

3. The Dictionary structure or table "A642" is either not active or does not exist.

Any response or feedback will be greatly appreciated.

Thanks

Ram

Edited by: Ram Prasad on Jan 5, 2008 6:17 PM

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
562

Hi Ram,

> 1. FORM "FILL_OUTPUT_RETURN" Doesn't Exist

Possibly you did not include a copied(?) include. Compare frame program of function group.

> 2. The field 'KOTD504' is unknown.

Where is this field used? If the error is reported in a form subroutine it may be a function parameter: In the function interface, you can globalize the parameters.

> 3. The Dictionary structure or table "A642" is either not active or does not exist.

A642 probably is a condition table which is generated as a result of customizing.

Regards,

Clemens

Read only

Former Member
0 Likes
561

Not answered completely. But still closing to make room for new questions