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

Cancel Release for Basic Type

Former Member
0 Likes
945

Hello Experts,

I need to edit existing fields in an IDOC Segment. If I need to do this, I need to cancel release for the Basic Type to which the IDOC is associated with. When I try to cancel release for the Basic Type, I get the message 'The release of the basis types cannot be reset'. The reason for this message is that The basic type was released in basis release 640 but the current basis release is 702. I have tried Add Version with which I can only add new fields but I'm unable to edit existing fields. Can anyone let me know an alternate way of editing the fields of the existing segment?

Regards,

Felix

1 REPLY 1
Read only

Former Member
0 Likes
499

Hi Felix,

two proposals to change...

1. If there a reference data element for the idoc field, try to change this if in Z namespace and not used anywhere else. Than see how is the impact to the idoc segment.

2. Check FM SEGMENTDEFINITION_UNCLOSE. This FM perform the unlock. Its easy to understand where are the information who aviod the change. Than you can reconsider what is needed to do.

KR

Robert