2008 Jun 25 7:32 AM
Hi Friends
I am working on SAP 4.7 version, in my landscape in development system I have used a data element
NUMC_07 in a program and its working fine in the development, I have transported the program in to Quality system, the transport request also processed with out errors, but while I am executing the program
its throwing an error, the data element is not exists.
I went to T-Code SE11 and surprised, when I tried to see it, system is showing the data element is not existing, but both Development and Quality system are SAP 4.7 only.
Why this error is coming, I am totally blank, I asked to my basis person, he also surprised and said that no idea about it.
Can you please help me in this regards.
Thanks and Regards
Praveen Kumar
Hi Friends
I am working on SAP 4.7 version, in my landscape in development system I have used a data element
NUMC_07 in a program and its working fine in the development, I have transported the program in to Quality system, the transport request also processed with out errors, but while I am executing the program
its throwing an error, the data element is not exists.
I went to T-Code SE11 and surprised, when I tried to see it, system is showing the data element is not existing, but both Development and Quality system are SAP 4.7 only.
Why this error is coming, I am totally blank, I asked to my basis person, he also surprised and said that no idea about it.
Can you please help me in this regards.
Thanks and Regards
Praveen Kumar
2008 Jun 25 7:50 AM
Did you used more then one transport for tha? Goto Se10, choose the transport organizer tools and check in which transport your data element is.
2008 Jun 25 7:51 AM
Hi
That data element is SAP Standard data element, its not custom one.
Regards
Praveen
2008 Jun 25 7:57 AM
hi,
transport the data element to quality.
goto se11 in devlopment in menu goto object directory entry change something it will ask for request,transport it to quality.
2008 Jun 25 8:04 AM
Hi Gaurav
If I want to change that and generate a TR, we need access key for that right.
If I raise a request for access key, it will take one month atleast to get that.
Is there any other way.
Regards
Praveen
2008 Jun 25 8:09 AM
hi,
create a transport request (Workbench type) and add the following line:
R3TR DTEL name_of_the_data_element
Than save, release and import. This will transport the data element and take care about everything.
Other option is to change your program: NUMC_07 is a very simple data element, type n, length 7. Now you have definition like:
DATA : number TYPE numc_07.
replace with:
DATA : number(7) TYPE n.
hope this helps
ec
2008 Jun 25 8:07 AM
2008 Jun 25 8:10 AM
2008 Jun 25 8:14 AM
2008 Jun 25 8:18 AM
Hi,
Can u pl. check in ur development sys whether ur prog. is syntactically correct or not. Becasue I think that data element name should be NUMC07 not NUMC_07.
Regards,
Joy.
2008 Jun 25 8:20 AM
Hi Joy
When I do syntax check, it is ok in the developement system.
Regards
Praveen
2008 Jun 25 8:25 AM
From object directory entry can u pl. check the package and person responsible for this data element.
Regards,
Joy.
2008 Jun 25 8:28 AM
hi,
u dont need access key to change .
just goto se11 in menu goto object directory entries click change button and u can edit person responsible change that field ,it will ask for request, create request release and transport to quality.
2008 Jun 25 8:53 AM
There is no numc_07 in the standard dictionary. there is a
numc7
numc07
and
numc_7
so someone created a dataelement numc_07 in the sap namespace. Check with se10 in which transport it is or with se80 if it is in a temporary package without transportation.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |