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

Problem with BAPI

animesh_kumar2
Active Participant
0 Likes
601

Hi all,

We are using CRM 4. we have two CRM server (say test and dev). I have created a RFC in which i am calling BAPI "BAPI_LEAD_CREATEMULTI". Now The RFC is working fine in Test environment, but it gives warning messages in dev environment and does not populate the Lead Creation date.

The warning message says that a particular field is not available in a structure.

So, is it possible that in two different systems (both are CRM 4) a standard bapi acts differently? And if yes what could be the cause?

Thanks & Regards,

Animesh

5 REPLIES 5
Read only

Former Member
0 Likes
569
The warning message says that a particular field is not available in a structure.

-


>yeah it may happens due to Support Packages or Notes.

<b>So compare there two Structures in SE11-->provide structure name --->display

Menu-.utilities>Version management->Remore

Comparison.</b>

Second thing what we can do is ? version comparison of this BAPI, and find out from which perform stmt u are getting the error.

i dont have CRM so i cannt cross check i@ my side.

Regards

Prabhu

Read only

0 Likes
569

Hi Prabhu,

I tried it but it says that no version history is maintained.I checked the structures manually in both the systems they are same. The missing field name is not available in both the systems.

Then why it works on one system i am not getting it.

Regards,

Animesh

Read only

Former Member
0 Likes
569

Hi,

problem may that you may have created new data

element or domain and itmay not be transported

to quality.

Regards

Amole

Read only

0 Likes
569

Sorry amol ,

Its not the case.

Thanks & Regards,

Animesh

Read only

Former Member
0 Likes
569

Hi,

Debug standard BAPI to fing out in which

validation the warning message is coming up if

you are able to execute FM.

Regards

Amole