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: 

Is it safe to add a std. SAP field with same name to a Z structure?

former_member202077
Participant
0 Kudos
97

Hello Experts,

We have a standard_SAP_field_1 in standard_SAP_structure_1, but unfortunately its NOT there in KOMP structure!! Hence I would like to add this standard_SAP_field_1 with the same name as 'standard_SAP_field_1' (meaning am not adding it in a customer name space as 'ZZ/YY). Why am doing is to transfer the values as shown below, (pls. note am adding this field to ALREADY appended custom structure, which is appendd to KOMP)

Now, in one of the standard SAP include of VA42.....we have a statement as below,

MOVE-CORRESPONDING standard_SAP_structure_1 TO komp.

Pls. let me know is it okay/safe/recommended to add a field with out custome rname space to a custom structure, which structure is APPENDing to a KOMP? or any compliocations in UPGRADE process"s SPAU/SPDD?

Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos
60

Hi

Yes it is.

I don't see particular problem to do it (I didi it many times), if SAP decided to add that field in structure KOMP in a next release, you will have to adjust it by SPAU/SPDD only: you'll have to decide if it will be better to keep the old versione or the new one.

Max

2 REPLIES 2

Former Member
0 Kudos
60

You can do it safely.

But: if SAP decides to add that field to KOMP, you will have a problem.

Former Member
0 Kudos
61

Hi

Yes it is.

I don't see particular problem to do it (I didi it many times), if SAP decided to add that field in structure KOMP in a next release, you will have to adjust it by SPAU/SPDD only: you'll have to decide if it will be better to keep the old versione or the new one.

Max