‎2008 Aug 11 12:08 PM
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.
‎2008 Aug 11 2:47 PM
can you tell me clearly wht's your requirment .
Regards,
Prasad.
‎2008 Aug 11 2:47 PM
can you tell me clearly wht's your requirment .
Regards,
Prasad.
‎2008 Aug 12 2:53 AM
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 ?
‎2008 Aug 13 4:43 AM
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
‎2008 Aug 12 4:10 AM
‎2008 Aug 13 7:13 AM
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.