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

Standard Data type problem

praveen_hannu
Contributor
0 Likes
1,007

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

13 REPLIES 13
Read only

rainer_hbenthal
Active Contributor
0 Likes
979

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.

Read only

0 Likes
979

Hi

That data element is SAP Standard data element, its not custom one.

Regards

Praveen

Read only

0 Likes
979

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.

Read only

0 Likes
979

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

Read only

0 Likes
979

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

Read only

Former Member
0 Likes
979

Praveen,

i cannot see NUMC_07 in my SAP system.

Amit.

Read only

0 Likes
979

Hi Amit

Can you please tell me which version you are using

Read only

0 Likes
979

ECC 6.0.

Amit.

Read only

Former Member
0 Likes
979

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.

Read only

0 Likes
979

Hi Joy

When I do syntax check, it is ok in the developement system.

Regards

Praveen

Read only

0 Likes
979

From object directory entry can u pl. check the package and person responsible for this data element.

Regards,

Joy.

Read only

0 Likes
979

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.

Read only

0 Likes
979

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.