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

Error while creating Parameter Id

rahulnavandar
Explorer
0 Likes
894

hi,

I am getting below error when i try to create parameter id.

Can you please help me in this.

Error:-

Parameter ID ZCA0_CPLAN is not contained in table TPARA

Data element ZCA0_CPLAN is inconsistent

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
740

Hi,

Check the syntax of parameter (what you write in program) and data field.

Check the following link:

http://www.sapbrain.com

Regards,

Bhaskar

5 REPLIES 5
Read only

former_member632991
Active Contributor
0 Likes
740

Hi,

Check the data element ZCA0_CPLAN that u have created, there are errors in this data element.

and while u create the data element, specify the parameter id there and activate the data element properly.

Regards,

Sonika

Read only

Former Member
0 Likes
741

Hi,

Check the syntax of parameter (what you write in program) and data field.

Check the following link:

http://www.sapbrain.com

Regards,

Bhaskar

Read only

Former Member
0 Likes
740

Hi..,

U cannot create Parameter ids from SE11.

U can use the Parameter IDs that are there in the table TPARA only...

U cannot use or GET or SET on the parameter ids as u wish.. these should exist in TPARA table..

Use a Parameter Id that is suitable for ur data element.

regards,

sai ramesh

Read only

Former Member
0 Likes
740

Hi,

GO to SM30..Give the table name TPARA.

Then press maintain button to create entries in the table TPARA.

Thanks,

Naren

Read only

rahulnavandar
Explorer
0 Likes
740

Thanks for all your help!