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

Tcode MC18 - MC19

Former Member
0 Likes
1,250

Hello folks,

I have a problem with creating field catalog by using tcode MC18. When I want to add the characteristics, there are some already defined characteristics in the system. HOW can I use a Z structure and add the characteristics from the same Z structure? Please advise.

Thanks in advance,

Ol.

1 ACCEPTED SOLUTION
Read only

90070279
Participant
0 Likes
928

I believe you would first need to append the Move-corresponding structure such as MCVBAP, MCVBAK, MCVBRP, etc.. So for MCVBAP, append structure: ZAMCVBAPUSR and then add your ZZ* fields.

Note: If you appended VBAP, those fields should be available to you so no need to append MCVBAP..

Next create your Z* field catalog. Then you should be able to select your MCVBAP, etc structure and select your ZZ* field.

Is this what you are looking for?

3 REPLIES 3
Read only

90070279
Participant
0 Likes
929

I believe you would first need to append the Move-corresponding structure such as MCVBAP, MCVBAK, MCVBRP, etc.. So for MCVBAP, append structure: ZAMCVBAPUSR and then add your ZZ* fields.

Note: If you appended VBAP, those fields should be available to you so no need to append MCVBAP..

Next create your Z* field catalog. Then you should be able to select your MCVBAP, etc structure and select your ZZ* field.

Is this what you are looking for?

Read only

Former Member
0 Likes
928

Hi Tim, thanks for the reply.

ok. This is the issue: i have created a structure ZSTRUCT which I want to use the respective fields from this structure and create a field catalog.

How do you do this move corresponding for this Zstruct?

Please advise and thanks in advance!

Ol.

Read only

Former Member
0 Likes
928

I finally got the answer after several attempts. I added any field and then replaced it to the ones from my ZSTRUCTURE... so the description will also change.