‎2010 May 24 1:09 PM
Hi all,
Here i want to Append Structure in table RFPOS so i done all procedure . in this i have four field like ZZKUNNR , ZZNAMED , ZZLIFNR, ZZNAMEK. But when i active this structure this time i get error like
"Field name INDEX is reserved (Do not use structure as include in DB table)"
and
"Field name ORDER is reserved (Do not use structure as include in DB table)"
BUT structure is activated . now i can see my change in fbl3n T-code so i get proper change in this.
But when i transport a request in Quality this time i am not getting same output which i get in Development .
And yes request is transported with warning (YELLOW SIGN). So is it possible for this warning i am not geeting my proper output in FBL3N.
Please kindly help me out
Thanks
Keyur
‎2010 May 24 4:22 PM
Hello,
Did you do anything else also that you might have missed to mention here?
For example, was your Append structure already present in the table RFPOS & you deleted some of the fields & inserted the new ones. In this case, you might have to activate the table from database utility (transaction SE14).
If this is an append structure & if it was pre-existing (not created by you), then this structure might already had been assigned to any other table. In such a case, system will not allow you to directly assign it to a different table. You may have to first assign it to an INCLUDE structure.
Also, as you described, it indicates that there might be some problem with the fields named INDEX & ORDER. Try checking for it.
May be you should check with your BASIS guy if the transport was successful & if not, the error description.
Also, try checking the quality system for your changes.
Hope that helps you in getting some direction.
Let me know if that work out for you or not.
Regards,
Saurabh
‎2010 May 24 4:22 PM
Hello,
Did you do anything else also that you might have missed to mention here?
For example, was your Append structure already present in the table RFPOS & you deleted some of the fields & inserted the new ones. In this case, you might have to activate the table from database utility (transaction SE14).
If this is an append structure & if it was pre-existing (not created by you), then this structure might already had been assigned to any other table. In such a case, system will not allow you to directly assign it to a different table. You may have to first assign it to an INCLUDE structure.
Also, as you described, it indicates that there might be some problem with the fields named INDEX & ORDER. Try checking for it.
May be you should check with your BASIS guy if the transport was successful & if not, the error description.
Also, try checking the quality system for your changes.
Hope that helps you in getting some direction.
Let me know if that work out for you or not.
Regards,
Saurabh
‎2010 Jun 07 7:03 PM
enter transaction SE14 and generate table...
also remember, an append structure is assigned to exactly one table
Edited by: Marcos Carrasco on Jun 7, 2010 1:38 PM