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

regrading change pointer IDOC

Former Member
0 Likes
734

Hi experts:

I want to add a change pointer for a field, however a message says that "choose Choose the key from the allowed namespace", how can I identify which field is in namespace. please do me a favor.

thank you very much.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

can you tell me clearly wht's your requirment .

Regards,

Prasad.

5 REPLIES 5
Read only

Former Member
0 Likes
681

can you tell me clearly wht's your requirment .

Regards,

Prasad.

Read only

0 Likes
680

Sorry, I tried to use T-code BD52 to add one field to message type MATMAS, but there are different objects to choose, for example, I chose Material and one field of mara to MATMAS, when press enter key, a message popped up saying they are not in the same namespace. would you please tell me which field of which table can be added into which object ?

Read only

0 Likes
680

Hi Frank,

Sorry, I tried to use T-code BD52 to add one field to message type MATMAS, but there are different objects to choose, for example, 
I chose Material and one field of mara to MATMAS, when press enter key, a message popped up saying they are not in the same namespace. 
would you please tell me which field of which table can be added into which object ?

While adding any fields to the message type MATMAS we need to give the Object, Table name and Field name.

If we want to add any fields to the message type MATMAS we need check wheather the field is present in the table which we are specifing or not . if we give the field which is already present in the table then it gives the warning message 'Choose the Key from the allowed namesapce'. If we again press enter then it gives the error message 'An entry already with the same key'.

So, we need to check for the fields which are present in the table ( Table Name) and which are not given before.

Best regards,

raam

Read only

Former Member
0 Likes
680

up.

Read only

Former Member
0 Likes
680

Hi dongdong,

Raam is very much correct. While in BD52, if you try adding a field based on whose changes your Idoc would trigger, you would have to give the Object, Table Name and Field Name.

But if the field entry you want to add already exists, it gives you an error 'An entry already with the same key'.

However, if the field entry does not exist, and it still shows you the warning message 'Choose the Key from the allowed namesapce', then just press ENTER and it will allow you to further save your changes.

Hope this helps.