‎2006 Oct 04 10:48 AM
Hi gurus,
What are the mandatory values to pass the Function Module
'BAPI_CUSTOMERCONTRACT_CHANGE'
and
'VC_I_GET_CONFIGURATION_IBASE'.
thanks
‎2006 Oct 04 11:08 AM
Hi,
Just goto SE37 and execute these fms. SAP automatically will ask for values for all mandatory fields.
Regards,
Sathish
Note : Reward answers appropriatly
‎2006 Oct 04 11:12 AM
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..
‎2006 Oct 04 1:34 PM
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