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

regarding structure creation

Former Member
0 Likes
493

hai to all,

I tried to create one structure for function module ZBAPISTAT

for this structure i tried to add one field like OBJNR DATAELEMENT J_OBJNR but its gave error like

Field name OBJNR does not agree with proposed name OBJECT_NO for BAPI table

Message no. DT250

Diagnosis

You chose a field name which does not agree with the name proposed for this field.

System Response

You are warned against using this field name. However, the table can also be activated with the field name which differs from the one proposed.

Procedure

If possible, change the field name to the proposed name.

The default field name should only be changed for exceptions and only by the relevant application.

any body now how to solve this problem give me reply

regards,

surya.

Make the name of the new field you want to add as OBJECT_NO instead of OBJNR.

Please mark points if the solution was useful.

Regards,

Manoj

2 REPLIES 2
Read only

Former Member
0 Likes
442

Make the name of the new field you want to add as OBJECT_NO instead of OBJNR.

Please mark points if the solution was useful.

Regards,

Manoj

Read only

0 Likes
442

Hai manoj,

thanks for ur reply

i tried like different types of field names ,field name ok but <b>problem with dataelement only</b>

thanks& regards,

surya.