‎2007 Aug 13 6:49 AM
hai to all,
I tried to create one structure for function module ZBAPISTAT
for this structure i tried to add one field like <b>OBJNR DATAELEMENT J_OBJNR</b> 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.
<b>any body now how to solve this problem give me reply</b>
regards,
surya.
‎2007 Aug 13 9:05 AM
Hi..
For every Data element there can be a Default Component Name assigned in DDIC.
Like if you open the Data element J_OBJNR
Select Further Characteristics Tab
Default Component Name = OBJECT_NO.
This means any BAPI structure using this Data element must use the Same name for the component in the Structure. Otherwise it throws a warning.
This is enforced for Standardization of Component names across BAPI structures.
But still you can give a different name.
<b>Reward if Helpful</b>
‎2007 Aug 13 9:03 AM
Hi,
OBJNR is a keyfield or existing fileld
OBJNR dataelement & domain is already availabale(check dataelement & Domain field give OBJNR)
you use ZOBJNR(you use any other name also) <b>dataelement OBJNR</b>.
Thanks & Regards,
vallamuthu.M
‎2007 Aug 13 9:05 AM
Hi..
For every Data element there can be a Default Component Name assigned in DDIC.
Like if you open the Data element J_OBJNR
Select Further Characteristics Tab
Default Component Name = OBJECT_NO.
This means any BAPI structure using this Data element must use the Same name for the component in the Structure. Otherwise it throws a warning.
This is enforced for Standardization of Component names across BAPI structures.
But still you can give a different name.
<b>Reward if Helpful</b>