‎2007 Apr 05 1:51 PM
Hello friends,
I am creating a table like /companyname/table name.
for example
/ABC/BC_MATERIALS.
Before creating this table I have created a package like /ABC/BC_PACKAGE.
After creating the table /ABC/BC_MATERIALS I have assigned to package /ABC/BC_PACKAGE
In my table I am trying to add the following fields
Field name Data Element
MANDT MANDT
RMPS_DOCUMENT_ID RMPS_DOCUMENT_ID
After adding the above two fields I checked for consistancy. I got a message no inconsistancy.
After that I am trying to activate the table /ABC/BC_MATERIALS but I got the error message like " Data element RMPS_DOCUMENT_ID is not visible to package /ABC/BC_PACKAGE".
Kindly help me how add the elements in this table.
Thanks and Regards,
Surya.
‎2007 Apr 05 2:00 PM
Hi,
Data element RMPS_DOCUMENT_ID is not from /abc/.....
You change package for that to /abc/bc_materials.. activate it ... Table will be activated.
Hope this will help or guide you for proper solution.
Jogdand M B
‎2007 Apr 05 2:01 PM
Hi
<b>Please ensure that the table is assigned to the correct package. Each package has a seperate entity. Objects visible in one package are not accessible outside any other package. In this case, same problem is happening.</b>
<u>In SE11 Transaction Table definition - Instead of using RMPS_DOCUMENT_ID (Data Element for the table)
directly use SDOK_PROPV (Domain) and then try out again. Incase it does not helps, then try CHAR64 (as the domain - instead of the data element - RMPS_DOCUMENT_ID ).</u>
Hope this will help.
Regards
- Atul
‎2007 Apr 05 2:05 PM
hi Surya,
the problem is that the dataelement is not in the package /ABC/BC_PACKAGE
Goto SE11
select the radiobutton Datatype ,
Give the dataelement as RMPS_DOCUMENT_ID
Then display button
In menu Goto-->Object directory entry --> change the package name
Now try
‎2007 Apr 06 6:43 AM
Hi ChandraSekhar,
I have a doubt... Can't we assign data element from different package to a field while creating a table? Does it really causes problem while creating a table?
Regards,
Phani
‎2007 Apr 06 7:16 AM
No,
this doesn't create a problem.
The answers above are incorrect.
You can access objects from other packages.
rgds
Nishant
Check your package definition.
Message was edited by:
Nishant Rustagi
‎2007 Apr 06 6:08 AM
Hi,
When u want create a table first we should know the data element and domain.
go se11-> select radiobutton dataelement and go for create there provide domain and dobble click on that it will create a domain click yes. there provide datatype and length.
and go for technical stttings provide delivery class and table maintenceallowed.
after that provide the bufferring.
if u want create any package go for se80.
i think in ur case data element is the wrong step.
check and correct that one.
Rgds,
P.Naganjana Reddy
‎2007 Apr 06 7:21 AM
Hi Surya,
Can you provide the error occurred while activating the table?
Regards,
Phani.
‎2007 Apr 09 8:00 AM
Hi Shiva,
The error what I got while activating my table is
" Data element RMPS_DOCUMENT_ID is not visible to package /ABC/BC_PACKAGE".
Kindly help.
Thanks and Regards,
Surya.