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

BAPI_CONTRACT_CREATE release stratergy is not triggering

Former Member
0 Likes
921

Hi Sdn,

We used the FM BAPI_CONTRACT_CREATE to create a contract in the ECC system.

After the support pack implementation level 23.

The BAPI is not triggering the Release stratergy for that contract.

When we are comapring the code with the non support pack system the BAPI is working fine.

and the customer fields for the include CI_EKKODB are also not populating.

I had verified all the user exit's and the are in active state.

What could be the problem for this ?

Thanks

Naresh

5 REPLIES 5
Read only

former_member206439
Contributor
0 Likes
774

The customer data mapping is not populating if i pass the cust data in debuggin everything is working fine.

What could be the problem with the cust tab.

Read only

0 Likes
774

Hi

Try to check how the custom data are transfered to the BAPI,

I think they are transfered by EXTENSIONIN parameters

Max

Read only

0 Likes
774

Yes they are transferred with the EXTENSIONIN.

before support pack it was working fine but after the support pack implemenatation we are facing this issue.

The customer data is missing.

Read only

former_member206439
Contributor
0 Likes
774

Issue resolved .

Read only

former_member206439
Contributor
0 Likes
774

Issue resolved .

There is a small logic changed in the METHOD if_bapi_meout~set_attribute

In the include program - L2014I02.

I had modified the custom logic as per the change in the above code.