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_CUSTOMERCONTRACT_CHANGE'

Former Member
0 Likes
637

Hi gurus,

What are the mandatory values to pass the Function Module

'BAPI_CUSTOMERCONTRACT_CHANGE'

and

'VC_I_GET_CONFIGURATION_IBASE'.

thanks

3 REPLIES 3
Read only

sathish_perumal
Active Participant
0 Likes
500

Hi,

Just goto SE37 and execute these fms. SAP automatically will ask for values for all mandatory fields.

Regards,

Sathish

Note : Reward answers appropriatly

Read only

0 Likes
500

You can check the function module in SM37.

These are the import parameters

SALESDOCUMENT LIKE BAPIVBELN-VBELN

CONTRACT_HEADER_IN LIKE BAPISDH1

CONTRACT_HEADER_INX LIKE BAPISDH1X

And the tables.

RETURN LIKE BAPIRET2

These are mandatory fields...

But there are a lot more tables that u need to fillin for your desired operation... just go to each field and check for the variables you need to change..

Read only

uwe_schieferstein
Active Contributor
0 Likes
500

Hello Ramesh

I think about BAPIs as "Dialog without dialog" because they enable us to do (more or less) the same as the corresponding dialog transaction but from external access.

Thus, call the corresponding transaction and try to create a contract with minimal data. As soon as you can save the contract you usually will have the minimal set of obligatory fields for the BAPI.

Regards

Uwe